summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2013-04-29fix a leak in /proc/schedstatsAl Viro
2013-04-29Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-04-29nohz: Protect smp_processor_id() in tick_nohz_task_switch()Li Zhong
2013-04-27cpuset: fix compile warning when CONFIG_SMP=nLi Zefan
2013-04-28Merge branch 'pm-assorted'Rafael J. Wysocki
2013-04-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-04-27cpuset: fix cpu hotplug vs rebuild_sched_domains() raceLi Zefan
2013-04-27cpuset: use rebuild_sched_domains() in cpuset_hotplug_workfn()Li Zhong
2013-04-27Merge branch 'timers/nohz-v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar
2013-04-26cgroup: restore the call to eventfd->poll()Li Zefan
2013-04-26cgroup: fix use-after-free when umounting cgroupfsLi Zefan
2013-04-26nohz: Select VIRT_CPU_ACCOUNTING_GEN from full dynticks configFrederic Weisbecker
2013-04-26sched: Fix init NOHZ_IDLE flagVincent Guittot
2013-04-26nohz: Reduce overhead under high-freq idling patternsIngo Molnar
2013-04-26lockdep: Consolidate bug messages into a single print_lockdep_off() functionDave Jones
2013-04-26lockdep: Print out additional debugging advice when we hit lockdep BUGsDave Jones
2013-04-25clockevents: Set dummy handler on CPU_DEAD shutdownThomas Gleixner
2013-04-24Merge branch 'linus' into timers/coreThomas Gleixner
2013-04-24nohz: Remove full dynticks' superfluous dependency on RCU treeFrederic Weisbecker
2013-04-24sched: Prevent to re-select dst-cpu in load_balance()Joonsoo Kim
2013-04-24sched: Rename load_balance_tmpmask to load_balance_maskJoonsoo Kim
2013-04-24sched: Move up affinity check to mitigate useless redoing overheadJoonsoo Kim
2013-04-24sched: Don't consider other cpus in our group in case of NEWLY_IDLEJoonsoo Kim
2013-04-24sched: Explicitly cpu_idle_type checking in rebalance_domains()Joonsoo Kim
2013-04-24sched: Change position of resched_cpu() in load_balance()Joonsoo Kim
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-22nohz: Add basic tracingFrederic Weisbecker
2013-04-22nohz: Select wide RCU nocb for full dynticksFrederic Weisbecker
2013-04-22nohz: Disable the tick when irq resume in full dynticks CPUFrederic Weisbecker
2013-04-22nohz: Re-evaluate the tick for the new task after a context switchFrederic Weisbecker
2013-04-22nohz: Prepare to stop the tick on irq exitFrederic Weisbecker
2013-04-22nohz: Implement full dynticks kickFrederic Weisbecker
2013-04-22timekeeping: Update tk->cycle_last in resumeThomas Gleixner
2013-04-22nohz: Re-evaluate the tick from the scheduler IPIFrederic Weisbecker
2013-04-22sched: New helper to prevent from stopping the tick in full dynticksFrederic Weisbecker
2013-04-22sched: Kick full dynticks CPU that have more than one task enqueued.Frederic Weisbecker
2013-04-22perf: New helper to prevent full dynticks CPUs from stopping tickFrederic Weisbecker
2013-04-22perf: Kick full dynticks CPU if events rotation is neededFrederic Weisbecker
2013-04-22posix_timers: Fix pre-condition to stop the tick on full dynticksFrederic Weisbecker
2013-04-22kernel/hz.bc: ignore.Rusty Russell
2013-04-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-04-21sched: Fix wrong rq's runnable_avg update with rt tasksVincent Guittot
2013-04-21events: Protect access via task_subsys_state_check()Paul E. McKenney
2013-04-21Merge branch 'timers/nohz-posix-timers-v2' of git://git.kernel.org/pub/scm/li...Ingo Molnar
2013-04-21Merge branch 'perf/urgent' into perf/coreIngo Molnar
2013-04-20Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-04-19tracepoints: Prevent null probe from being addedSahara
2013-04-19posix_timers: New API to prevent from stopping the tick when timers are runningFrederic Weisbecker
2013-04-19posix_timers: Kick full dynticks CPUs when a posix cpu timer is armedFrederic Weisbecker
2013-04-19nohz: New option to default all CPUs in full dynticks rangeFrederic Weisbecker