summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-mutexes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-07-021-32/+352
|\
| * mutex: Add w/w mutex slowpath debuggingDaniel Vetter2013-06-261-3/+41
| * mutex: Add support for wound/wait style locksMaarten Lankhorst2013-06-261-16/+302
| * arch: Make __mutex_fastpath_lock_retval return whether fastpath succeeded or notMaarten Lankhorst2013-06-261-18/+14
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-07-023-5/+20
|\ \
| * | futex: Use freezable blocking callColin Cross2013-06-251-1/+2
| * | futex: Take hugepages into account when generating futex_keyZhang Yi2013-06-251-1/+2
| * | rtmutex: Document rt_mutex_adjust_prio_chain()Juri Lelli2013-05-281-0/+13
| * | locking: Fix copy/paste errors of "ARCH_INLINE_*_UNLOCK_BH"Paul Bolle2013-05-281-3/+3
* | | Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-021-1/+0
|\ \ \
| * \ \ Merge 3.10-rc7 into driver-core-nextGreg Kroah-Hartman2013-06-2410-106/+275
| |\ \ \ | | | |/ | | |/|
| * | | Merge 3.10-rc6 into driver-core-nextGreg Kroah-Hartman2013-06-1720-127/+206
| |\ \ \
| * | | | Finally eradicate CONFIG_HOTPLUGStephen Rothwell2013-06-031-1/+0
| | |_|/ | |/| |
* | | | Merge tag 'fscache-20130702' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-021-0/+88
|\ \ \ \
| * | | | Add wait_on_atomic_t() and wake_up_atomic_t()David Howells2013-05-151-0/+88
* | | | | Fix: kernel/ptrace.c: ptrace_peek_siginfo() missing __put_user() validationMathieu Desnoyers2013-06-291-9/+11
* | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-06-291-2/+5
|\ \ \ \ \
| * | | | | tick: Fix tick_broadcast_pending_mask not clearedDaniel Lezcano2013-06-211-2/+5
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-06-261-3/+3
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot()Oleg Nesterov2013-06-201-2/+2
| * | | | | hw_breakpoint: Fix cpu check in task_bp_pinned(cpu)Oleg Nesterov2013-06-201-1/+1
* | | | | | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2013-06-211-10/+11
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | range: Do not add new blank slot with add_range_with_mergeYinghai Lu2013-06-181-10/+11
| | |_|_|/ | |/| | |
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-06-202-4/+57
|\ \ \ \ \
| * | | | | tracing/context-tracking: Add preempt_schedule_context() for tracingSteven Rostedt2013-06-191-0/+40
| * | | | | sched: Fix clear NOHZ_BALANCE_KICKVincent Guittot2013-06-191-4/+17
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-06-203-82/+185
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | perf: Fix mmap() accounting holePeter Zijlstra2013-06-192-72/+159
| * | | | | perf: Fix perf mmap bugsPeter Zijlstra2013-05-282-17/+23
| * | | | | kprobes: Fix to free gone and unused optprobesMasami Hiramatsu2013-05-281-10/+20
| | |_|_|/ | |/| | |
* | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-06-201-0/+17
|\ \ \ \ \
| * | | | | idle: Enable interrupts in the weak arch_cpu_idle() implementationJames Bottomley2013-06-141-0/+1
| * | | | | idle: Add the stack canary init to cpu_startup_entry()Thomas Gleixner2013-06-111-0/+16
* | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-06-205-10/+5
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | tick: Remove useless timekeeping duty attribution to broadcast sourceJiri Bohac2013-05-311-4/+0
| * | | | | nohz: Fix notifier return val that enforce timekeepingLi Zhong2013-05-311-1/+1
| * | | | | kvm: Move guest entry/exit APIs to context_trackingFrederic Weisbecker2013-05-311-1/+0
| * | | | | vtime: Use consistent clocks among nohz accountingFrederic Weisbecker2013-05-312-4/+4
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-06-141-1/+1
|\ \ \ \ \ \
| * | | | | | move exit_task_namespaces() outside of exit_notify()Oleg Nesterov2013-06-151-1/+1
* | | | | | | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2013-06-132-4/+19
|\ \ \ \ \ \ \
| * | | | | | | rcu: Fix deadlock with CPU hotplug, RCU GP init, and timer migrationPaul E. McKenney2013-06-101-2/+2
| * | | | | | | rcu: Don't call wakeup() with rcu_node structure ->lock heldSteven Rostedt2013-06-102-2/+17
* | | | | | | | Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-06-125-77/+101
|\ \ \ \ \ \ \ \
| * | | | | | | | kernel/audit_tree.c:audit_add_tree_rule(): protect `rule' from kill_rules()Chen Gang2013-06-121-0/+1
| * | | | | | | | audit: wait_for_auditd() should use TASK_UNINTERRUPTIBLEOleg Nesterov2013-06-121-1/+1
| * | | | | | | | kmsg: honor dmesg_restrict sysctl on /dev/kmsgKees Cook2013-06-121-41/+50
| * | | | | | | | reboot: rigrate shutdown/reboot to boot cpuRobin Holt2013-06-121-3/+26
| * | | | | | | | CPU hotplug: provide a generic helper to disable/enable CPU hotplugSrivatsa S. Bhat2013-06-121-32/+23
* | | | | | | | | Merge tag 'trace-fixes-v3.10-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-06-122-7/+3
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |