summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2011-07-15tracing/kprobes: Merge trace probe enable/disable functionsMasami Hiramatsu-56/+36
2011-07-15Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds-5/+36
2011-07-15sched: Fix 32bit racePeter Zijlstra-0/+3
2011-07-14ftrace: Fix regression where ftrace breaks when modules are loadedSteven Rostedt-2/+28
2011-07-14tracing/kprobes: Rename probe_* to trace_probe_*Masami Hiramatsu-21/+22
2011-07-14perf, x86: P4 PMU - Introduce event alias featureCyrill Gorcunov-2/+0
2011-07-14tracing: Have dynamic size event stack tracesSteven Rostedt-19/+87
2011-07-14sched: adjust scheduler cpu power for stolen timeGlauber Costa-12/+39
2011-07-14KVM guest: Steal time accountingGlauber Costa-0/+43
2011-07-14KVM: Steal time implementationGlauber Costa-0/+2
2011-07-13ftrace: Fix dynamic selftest failure on some archsSteven Rostedt-0/+26
2011-07-13ftrace: Update filter when tracing enabled in set_ftrace_filter()Steven Rostedt-0/+4
2011-07-13ftrace: Balance records when updating the hashSteven Rostedt-16/+33
2011-07-13memblock: Kill MEMBLOCK_ERRORTejun Heo-1/+1
2011-07-13rcu: Prevent RCU callbacks from executing before scheduler initializedPaul E. McKenney-5/+36
2011-07-12Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/lin...Linus Torvalds-2/+16
2011-07-12KVM: Add compat ioctl for KVM_SET_SIGNAL_MASKAlexander Graf-0/+1
2011-07-12fixlet: Remove fs_excl from struct task.Justin TerAvest-2/+0
2011-07-11doc: Konfig: Documentation/power/{pm => apm-acpi}.txtMichael Witten-2/+2
2011-07-11Merge branch 'master' into for-nextJiri Kosina-554/+743
2011-07-08rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko-11/+2
2011-07-08plist: Remove the need to supply locks to plist headsDima Zavin-8/+8
2011-07-07ftrace: Do not disable interrupts for modules in mcount updateSteven Rostedt-5/+11
2011-07-07tracing: Still trace filtered irq functions when irq trace is disabledSteven Rostedt-17/+35
2011-07-07Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-1/+5
2011-07-07Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds-11/+12
2011-07-07genirq: replace irq_gc_ack() with {set,clr}_bit variants (fwd)Simon Guinot-2/+16
2011-07-07ftrace: Fix regression of :mod:module function enablingSteven Rostedt-10/+5
2011-07-07tracing: Have "enable" file use refcounts like the "filter" fileSteven Rostedt-9/+22
2011-07-07tracing: Fix bug when reading system filters on module removalSteven Rostedt-11/+82
2011-07-06PM / Hibernate: Fix free_unnecessary_pages()Rafael J. Wysocki-1/+5
2011-07-06resource: ability to resize an allocated resourceRam Pai-18/+98
2011-07-05Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar-316/+324
2011-07-02PM: Allow the clocks management code to be used during system suspendRafael J. Wysocki-2/+2
2011-07-02PM / Domains: Support for generic I/O PM domains (v8)Rafael J. Wysocki-0/+4
2011-07-01Merge branch 'sched/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar-4/+5
2011-07-01perf: export perf_event_refresh() to modulesAvi Kivity-1/+2
2011-07-01perf: Add context field to perf_eventAvi Kivity-10/+23
2011-07-01perf: Remove the perf_output_begin(.sample) argumentPeter Zijlstra-24/+21
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra-45/+33
2011-07-01perf, x86: Add hw_watchdog_set_attr() in a sake of nmi-watchdog on P4Cyrill Gorcunov-1/+5
2011-07-01events: Ensure that timers are updated without requiring read() callEric B Munson-2/+13
2011-07-01events: Move lockless timer calculation into helper functionEric B Munson-7/+15
2011-07-01events: Add note to update_event_times comment about holding ctx->lockEric B Munson-0/+1
2011-07-01perf_events: Fix perf buffer watermark settingVince Weaver-9/+13
2011-07-01sched: Skip autogroup when looking for all rt sched groupsYong Zhang-5/+18
2011-07-01sched: Simplify mutex_spin_on_owner()Thomas Gleixner-16/+9
2011-07-01sched: Remove rcu_read_lock() from wake_affine()Nikunj A. Dadhania-2/+0
2011-07-01Merge commit 'v3.0-rc5' into sched/coreIngo Molnar-854/+1076
2011-07-01Merge commit 'v3.0-rc5' into perf/coreIngo Molnar-521/+611