summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
*---. 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
| * | | | | tracing: Fix race with update_max_tr_single and changing tracersSteven Rostedt (Red Hat)2013-04-081-1/+4
| |/ / / /
* | | | | Revert "lockdep: check that no locks held at freeze time"Paul Walmsley2013-03-312-9/+10
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-03-283-1/+15
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | userns: Restrict when proc and sysfs can be mountedEric W. Biederman2013-03-272-0/+4
| * | | | userns: Don't allow creation if the user is chrootedEric W. Biederman2013-03-271-0/+9
| * | | | pid: Handle the exit of a multi-threaded init.Eric W. Biederman2013-03-261-1/+2
* | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-03-251-1/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | clockevents: Don't allow dummy broadcast timersMark Rutland2013-03-071-1/+2
* | | | | poweroff: change orderly_poweroff() to use schedule_work()Oleg Nesterov2013-03-221-25/+32
* | | | | printk: Provide a wake_up_klogd() off-caseFrederic Weisbecker2013-03-221-41/+39
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-03-216-26/+88
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2013-03-184-21/+78
| |\ \ \ \
| | * | | | tracing: Prevent buffer overwrite disabled for latency tracersSteven Rostedt (Red Hat)2013-03-144-16/+65
| | * | | | tracing: Keep overwrite in sync between regular and snapshot buffersSteven Rostedt (Red Hat)2013-03-141-1/+5
| | * | | | tracing: Protect tracer flags with trace_types_lockSteven Rostedt (Red Hat)2013-03-141-4/+8
| * | | | | perf: Generate EXIT event only once per task contextNamhyung Kim2013-03-181-2/+5
| * | | | | perf: Reset hwc->last_period on sw clock eventsNamhyung Kim2013-03-181-0/+1
| * | | | | Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2013-03-142-3/+4
| |\| | | | | | |_|/ / | |/| | |
| | * | | tracing: Fix free of probe entry by calling call_rcu_sched()Steven Rostedt (Red Hat)2013-03-131-2/+2
| | * | | tracing: Fix race in snapshot swappingSteven Rostedt (Red Hat)2013-03-121-1/+2
* | | | | Merge branch 'for-3.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-03-181-19/+25
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | workqueue: fix possible pool stall bug in wq_unbind_fn()Lai Jiangshan2013-03-081-19/+25
| | |/ / | |/| |
* | | | Merge branch 'akpm' (fixes from Andrew)Linus Torvalds2013-03-132-3/+7
|\ \ \ \
| * | | | workqueue: convert to idr_alloc()Tejun Heo2013-03-131-3/+4
| * | | | kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORERAndrew Morton2013-03-131-1/+1