| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-04-11 | seq_file: allocate seq_file from kmem_cache | Alexey Dobriyan | 1 | -0/+1 |
| 2018-04-11 | uts: create "struct uts_namespace" from kmem_cache | Alexey Dobriyan | 1 | -0/+2 |
| 2018-04-10 | Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 1 | -17/+67 |
| 2018-04-07 | init: Have initcall_debug still work without CONFIG_TRACEPOINTS | Steven Rostedt (VMware) | 1 | -2/+26 |
| 2018-04-06 | init, tracing: Have printk come through the trace events for initcall_debug | Steven Rostedt (VMware) | 1 | -16/+35 |
| 2018-04-06 | init, tracing: Add initcall trace events | Steven Rostedt (VMware) | 1 | -0/+7 |
| 2018-04-02 | Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -4/+5 |
| 2018-04-02 | fs: add ksys_open() wrapper; remove in-kernel calls to sys_open() | Dominik Brodowski | 1 | -1/+1 |
| 2018-04-02 | fs: add do_faccessat() helper and ksys_access() wrapper; remove in-kernel cal... | Dominik Brodowski | 1 | -1/+2 |
| 2018-04-02 | fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}() | Dominik Brodowski | 1 | -2/+2 |
| 2018-03-23 | init: Fix initcall0 name as it is "pure" not "early" | Steven Rostedt (VMware) | 1 | -1/+1 |
| 2018-03-20 | jump_label: Disable jump labels in __exit code | Josh Poimboeuf | 1 | -1/+1 |
| 2018-02-21 | jump_label: Explicitly disable jump labels in __init code | Josh Poimboeuf | 1 | -0/+2 |
| 2017-12-29 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+3 |
| 2017-12-23 | x86/mm/pti: Add infrastructure for page table isolation | Thomas Gleixner | 1 | -0/+3 |
| 2017-12-23 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -4/+2 |
| 2017-12-22 | init: Invoke init_espfix_bsp() from mm_init() | Thomas Gleixner | 1 | -4/+2 |
| 2017-11-27 | main: kernel_start: move housekeeping_init() before workqueue_init_early() | Tal Shorer | 1 | -1/+6 |
| 2017-11-17 | pid: remove pidhash | Gargi Sharma | 1 | -1/+0 |
| 2017-11-17 | pid: replace pid bitmap implementation with IDR API | Gargi Sharma | 1 | -1/+1 |
| 2017-11-15 | kmemcheck: remove annotations | Levin, Alexander (Sasha Levin) | 1 | -1/+0 |
| 2017-11-13 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
| 2017-10-27 | sched/isolation: Move housekeeping related code to its own file | Frederic Weisbecker | 1 | -0/+2 |
| 2017-09-27 | ACPI/init: Invoke early ACPI initialization earlier | Dou Liyang | 1 | -1/+1 |
| 2017-09-08 | init/main.c: extract early boot entropy from the passed cmdline | Daniel Micay | 1 | -0/+2 |
| 2017-09-08 | init: move stack canary initialization after setup_arch | Laura Abbott | 1 | -6/+5 |
| 2017-09-06 | Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p... | Linus Torvalds | 1 | -1/+0 |
| 2017-09-06 | mm, memory_hotplug: drop zone from build_all_zonelists | Michal Hocko | 1 | -1/+1 |
| 2017-09-04 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+10 |
| 2017-09-04 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+0 |
| 2017-08-14 | debugobjects: Make kmemleak ignore debug objects | Waiman Long | 1 | -1/+1 |
| 2017-08-10 | sched/core: Remove unnecessary initialization init_idle_bootup_task() | Cheng Jian | 1 | -1/+0 |
| 2017-07-26 | percpu: replace area map allocator with bitmap | Dennis Zhou (Facebook) | 1 | -1/+0 |
| 2017-07-18 | x86, swiotlb: Add memory encryption support | Tom Lendacky | 1 | -0/+10 |
| 2017-07-12 | random: do not ignore early device randomness | Kees Cook | 1 | -0/+1 |
| 2017-05-23 | sched/core: Enable might_sleep() and smp_processor_id() checks early | Thomas Gleixner | 1 | -0/+10 |
| 2017-05-23 | init: Pin init task to the boot CPU, initially | Thomas Gleixner | 1 | -5/+12 |
| 2017-05-08 | Merge tag 'tty-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -1/+1 |
| 2017-05-03 | Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 1 | -3/+7 |
| 2017-05-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -5/+5 |
| 2017-04-24 | init/main: properly align the multi-line comment | Viresh Kumar | 1 | -4/+4 |
| 2017-04-24 | init/main: Fix double "the" in comment | Viresh Kumar | 1 | -1/+1 |
| 2017-04-18 | console: move console_init() out of tty_io.c | Nicolas Pitre | 1 | -1/+1 |
| 2017-04-03 | ftrace: Have init/main.c call ftrace directly to free init memory | Steven Rostedt (VMware) | 1 | -0/+1 |
| 2017-03-31 | mm: move mm_percpu_wq initialization earlier | Michal Hocko | 1 | -0/+2 |
| 2017-03-24 | ftrace: Move ftrace_init() to right after memory initialization | Steven Rostedt (VMware) | 1 | -2/+2 |
| 2017-03-24 | tracing: Split tracing initialization into two for early initialization | Steven Rostedt (VMware) | 1 | -1/+4 |
| 2017-03-11 | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+0 |
| 2017-03-02 | sched/headers: Prepare to move _init() prototypes from <linux/sched.h> to <li... | Ingo Molnar | 1 | -0/+1 |
| 2017-03-02 | sched/headers, vfs/execve: Prepare to move the do_execve*() prototypes from <... | Ingo Molnar | 1 | -0/+1 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
| 2017-02-28 | Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 1 | -2/+1 |
| 2017-02-27 | mm: add arch-independent testcases for RODATA | Jinbum Park | 1 | -2/+4 |
| 2017-02-27 | initramfs: finish fput() before accessing any binary from initramfs | Lokesh Vutla | 1 | -3/+0 |
| 2017-02-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml... | Linus Torvalds | 1 | -1/+1 |
| 2017-02-21 | Merge tag 'rodata-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+2 |
| 2017-02-21 | Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+1 |
| 2017-02-20 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+0 |
| 2017-02-13 | Reimplement IDR and IDA using the radix tree | Matthew Wilcox | 1 | -2/+1 |
| 2017-02-09 | core: migrate exception table users off module.h and onto extable.h | Paul Gortmaker | 1 | -0/+1 |
| 2017-02-08 | printk: rename nmi.c and exported api | Sergey Senozhatsky | 1 | -1/+1 |
| 2017-02-07 | arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONX | Laura Abbott | 1 | -2/+2 |
| 2017-02-01 | efi/x86: Move the EFI BGRT init code to early init code | Dave Young | 1 | -1/+0 |
| 2017-01-27 | random: use chacha20 for get_random_int/long | Jason A. Donenfeld | 1 | -1/+0 |
| 2017-01-14 | sched/clock: Delay switching sched_clock to stable | Peter Zijlstra | 1 | -1/+0 |
| 2016-12-25 | mm: add PageWaiters indicating tasks are waiting for a page bit | Nicholas Piggin | 1 | -2/+1 |
| 2016-12-14 | Merge tag 'modules-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+5 |
| 2016-12-13 | Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -0/+10 |
| 2016-12-12 | Merge tag 'docs-4.10' of git://git.lwn.net/linux | Linus Torvalds | 1 | -1/+1 |
| 2016-12-09 | x86/amd: Check for the C1E bug post ACPI subsystem init | Thomas Gleixner | 1 | -0/+3 |
| 2016-11-28 | module: fix DEBUG_SET_MODULE_RONX typo | Arnd Bergmann | 1 | -1/+1 |
| 2016-11-27 | module: extend 'rodata=off' boot cmdline parameter to module mappings | AKASHI Takahiro | 1 | -2/+5 |
| 2016-10-24 | docs: fix locations of several documents that got moved | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2016-10-19 | Merge branch 'for-4.9' into for-4.10 | Tejun Heo | 1 | -0/+10 |
| 2016-10-10 | gcc-plugins: Add latent_entropy plugin | Emese Revfy | 1 | -0/+1 |
| 2016-09-17 | workqueue: make workqueue available early during boot | Tejun Heo | 1 | -0/+10 |
| 2016-08-02 | init: allow blacklisting of module_init functions | Prarit Bhargava | 1 | -0/+6 |
| 2016-08-02 | treewide: replace obsolete _refok by __ref | Fabian Frederick | 1 | -1/+1 |
| 2016-06-24 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+3 |
| 2016-06-24 | init/main.c: fix initcall_blacklisted on ia64, ppc64 and parisc64 | Rasmus Villemoes | 1 | -1/+3 |
| 2016-06-24 | Clarify naming of thread info/stack allocators | Linus Torvalds | 1 | -2/+2 |
| 2016-05-27 | mm: use early_pfn_to_nid in page_ext_init | Yang Shi | 1 | -2/+1 |
| 2016-05-20 | init/main.c: simplify initcall_blacklisted() | Rasmus Villemoes | 1 | -5/+4 |
| 2016-05-20 | printk/nmi: generic solution for safe printk in NMI | Petr Mladek | 1 | -0/+1 |
| 2016-05-20 | mm: call page_ext_init() after all struct pages are initialized | Yang Shi | 1 | -1/+2 |
| 2016-03-16 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -3/+1 |
| 2016-03-15 | 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-14 | Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -4/+23 |
| 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-20 | init/main.c: obsolete_checksetup can be boolean | Yaowei Bai | 1 | -5/+5 |
| 2015-12-04 | rcu: Wire up rcu_end_inkernel_boot() | Paul E. McKenney | 1 | -0/+2 |
| 2015-09-10 | kmod: use system_unbound_wq instead of khelper | Frederic Weisbecker | 1 | -1/+0 |
| 2015-08-07 | fs, file table: reinit files_stat.max_files after deferred memory initialisation | Mel Gorman | 1 | -1/+1 |
| 2015-06-30 | mm: meminit: finish initialisation of struct pages before basic setup | Mel Gorman | 1 | -0/+2 |
| 2015-06-26 | Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -10/+15 |
| 2015-06-10 | ACPI / init: Switch over platform to the ACPI mode later | Rafael J. Wysocki | 1 | -0/+1 |
| 2015-05-20 | module: add extra argument for parse_params() callback | Luis R. Rodriguez | 1 | -10/+15 |
| 2015-04-17 | kernel/fork.c: new function for max_threads | Heinrich Schuchardt | 1 | -2/+2 |
| 2015-04-14 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+2 |
| 2015-04-14 | lib/ioremap.c: add huge I/O map capability interfaces | Toshi Kani | 1 | -0/+2 |
| 2015-04-14 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+1 |
| 2015-04-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2015-04-13 | cpu: Defer smpboot kthread unparking until CPU known to scheduler | Paul E. McKenney | 1 | -0/+1 |
| 2015-03-06 | init/main: fix reset_device comment | Frans Klaver | 1 | -1/+1 |
| 2015-03-05 | cpuset: initialize cpuset a bit early | Zefan Li | 1 | -1/+1 |
| 2015-02-13 | init: remove CONFIG_INIT_FALLBACK | Andy Lutomirski | 1 | -5/+0 |
| 2015-01-22 | init: Get rid of x86isms | Thomas Gleixner | 1 | -13/+0 |
| 2014-12-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+2 |
| 2014-12-16 | Merge tag 'trace-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros... | Linus Torvalds | 1 | -0/+4 |
| 2014-12-15 | tracing: Move enabling tracepoints to just after rcu_init() | Steven Rostedt (Red Hat) | 1 | -0/+4 |
| 2014-12-14 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 1 | -1/+5 |
| 2014-12-13 | mm/page_ext: resurrect struct page extending code for debugging | Joonsoo Kim | 1 | -0/+7 |
| 2014-12-10 | Merge branch 'nsfs' into for-next | Al Viro | 1 | -0/+2 |
| 2014-12-10 | take the targets of /proc/*/ns/* symlinks to separate fs | Al Viro | 1 | -0/+2 |
| 2014-12-10 | init: allow CONFIG_INIT_FALLBACK=n to disable defaults if init= fails | Andy Lutomirski | 1 | -1/+6 |
| 2014-12-10 | mm: embed the memcg pointer directly into struct page | Johannes Weiner | 1 | -7/+0 |
| 2014-11-19 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li... | James Morris | 1 | -1/+5 |
| 2014-11-17 | integrity: provide a hook to load keys when rootfs is ready | Dmitry Kasatkin | 1 | -1/+5 |
| 2014-11-11 | param: fix crash on bad kernel arguments | Daniel Thompson | 1 | -1/+1 |
| 2014-10-14 | kernel/param: consolidate __{start,stop}___param[] in <linux/moduleparam.h> | Geert Uytterhoeven | 1 | -2/+0 |
| 2014-10-13 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+1 |
| 2014-10-13 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+1 |
| 2014-09-19 | init/main.c: Give init_task a canary | Aaron Tomlin | 1 | -0/+1 |
| 2014-09-16 | rcu: Fix attempt to avoid unsolicited offloading of callbacks | Paul E. McKenney | 1 | -0/+1 |
| 2014-09-13 | nohz: Move nohz full init call to tick init | Frederic Weisbecker | 1 | -1/+0 |
| 2014-08-08 | init/main.c: code clean-up | Fabian Frederick | 1 | -11/+12 |
| 2014-06-11 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -4/+29 |
| 2014-06-05 | Merge branch 'x86/espfix' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 1 | -0/+4 |
| 2014-06-04 | init/main.c: remove an ifdef | Andrew Morton | 1 | -2/+0 |
| 2014-06-04 | kthreads: kill CLONE_KERNEL, change kernel_thread(kernel_init) to avoid CLONE... | Oleg Nesterov | 1 | -1/+1 |
| 2014-06-04 | init/main.c: add initcall_blacklist kernel parameter | Prarit Bhargava | 1 | -0/+68 |
| 2014-06-04 | init/main.c: don't use pr_debug() | Andrew Morton | 1 | -2/+2 |
| 2014-06-04 | kernel/printk: use symbolic defines for console loglevels | Borislav Petkov | 1 | -2/+2 |
| 2014-06-04 | memcg: kill start_kernel()->mm_init_owner(&init_mm) | Oleg Nesterov | 1 | -1/+0 |
| 2014-05-21 | Merge commit '7ed6fb9b5a5510e4ef78ab27419184741169978a' into x86/espfix | H. Peter Anvin | 1 | -1/+1 |
| 2014-05-05 | asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/* | Andi Kleen | 1 | -1/+1 |
| 2014-05-04 | x86, espfix: Make espfix64 a Kconfig option, fix UML | H. Peter Anvin | 1 | -1/+1 |
| 2014-04-30 | x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stack | H. Peter Anvin | 1 | -0/+4 |
| 2014-04-28 | param: hand arguments after -- straight to init | Rusty Russell | 1 | -4/+29 |
| 2014-03-13 | ACPI / init: Invoke early ACPI initialization later | Rafael J. Wysocki | 1 | -1/+1 |
| 2014-02-05 | execve: use 'struct filename *' for executable name passing | Linus Torvalds | 1 | -1/+1 |
| 2014-01-27 | init/main.c: remove unused declaractions of mca_init() and sbus_init() | Kang Hu | 1 | -2/+0 |
| 2014-01-24 | Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
| 2014-01-23 | init: fix possible format string bug | Tetsuo Handa | 1 | -3/+4 |
| 2014-01-23 | init/main.c: remove unused declaration of tc_init() | Geert Uytterhoeven | 1 | -4/+0 |
| 2014-01-21 | init/main.c: use memblock apis for early memory allocations | Santosh Shilimkar | 1 | -3/+5 |
| 2014-01-21 | mm: create a separate slab for page->ptl allocation | Kirill A. Shutemov | 1 | -1/+1 |
| 2014-01-16 | ACPI / init: Run acpi_early_init() before timekeeping_init() | Lee, Chun-Yi | 1 | -1/+1 |
| 2013-11-20 | Revert "mm: create a separate slab for page->ptl allocation" | Linus Torvalds | 1 | -1/+1 |
| 2013-11-15 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+5 |
| 2013-11-15 | mm: create a separate slab for page->ptl allocation | Kirill A. Shutemov | 1 | -1/+1 |
| 2013-11-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+7 |
| 2013-11-13 | init: make init failures more explicit | Michael Opdenacker | 1 | -10/+29 |
| 2013-11-13 | init/main.c: remove prototype for softirq_init() | Geert Uytterhoeven | 1 | -1/+0 |
| 2013-10-31 | init: fix in-place parameter modification regression | Krzysztof Mazur | 1 | -2/+5 |
| 2013-10-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+2 |
| 2013-10-19 | static_key: WARN on usage before jump_label_init was called | Hannes Frederic Sowa | 1 | -0/+7 |
| 2013-10-11 | Merge branch 'core/urgent' into sched/core | Ingo Molnar | 1 | -0/+2 |
| 2013-10-10 | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+2 |
| 2013-09-25 | sched: Introduce preempt_count accessor functions | Peter Zijlstra | 1 | -1/+1 |
| 2013-09-23 | random: run random_int_secret_init() run after all late_initcalls | Theodore Ts'o | 1 | -0/+2 |
| 2013-08-14 | context_tracking: Ground setup for static key use | Frederic Weisbecker | 1 | -0/+2 |
| 2013-07-06 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+2 |
| 2013-07-03 | init: remove permanent string buffer from do_one_initcall() | Steven Rostedt | 1 | -2/+1 |
| 2013-06-12 | sched_clock: Make ARM's sched_clock generic for all architectures | Stephen Boyd | 1 | -0/+2 |
| 2013-05-28 | perf: Use hrtimers for event multiplexing | Stephane Eranian | 1 | -1/+1 |
| 2013-05-05 | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+1 |
| 2013-05-02 | Merge commit '8700c95adb03' into timers/nohz | Frederic Weisbecker | 1 | -27/+19 |
| 2013-05-01 | init: Do not warn on non-zero initcall return | Steven Rostedt | 1 | -4/+1 |
| 2013-04-30 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
| 2013-04-30 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
| 2013-04-29 | init/main.c: convert to pr_foo() | Andrew Morton | 1 | -16/+15 |
| 2013-04-29 | init: raise log level | Richard Weinberger | 1 | -3/+3 |
| 2013-04-29 | init: scream bloody murder if interrupts are enabled too early | Steven Rostedt | 1 | -10/+3 |
| 2013-04-19 | nohz: Ensure full dynticks CPUs are RCU nocbs | Frederic Weisbecker | 1 | -0/+1 |
| 2013-04-08 | idle: Provide a generic entry point for the idle code | Thomas Gleixner | 1 | -1/+1 |
| 2013-03-07 | tick: Call tick_init late | Thomas Gleixner | 1 | -1/+1 |
| 2013-02-19 | Merge branch 'for-3.9-async' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+16 |
| 2013-01-31 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+2 |
| 2013-01-30 | efi: Make 'efi_enabled' a function to query EFI facilities | Matt Fleming | 1 | -2/+2 |
| 2013-01-23 | Merge branch 'master' into for-3.9-async | Tejun Heo | 1 | -3/+5 |
| 2013-01-18 | init, block: try to load default elevator module early during boot | Tejun Heo | 1 | -0/+16 |
| 2012-12-26 | Ensure that kernel_init_freeable() is not inlined into non __init code | Vineet Gupta | 1 | -2/+2 |
| 2012-12-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+3 |
| 2012-12-19 | Bury the conditionals from kernel_thread/kernel_execve series | Al Viro | 1 | -1/+3 |
| 2012-12-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -1/+0 |
| 2012-12-15 | Revert "x86-64/efi: Use EFI to deal with platform wall clock (again)" | Linus Torvalds | 1 | -4/+4 |
| 2012-12-14 | Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -4/+4 |
| 2012-12-12 | init: use N_MEMORY instead N_HIGH_MEMORY | Lai Jiangshan | 1 | -1/+1 |
| 2012-11-19 | pidns: Consolidate initialzation of special init task state | Eric W. Biederman | 1 | -1/+0 |
| 2012-11-02 | FRV: gcc-4.1.2 also inlines weak functions | David Howells | 1 | -0/+2 |
| 2012-10-30 | x86-64/efi: Use EFI to deal with platform wall clock (again) | Jan Beulich | 1 | -4/+4 |
| 2012-10-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -16/+17 |
| 2012-10-12 | infrastructure for saner ret_from_kernel_thread semantics | Al Viro | 1 | -8/+12 |