aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-13KEYS: Remove files generated when SYSTEM_TRUSTED_KEYRING=yKirill Tkhai1-1/+1
2013-12-13X.509: Fix certificate gatheringDavid Howells1-2/+3
2013-11-21Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-8/+42
2013-11-06locking: Move the lglocks code to kernel/locking/Peter Zijlstra1-1/+1
2013-11-06locking: Move the rwsem code to kernel/locking/Peter Zijlstra1-1/+1
2013-11-06locking: Move the rtmutex code to kernel/locking/Peter Zijlstra1-3/+0
2013-11-06locking: Move the semaphore core to kernel/locking/Peter Zijlstra1-1/+1
2013-11-06locking: Move the spinlock code to kernel/locking/Peter Zijlstra1-3/+0
2013-11-06locking: Move the lockdep code to kernel/locking/Peter Zijlstra1-6/+0
2013-11-06locking: Move the mutex code to kernel/locking/Peter Zijlstra1-4/+2
2013-11-06Merge branch 'sched/core' into core/locking, to prepare the kernel/locking/ file moveIngo Molnar1-1/+1
2013-11-06sched: Move wait.c into kernel/sched/Peter Zijlstra1-1/+1
2013-10-15rcu: Move RCU-related source code to kernel/rcu directoryPaul E. McKenney1-8/+3
2013-09-25KEYS: Separate the kernel signature checking keyring from module signingDavid Howells1-5/+10
2013-09-25KEYS: Have make canonicalise the paths of the X.509 certs better to deduplicateDavid Howells1-3/+9
2013-09-25KEYS: Load *.x509 files into kernel keyringDavid Howells1-6/+29
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+1
2013-07-31printk: move to separate directory for easier modificationJoe Perches1-1/+2
2013-07-09reboot: move shutdown/reboot related functions to kernel/reboot.cRobin Holt1-1/+1
2013-05-05Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2013-04-11MODSIGN: do not send garbage to stderr when enabling modules signatureDavid Cohen1-1/+1
2013-04-08idle: Provide a generic entry point for the idle codeThomas Gleixner1-0/+1
2013-02-27Merge branch 'akpm' (final batch from Andrew)Linus Torvalds1-4/+2
2013-02-27kcmp: make it depend on CHECKPOINT_RESTORECyrill Gorcunov1-3/+1
2013-02-27kfifo: move kfifo.c from kernel/ to lib/Stefani Seibold1-1/+1
2013-02-27Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-4/+12
2013-02-16kernel: Replace timeconst.pl with a bc scriptH. Peter Anvin1-4/+12
2013-01-25MODSIGN: Simplify Makefile with a Kconfig helperMichal Marek1-19/+3
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-3/+7
2012-12-14MODSIGN: Fix kbuild output when using default extra_certificatesMichal Marek1-1/+5
2012-12-14MODSIGN: Avoid using .incbin in C sourceTakashi Iwai1-2/+2
2012-12-03Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-0/+1
2012-11-30context_tracking: New context tracking susbsystemFrederic Weisbecker1-0/+1
2012-10-25Makefile: Documentation for external tool should be correctH. Peter Anvin1-4/+2
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-0/+77
2012-10-10MODSIGN: Make mrproper should remove generated files.Rusty Russell1-1/+0
2012-10-10MODSIGN: Use utf8 strings in signer's name in autogenerated X.509 certsDavid Howells1-0/+1
2012-10-10MODSIGN: Use the same digest for the autogen key sig as for the module sigDavid Howells1-1/+21
2012-10-10MODSIGN: Provide module signing public keys to the kernelDavid Howells1-2/+9
2012-10-10MODSIGN: Automatically generate module signing keys if missingDavid Howells1-0/+49
2012-10-10module: signature checking hookRusty Russell1-0/+1
2012-10-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-09-13trace: Stop compiling in trace_clock unconditionallyJosh Triplett1-1/+1
2012-08-13hotplug: Fix UP bug in smpboot hotplug codePaul E. McKenney1-2/+1
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-1/+1
2012-05-31syscalls, x86: add __NR_kcmp syscallCyrill Gorcunov1-0/+3
2012-05-29brlocks/lglocks: turn into functionsAndi Kleen1-1/+1
2012-05-23task_work_add: generic process-context callbacksOleg Nesterov1-1/+1
2012-04-26smp: Add generic smpboot facilityThomas Gleixner1-0/+1