aboutsummaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2014-03-31Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+7
2014-03-13ACPI / init: Invoke early ACPI initialization laterGravatar Rafael J. Wysocki 1-1/+1
2014-03-03futex: Allow architectures to skip futex_atomic_cmpxchg_inatomic() testGravatar Heiko Carstens 1-0/+7
2014-02-05execve: use 'struct filename *' for executable name passingGravatar Linus Torvalds 1-1/+1
2014-01-31alpha: Enable system-call auditing support.Gravatar 蔡正龙 1-1/+1
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2014-01-27init/main.c: remove unused declaractions of mca_init() and sbus_init()Gravatar Kang Hu 1-2/+0
2014-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-11/+0
2014-01-25cramfs: take headers to fs/cramfsGravatar Al Viro 1-1/+1
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2014-01-23init: fix possible format string bugGravatar Tetsuo Handa 2-4/+5
2014-01-23init/main.c: remove unused declaration of tc_init()Gravatar Geert Uytterhoeven 1-4/+0
2014-01-21Merge branch 'akpm' (incoming from Andrew)Gravatar Linus Torvalds 1-4/+6
2014-01-21Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 1-2/+1
2014-01-21init/main.c: use memblock apis for early memory allocationsGravatar Santosh Shilimkar 1-3/+5
2014-01-21mm: create a separate slab for page->ptl allocationGravatar Kirill A. Shutemov 1-1/+1
2014-01-16ACPI / init: Run acpi_early_init() before timekeeping_init()Gravatar Lee, Chun-Yi 1-1/+1
2014-01-12Merge branch 'linus' into timers/coreGravatar Ingo Molnar 1-0/+6
2013-12-11math64: Add mul_u64_u32_shr()Gravatar Peter Zijlstra 1-0/+6
2013-12-02trivial: fix spelling in CONTEXT_TRACKING_FORCE help textGravatar Paul Gortmaker 1-1/+1
2013-11-26userns: userns: Remove UIDGID_STRICT_TYPE_CHECKSGravatar Eric W. Biederman 1-11/+0
2013-11-22cgroup: Merge branch 'memcg_event' into for-3.14Gravatar Tejun Heo 1-2/+1
2013-11-22cgroup, memcg: move cgroup_event implementation to memcgGravatar Tejun Heo 1-2/+1
2013-11-21Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Gravatar Linus Torvalds 1-0/+13
2013-11-21Merge git://git.infradead.org/users/eparis/auditGravatar Linus Torvalds 1-14/+0
2013-11-20Revert "mm: create a separate slab for page->ptl allocation"Gravatar Linus Torvalds 1-1/+1
2013-11-17Revert "init/Kconfig: add option to disable kernel compression"Gravatar H. Peter Anvin 1-7/+1
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-2/+2
2013-11-15Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+5
2013-11-15mm: create a separate slab for page->ptl allocationGravatar Kirill A. Shutemov 1-1/+1
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+7
2013-11-13./Makefile: export initial ramdisk compression config optionGravatar P J P 1-0/+5
2013-11-13init/Kconfig: add option to disable kernel compressionGravatar Christian Ruppert 1-1/+7
2013-11-13init: make init failures more explicitGravatar Michael Opdenacker 1-10/+29
2013-11-13init/do_mounts_rd.c: fix NULL pointer dereference while loading initramfsGravatar P J P 1-0/+7
2013-11-13init/main.c: remove prototype for softirq_init()Gravatar Geert Uytterhoeven 1-1/+0
2013-11-13init/do_mounts.c: add maj:min syntax commentGravatar Sebastian Capella 1-0/+2
2013-11-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+2
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2013-11-07parisc: add kernel audit featureGravatar Helge Deller 1-1/+1
2013-11-05audit: remove CONFIG_AUDIT_LOGINUID_IMMUTABLEGravatar Eric Paris 1-14/+0
2013-10-31init: fix in-place parameter modification regressionGravatar Krzysztof Mazur 1-2/+5
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+2
2013-10-19static_key: WARN on usage before jump_label_init was calledGravatar Hannes Frederic Sowa 1-0/+7
2013-10-14NUMA: fix typos in Kconfig help textGravatar Paul Gortmaker 1-2/+2
2013-10-11Merge branch 'core/urgent' into sched/coreGravatar Ingo Molnar 1-0/+2
2013-10-10Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+2
2013-09-30nohz: Drop generic vtime obsolete dependency on CONFIG_64BITGravatar Kevin Hilman 1-1/+1
2013-09-30vtime: Add HAVE_VIRT_CPU_ACCOUNTING_GEN KconfigGravatar Kevin Hilman 1-0/+1
2013-09-25KEYS: Separate the kernel signature checking keyring from module signingGravatar David Howells 1-0/+13