aboutsummaryrefslogtreecommitdiff
path: root/kernel/Makefile
AgeCommit message (Expand)AuthorFilesLines
2015-04-15kernel: conditionally support non-root users, groups and capabilitiesGravatar Iulia Manda 1-1/+3
2015-02-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-1/+1
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 1-2/+2
2015-01-29ftrace: allow architectures to specify ftrace compile optionsGravatar Heiko Carstens 1-2/+2
2015-01-23X.509: shut up about included cert for silent buildGravatar Arnd Bergmann 1-1/+1
2014-12-22livepatch: kernel: add support for live patchingGravatar Seth Jennings 1-0/+1
2014-12-10kernel: res_counter: remove the unused APIGravatar Johannes Weiner 1-1/+0
2014-10-27bpf: split eBPF out of NETGravatar Alexei Starovoitov 1-1/+1
2014-08-08bin2c: move bin2c in scripts/basicGravatar Vivek Goyal 1-1/+1
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+1
2014-07-23net: filter: split filter.c into two filesGravatar Alexei Starovoitov 1-0/+1
2014-06-23time/timers: Move all time(r) related files into kernel/timeGravatar Thomas Gleixner 1-21/+4
2014-03-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-0/+3
2014-03-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+0
2014-02-23rcutorture: Abstract rcu_torture_random()Gravatar Paul E. McKenney 1-0/+1
2014-02-13lto: Disable LTO for sys_niGravatar Andi Kleen 1-0/+3
2014-02-11sched/idle: Move cpu/idle.c to sched/idle.cGravatar Nicolas Pitre 1-1/+0
2013-12-13KEYS: Remove files generated when SYSTEM_TRUSTED_KEYRING=yGravatar Kirill Tkhai 1-1/+1
2013-12-13X.509: Fix certificate gatheringGravatar David Howells 1-2/+3
2013-11-21Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Gravatar Linus Torvalds 1-8/+42
2013-11-06locking: Move the lglocks code to kernel/locking/Gravatar Peter Zijlstra 1-1/+1
2013-11-06locking: Move the rwsem code to kernel/locking/Gravatar Peter Zijlstra 1-1/+1
2013-11-06locking: Move the rtmutex code to kernel/locking/Gravatar Peter Zijlstra 1-3/+0
2013-11-06locking: Move the semaphore core to kernel/locking/Gravatar Peter Zijlstra 1-1/+1
2013-11-06locking: Move the spinlock code to kernel/locking/Gravatar Peter Zijlstra 1-3/+0
2013-11-06locking: Move the lockdep code to kernel/locking/Gravatar Peter Zijlstra 1-6/+0
2013-11-06locking: Move the mutex code to kernel/locking/Gravatar Peter Zijlstra 1-4/+2
2013-11-06Merge branch 'sched/core' into core/locking, to prepare the kernel/locking/ f...Gravatar Ingo Molnar 1-1/+1
2013-11-06sched: Move wait.c into kernel/sched/Gravatar Peter Zijlstra 1-1/+1
2013-10-15rcu: Move RCU-related source code to kernel/rcu directoryGravatar Paul E. McKenney 1-8/+3
2013-09-25KEYS: Separate the kernel signature checking keyring from module signingGravatar David Howells 1-5/+10
2013-09-25KEYS: Have make canonicalise the paths of the X.509 certs better to deduplicateGravatar David Howells 1-3/+9
2013-09-25KEYS: Load *.x509 files into kernel keyringGravatar David Howells 1-6/+29
2013-09-13Remove GENERIC_HARDIRQ config optionGravatar Martin Schwidefsky 1-1/+1
2013-07-31printk: move to separate directory for easier modificationGravatar Joe Perches 1-1/+2
2013-07-09reboot: move shutdown/reboot related functions to kernel/reboot.cGravatar Robin Holt 1-1/+1
2013-05-05Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2013-04-11MODSIGN: do not send garbage to stderr when enabling modules signatureGravatar David Cohen 1-1/+1
2013-04-08idle: Provide a generic entry point for the idle codeGravatar Thomas Gleixner 1-0/+1
2013-02-27Merge branch 'akpm' (final batch from Andrew)Gravatar Linus Torvalds 1-4/+2
2013-02-27kcmp: make it depend on CHECKPOINT_RESTOREGravatar Cyrill Gorcunov 1-3/+1
2013-02-27kfifo: move kfifo.c from kernel/ to lib/Gravatar Stefani Seibold 1-1/+1
2013-02-27Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-4/+12
2013-02-16kernel: Replace timeconst.pl with a bc scriptGravatar H. Peter Anvin 1-4/+12
2013-01-25MODSIGN: Simplify Makefile with a Kconfig helperGravatar Michal Marek 1-19/+3
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-3/+7
2012-12-14MODSIGN: Fix kbuild output when using default extra_certificatesGravatar Michal Marek 1-1/+5
2012-12-14MODSIGN: Avoid using .incbin in C sourceGravatar Takashi Iwai 1-2/+2
2012-12-03Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Gravatar Ingo Molnar 1-0/+1
2012-11-30context_tracking: New context tracking susbsystemGravatar Frederic Weisbecker 1-0/+1