summaryrefslogtreecommitdiff
path: root/kernel/Makefile (unfollow)
Commit message (Expand)Author
2014-12-10kernel: res_counter: remove the unused APIJohannes Weiner
2014-10-27bpf: split eBPF out of NETAlexei Starovoitov
2014-08-08bin2c: move bin2c in scripts/basicVivek Goyal
2014-07-23net: filter: split filter.c into two filesAlexei Starovoitov
2014-06-23time/timers: Move all time(r) related files into kernel/timeThomas Gleixner
2014-02-23rcutorture: Abstract rcu_torture_random()Paul E. McKenney
2014-02-13lto: Disable LTO for sys_niAndi Kleen
2014-02-11sched/idle: Move cpu/idle.c to sched/idle.cNicolas Pitre
2013-12-13KEYS: Remove files generated when SYSTEM_TRUSTED_KEYRING=yKirill Tkhai
2013-12-13X.509: Fix certificate gatheringDavid Howells
2013-11-06locking: Move the lglocks code to kernel/locking/Peter Zijlstra
2013-11-06locking: Move the rwsem code to kernel/locking/Peter Zijlstra
2013-11-06locking: Move the rtmutex code to kernel/locking/Peter Zijlstra
2013-11-06locking: Move the semaphore core to kernel/locking/Peter Zijlstra
2013-11-06locking: Move the spinlock code to kernel/locking/Peter Zijlstra
2013-11-06locking: Move the lockdep code to kernel/locking/Peter Zijlstra
2013-11-06locking: Move the mutex code to kernel/locking/Peter Zijlstra
2013-11-06sched: Move wait.c into kernel/sched/Peter Zijlstra
2013-10-15rcu: Move RCU-related source code to kernel/rcu directoryPaul E. McKenney
2013-09-25KEYS: Separate the kernel signature checking keyring from module signingDavid Howells
2013-09-25KEYS: Have make canonicalise the paths of the X.509 certs better to deduplicateDavid Howells
2013-09-25KEYS: Load *.x509 files into kernel keyringDavid Howells
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky
2013-07-31printk: move to separate directory for easier modificationJoe Perches
2013-07-09reboot: move shutdown/reboot related functions to kernel/reboot.cRobin Holt
2013-04-11MODSIGN: do not send garbage to stderr when enabling modules signatureDavid Cohen
2013-04-08idle: Provide a generic entry point for the idle codeThomas Gleixner
2013-02-27kcmp: make it depend on CHECKPOINT_RESTORECyrill Gorcunov
2013-02-27kfifo: move kfifo.c from kernel/ to lib/Stefani Seibold
2013-02-16kernel: Replace timeconst.pl with a bc scriptH. Peter Anvin
2013-01-25MODSIGN: Simplify Makefile with a Kconfig helperMichal Marek
2012-12-14MODSIGN: Fix kbuild output when using default extra_certificatesMichal Marek
2012-12-14MODSIGN: Avoid using .incbin in C sourceTakashi Iwai
2012-11-30context_tracking: New context tracking susbsystemFrederic Weisbecker
2012-10-25Makefile: Documentation for external tool should be correctH. Peter Anvin
2012-10-10MODSIGN: Make mrproper should remove generated files.Rusty Russell
2012-10-10MODSIGN: Use utf8 strings in signer's name in autogenerated X.509 certsDavid Howells
2012-10-10MODSIGN: Use the same digest for the autogen key sig as for the module sigDavid Howells
2012-10-10MODSIGN: Provide module signing public keys to the kernelDavid Howells
2012-10-10MODSIGN: Automatically generate module signing keys if missingDavid Howells
2012-10-10module: signature checking hookRusty Russell
2012-09-13trace: Stop compiling in trace_clock unconditionallyJosh Triplett
2012-08-13hotplug: Fix UP bug in smpboot hotplug codePaul E. McKenney
2012-05-31syscalls, x86: add __NR_kcmp syscallCyrill Gorcunov
2012-05-29brlocks/lglocks: turn into functionsAndi Kleen
2012-05-23task_work_add: generic process-context callbacksOleg Nesterov
2012-04-26smp: Add generic smpboot facilityThomas Gleixner
2012-02-22uprobes: Move to kernel/events/Ingo Molnar
2012-02-17uprobes, mm, x86: Add the ability to install and remove uprobes breakpointsSrikar Dronamraju
2012-01-24sysctl: Move the implementation into fs/proc/proc_sysctl.cEric W. Biederman