summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-02-28add support for clang Control Flow Integrity (CFI)Sami Tolvanen13-2/+444
2017-06-17kernel/watchdog.c: move hardlockup detector to separate fileBabu Moger3-230/+239
2016-08-08userns: Add per user namespace sysctls.Eric W. Biederman4-3/+120
2016-05-24ELF/MIPS build fixRalf Baechle3-3/+10
2016-03-22kernel: add kcov code coverageDmitry Vyukov28-1/+567
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 Desnoyers11-1/+151
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young32-1527/+1560
2015-09-10kexec: split kexec_file syscall code to kexec_file.cDave Young5-1045/+1090
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds92-745/+2142
2015-09-08Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds10-38/+359
2015-09-08Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds76-1407/+3588
2015-08-14arch: introduce memremap()Dan Williams6-0/+112
2015-08-14Move certificate handling to its own directoryDavid Howells10-195/+212
2015-08-12modsign: Use extract-cert to process CONFIG_SYSTEM_TRUSTED_KEYSDavid Woodhouse3-14/+17
2015-08-07modsign: Add explicit CONFIG_SYSTEM_TRUSTED_KEYS optionDavid Woodhouse3-64/+89
2015-08-07modsign: Use single PEM file for autogenerated keyDavid Woodhouse5-17/+16
2015-08-07modsign: Extract signing cert from CONFIG_MODULE_SIG_KEY if neededDavid Woodhouse5-11/+181
2015-08-07modsign: Allow external signing key to be specifiedDavid Woodhouse4-6/+46
2015-08-06audit: clean simple fsnotify implementationRichard Guy Briggs4-2/+232
2015-07-14cgroup: implement the PIDs subsystemAleksa Sarai5-0/+393
2015-07-02make certificate list change message more usefulLinus Torvalds1-1/+1
2015-04-30modsign: change default key detailsDavid Howells2-6/+6
2015-04-15kernel: conditionally support non-root users, groups and capabilitiesIulia Manda16-26/+126
2015-02-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds45-1082/+2658
2015-02-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds82-1030/+1640
2015-01-29ftrace: allow architectures to specify ftrace compile optionsHeiko Carstens8-14/+19
2015-01-23X.509: shut up about included cert for silent buildArnd Bergmann1-1/+1
2014-12-22livepatch: kernel: add support for live patchingSeth Jennings11-0/+1273
2014-12-11kernel: res_counter: remove the unused APIJohannes Weiner6-647/+8
2014-10-27bpf: split eBPF out of NETAlexei Starovoitov5-5/+28
2014-08-08bin2c: move bin2c in scripts/basicVivek Goyal6-7/+6
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1159-30780/+70878
2014-07-24net: filter: split filter.c into two filesAlexei Starovoitov4-511/+538
2014-06-23time/timers: Move all time(r) related files into kernel/timeThomas Gleixner10-24/+24
2014-03-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds27-37/+138
2014-03-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds45-541/+913
2014-02-23rcutorture: Abstract rcu_torture_random()Paul E. McKenney6-46/+147
2014-02-14lto: Disable LTO for sys_niAndi Kleen1-0/+3
2014-02-11sched/idle: Move cpu/idle.c to sched/idle.cNicolas Pitre4-3/+145
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-22Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds125-2058/+7712
2013-11-06locking: Move the lglocks code to kernel/locking/Peter Zijlstra3-2/+2
2013-11-06locking: Move the rwsem code to kernel/locking/Peter Zijlstra6-4/+4
2013-11-06locking: Move the rtmutex code to kernel/locking/Peter Zijlstra10-5/+5
2013-11-06locking: Move the semaphore core to kernel/locking/Peter Zijlstra3-2/+2
2013-11-06locking: Move the spinlock code to kernel/locking/Peter Zijlstra5-4/+4
2013-11-06locking: Move the lockdep code to kernel/locking/Peter Zijlstra6-6/+6
2013-11-06locking: Move the mutex code to kernel/locking/Peter Zijlstra6-4/+11
[next]