summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2011-01-152-21/+22
|\
| * tracing: Remove syscall_exit_fieldsLai Jiangshan2011-01-141-21/+12
| * tracing: Only process module tracepoints onceSteven Rostedt2011-01-141-0/+10
* | perf record: Add "nodelay" mode, disabled by defaultKirill Smelkov2011-01-132-0/+11
* | perf sched: Fix list of events, dropping unsupported ':r' modifierStephane Eranian2011-01-131-9/+9
|/
* Revert "perf tools: Emit clearer message for sys_perf_event_open ENOENT return"Arnaldo Carvalho de Melo2011-01-112-5/+0
* perf top: Fix annotate segvArnaldo Carvalho de Melo2011-01-111-0/+2
* perf evsel: Fix order of event list deletionArnaldo Carvalho de Melo2011-01-114-2/+3
* perf session: Fix infinite loop in __perf_session__process_eventsArnaldo Carvalho de Melo2011-01-101-1/+1
* perf evsel: Support perf_evsel__open(cpus > 1 && threads > 1)Arnaldo Carvalho de Melo2011-01-102-33/+159
* perf sched: Use PTHREAD_STACK_MIN to avoid pthread_attr_setstacksize() failJiri Pirko2011-01-101-1/+2
* perf tools: Emit clearer message for sys_perf_event_open ENOENT returnArnaldo Carvalho de Melo2011-01-102-0/+5
* perf stat: better error message for unsupported eventsDavid Ahern2011-01-101-0/+2
* perf sched: Fix allocation result checkArnaldo Carvalho de Melo2011-01-101-1/+1
* Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-01-09165-2060/+5763
|\
| * dynamic debug: Fix build issue with older gccJason Baron2011-01-072-19/+8
| * tracing: Fix TRACE_EVENT power tracepoint creationMathieu Desnoyers2011-01-072-1/+2
| * tracing: Fix preempt count leakLi Zefan2011-01-071-4/+2
| * tracepoint: Add __rcu annotationLai Jiangshan2011-01-071-1/+1
| * tracing: remove duplicate null-pointer check in skb tracepointMathieu Desnoyers2011-01-071-3/+1
| * tracing/trivial: Add missing comma in TRACE_EVENT commentMathieu Desnoyers2011-01-071-1/+1
| * tracing: Include module.h in define_trace.hSteven Rostedt2011-01-071-0/+10
| * Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-01-062-143/+39
| |\
| | * x86, mm: Initialize initial_page_table before paravirt jumpsRusty Russell2011-01-042-143/+39
| | |
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *---------. \ Merge branches 'x86-alternatives-for-linus', 'x86-fpu-for-linus', 'x86-hwmon-...Linus Torvalds2011-01-0611-15/+117
| |\ \ \ \ \ \ \
| | | | | | | * | irq: Better struct irqaction layoutEric Dumazet2010-11-101-3/+3
| | | | | | * | | locking, lockdep: Convert sprintf_symbol to %pSJoe Perches2010-11-101-10/+6
| | | | | * | | | x86, paravirt: Use native_halt on a halt, not native_safe_haltCliff Wickman2010-12-271-1/+1
| | | | * | | | | x86, hwmon: Add core threshold notification to therm_throt.cR, Durgadoss2011-01-033-0/+55
| | | | | |_|_|/ | | | | |/| | |
| | | * | | | | x86-64, asm: Use fxsaveq/fxrestorq in more placesH. Peter Anvin2010-10-221-0/+24
| | * | | | | | x86, suspend: Avoid unnecessary smp alternatives switch during suspend/resumeSuresh Siddha2010-12-134-1/+28
| * | | | | | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-01-063-35/+57
| |\ \ \ \ \ \ \
| | * | | | | | | x86, UV, BAU: Extend for more than 16 cpus per socketCliff Wickman2011-01-032-8/+23
| | * | | | | | | x86, UV: Fix the effect of extra bits in the hub nodeid registerJack Steiner2010-12-221-12/+21
| | * | | | | | | x86, UV: Add common uv_early_read_mmr() function for reading MMRsJack Steiner2010-12-221-16/+14
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge branch 'x86-tsc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-01-062-9/+96
| |\ \ \ \ \ \ \
| | * | | | | | | x86: Check tsc available/disabled in the delayed init functionThomas Gleixner2010-12-131-0/+3
| | * | | | | | | x86: Improve TSC calibration using a delayed workqueueJohn Stultz2010-12-021-3/+83
| | * | | | | | | Merge remote branch 'tip/x86/tsc' into fortglx/2.6.38/tip/x86/tscJohn Stultz2010-12-022-6/+10
| | |\ \ \ \ \ \ \
| | | * | | | | | | x86: Make tsc=reliable override boot time stability checksjohn stultz2009-08-282-6/+10
| * | | | | | | | | Merge branch 'x86-security-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-01-0610-18/+266
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | module: Move RO/NX module protection to after ftrace module updateSteven Rostedt2010-12-231-12/+12
| | * | | | | | | | | Merge commit 'v2.6.37-rc7' into x86/securityIngo Molnar2010-12-231392-11415/+21973
| | |\ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / | | | |/| | | | | | |
| | * | | | | | | | | x86: Resume trampoline must be executableLin Ming2010-11-221-2/+1
| | * | | | | | | | | x86: Add RO/NX protection for loadable kernel modulesmatthieu castet2010-11-184-3/+193
| | * | | | | | | | | x86: Add NX protection for kernel dataMatthieu Castet2010-11-187-6/+57
| | * | | | | | | | | x86: Fix improper large page preservationmatthieu castet2010-11-181-10/+18
| * | | | | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-01-0628-18/+1934
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | x86, earlyprintk: Move mrst early console to platform/ and fix a typoFeng Tang2010-12-064-3/+2
| | * | | | | | | | | | x86, apbt: Setup affinity for apb timers acting as per-cpu timerFeng Tang2010-12-061-0/+1