summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-04-295-72/+165
|\
| * lockdep: Consolidate bug messages into a single print_lockdep_off() functionDave Jones2013-04-261-15/+13
| * lockdep: Print out additional debugging advice when we hit lockdep BUGsDave Jones2013-04-261-0/+5
| * mutex: Back out architecture specific check for negative mutex countWaiman Long2013-04-191-7/+2
| * mutex: Queue mutex spinners with MCS lock to reduce cacheline contentionWaiman Long2013-04-191-1/+90
| * mutex: Make more scalable by doing less atomic operationsWaiman Long2013-04-191-3/+16
| * mutex: Move mutex spinning code from sched/core.c back to mutex.cWaiman Long2013-04-193-52/+46
| * locking/rtmutex/tester: Set correct permissions on sysfs filesSasha Levin2013-04-101-2/+3
| * lockdep: Remove unnecessary 'hlock_next' variableHong Zhiguo2013-04-081-4/+2
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-271-0/+2
|\ \
| * | events: Protect access via task_subsys_state_check()Paul E. McKenney2013-04-211-0/+2
* | | kernel/hz.bc: ignore.Rusty Russell2013-04-221-0/+1
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-211-1/+1
|\ \ \ | |/ /
| * | perf: Treat attr.config as u64 in perf_swevent_init()Tommi Rantala2013-04-151-1/+1
* | | Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-04-201-13/+105
|\ \ \
| * | | kexec: use Crash kernel for Crash kernel lowYinghai Lu2013-04-171-1/+1
| * | | x86, kdump: Change crashkernel_high/low= to crashkernel=,high/lowYinghai Lu2013-04-171-13/+96
| * | | x86, kdump: Retore crashkernel= to allocate under 896MYinghai Lu2013-04-171-0/+9
| |/ /
* | | Merge branch 'userns-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-04-181-9/+13
|\ \ \
| * | | userns: Changing any namespace id mappings should require privilegesAndy Lutomirski2013-04-141-3/+3
| * | | userns: Check uid_map's opener's fsuid, not the current fsuidAndy Lutomirski2013-04-141-2/+2
| * | | userns: Don't let unprivileged users trick privileged users into setting the ...Eric W. Biederman2013-04-141-4/+8
| |/ /
* | | Revert "block: add missing block_bio_complete() tracepoint"Linus Torvalds2013-04-181-23/+3
* | | kprobes: Fix a double lock bug of kprobe_mutexMasami Hiramatsu2013-04-181-6/+13
* | | kernel/signal.c: stop info leak via the tkill and the tgkill syscallsEmese Revfy2013-04-171-1/+1
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'timers-urgent-for-linus', 'irq-urgent-for-linus' and 'core-ur...Linus Torvalds2013-04-153-28/+41
|\ \ \ \ \ | |_|_|/ / |/| | | |
| | | * | kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner2013-04-122-26/+40
| * | | | hrtimer: Don't reinitialize a cpu_base lock on CPU_UPMichael Bohan2013-03-261-2/+1
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-04-143-4/+32
|\ \ \ \ \
| * | | | | sched/cputime: Fix accounting on multi-threaded processesStanislaw Gruszka2013-04-081-1/+1
| * | | | | sched/debug: Fix sd->*_idx limit range avoiding overflowlibin2013-04-081-1/+1
| * | | | | sched_clock: Prevent 64bit inatomicity on 32bit systemsThomas Gleixner2013-04-081-0/+26
| * | | | | sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()sTejun Heo2013-03-211-2/+4
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-145-10/+26
|\ \ \ \ \ \
| * | | | | | perf: Fix error return codeWei Yongjun2013-04-121-0/+1
| * | | | | | ftrace: Fix strncpy() use, use strlcpy() instead of strncpy()Chen Gang2013-04-081-2/+2
| * | | | | | perf: Fix strncpy() use, use strlcpy() instead of strncpy()Chen Gang2013-04-081-2/+2
| * | | | | | perf: Fix strncpy() use, always make sure it's NUL terminatedChen Gang2013-04-081-1/+2
| * | | | | | perf: Fix ring_buffer perf_output_space() boundary calculationStephane Eranian2013-03-212-5/+19
* | | | | | | Merge tag 'trace-fixes-v3.9-rc-v3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-04-142-19/+19
|\ \ \ \ \ \ \
| * | | | | | | ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE sectionSteven Rostedt (Red Hat)2013-04-121-14/+14
| * | | | | | | tracing: Fix possible NULL pointer dereferencesNamhyung Kim2013-04-122-6/+6
* | | | | | | | Add file_ns_capable() helper function for open-time capability checkingLinus Torvalds2013-04-141-0/+24
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge tag 'pm-3.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2013-04-111-1/+2
|\ \ \ \ \ \ \
| * | | | | | | PM / reboot: call syscore_shutdown() after disable_nonboot_cpus()Huacai Chen2013-04-081-1/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'trace-fixes-3.9-rc-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-04-101-1/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | tracing: Fix double free when function profile init failedNamhyung Kim2013-04-091-1/+0
* | | | | | | Merge tag 'trace-fixes-3.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-04-082-9/+9
|\ \ \ \ \ \ \ | |/ / / / / / | | / / / / / | |/ / / / / |/| | | | |
| * | | | | ftrace: Do not call stub functions in control loopSteven Rostedt (Red Hat)2013-04-081-2/+3
| * | | | | ftrace: Consistently restore trace function on sysctl enablingJan Kiszka2013-04-081-6/+2
OpenPOWER on IntegriCloud