index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests/kselftest/runner/run_one(): allow running non-executable files
SeongJae Park
2021-11-09
1
-10
/
+18
*
virtio-mem: disallow mapping virtio-mem memory via /dev/mem
David Hildenbrand
2021-11-09
2
-1
/
+4
*
kernel/resource: disallow access to exclusive system RAM regions
David Hildenbrand
2021-11-09
2
-10
/
+26
*
kernel/resource: clean up and optimize iomem_is_exclusive()
David Hildenbrand
2021-11-09
1
-5
/
+20
*
scripts/gdb: handle split debug for vmlinux
Douglas Anderson
2021-11-09
1
-1
/
+2
*
kcov: replace local_irq_save() with a local_lock_t
Sebastian Andrzej Siewior
2021-11-09
1
-13
/
+17
*
kcov: avoid enable+disable interrupts if !in_task()
Sebastian Andrzej Siewior
2021-11-09
1
-3
/
+3
*
kcov: allocate per-CPU memory on the relevant node
Sebastian Andrzej Siewior
2021-11-09
1
-2
/
+2
*
Documentation/kcov: define `ip' in the example
Sebastian Andrzej Siewior
2021-11-09
1
-0
/
+2
*
Documentation/kcov: include types.h in the example
Sebastian Andrzej Siewior
2021-11-09
1
-0
/
+3
*
sysv: use BUILD_BUG_ON instead of runtime check
Pavel Skripkin
2021-11-09
1
-4
/
+2
*
kernel/fork.c: unshare(): use swap() to make code cleaner
Ran Xiaokai
2021-11-09
1
-6
/
+3
*
seq_file: fix passing wrong private data
Muchun Song
2021-11-09
1
-1
/
+1
*
seq_file: move seq_escape() to a header
Andy Shevchenko
2021-11-09
2
-17
/
+16
*
signal: remove duplicate include in signal.h
Ye Guojin
2021-11-09
1
-1
/
+0
*
crash_dump: remove duplicate include in crash_dump.h
Ye Guojin
2021-11-09
1
-2
/
+0
*
crash_dump: fix boolreturn.cocci warning
Changcheng Deng
2021-11-09
1
-1
/
+1
*
hfs/hfsplus: use WARN_ON for sanity check
Arnd Bergmann
2021-11-09
2
-12
/
+6
*
nilfs2: remove filenames from file comments
Ryusuke Konishi
2021-11-09
39
-39
/
+39
*
nilfs2: replace snprintf in show functions with sysfs_emit
Qing Wang
2021-11-09
1
-38
/
+38
*
coda: bump module version to 7.2
Jan Harkes
2021-11-09
1
-1
/
+1
*
coda: use vmemdup_user to replace the open code
Jing Yangyang
2021-11-09
1
-8
/
+4
*
coda: convert from atomic_t to refcount_t on coda_vm_ops->refcnt
Xiyu Yang
2021-11-09
1
-4
/
+5
*
coda: avoid doing bad things on inode type changes during revalidation
Jan Harkes
2021-11-09
3
-25
/
+30
*
coda: avoid hidden code duplication in rename
Jan Harkes
2021-11-09
1
-5
/
+2
*
coda: avoid flagging NULL inodes
Jan Harkes
2021-11-09
1
-0
/
+3
*
coda: remove err which no one care
Alex Shi
2021-11-09
1
-2
/
+1
*
coda: check for async upcall request using local state
Jan Harkes
2021-11-09
1
-1
/
+2
*
coda: avoid NULL pointer dereference from a bad inode
Jan Harkes
2021-11-09
1
-4
/
+9
*
init: make unknown command line param message clearer
Andrew Halaney
2021-11-09
1
-1
/
+3
*
ramfs: fix mount source show for ramfs
yangerkun
2021-11-09
1
-4
/
+7
*
alpha: use is_kernel_text() helper
Kefeng Wang
2021-11-09
1
-3
/
+1
*
microblaze: use is_kernel_text() helper
Kefeng Wang
2021-11-09
1
-1
/
+2
*
powerpc/mm: use core_kernel_text() helper
Kefeng Wang
2021-11-09
1
-5
/
+2
*
extable: use is_kernel_text() helper
Kefeng Wang
2021-11-09
1
-2
/
+1
*
mm: kasan: use is_kernel() helper
Kefeng Wang
2021-11-09
1
-1
/
+1
*
sections: provide internal __is_kernel() and __is_kernel_text() helper
Kefeng Wang
2021-11-09
2
-2
/
+31
*
x86: mm: rename __is_kernel_text() to is_x86_32_kernel_text()
Kefeng Wang
2021-11-09
1
-9
/
+5
*
sections: move is_kernel_inittext() into sections.h
Kefeng Wang
2021-11-09
5
-20
/
+17
*
sections: move and rename core_kernel_data() to is_kernel_core_data()
Kefeng Wang
2021-11-09
5
-21
/
+18
*
kallsyms: fix address-checks for kernel related range
Kefeng Wang
2021-11-09
1
-3
/
+3
*
kallsyms: remove arch specific text and data check
Kefeng Wang
2021-11-09
3
-21
/
+1
*
ELF: simplify STACK_ALLOC macro
Alexey Dobriyan
2021-11-09
1
-1
/
+1
*
binfmt_elf: reintroduce using MAP_FIXED_NOREPLACE
Kees Cook
2021-11-09
1
-9
/
+22
*
checkpatch: get default codespell dictionary path from package location
Peter Ujfalusi
2021-11-09
1
-4
/
+28
*
checkpatch: improve EXPORT_SYMBOL test for EXPORT_SYMBOL_NS uses
Joe Perches
2021-11-09
1
-0
/
+1
*
const_structs.checkpatch: add a few sound ops structs
Rikard Falkeborn
2021-11-09
1
-0
/
+4
*
mm/scatterlist: replace the !preemptible warning in sg_miter_stop()
Thomas Gleixner
2021-11-09
1
-7
/
+4
*
lib: uninline simple_strntoull() as well
Alexey Dobriyan
2021-11-09
1
-2
/
+1
*
include/linux/string_helpers.h: add linux/string.h for strlen()
Lucas De Marchi
2021-11-09
1
-0
/
+1
[next]