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.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
path:
root
/
init
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-28
mm: use early_pfn_to_nid in page_ext_init
Yang Shi
1
-2
/
+1
2016-05-27
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
1
-0
/
+29
2016-05-21
init/main.c: simplify initcall_blacklisted()
Rasmus Villemoes
1
-5
/
+4
2016-05-21
printk/nmi: increase the size of NMI buffer and make it configurable
Petr Mladek
1
-0
/
+22
2016-05-21
printk/nmi: generic solution for safe printk in NMI
Petr Mladek
2
-0
/
+6
2016-05-21
mm: call page_ext_init() after all struct pages are initialized
Yang Shi
1
-1
/
+2
2016-05-20
mm: SLAB freelist randomization
Thomas Garnier
1
-0
/
+9
2016-05-10
Kbuild: change CC_OPTIMIZE_FOR_SIZE definition
Arnd Bergmann
1
-0
/
+13
2016-04-02
Make CONFIG_FHANDLE default y
Andi Kleen
1
-1
/
+2
2016-03-29
kconfig option for TRIM_UNUSED_KSYMS
Nicolas Pitre
1
-0
/
+16
2016-03-19
Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-2
/
+2
2016-03-17
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
1
-1
/
+1
2016-03-16
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-3
/
+23
2016-03-16
kallsyms: add support for relative offsets in kallsyms address table
Ard Biesheuvel
1
-0
/
+18
2016-03-16
x86: kallsyms: disable absolute percpu symbols on !SMP
Ard Biesheuvel
1
-0
/
+4
2016-03-16
init/main.c: use list_for_each_entry()
Geliang Tang
1
-3
/
+1
2016-03-15
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-15
/
+1
2016-03-15
Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+23
2016-03-05
cgroup: Trivial correction to reflect controller.
Parav Pandit
1
-2
/
+2
2016-03-04
akcipher: Move the RSA DER encoding check to the crypto layer
David Howells
1
-1
/
+1
2016-03-01
cpu/hotplug: Unpark smpboot threads from the state machine
Thomas Gleixner
1
-1
/
+0
2016-03-01
cpu/hotplug: Convert to a state machine for the control processor
Thomas Gleixner
1
-14
/
+1
2016-02-22
mm/init: Add 'rodata=off' boot cmdline parameter to disable read-only kernel ...
Kees Cook
1
-4
/
+23
2016-02-09
locking/lockdep: Eliminate lockdep_init()
Andrey Ryabinin
1
-5
/
+0
2016-01-21
mm: memcontrol: rein in the CONFIG space madness
Johannes Weiner
1
-18
/
+3
2016-01-21
mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEM
Johannes Weiner
1
-1
/
+9
2016-01-21
init/do_mounts: initrd_load() can be boolean
Yaowei Bai
2
-5
/
+5
2016-01-21
init/main.c: obsolete_checksetup can be boolean
Yaowei Bai
1
-5
/
+5
2016-01-18
Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit
Linus Torvalds
1
-8
/
+3
2016-01-17
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2016-01-17
Merge tag 'docs-4.5' of git://git.lwn.net/linux
Linus Torvalds
1
-7
/
+0
2016-01-16
uselib: default depending if libc5 was used
Riku Voipio
1
-1
/
+1
2016-01-13
audit: always enable syscall auditing when supported and audit is enabled
Paul Moore
1
-8
/
+3
2016-01-13
Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-127
/
+114
2016-01-06
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
1
-0
/
+2
2015-12-26
init, Documentation: Remove ramdisk_blocksize mentions
Robert Elliott
1
-7
/
+0
2015-12-18
cgroup: put controller Kconfig options in meaningful order
Johannes Weiner
1
-107
/
+107
2015-12-18
cgroup: clean up the kernel configuration menu nomenclature
Johannes Weiner
1
-39
/
+26
2015-12-12
kernel: remove stop_machine() Kconfig dependency
Chris Wilson
1
-7
/
+0
2015-12-04
rcu: Wire up rcu_end_inkernel_boot()
Paul E. McKenney
1
-0
/
+2
2015-09-12
sys_membarrier(): system-wide memory barrier (generic, x86)
Mathieu Desnoyers
1
-0
/
+12
2015-09-10
kexec: split kexec_load syscall from kexec core code
Dave Young
1
-2
/
+2
2015-09-10
kmod: use system_unbound_wq instead of khelper
Frederic Weisbecker
1
-1
/
+0
2015-09-08
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
1
-19
/
+21
2015-09-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+0
2015-09-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+18
2015-09-05
mm: send one IPI per CPU to TLB flush all entries after unmapping pages
Mel Gorman
1
-0
/
+10
2015-09-05
userfaultfd: buildsystem activation
Andrea Arcangeli
1
-0
/
+11
2015-09-02
Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-0
/
+16
2015-08-15
percpu-rwsem: kill CONFIG_PERCPU_RWSEM
Oleg Nesterov
1
-1
/
+0
[next]