aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-22kernel: add kcov code coverageDmitry Vyukov1-0/+12
2016-01-31kernel/Makefile: remove the useless CFLAGS_REMOVE_cgroup-debug.oLi Bin1-2/+1
2015-09-11sys_membarrier(): system-wide memory barrier (generic, x86)Mathieu Desnoyers1-0/+1
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young1-0/+1
2015-09-10kexec: split kexec_file syscall code to kexec_file.cDave Young1-0/+1
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+2
2015-09-08Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-1/+1
2015-09-08Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-97/+0
2015-08-14arch: introduce memremap()Dan Williams1-0/+2
2015-08-14Move certificate handling to its own directoryDavid Howells1-143/+0
2015-08-12modsign: Use extract-cert to process CONFIG_SYSTEM_TRUSTED_KEYSDavid Woodhouse1-13/+12
2015-08-07modsign: Add explicit CONFIG_SYSTEM_TRUSTED_KEYS optionDavid Woodhouse1-60/+65
2015-08-07modsign: Use single PEM file for autogenerated keyDavid Woodhouse1-8/+7
2015-08-07modsign: Extract signing cert from CONFIG_MODULE_SIG_KEY if neededDavid Woodhouse1-0/+38
2015-08-07modsign: Allow external signing key to be specifiedDavid Woodhouse1-0/+5
2015-08-06audit: clean simple fsnotify implementationRichard Guy Briggs1-1/+1
2015-07-14cgroup: implement the PIDs subsystemAleksa Sarai1-0/+1
2015-07-02make certificate list change message more usefulLinus Torvalds1-1/+1
2015-04-30modsign: change default key detailsDavid Howells1-3/+3
2015-04-15kernel: conditionally support non-root users, groups and capabilitiesIulia Manda1-1/+3
2015-02-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+1
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-2/+2
2015-01-29ftrace: allow architectures to specify ftrace compile optionsHeiko Carstens1-2/+2
2015-01-23X.509: shut up about included cert for silent buildArnd Bergmann1-1/+1
2014-12-22livepatch: kernel: add support for live patchingSeth Jennings1-0/+1
2014-12-10kernel: res_counter: remove the unused APIJohannes Weiner1-1/+0
2014-10-27bpf: split eBPF out of NETAlexei Starovoitov1-1/+1
2014-08-08bin2c: move bin2c in scripts/basicVivek Goyal1-1/+1
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2014-07-23net: filter: split filter.c into two filesAlexei Starovoitov1-0/+1
2014-06-23time/timers: Move all time(r) related files into kernel/timeThomas Gleixner1-21/+4
2014-03-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2014-03-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2014-02-23rcutorture: Abstract rcu_torture_random()Paul E. McKenney1-0/+1
2014-02-13lto: Disable LTO for sys_niAndi Kleen1-0/+3
2014-02-11sched/idle: Move cpu/idle.c to sched/idle.cNicolas Pitre1-1/+0
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