summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'tip/perf/core' into kvm-updates/3.3Avi Kivity2011-12-2712-306/+476
|\
| * jump_label: Provide jump_label_key initializersPeter Zijlstra2011-12-061-4/+8
| * jump_label, x86: Fix section mismatchPeter Zijlstra2011-12-061-1/+1
| * Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-12-063-28/+79
| |\
| | * tracing: Add entries in buffer and total entries to default output headerSteven Rostedt2011-11-171-25/+47
| | * tracing: Add irq, preempt-count and need resched info to default trace outputSteven Rostedt2011-11-173-6/+35
| * | perf, core: Rate limit perf_sched_events jump_label patchingGleb Natapov2011-12-062-7/+41
| * | perf: Fix enable_on_exec for sibling eventsPeter Zijlstra2011-12-061-7/+1
| * | perf: Remove superfluous argumentsPeter Zijlstra2011-12-061-5/+4
| * | perf: Avoid a useless pmu_disable() in the perf-tickPeter Zijlstra2011-12-061-16/+32
| * | Merge branch 'perf/urgent' into perf/coreIngo Molnar2011-12-064-6/+95
| |\ \
| * \ \ Merge branch 'core' of git://amd64.org/linux/rric into perf/coreIngo Molnar2011-11-151-0/+2
| |\ \ \ | | |_|/ | |/| |
| | * | Merge branch 'perf/core' into oprofile/masterRobert Richter2011-11-086-44/+27
| | |\ \
| | * | | oprofile, x86: Reimplement nmi timer mode using perf eventRobert Richter2011-11-041-0/+2
| * | | | events: Don't divide events if it has field periodAndrew Vagin2011-11-141-1/+6
| * | | | perf: Carve out callchain functionalityBorislav Petkov2011-11-144-211/+230
| * | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-11-119-31/+83
| |\ \ \ \
| | * | | | tracing/latency: Fix header output for latency tracersJiri Olsa2011-11-074-2/+40
| | * | | | ftrace: Fix hash record accounting bugSteven Rostedt2011-11-071-1/+3
| | * | | | jump_label: jump_label_inc may return before the code is patchedGleb Natapov2011-11-071-1/+2
| | * | | | ftrace: Remove force undef config value left for testingSteven Rostedt2011-11-071-1/+0
| | * | | | lockdep: Show subclass in pretty print of lockdep outputSteven Rostedt2011-11-071-17/+13
| | * | | | tracing: Add boiler plate for subsystem filterSteven Rostedt2011-11-041-7/+19
| | * | | | tracing: Restore system filter behaviorLi Zefan2011-11-021-1/+6
| | * | | | tracing: fix event_subsystem ref countingIlya Dryomov2011-10-311-1/+0
* | | | | | jump-label: export jump_label_inc/jump_label_decXiao Guangrong2011-12-271-0/+2
* | | | | | Merge branch 'for-3.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-12-201-5/+0
|\ \ \ \ \ \
| * | | | | | cgroups: fix a css_set not found bug in cgroup_attach_procMandeep Singh Baines2011-12-191-5/+0
* | | | | | | 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 '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
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / /
| * | | | | ftrace: Fix hash record accounting bugSteven Rostedt2011-12-051-1/+3
| * | | | | jump_label: jump_label_inc may return before the code is patchedGleb Natapov2011-12-051-1/+2
| * | | | | ftrace: Remove force undef config value left for testingSteven Rostedt2011-12-051-1/+0
| * | | | | tracing: Restore system filter behaviorLi Zefan2011-12-051-1/+6
| * | | | | tracing: fix event_subsystem ref countingIlya Dryomov2011-12-051-1/+0
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-12-054-6/+95
|\| | | | |
| * | | | | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2011-12-051-3/+3
| |\ \ \ \ \