summaryrefslogtreecommitdiffstats
path: root/kernel/Makefile
Commit message (Expand)AuthorAgeFilesLines
* locking: Move the lglocks code to kernel/locking/Peter Zijlstra2013-11-061-1/+1
* locking: Move the rwsem code to kernel/locking/Peter Zijlstra2013-11-061-1/+1
* locking: Move the rtmutex code to kernel/locking/Peter Zijlstra2013-11-061-3/+0
* locking: Move the semaphore core to kernel/locking/Peter Zijlstra2013-11-061-1/+1
* locking: Move the spinlock code to kernel/locking/Peter Zijlstra2013-11-061-3/+0
* locking: Move the lockdep code to kernel/locking/Peter Zijlstra2013-11-061-6/+0
* locking: Move the mutex code to kernel/locking/Peter Zijlstra2013-11-061-4/+2
* Merge branch 'sched/core' into core/locking, to prepare the kernel/locking/ f...Ingo Molnar2013-11-061-1/+1
|\
| * sched: Move wait.c into kernel/sched/Peter Zijlstra2013-11-061-1/+1
* | rcu: Move RCU-related source code to kernel/rcu directoryPaul E. McKenney2013-10-151-8/+3
|/
* Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-1/+1
* printk: move to separate directory for easier modificationJoe Perches2013-07-311-1/+2
* reboot: move shutdown/reboot related functions to kernel/reboot.cRobin Holt2013-07-091-1/+1
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-05-051-1/+1
|\
| * MODSIGN: do not send garbage to stderr when enabling modules signatureDavid Cohen2013-04-111-1/+1
* | idle: Provide a generic entry point for the idle codeThomas Gleixner2013-04-081-0/+1
|/
* Merge branch 'akpm' (final batch from Andrew)Linus Torvalds2013-02-271-4/+2
|\
| * kcmp: make it depend on CHECKPOINT_RESTORECyrill Gorcunov2013-02-271-3/+1
| * kfifo: move kfifo.c from kernel/ to lib/Stefani Seibold2013-02-271-1/+1
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2013-02-271-4/+12
|\ \ | |/ |/|
| * kernel: Replace timeconst.pl with a bc scriptH. Peter Anvin2013-02-161-4/+12
* | MODSIGN: Simplify Makefile with a Kconfig helperMichal Marek2013-01-251-19/+3
|/
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-191-3/+7
|\
| * MODSIGN: Fix kbuild output when using default extra_certificatesMichal Marek2012-12-141-1/+5
| * MODSIGN: Avoid using .incbin in C sourceTakashi Iwai2012-12-141-2/+2
* | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2012-12-031-0/+1
|\ \ | |/ |/|
| * context_tracking: New context tracking susbsystemFrederic Weisbecker2012-11-301-0/+1
* | Makefile: Documentation for external tool should be correctH. Peter Anvin2012-10-251-4/+2
|/
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-141-0/+77
|\
| * MODSIGN: Make mrproper should remove generated files.Rusty Russell2012-10-101-1/+0
| * MODSIGN: Use utf8 strings in signer's name in autogenerated X.509 certsDavid Howells2012-10-101-0/+1
| * MODSIGN: Use the same digest for the autogen key sig as for the module sigDavid Howells2012-10-101-1/+21
| * MODSIGN: Provide module signing public keys to the kernelDavid Howells2012-10-101-2/+9
| * MODSIGN: Automatically generate module signing keys if missingDavid Howells2012-10-101-0/+49
| * module: signature checking hookRusty Russell2012-10-101-0/+1
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-10-011-1/+1
|\ \
| * | trace: Stop compiling in trace_clock unconditionallyJosh Triplett2012-09-131-1/+1
| |/
* / hotplug: Fix UP bug in smpboot hotplug codePaul E. McKenney2012-08-131-2/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-1/+1
|\
| * brlocks/lglocks: turn into functionsAndi Kleen2012-05-291-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-311-1/+1
|\ \
| * | task_work_add: generic process-context callbacksOleg Nesterov2012-05-231-1/+1
| |/
* / syscalls, x86: add __NR_kcmp syscallCyrill Gorcunov2012-05-311-0/+3
|/
* smp: Add generic smpboot facilityThomas Gleixner2012-04-261-0/+1
* sysctl: Move the implementation into fs/proc/proc_sysctl.cEric W. Biederman2012-01-241-1/+0
* PM: Make sysrq-o be available for CONFIG_PM unsetRafael J. Wysocki2012-01-141-2/+1
* sched: Move all scheduler bits into kernel/sched/Peter Zijlstra2011-11-171-17/+3
* sched: Make separate sched*.c translation unitsPeter Zijlstra2011-11-171-3/+7
* Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds2011-10-281-0/+1
|\
| * cpu_pm: Add cpu power management notifiersColin Cross2011-09-231-0/+1