summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt2010-05-2125-489/+762
|\
| * perf: Optimize perf_tp_event_match()Peter Zijlstra2010-05-211-1/+4
| * perf: Remove more code from the fastpathPeter Zijlstra2010-05-211-16/+4
| * perf: Optimize the !vmalloc backed bufferPeter Zijlstra2010-05-211-15/+26
| * perf: Optimize perf_output_copy()Peter Zijlstra2010-05-211-28/+26
| * perf: Fix wakeup storm for RO mmap()sPeter Zijlstra2010-05-211-2/+2
| * perf: Ensure that IOC_OUTPUT isn't used to create multi-writer buffersPeter Zijlstra2010-05-211-0/+19
| * perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to tr...Peter Zijlstra2010-05-214-113/+128
| * perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoin...Peter Zijlstra2010-05-213-56/+37
| * perf: Fix forgotten preempt_enable by nested writersFrederic Weisbecker2010-05-201-1/+2
| * Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2010-05-2048-1410/+2153
| |\
| | * perf: Comply with new rcu checks APIFrederic Weisbecker2010-05-201-12/+46
| | * Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-05-189-128/+551
| | |\
| | | * Merge commit 'v2.6.34-rc7' into tracing/coreIngo Molnar2010-05-139-15/+47
| | | |\
| | * | \ Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-1823-1046/+1001
| | |\ \ \
| | | * | | stop_machine: Move local variable closer to the usage site in cpu_stop_cpu_ca...Ingo Molnar2010-05-181-1/+4
| | * | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-1816-902/+829
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-05-186-22/+126
| | |\ \ \ \ \
| | | * \ \ \ \ Merge commit 'v2.6.34-rc7' into oprofileIngo Molnar2010-05-109-15/+47
| | | |\ \ \ \ \ | | | | | |_|_|/ | | | | |/| | |
| | | * | | | | Merge commit 'tip/tracing/core' into oprofile/coreRobert Richter2010-04-236-22/+126
| | | |\ \ \ \ \
| | * | \ \ \ \ \ Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-05-1811-78/+230
| | |\ \ \ \ \ \ \
| | | * | | | | | | rcu: remove all rcu head initializations, except on_stack initializationsPaul E. McKenney2010-05-114-0/+14
| | | * | | | | | | rcu: fix build bug in RCU_FAST_NO_HZ buildsPaul E. McKenney2010-05-101-2/+2
| | | * | | | | | | rcu: RCU_FAST_NO_HZ must check RCU dyntick statePaul E. McKenney2010-05-101-2/+10
| | | * | | | | | | rcu: reduce the number of spurious RCU_SOFTIRQ invocationsPaul E. McKenney2010-05-103-6/+10
| | | * | | | | | | rcu: permit discontiguous cpu_possible_mask CPU numberingPaul E. McKenney2010-05-101-1/+1
| | | * | | | | | | rcu: improve RCU CPU stall-warning messagesPaul E. McKenney2010-05-102-9/+12
| | | * | | | | | | rcu: print boot-time console messages if RCU configs out of ordinaryPaul E. McKenney2010-05-102-8/+42
| | | * | | | | | | rcu: disable CPU stall warnings upon panicPaul E. McKenney2010-05-101-0/+24
| | | * | | | | | | rcu: slim down rcutiny by removing rcu_scheduler_active and friendsPaul E. McKenney2010-05-104-19/+65
| | | * | | | | | | rcu: refactor RCU's context-switch handlingPaul E. McKenney2010-05-104-11/+21
| | | * | | | | | | rcu: rename rcutiny rcu_ctrlblk to rcu_sched_ctrlblkPaul E. McKenney2010-05-101-6/+7
| | | * | | | | | | rcu: shrink rcutiny by making synchronize_rcu_bh() be inlinePaul E. McKenney2010-05-101-7/+2
| | | * | | | | | | rcu: ignore offline CPUs in last non-dyntick-idle CPU checkLai Jiangshan2010-05-101-1/+1
| | | * | | | | | | rcu: move some code from macro to functionLai Jiangshan2010-05-101-9/+9
| | | * | | | | | | rcu: make dead code really deadLai Jiangshan2010-05-101-2/+2
| | | * | | | | | | rcu: substitute set_need_resched for sending resched IPIsPaul E. McKenney2010-05-101-0/+10
| | | * | | | | | | rcu: optionally leave lockdep enabled after RCU lockdep splatLai Jiangshan2010-05-101-0/+3
| | | | |_|/ / / / | | | |/| | | | |
| | * | | | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-05-183-88/+123
| | |\ \ \ \ \ \ \
| | | * | | | | | | lockdep: Reduce stack_trace usageYong Zhang2010-05-071-8/+21
| | | * | | | | | | lockdep: No need to disable preemption in debug atomic opsFrederic Weisbecker2010-05-041-2/+2
| | | * | | | | | | lockdep: Actually _dec_ in debug_atomic_decFrederic Weisbecker2010-05-041-1/+1
| | | * | | | | | | lockdep: Provide off case for redundant_hardirqs_on incrementFrederic Weisbecker2010-05-042-1/+5
| | | * | | | | | | lockdep: Simplify debug atomic opsFrederic Weisbecker2010-04-301-8/+2
| | | * | | | | | | lockdep: Fix redundant_hardirqs_on incremented with irqs enabledFrederic Weisbecker2010-04-301-1/+6
| | | * | | | | | | Merge commit 'v2.6.34-rc6' into core/lockingFrederic Weisbecker2010-04-30105-977/+3266
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | lockstat: Make lockstat counting per cpuFrederic Weisbecker2010-04-063-80/+99
| | * | | | | | | | | Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fred...Linus Torvalds2010-05-171-11/+0
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | ptrace: Cleanup useless headerAlessio Igor Bogani2010-04-261-1/+0
| | | * | | | | | | | | ptrace: kill BKL in ptrace syscallArnd Bergmann2010-04-101-10/+0
OpenPOWER on IntegriCloud