summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* x86, NMI: Add back unknown_nmi_panic and nmi_watchdog sysctlsDon Zickus2010-12-103-1/+18
* perf: Stop all counters on rebootPeter Zijlstra2010-12-081-1/+23
* Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2010-12-071-67/+167
|\
| * perf events: Make sample_type identity fields available in all PERF_RECORD_ e...Arnaldo Carvalho de Melo2010-12-041-17/+91
| * perf events: Separate the routines handling the PERF_SAMPLE_ identity fieldsArnaldo Carvalho de Melo2010-12-041-54/+75
| * perf events: Fix event inherit fallout of precalculated headersThomas Gleixner2010-12-041-0/+5
* | Merge commit 'v2.6.37-rc5' into perf/coreIngo Molnar2010-12-077-39/+72
|\ \
| * \ Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2010-12-064-28/+54
| |\ \
| | * | PM / Hibernate: Fix memory corruption related to swapRafael J. Wysocki2010-12-063-13/+16
| | * | PM / Hibernate: Use async I/O when reading compressed hibernation imageBojan Smojver2010-12-061-15/+38
| * | | do_exit(): make sure that we run with get_fs() == USER_DSNelson Elhage2010-12-021-0/+9
| * | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-11-281-4/+20
| |\ \ \
| * \ \ \ Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-11-271-6/+6
| |\ \ \ \
| | * | | | posix-cpu-timers: Rcu_read_lock/unlock protect find_task_by_vpid callSergey Senozhatsky2010-11-101-6/+6
| * | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-11-275-15/+92
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-11-271-5/+3
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | sched: Fix idle balancingNikhil Rao2010-11-181-1/+3
| | * | | | | sched: Fix volanomark performance regressionAlex Shi2010-11-181-4/+0
* | | | | | | kprobes: Use text_poke_smp_batch for unoptimizingMasami Hiramatsu2010-12-061-6/+4
* | | | | | | kprobes: Use text_poke_smp_batch for optimizingMasami Hiramatsu2010-12-061-10/+7
* | | | | | | kprobes: Reuse unused kprobeMasami Hiramatsu2010-12-061-2/+30
* | | | | | | kprobes: Support delayed unoptimizingMasami Hiramatsu2010-12-061-77/+233
* | | | | | | kprobes: Separate kprobe optimizing code from optimizerMasami Hiramatsu2010-12-061-17/+26
* | | | | | | kprobes: Cleanup disabling and unregistering pathMasami Hiramatsu2010-12-061-56/+72
* | | | | | | kprobes: Rename old_p to more appropriate nameMasami Hiramatsu2010-12-061-47/+46
| |_|_|_|_|/ |/| | | | |
* | | | | | perf events: Precalculate the header space for PERF_SAMPLE_ fieldsArnaldo Carvalho de Melo2010-11-301-59/+91
* | | | | | perf, arch: Cleanup perf-pmu init vs lockup-detectorPeter Zijlstra2010-11-261-4/+3
* | | | | | perf: Ignore non-sampling overflowsPeter Zijlstra2010-11-261-0/+7
* | | | | | perf: Don't bother to init the hrtimer for no SW sampling countersFranck Bui-Huu2010-11-261-11/+13
* | | | | | perf: Limit event refresh to sampling eventFranck Bui-Huu2010-11-261-1/+1
* | | | | | perf: Introduce is_sampling_event()Franck Bui-Huu2010-11-261-5/+5
* | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-11-263-19/+81
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | perf: Fix the software context switch counterPeter Zijlstra2010-11-261-2/+0
| * | | | | perf: Fix inherit vs. context rotation bugThomas Gleixner2010-11-261-2/+20
| | |_|/ / | |/| | |
| * | | | irq_work: Drop cmpxchg() resultSergio Aguirre2010-11-181-1/+3
| * | | | perf: Fix owner-list vs exitPeter Zijlstra2010-11-181-12/+51
| * | | | Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2010-11-182-2/+7
| |\ \ \ \
| | * | | | perf,hw_breakpoint: Initialize hardware api earlierJason Wessel2010-11-122-2/+7
* | | | | | Merge commit 'v2.6.37-rc3' into perf/coreIngo Molnar2010-11-2611-39/+84
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Revert "kernel: make /proc/kallsyms mode 400 to reduce ease of attacking"Linus Torvalds2010-11-191-1/+1
| * | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-11-181-10/+11
| |\ \ \ \ \
| | * | | | | kdb: fix crash when KDB_BASE_CMD_MAX is exceededJovi Zhang2010-11-171-4/+4
| | * | | | | kdb: fix memory leak in kdb_main.cJovi Zhang2010-11-171-6/+7
| * | | | | | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
| | |_|_|/ / | |/| | | |
| * | | | | kernel: make /proc/kallsyms mode 400 to reduce ease of attackingMarcus Meissner2010-11-161-1/+1
| * | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-11-163-22/+61
| |\ \ \ \ \
| | * | | | | sched: Fix cross-sched-class wakeup preemptionPeter Zijlstra2010-11-113-18/+27
| | * | | | | sched: Fix runnable condition for stoptaskPeter Zijlstra2010-11-101-1/+1
| | * | | | | sched: Use group weight, idle cpu metrics to fix imbalances during idleSuresh Siddha2010-11-102-3/+33
| | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2010-11-162-2/+6
| |\ \ \ \ \
OpenPOWER on IntegriCloud