summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-01-0812-39/+98
|\
| * ptrace: ensure JOBCTL_STOP_SIGMASK is not zero after detachOleg Nesterov2012-01-052-3/+12
| * ptrace: partially fix the do_wait(WEXITED) vs EXIT_DEAD->EXIT_ZOMBIE raceOleg Nesterov2012-01-051-1/+8
| * hung_task: fix false positive during vforkMandeep Singh Baines2012-01-041-4/+10
| * futex: Fix uninterruptible loop due to gate_areaHugh Dickins2011-12-311-8/+20
| * Revert "clockevents: Set noop handler in clockevents_exchange_device()"Linus Torvalds2011-12-301-1/+0Star
| * Merge branch 'for-3.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-12-201-5/+0Star
| |\
| | * cgroups: fix a css_set not found bug in cgroup_attach_procMandeep Singh Baines2011-12-191-5/+0Star
| * | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-12-201-3/+9
| |\ \
| | * | time/clocksource: Fix kernel-doc warningsKusanagi Kouichi2011-12-191-3/+9
| * | | binary_sysctl(): fix memory leakMichel Lespinasse2011-12-201-1/+1
| * | | cpusets: stall when updating mems_allowed for mempolicy or disjoint nodemaskDavid Rientjes2011-12-201-5/+24
| | |/ | |/|
| | |
| | \
| *-. \ Merge branches 'perf-urgent-for-linus' and 'sched-urgent-for-linus' of git://...Linus Torvalds2011-12-172-8/+14
| |\ \ \
| | | * | sched: Fix select_idle_sibling() regression in selecting an idle SMT siblingPeter Zijlstra2011-12-161-6/+8
| | * | | perf events: Fix ring_buffer_wakeup() brown paperbag bugWill Deacon2011-12-141-2/+6
| |/ / /
* | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-01-083-345/+683
|\ \ \ \
| * | | | tracing: Factorize filter creationTejun Heo2011-12-211-141/+142
| * | | | tracing: Have stack tracing set filtered functions at bootSteven Rostedt2011-12-211-0/+11
| * | | | ftrace: Allow access to the boot time function enablingSteven Rostedt2011-12-211-4/+4
| * | | | tracing: Have stack_tracer use a separate list of functionsSteven Rostedt2011-12-211-1/+18
| * | | | ftrace: Decouple hash items from showing filtered functionsSteven Rostedt2011-12-211-8/+8
| * | | | ftrace: Allow other users of function tracing to use the output listingSteven Rostedt2011-12-211-16/+25
| * | | | ftrace: Create ftrace_hash_empty() helper routineSteven Rostedt2011-12-211-11/+17
| * | | | ftrace: Fix ftrace hash record update with notraceSteven Rostedt2011-12-211-1/+1
| * | | | ftrace: Use bsearch to find record ipSteven Rostedt2011-12-211-15/+23
| * | | | ftrace: Sort the mcount records on each pageSteven Rostedt2011-12-211-0/+29
| * | | | ftrace: Replace record newlist with record page listSteven Rostedt2011-12-211-31/+37
| * | | | ftrace: Allocate the mcount record pages as groupsSteven Rostedt2011-12-211-51/+128
| * | | | ftrace: Remove usage of "freed" recordsSteven Rostedt2011-12-211-51/+49Star
| * | | | ftrace: Allow archs to modify code without stop machineSteven Rostedt2011-12-211-38/+215
| * | | | ftrace: Fix unregister ftrace_ops accountingJiri Olsa2011-12-211-14/+13Star
* | | | | Merge commit 'v3.2-rc6' into perf/coreIngo Molnar2011-12-2020-79/+352
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-12-092-3/+9
| |\ \ \
| | * | | perf: Do no try to schedule task events if there are noneGleb Natapov2011-12-071-2/+2
| | * | | lockdep, kmemcheck: Annotate ->lock in lockdep_init_map()Yong Zhang2011-12-061-1/+7
| * | | | sys_getppid: add missing rcu_dereferenceMandeep Singh Baines2011-12-091-1/+1
| * | | | printk: avoid double lock acquirePeter Zijlstra2011-12-091-1/+2
| * | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-12-081-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | alarmtimers: Fix time comparisonThomas Gleixner2011-12-061-1/+1
| | | |/ | | |/|
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-12-064-5/+11
| |\ \ \ | | |/ / | |/| / | | |/
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-12-064-6/+95
| |\ \
| * \ \ Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-12-063-3/+4
| |\ \ \
| | * | | clockevents: Set noop handler in clockevents_exchange_device()Thomas Gleixner2011-12-021-0/+1
| | * | | tick-broadcast: Stop active broadcast device when replacing itThomas Gleixner2011-12-021-1/+1
| | * | | clocksource: Fix bug with max_deferment margin calculationYang Honggang (Joseph)2011-12-021-2/+2
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'core-urgent-for-linus' and 'irq-urgent-for-linus' of git://gi...Linus Torvalds2011-12-061-1/+4
| |\ \ \ \ \
| | | * | | | genirq: Fix race condition when stopping the irq threadIdo Yariv2011-12-021-1/+4
| | |/ / / /
| * | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-12-064-34/+146
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | sched: Fix buglet in return_cfs_rq_runtime()Paul Turner2011-11-161-1/+1
| | * | | | sched: Avoid SMT siblings in select_idle_sibling() if possiblePeter Zijlstra2011-11-161-14/+28