index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linux
Linus Torvalds
2022-08-07
38
-789
/
+1076
|
\
|
*
lib/nodemask: inline next_node_in() and node_random()
Yury Norov
2022-08-01
4
-15
/
+20
|
*
powerpc: drop dependency on <asm/machdep.h> in archrandom.h
Yury Norov
2022-08-01
2
-8
/
+13
|
*
x86/olpc: fix 'logical not is only applied to the left hand side'
Alexander Lobakin
2022-07-15
1
-1
/
+1
|
*
lib/cpumask: move some one-line wrappers to header file
Yury Norov
2022-07-15
2
-31
/
+31
|
*
headers/deps: mm: align MANITAINERS and Docs with new gfp.h structure
Yury Norov
2022-07-15
2
-4
/
+5
|
*
headers/deps: mm: Split <linux/gfp_types.h> out of <linux/gfp.h>
Ingo Molnar
2022-07-15
2
-343
/
+350
|
*
headers/deps: mm: Optimize <linux/gfp.h> header dependencies
Ingo Molnar
2022-07-15
1
-3
/
+0
|
*
lib/cpumask: move trivial wrappers around find_bit to the header
Yury Norov
2022-07-15
2
-58
/
+54
|
*
lib/cpumask: change return types to unsigned where appropriate
Yury Norov
2022-07-15
2
-16
/
+16
|
*
cpumask: change return types to bool where appropriate
Yury Norov
2022-07-15
1
-12
/
+12
|
*
lib/bitmap: change type of bitmap_weight to unsigned long
Yury Norov
2022-07-15
12
-19
/
+19
|
*
lib/bitmap: change return types to bool where appropriate
Yury Norov
2022-07-14
4
-11
/
+11
|
*
arm: align find_bit declarations with generic kernel
Yury Norov
2022-07-14
1
-8
/
+10
|
*
iommu/vt-d: avoid invalid memory access via node_online(NUMA_NO_NODE)
Alexander Lobakin
2022-07-13
1
-1
/
+1
|
*
lib/test_bitmap: test the tail after bitmap_to_arr64()
Alexander Lobakin
2022-07-12
1
-0
/
+6
|
*
lib/bitmap: fix off-by-one in bitmap_to_arr64()
Alexander Lobakin
2022-07-12
1
-1
/
+1
|
*
lib: test_bitmap: add compile-time optimization/evaluations assertions
Alexander Lobakin
2022-06-30
1
-0
/
+62
|
*
bitmap: don't assume compiler evaluates small mem*() builtins calls
Alexander Lobakin
2022-06-30
1
-3
/
+19
|
*
net/ice: fix initializing the bitmap in the switch code
Alexander Lobakin
2022-06-30
1
-1
/
+1
|
*
bitops: let optimize out non-atomic bitops on compile-time constants
Alexander Lobakin
2022-06-30
1
-1
/
+17
|
*
bitops: wrap non-atomic bitops with a transparent macro
Alexander Lobakin
2022-06-30
7
-49
/
+81
|
*
bitops: define const_*() versions of the non-atomics
Alexander Lobakin
2022-06-30
2
-0
/
+32
|
*
bitops: unify non-atomic bitops prototypes across architectures
Alexander Lobakin
2022-06-30
13
-150
/
+229
|
*
bitops: always define asm-generic non-atomic bitops
Alexander Lobakin
2022-06-30
2
-102
/
+138
|
*
ia64, processor: fix -Wincompatible-pointer-types in ia64_get_irr()
Alexander Lobakin
2022-06-30
1
-1
/
+1
|
*
lib: bitmap: fix the duplicated comments on bitmap_to_arr64()
Qu Wenruo
2022-06-24
1
-1
/
+1
*
|
Merge tag '5.20-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/ci...
Linus Torvalds
2022-08-07
27
-907
/
+1104
|
\
\
|
*
|
cifs: update internal module number
Steve French
2022-08-05
1
-2
/
+2
|
*
|
cifs: alloc_mid function should be marked as static
Steve French
2022-08-05
2
-4
/
+1
|
*
|
cifs: remove "cifs_" prefix from init/destroy mids functions
Enzo Matsumiya
2022-08-05
1
-7
/
+5
|
*
|
cifs: remove useless DeleteMidQEntry()
Enzo Matsumiya
2022-08-05
7
-49
/
+43
|
*
|
cifs: when insecure legacy is disabled shrink amount of SMB1 code
Steve French
2022-08-05
13
-463
/
+582
|
*
|
cifs: trivial style fixup
Steve French
2022-08-01
1
-0
/
+1
|
*
|
cifs: fix wrong unlock before return from cifs_tree_connect()
Yang Yingliang
2022-08-01
1
-1
/
+1
|
*
|
cifs: avoid use of global locks for high contention data
Shyam Prasad N
2022-08-01
13
-243
/
+336
|
*
|
cifs: remove remaining build warnings
Steve French
2022-08-01
2
-11
/
+30
|
*
|
cifs: list_for_each() -> list_for_each_entry()
Enzo Matsumiya
2022-08-01
5
-67
/
+22
|
*
|
cifs: update MAINTAINERS file with reviewers
Steve French
2022-08-01
1
-2
/
+5
|
*
|
smb2: small refactor in smb2_check_message()
Enzo Matsumiya
2022-08-01
2
-26
/
+34
|
*
|
cifs: Fix memory leak when using fscache
Matthew Wilcox (Oracle)
2022-08-01
1
-4
/
+4
|
*
|
cifs: remove minor build warning
Steve French
2022-08-01
2
-2
/
+4
|
*
|
cifs: remove some camelCase and also some static build warnings
Steve French
2022-08-01
7
-27
/
+34
|
*
|
cifs: remove unnecessary (void*) conversions.
Yu Zhe
2022-08-01
1
-1
/
+1
|
*
|
cifs: remove unnecessary type castings
Yu Zhe
2022-08-01
5
-6
/
+6
|
*
|
cifs: remove redundant initialization to variable mnt_sign_enabled
Colin Ian King
2022-08-01
1
-1
/
+1
|
*
|
smb3: check xattr value length earlier
Steve French
2022-08-01
1
-2
/
+3
*
|
|
Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2022-08-07
102
-724
/
+1313
|
\
\
\
|
*
|
|
scripts/gdb: ensure the absolute path is generated on initial source
Aaron Tomlin
2022-07-29
1
-1
/
+1
|
*
|
|
MAINTAINERS: kunit: add David Gow as a maintainer of KUnit
Brendan Higgins
2022-07-29
1
-0
/
+1
[next]