index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-07
checkpatch: improve ALLOC_ARRAY_ARGS test
Christophe JAILLET
1
-1
/
+1
2021-05-07
checkpatch: exclude four preprocessor sub-expressions from MACRO_ARG_REUSE
Vincent Mailhol
1
-1
/
+1
2021-05-07
checkpatch: warn when missing newline in return sysfs_emit() formats
Joe Perches
1
-0
/
+11
2021-05-07
include/linux/compat.h: remove unneeded declaration from COMPAT_SYSCALL_DEFIN...
Masahiro Yamada
1
-1
/
+0
2021-05-07
lib: parser: clean up kernel-doc
Randy Dunlap
1
-23
/
+38
2021-05-07
lib/genalloc: add parameter description to fix doc compile warning
Alex Shi
1
-0
/
+5
2021-05-07
lib/percpu_counter: tame kernel-doc compile warning
Alex Shi
1
-1
/
+1
2021-05-07
lib: stackdepot: turn depot_lock spinlock to raw_spinlock
Zqiang
1
-3
/
+3
2021-05-07
lib: crc8: pointer to data block should be const
Richard Fitzgerald
2
-2
/
+2
2021-05-07
lib/genalloc.c: Fix a typo
Bhaskar Chowdhury
1
-1
/
+1
2021-05-07
lib/list_sort.c: fix typo in function description
ToastC
1
-1
/
+1
2021-05-07
lib: fix inconsistent indenting in process_bit1()
Wang Qing
1
-1
/
+1
2021-05-07
lib/bch.c: fix a typo in the file bch.c
Bhaskar Chowdhury
1
-1
/
+1
2021-05-07
MAINTAINERS: add entry for the bitmap API
Yury Norov
1
-0
/
+16
2021-05-07
tools: sync lib/find_bit implementation
Yury Norov
2
-5
/
+57
2021-05-07
lib: add fast path for find_first_*_bit() and find_last_bit()
Yury Norov
3
-22
/
+52
2021-05-07
lib: add fast path for find_next_*_bit()
Yury Norov
2
-0
/
+51
2021-05-07
tools: sync find_next_bit implementation
Yury Norov
2
-37
/
+42
2021-05-07
lib: inline _find_next_bit() wrappers
Yury Norov
3
-64
/
+37
2021-05-07
tools: sync small_const_nbits() macro with the kernel
Yury Norov
2
-3
/
+3
2021-05-07
lib: extend the scope of small_const_nbits() macro
Yury Norov
2
-8
/
+12
2021-05-07
arch: rearrange headers inclusion order in asm/bitops for m68k, sh and h8300
Yury Norov
3
-9
/
+10
2021-05-07
tools: sync BITMAP_LAST_WORD_MASK() macro with the kernel
Yury Norov
1
-6
/
+1
2021-05-07
tools: bitmap: sync function declarations with the kernel
Yury Norov
2
-6
/
+6
2021-05-07
tools: disable -Wno-type-limits
Yury Norov
1
-0
/
+1
2021-05-07
kernel/cred.c: make init_groups static
Rasmus Villemoes
3
-3
/
+1
2021-05-07
kernel/async.c: fix pr_debug statement
Rasmus Villemoes
1
-1
/
+1
2021-05-07
linux/profile.h: remove unnecessary declaration
Wan Jiabing
1
-3
/
+0
2021-05-07
kernel.h: drop inclusion in bitmap.h
Andy Shevchenko
3
-9
/
+18
2021-05-07
include: remove pagemap.h from blkdev.h
Matthew Wilcox (Oracle)
9
-1
/
+8
2021-05-07
proc/sysctl: fix function name error in comments
zhouchuangao
1
-1
/
+1
2021-05-07
selftests: proc: test subset=pid
Alexey Dobriyan
2
-0
/
+122
2021-05-07
proc: delete redundant subset=pid check
Alexey Dobriyan
1
-4
/
+0
2021-05-07
proc: mandate ->proc_lseek in "struct proc_ops"
Alexey Dobriyan
6
-13
/
+9
2021-05-07
proc: save LOC in __xlate_proc_name()
Alexey Dobriyan
1
-9
/
+2
2021-05-07
fs/proc/generic.c: fix incorrect pde_is_permanent check
Colin Ian King
1
-1
/
+1
2021-05-07
alpha: csum_partial_copy.c: add function prototypes from <net/checksum.h>
Randy Dunlap
1
-0
/
+1
2021-05-07
alpha: eliminate old-style function definitions
Randy Dunlap
1
-2
/
+2
2021-05-05
kfence: use power-efficient work queue to run delayed work
Marco Elver
1
-2
/
+3
2021-05-05
kfence: maximize allocation wait timeout duration
Marco Elver
1
-1
/
+11
2021-05-05
kfence: await for allocation using wait_event
Marco Elver
2
-16
/
+30
2021-05-05
kfence: zero guard page after out-of-bounds access
Marco Elver
1
-0
/
+1
2021-05-05
mm/process_vm_access.c: remove duplicate include
Zhang Yunkai
1
-1
/
+0
2021-05-05
mm/mempool: minor coding style tweaks
Zhiyuan Dai
14
-23
/
+27
2021-05-05
mm/highmem.c: fix coding style issue
songqiang
1
-6
/
+5
2021-05-05
btrfs: use memzero_page() instead of open coded kmap pattern
Ira Weiny
6
-58
/
+18
2021-05-05
iov_iter: lift memzero_page() to highmem.h
Ira Weiny
2
-7
/
+8
2021-05-05
mm/zsmalloc: use BUG_ON instead of if condition followed by BUG.
zhouchuangao
1
-4
/
+2
2021-05-05
mm/zswap.c: switch from strlcpy to strscpy
Zhiyuan Dai
1
-1
/
+1
2021-05-05
arm64/Kconfig: introduce ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE
Oscar Salvador
1
-0
/
+3
[prev]
[next]