aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-06-08Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-18/+10
2011-06-07Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-25/+50
2011-06-07Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-10/+25
2011-06-07sched: Remove pointless in_atomic() definition checkFrederic Weisbecker1-2/+0
2011-06-07ftrace: Revert 8ab2b7efd ftrace: Remove unnecessary disabling of irqsSteven Rostedt1-0/+7
2011-06-07kprobes/trace: Fix kprobe selftest for gcc 4.6Steven Rostedt1-2/+6
2011-06-07perf, core: Fix initial task_ctx/event installationPeter Zijlstra1-11/+17
2011-06-07printk: Release console_sem after logbuf_lockPeter Zijlstra1-3/+5
2011-06-07sched: Fix/clarify set_task_cpu() locking rulesPeter Zijlstra1-5/+16
2011-06-07lockdep: Fix lock_is_held() on recursionPeter Zijlstra1-1/+1
2011-06-06ftrace: Fix possible undefined return codeGuoWen Li1-1/+1
2011-06-04signal: remove three noop tracehooksTejun Heo1-30/+14
2011-06-04ptrace: use bit_waitqueue for TRAPPING instead of wait_chldexitTejun Heo2-4/+9
2011-06-04job control: introduce task_set_jobctl_pending()Tejun Heo2-9/+43
2011-06-04job control: make task_clear_jobctl_pending() clear TRAPPING automaticallyTejun Heo1-5/+8
2011-06-04job control: introduce JOBCTL_PENDING_MASK and task_clear_jobctl_pending()Tejun Heo1-10/+17
2011-06-04ptrace: relocate set_current_state(TASK_TRACED) in ptrace_stop()Tejun Heo1-15/+13
2011-06-04ptrace: ptrace_check_attach(): rename @kill to @ignore_state and add commentsTejun Heo1-5/+19
2011-06-04job control: rename signal->group_stop and flags to jobctl and update themTejun Heo2-51/+52
2011-06-04ptrace: remove silly wait_trap variable from ptrace_attach()Tejun Heo1-3/+1
2011-06-04Merge branch 'perf/urgent' into perf/coreIngo Molnar4-27/+66
2011-06-04perf: Comment /proc/sys/kernel/perf_event_paranoid to be part of user ABIVince Weaver1-0/+6
2011-06-04Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar20-233/+337
2011-06-03timers: Consider slack value in mod_timer()Sebastian Andrzej Siewior1-8/+7
2011-06-03genirq: Ensure we locate the passed IRQ in irq_alloc_descs()Mark Brown1-0/+6
2011-06-03genirq: Fix descriptor init on non-sparse IRQsLinus Walleij1-5/+3
2011-06-03irq: Handle spurios irq detection for threaded irqsSebastian Andrzej Siewior3-16/+36
2011-06-03genirq: Print threaded handler in spurious debug outputSebastian Andrzej Siewior1-4/+5
2011-06-03clockevents: Handle empty cpumask gracefullyThomas Gleixner1-1/+4
2011-06-03Merge commit 'v3.0-rc1' into perf/coreIngo Molnar21-733/+876
2011-06-03Merge branch 'unlikely/sched' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into sched/urgentIngo Molnar2-4/+4
2011-05-31perf, cgroups: Fix up for new APIPeter Zijlstra1-18/+4
2011-05-31sched: Fix schedstat.nr_wakeups_migratePeter Zijlstra1-4/+7
2011-05-31sched: Fix cross-cpu clock sync on remote wakeupsPeter Zijlstra1-0/+1
2011-05-31rcu: Cure load woesPeter Zijlstra2-9/+56
2011-05-29mm: Fix boot crash in mm_alloc()Linus Torvalds1-32/+10
2011-05-29Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6Linus Torvalds1-12/+25
2011-05-29idle governor: Avoid lock acquisition to read pm_qos before entering idleTim Chen1-12/+25
2011-05-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-26/+57
2011-05-28Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-136/+94
2011-05-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds8-24/+101
2011-05-28perf: De-schedule a task context when removing the last eventPeter Zijlstra1-0/+4
2011-05-28perf: Change close() semantics for group eventsPeter Zijlstra1-7/+1
2011-05-28perf: Collect the schedule-in rules in one functionPeter Zijlstra1-12/+15
2011-05-28perf: Change and simplify ctx::is_active semanticsPeter Zijlstra1-6/+8
2011-05-28perf: Simplify and fix __perf_install_in_context()Peter Zijlstra1-45/+35
2011-05-28perf: Remove task_ctx_sched_in()Peter Zijlstra1-20/+6
2011-05-28perf: Optimize event scheduling lockingPeter Zijlstra1-25/+36
2011-05-28perf: Clean up 'ctx' reference countingPeter Zijlstra1-7/+3
2011-05-28perf: Optimize ctx_sched_out()Peter Zijlstra1-2/+2