summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig2013-11-152-3/+1
* revert "softirq: Add support for triggering softirq work on softirqs"Christoph Hellwig2013-11-151-131/+0
* mm: properly separate the bloated ptl from the regular casePeter Zijlstra2013-11-151-0/+2
* mm: implement split page table lock for PMD levelKirill A. Shutemov2013-11-151-2/+2
* mm: convert mm->nr_ptes to atomic_long_tKirill A. Shutemov2013-11-151-1/+1
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-143-4/+46
|\
| * sched/fair: Avoid integer overflowMichal Nazarewicz2013-11-131-1/+1
| * sched: Optimize task_sched_runtime()Peter Zijlstra2013-11-131-0/+14
| * sched/numa: Cure update_numa_stats() vs. hotplugPeter Zijlstra2013-11-131-1/+14
| * sched/numa: Fix NULL pointer dereference in task_numa_migrate()Rik van Riel2013-11-131-1/+13
| * sched: Fix endless sync_sched/rcu() loop inside _cpu_down()Michael wang2013-11-131-1/+4
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-1428-32/+1107
|\ \
| * | locking/lockdep: Mark __lockdep_count_forward_deps() as staticFengguang Wu2013-11-131-2/+2
| * | lockdep/proc: Fix lock-time avg computationPeter Zijlstra2013-11-111-1/+1
| * | locking/doc: Update references to kernel/mutex.cPeter Zijlstra2013-11-111-1/+1
| * | locking: Move the percpu-rwsem code to kernel/locking/Peter Zijlstra2013-11-062-1/+167
| * | locking: Move the lglocks code to kernel/locking/Peter Zijlstra2013-11-063-2/+2
| * | locking: Move the rwsem code to kernel/locking/Peter Zijlstra2013-11-065-2/+593
| * | locking: Move the rtmutex code to kernel/locking/Peter Zijlstra2013-11-0610-5/+5
| * | locking: Move the semaphore core to kernel/locking/Peter Zijlstra2013-11-063-2/+2
| * | locking: Move the spinlock code to kernel/locking/Peter Zijlstra2013-11-064-3/+306
| * | locking: Move the lockdep code to kernel/locking/Peter Zijlstra2013-11-066-6/+6
| * | locking: Move the mutex code to kernel/locking/Peter Zijlstra2013-11-066-4/+11
| * | Merge branch 'sched/core' into core/locking, to prepare the kernel/locking/ f...Ingo Molnar2013-11-0623-804/+2264
| |\ \
| * \ \ Merge branch 'core/rcu' into core/locking, to prepare the kernel/locking/ fil...Ingo Molnar2013-11-0613-103/+251
| |\ \ \
| * \ \ \ Merge tag 'v3.12' into core/locking to pick up mutex upatesIngo Molnar2013-11-0617-66/+247
| |\ \ \ \
| * | | | | hung_task debugging: Add tracepoint to report the hangOleg Nesterov2013-10-311-0/+4
| * | | | | lockstat: Report avg wait and hold timesDavidlohr Bueso2013-10-091-6/+9
| * | | | | hung_task: Change sysctl_hung_task_check_count to 'int'Li Zefan2013-09-232-3/+4
* | | | | | Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-11-144-33/+35
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'pm-sleep'Rafael J. Wysocki2013-11-071-1/+5
| |\ \ \ \ \ \
| | * | | | | | PM / hibernate: Avoid overflow in hibernate_preallocate_memory()Aaron Lu2013-11-071-1/+5
| * | | | | | | Merge branch 'pm-sleep'Rafael J. Wysocki2013-10-282-10/+26
| |\| | | | | |
| | * | | | | | PM / Hibernate: Use bool for boolean fields of struct snapshot_dataRafael J. Wysocki2013-10-181-10/+10
| | * | | | | | PM / Sleep: Detect device suspend/resume lockup and log eventBenoit Goby2013-10-181-0/+16
| * | | | | | | Merge branch 'pm-qos'Rafael J. Wysocki2013-10-281-22/+4
| |\ \ \ \ \ \ \
| | * | | | | | | PM / QoS: simplify pm_qos_power_write()Andy Shevchenko2013-10-171-22/+4
| | |/ / / / / /
* | | | | | | | Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-11-142-9/+34
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'blk-mq/core' into for-3.13/coreJens Axboe2013-11-081-1/+6
| |\ \ \ \ \ \ \ \
| | * | | | | | | | smp: don't warn about csd->flags having CSD_FLAG_LOCK cleared for !waitJens Axboe2013-10-251-1/+5
| | * | | | | | | | smp: export __smp_call_function_single()Jens Axboe2013-10-251-0/+1
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | kernel: trace: blktrace: remove redundent memcpy() in compat_blk_trace_setup()Chen Gang2013-11-081-2/+1
| * | | | | | | | blktrace: Send BLK_TN_PROCESS events to all running tracesJan Kara2013-11-081-6/+27
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-11-131-0/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-045-36/+98
| |\| | | | | | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-235-15/+33
| |\ \ \ \ \ \ \ \
| * | | | | | | | | static_key: WARN on usage before jump_label_init was calledHannes Frederic Sowa2013-10-191-0/+5
* | | | | | | | | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-11-1320-239/+934
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | kernel/panic.c: reduce 1 byte usage for print tainted bufferChen Gang2013-11-131-1/+1
| * | | | | | | | | | gcov: reuse kbasename helperAndy Shevchenko2013-11-131-4/+3