summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2012-03-02Block: use a freezable workqueue for disk-event pollingAlan Stern-1/+6
2012-03-01tracing: Keep NMI watchdog from triggering when dumping traceSteven Rostedt-0/+2
2012-03-01sched: Ditch per cgroup task lists for load-balancingPeter Zijlstra-109/+80
2012-03-01sched: Rename load-balancing fieldsPeter Zijlstra-58/+60
2012-03-01sched: Move load-balancing arguments into helper structPeter Zijlstra-84/+93
2012-03-01sched/rt: Do not submit new work when PI-blockedThomas Gleixner-1/+1
2012-03-01sched/rt: Prevent idle task boostingThomas Gleixner-2/+19
2012-03-01sched/wait: Add __wake_up_all_locked() APIThomas Gleixner-2/+2
2012-03-01sched/rt: Document scheduler related skip-resched-check sitesThomas Gleixner-5/+5
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner-6/+2
2012-03-01sched/rt: Add schedule_preempt_disabled()Thomas Gleixner-0/+12
2012-03-01sched/rt: Do not throttle when PI boostingPeter Zijlstra-2/+18
2012-03-01sched/rt: Keep period timer ticking when rt throttling is activePeter Zijlstra-5/+8
2012-03-01Merge branch 'linus' into sched/coreIngo Molnar-79/+226
2012-02-28includecheck: delete any duplicate instances of module.hPaul Gortmaker-1/+0
2012-02-28static keys: Inline the static_key_enabled() functionJason Baron-6/+0
2012-02-28Merge branch 'perf/jump-labels' into perf/coreIngo Molnar-94/+117
2012-02-28Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar-369/+893
2012-02-28perf/hwbp: Fix a possible memory leakNamhyung Kim-2/+2
2012-02-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+2
2012-02-27Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-13/+37
2012-02-27tracing: Do not select FRAME_POINTER on PPCGerlando Falauto-1/+1
2012-02-27CPU hotplug, cpusets, suspend: Don't touch cpusets during suspend/resumeSrivatsa S. Bhat-2/+2
2012-02-24epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov-1/+4
2012-02-24irq_domain/mips: Allow irq_domain on MIPSGrant Likely-0/+12
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar-92/+112
2012-02-22tracing/ring-buffer: Only have tracing_on disable tracing buffersSteven Rostedt-97/+168
2012-02-22sched: Make initial SCHED_RR timeslace DEF_TIMESLICEHiroshi Shimamoto-6/+2
2012-02-22sched: Remove rcu_read_lock/unlock() from select_idle_sibling()Nikunj A. Dadhania-4/+0
2012-02-22sched/events: Revert trace_sched_stat_sleeptime()Peter Zijlstra-1/+2
2012-02-22uprobes: Update copyright noticesIngo Molnar-1/+2
2012-02-22uprobes/core: Move insn to arch specific structureSrikar Dronamraju-12/+26
2012-02-22uprobes/core: Remove uprobe_opcode_szSrikar Dronamraju-3/+3
2012-02-22uprobes: Move to kernel/events/Ingo Molnar-1/+3
2012-02-22jump label: Fix compiler warningJason Baron-1/+1
2012-02-22jump label: Add a WARN() if jump label key count goes negativeJason Baron-1/+4
2012-02-21rcu: Stop spurious warnings from synchronize_sched_expeditedHugh Dickins-1/+1
2012-02-21cgroup: Walk task list under tasklist_lock in cgroup_enable_task_cg_listFrederic Weisbecker-0/+20
2012-02-21cgroup: Remove wrong comment on cgroup_enable_task_cg_list()Frederic Weisbecker-3/+0
2012-02-21rcu: Hold off RCU_FAST_NO_HZ after timer postedPaul E. McKenney-1/+1
2012-02-21rcu: Eliminate softirq-mediated RCU_FAST_NO_HZ idle-entry loopPaul E. McKenney-1/+2
2012-02-21rcu: Add RCU_NONIDLE() for idle-loop RCU read-side critical sectionsPaul E. McKenney-0/+4
2012-02-21rcu: Allow nesting of rcu_idle_enter() and rcu_idle_exit()Paul E. McKenney-12/+46
2012-02-21rcu: Remove redundant check for rcu_head misalignmentPaul E. McKenney-1/+0
2012-02-21PTR_ERR should be called before its argument is cleared.Julia Lawall-1/+4
2012-02-21rcu: Trace only after NULL-pointer checkPaul E. McKenney-2/+2
2012-02-21rcu: Call out dangers of expedited RCU primitivesPaul E. McKenney-22/+47
2012-02-21rcu: Rework detection of use of RCU by offline CPUsPaul E. McKenney-51/+71
2012-02-21lockdep: Add CPU-idle/offline warning to lockdep-RCU splatPaul E. McKenney-1/+7
2012-02-21rcu: No interrupt disabling for rcu_prepare_for_idle()Paul E. McKenney-17/+1