summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2015-03-27sched: Remove frequency scaling from cpu_capacityVincent Guittot
2015-03-27sched: Track group sched_entity usage contributionsMorten Rasmussen
2015-03-27sched: Add sched_avg::utilization_avg_contribVincent Guittot
2015-03-27timers, sched/clock: Clean up the code a bitIngo Molnar
2015-03-27timers, sched/clock: Avoid deadlock during read from NMIDaniel Thompson
2015-03-27timers, sched/clock: Remove redundant notrace from update functionDaniel Thompson
2015-03-27timers, sched/clock: Remove suspend from clock_read_data()Daniel Thompson
2015-03-27timers, sched/clock: Optimize cache line usageDaniel Thompson
2015-03-27timers, sched/clock: Match scope of read and write seqcountsDaniel Thompson
2015-03-26fs: move struct kiocb to fs.hChristoph Hellwig
2015-03-25mm: numa: slow PTE scan rate if migration failures occurMel Gorman
2015-03-25trace: Don't use __weak in header filesStephen Rothwell
2015-03-25tracing: remove ftrace:function TRACE_EVENT_FL_USE_CALL_FILTER flagHe Kuang
2015-03-25tracing: %pF is only for function pointersScott Wood
2015-03-25ring-buffer: Replace this_cpu_*() with __this_cpu_*()Steven Rostedt
2015-03-25locking/rtmutex: Rename argument in the rt_mutex_adjust_prio_chain() document...Tom(JeHyeon) Yeon
2015-03-23x86: kvm: Revert "remove sched notifier for cross-cpu migrations"Marcelo Tosatti
2015-03-23perf: Remove type specific target pointersPeter Zijlstra
2015-03-23sched/rt: Use IPI to trigger RT task push migration instead of pullingSteven Rostedt
2015-03-23Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar
2015-03-23timers/tick/broadcast-hrtimer: Fix suspicious RCU usage in idle loopPreeti U Murthy
2015-03-23lockdep: Fix the module unload key range freeing logicPeter Zijlstra
2015-03-23sched: Fix RLIMIT_RTTIME when PI-boosting to RTBrian Silverman
2015-03-23perf: Fix irq_work 'tail' recursionPeter Zijlstra
2015-03-20ebpf: add sched_act_type and map it to sk_filter's verifier opsDaniel Borkmann
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-20Merge branches 'doc.2015.02.26a', 'earlycb.2015.03.03a', 'fixes.2015.03.03a',...Paul E. McKenney
2015-03-20rcu: Associate quiescent-state reports with grace periodPaul E. McKenney
2015-03-20rcu: Yet another fix for preemption and CPU hotplugPaul E. McKenney
2015-03-19cpusets, isolcpus: exclude isolcpus from load balancing in cpusetsRik van Riel
2015-03-19sched, isolcpu: make cpu_isolated_map visible outside schedulerRik van Riel
2015-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-03-18PM / sleep: add pm-trace support for suspending phaseZhonghui Fu
2015-03-17Merge branches 'perf-urgent-for-linus' and 'timers-urgent-for-linus' of git:/...Linus Torvalds
2015-03-17fs: add dirtytime_expire_seconds sysctlTheodore Ts'o
2015-03-17livepatch: Fix subtle race with coming and going modulesPetr Mladek
2015-03-16Merge branch 'nohz/guest' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Ingo Molnar
2015-03-16bpf: allow extended BPF programs access skb fieldsAlexei Starovoitov
2015-03-16ebpf: add helper for obtaining current processor idDaniel Borkmann
2015-03-16ebpf: add prandom helper for packet samplingDaniel Borkmann
2015-03-15genirq: Add irqchip_set_wake_parentMarc Zyngier
2015-03-13perf: Fix context leak in put_event()Leon Yu
2015-03-13clocksource: Rename __clocksource_updatefreq_*() to __clocksource_update_freq...John Stultz
2015-03-13clocksource: Add some debug info about clocksources being registeredJohn Stultz
2015-03-13clocksource: Mostly kill clocksource_register()John Stultz
2015-03-13clocksource: Improve clocksource watchdog reportingJohn Stultz
2015-03-13timekeeping: Add warnings when overflows or underflows are observedJohn Stultz
2015-03-13timekeeping: Try to catch clocksource delta underflowsJohn Stultz
2015-03-13timekeeping: Add checks to cap clocksource reads to the 'max_cycles' valueJohn Stultz
2015-03-13timekeeping: Add debugging checks to warn if we see delaysJohn Stultz