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.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
path:
root
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
*
hexagon: remove CONFIG_EXPERIMENTAL from defconfigs
Randy Dunlap
2021-02-24
1
-1
/
+0
*
Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2021-02-23
4
-1
/
+14
|
\
|
*
x86, build: allow LTO to be selected
Sami Tolvanen
2021-02-23
2
-0
/
+7
|
*
x86, cpu: disable LTO for cpu.c
Sami Tolvanen
2021-02-23
1
-0
/
+4
|
*
x86, vdso: disable LTO only for vDSO
Sami Tolvanen
2021-02-23
1
-1
/
+2
|
*
x86, build: use objtool mcount
Sami Tolvanen
2021-02-23
1
-0
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
2021-02-23
18
-69
/
+71
|
\
\
|
*
|
sparc: make xchg() into a statement expression
Randy Dunlap
2021-02-18
1
-1
/
+1
|
*
|
sparc64: Use arch_validate_flags() to validate ADI flag
Khalid Aziz
2021-02-18
1
-25
/
+29
|
*
|
sparc32: Fix comparing pointer to 0 coccicheck warning
Kaixu Xia
2021-02-18
1
-1
/
+1
|
*
|
sparc: fix led.c driver when PROC_FS is not enabled
Randy Dunlap
2021-02-18
1
-0
/
+2
|
*
|
sparc: Fix handling of page table constructor failure
Matthew Wilcox (Oracle)
2021-02-18
1
-1
/
+1
|
*
|
sparc64: only select COMPAT_BINFMT_ELF if BINFMT_ELF is set
Randy Dunlap
2021-02-18
1
-1
/
+1
|
*
|
sparc: sparc64_defconfig: add necessary configs for qemu
Corentin Labbe
2021-02-18
1
-0
/
+6
|
*
|
sparc64: switch defconfig from the legacy ide driver to libata
Christoph Hellwig
2021-02-18
1
-3
/
+2
|
*
|
sparc32: Preserve clone syscall flags argument for restarts due to signals
Andreas Larsson
2021-02-18
2
-6
/
+4
|
*
|
sparc32: Limit memblock allocation to low memory
Andreas Larsson
2021-02-18
1
-0
/
+3
|
*
|
sparc: Replace test_ti_thread_flag() with test_tsk_thread_flag()
Tiezhu Yang
2021-02-18
1
-1
/
+1
|
*
|
sparc32: signal: Fix stack trampoline for RT signals
Ben Hutchings
2020-09-14
1
-2
/
+2
|
*
|
sparc: remove SA_STATIC_ALLOC macro definition
Peter Collingbourne
2020-09-14
1
-12
/
+0
|
*
|
sparc: use for_each_child_of_node() macro
Qinglang Miao
2020-08-05
1
-2
/
+1
|
*
|
sparc: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-21
10
-16
/
+15
|
*
|
sparc32: srmmu: improve type safety of __nocache_fix()
Mike Rapoport
2020-07-21
2
-9
/
+9
|
*
|
sparc32: use PUD rather than PGD to get PMD in srmmu_inherit_prom_mappings()
Mike Rapoport
2020-07-21
1
-1
/
+1
|
*
|
sparc32: fix a user-triggerable oops in clear_user()
Al Viro
2020-07-21
1
-0
/
+1
|
*
|
SPARC: backoff.h: delete a duplicated word
Randy Dunlap
2020-07-21
1
-1
/
+1
|
*
|
arch/sparc: Replace HTTP links with HTTPS ones
Alexander A. Klimov
2020-07-13
1
-1
/
+1
|
*
|
sparc: piggyback: handle invalid image
Corentin Labbe
2020-06-22
1
-0
/
+4
|
*
|
sparc64: viohs: Use struct_size() helper
Gustavo A. R. Silva
2020-06-22
1
-4
/
+2
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2021-02-23
1
-89
/
+4
|
\
\
\
|
*
|
|
ARM: dts: cros-ec-keyboard: Use keymap macros
Philip Chen
2021-02-22
1
-89
/
+4
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...
Linus Torvalds
2021-02-23
1
-1
/
+2
|
\
\
\
\
|
*
\
\
\
Merge branch 'for-5.12/i2c-hid' into for-linus
Jiri Kosina
2021-02-23
1
-1
/
+2
|
|
\
\
\
\
|
|
*
|
|
|
arm64: defconfig: Update config names for i2c-hid rejigger
Douglas Anderson
2021-01-18
1
-1
/
+2
*
|
|
|
|
|
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-02-23
19
-3
/
+22
|
\
\
\
\
\
\
|
*
|
|
|
|
|
fs: add mount_setattr()
Christian Brauner
2021-01-24
18
-1
/
+19
|
*
|
|
|
|
|
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
1
-1
/
+2
|
*
|
|
|
|
|
attr: handle idmapped mounts
Christian Brauner
2021-01-24
1
-1
/
+1
*
|
|
|
|
|
|
Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-02-23
15
-37
/
+2
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
module: remove EXPORT_UNUSED_SYMBOL*
Christoph Hellwig
2021-02-08
14
-15
/
+2
|
*
|
|
|
|
|
|
module: remove EXPORT_SYMBOL_GPL_FUTURE
Christoph Hellwig
2021-02-08
1
-2
/
+2
|
*
|
|
|
|
|
|
powerpc/powernv: remove get_cxl_module
Christoph Hellwig
2021-02-08
1
-22
/
+0
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge tag 'microblaze-v5.12' of git://git.monstr.eu/linux-2.6-microblaze
Linus Torvalds
2021-02-23
3
-28
/
+1
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
microblaze: Fix built-in DTB alignment to be 8-byte aligned
Rob Herring
2021-02-16
1
-1
/
+1
|
*
|
|
|
|
|
|
microblaze: Remove support for gcc < 4
Geert Uytterhoeven
2021-02-11
1
-26
/
+0
|
*
|
|
|
|
|
|
microblaze: do not select TRACING_SUPPORT directly
Masahiro Yamada
2021-01-04
1
-1
/
+0
*
|
|
|
|
|
|
|
Merge tag 'objtool-core-2021-02-23' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2021-02-23
17
-153
/
+206
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
x86/unwind/orc: Change REG_SP_INDIRECT
Peter Zijlstra
2021-02-10
1
-1
/
+4
|
*
|
|
|
|
|
|
|
x86/power: Support objtool validation in hibernate_asm_64.S
Josh Poimboeuf
2021-01-26
2
-5
/
+4
|
*
|
|
|
|
|
|
|
x86/power: Move restore_registers() to top of the file
Josh Poimboeuf
2021-01-26
1
-46
/
+46
[next]