summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-06-21futex: Split out the waiter check from lookup_pi_state()Thomas Gleixner1-67/+71
2014-06-21futex: Use futex_top_waiter() in lookup_pi_state()Thomas Gleixner1-63/+61
2014-06-21futex: Make unlock_pi more robustThomas Gleixner1-51/+25
2014-06-21rtmutex: Avoid pointless requeueing in the deadlock detection chain walkThomas Gleixner1-7/+70
2014-06-21rtmutex: Cleanup deadlock detector debug logicThomas Gleixner5-28/+83
2014-06-21rtmutex: Confine deadlock logic to futexThomas Gleixner3-38/+38
2014-06-21rtmutex: Simplify remove_waiter()Thomas Gleixner1-17/+19
2014-06-21rtmutex: Document pi chain walkThomas Gleixner1-9/+91
2014-06-21rtmutex: Clarify the boost/deboost partThomas Gleixner1-10/+48
2014-06-21rtmutex: No need to keep task ref for lock owner checkThomas Gleixner1-2/+3
2014-06-21rtmutex: Simplify and document try_to_take_rtmutex()Thomas Gleixner1-45/+88
2014-06-21rtmutex: Simplify rtmutex_slowtrylock()Thomas Gleixner1-11/+20
2014-06-21Merge branch 'locking/urgent' into locking/coreThomas Gleixner3-35/+218
2014-06-16rtmutex: Plug slow unlock raceThomas Gleixner1-6/+109
2014-06-12Merge tag 'trace-3.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds3-20/+36
2014-06-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-286/+353
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10-310/+428
2014-06-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-30/+367
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-57/+121
2014-06-12Merge tag 'pm+acpi-3.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-2/+23
2014-06-12Merge commit '3cf2f34' into sched/core, to fix build errorIngo Molnar10-27/+92
2014-06-12Merge branch 'pm-sleep'Rafael J. Wysocki4-2/+23
2014-06-11Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-29/+40
2014-06-10Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2-0/+11
2014-06-10gcov: add support for GCC 4.9Yuan Pengfei2-0/+11
2014-06-10fs,userns: Change inode_capable to capable_wrt_inode_uidgidAndy Lutomirski1-12/+8
2014-06-10tracing: Fix check of ftrace_trace_arrays list_empty() checkSteven Rostedt (Red Hat)1-1/+1
2014-06-10tracing: Fix leak of per cpu max data in instancesSteven Rostedt (Red Hat)1-9/+12
2014-06-10auditsc: audit_krule mask accesses need bounds checkingAndy Lutomirski1-9/+18
2014-06-10tracing: Cleanup saved_cmdlines_size changesNamhyung Kim1-3/+3
2014-06-10ring-buffer: Check if buffer exists before pollingSteven Rostedt (Red Hat)2-7/+20
2014-06-09Merge tag 'trace-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds17-460/+951
2014-06-09Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds6-684/+1220
2014-06-09Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2-301/+149
2014-06-08numa,sched: fix load_to_imbalanced logic inversionRik van Riel1-1/+1
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds79-1274/+2130
2014-06-07rtmutex: Detect changes in the pi lock chainThomas Gleixner1-24/+71
2014-06-07rtmutex: Handle deadlock detection smarterThomas Gleixner3-5/+38
2014-06-06tracing: Fix memory leak on instance deletionSteven Rostedt (Red Hat)1-2/+1
2014-06-06sysctl: convert use of typedef ctl_table to struct ctl_tableJoe Perches2-4/+4
2014-06-06kernel/seccomp.c: kernel-doc warning fixFabian Frederick1-2/+2
2014-06-06ipc, kernel: clear whitespacePaul McQuade1-2/+2
2014-06-06ipc, kernel: use Linux headersPaul McQuade2-2/+2
2014-06-06kernel/profile.c: use static const char instead of static charFabian Frederick1-3/+3
2014-06-06kernel/profile.c: convert printk to pr_foo()Fabian Frederick1-9/+5
2014-06-06kernel/user_namespace.c: kernel-doc/checkpatch fixesFabian Frederick1-13/+20
2014-06-06sysctl: allow for strict write position handlingKees Cook1-2/+67
2014-06-06sysctl: refactor sysctl string writing logicKees Cook1-7/+4
2014-06-06sysctl: clean up char buffer argumentsKees Cook1-7/+7
2014-06-06kernel/kexec.c: convert printk to pr_foo()Fabian Frederick1-37/+32