aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2010-10-14kprobes: Fix selftest to clear flags field for reusing probesMasami Hiramatsu
2010-10-13tracing: Fix function-graph build warning on 32-bitBorislav Petkov
2010-10-12ring-buffer: Fix typo of time extends per pageSteven Rostedt
2010-10-12printk: Make console_sem a semaphore not a pseudo mutexThomas Gleixner
2010-10-12Merge branch 'linus' into core/lockingThomas Gleixner
2010-10-12perf: Fix incorrect copy_from_user() usageJohn Blackwood
2010-10-11Merge branch 'oprofile/urgent' (early part) into oprofile/perfRobert Richter
2010-10-11perf: New helper function for pmu nameMatt Fleming
2010-10-08Merge commit 'v2.6.36-rc7' into perf/coreIngo Molnar
2010-10-07Merge branch 'hwpoison-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2010-10-07sysctl: fix min/max handling in __do_proc_doulongvec_minmax()Eric Dumazet
2010-10-07sched: fix RCU lockdep splat from task_group()Peter Zijlstra
2010-10-07rcu: using ACCESS_ONCE() to observe the jiffies_stall/rnp->qsmask valueDongdong Deng
2010-10-07sched: suppress RCU lockdep splat in task_fork_fairPaul E. McKenney
2010-10-07Merge commit 'v2.6.36-rc7' into core/rcuIngo Molnar
2010-10-07Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar
2010-10-07HWPOISON: Copy si_addr_lsb to userAndi Kleen
2010-10-05rcu: move check from rcu_dereference_bh to rcu_read_lock_bh_heldPaul E. McKenney
2010-10-05Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-10-05modules: Fix module_bug_list list corruption raceLinus Torvalds
2010-10-04perf_events: Fix invalid pointer when pid is invalidStephane Eranian
2010-10-01kfifo: fix scatterlist usageIra W. Snyder
2010-09-24Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2010-09-23rcu: Add tracing data to support queueing modelsPaul E. McKenney
2010-09-23rcu: fix sparse errors in rcutorture.cPaul E. McKenney
2010-09-23kernel: Remove undead ifdef CONFIG_DEBUG_LOCK_ALLOCChristian Dietrich
2010-09-22rmap: fix walk during forkAndrea Arcangeli
2010-09-22jump label: Tracepoint support for jump labelsJason Baron
2010-09-22jump label: Add jump_label_text_reserved() to reserve jump pointsJason Baron
2010-09-22jump label: Initialize workqueue tracepoints *before* they are registeredJason Baron
2010-09-22jump label: Base patch for jump labelJason Baron
2010-09-22Merge branch 'linus' into perf/coreIngo Molnar
2010-09-21Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2010-09-21Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-09-21tracing/sched: Add sched_pi_setprio tracepointSteven Rostedt
2010-09-21sched: Give CPU bound RT tasks preferenceSteven Rostedt
2010-09-21sched: Try not to migrate higher priority RT tasksSteven Rostedt
2010-09-21sched: Increment cache_nice_tries only on periodic lbVenkatesh Pallipadi
2010-09-21Merge commit 'v2.6.36-rc5' into sched/coreIngo Molnar
2010-09-21perf: Avoid RCU vs preemption assumptionsPeter Zijlstra
2010-09-21Merge commit 'v2.6.36-rc5' into perf/coreIngo Molnar
2010-09-21sched: Fix nohz balance kickSuresh Siddha
2010-09-17perf: Undo the per cpu-context timer stuffPeter Zijlstra
2010-09-17perf: Fix perf_event_exit_cpu_context()Peter Zijlstra
2010-09-17perf: Complete software pmu groupingPeter Zijlstra
2010-09-17perf_events: Fix broken event groupingStephane Eranian
2010-09-17hw breakpoints: Fix pid namespace bugMatt Helsley
2010-09-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2010-09-16sched: Remove branch hints within context_switch()Heiko Carstens
2010-09-15kprobes: Add sparse context annotationsNamhyung Kim