summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2015-03-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-03-06kernel/module.c: Update debug alignment after symtable generationLaura Abbott
2015-03-06Merge branch 'irq-pm'Rafael J. Wysocki
2015-03-05Merge branch 'suspend-to-idle'Rafael J. Wysocki
2015-03-05cpuidle / sleep: Use broadcast timer for states that stop local timerRafael J. Wysocki
2015-03-05Merge tag 'v4.0-rc2' into irq/core, to refresh the tree before applying new c...Ingo Molnar
2015-03-05workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for PREEM...Tejun Heo
2015-03-04livepatch: remove unnecessary call to klp_find_object_module()Josh Poimboeuf
2015-03-04genirq / PM: Add flag for shared NO_SUSPEND interrupt linesRafael J. Wysocki
2015-03-04Merge tag 'v4.0-rc2' into timers/core, to refresh the tree before pulling mor...Ingo Molnar
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-03rcu: Remove redundant check of cpu_online()Yao Dongdong
2015-03-03rcu: Get rcu_sched_force_quiescent_state() where it belongsPaul E. McKenney
2015-03-03rcu: Add boot-up check for non-default CONFIG_RCU_FANOUT_LEAF valuesPaul E. McKenney
2015-03-03rcu: Use IS_ENABLED() to simplify rcu_bootup_announce_oddness()Paul E. McKenney
2015-03-03rcu: Improve diagnostics for blocked critical sections in irqPaul E. McKenney
2015-03-03rcu: Use IS_ENABLED() to CONFIG_RCU_FANOUT_EXACT #ifdefPaul E. McKenney
2015-03-03rcu: Move early boot callback tests earlierPaul E. McKenney
2015-03-03rcu: Move early-boot callbacks to no-CBs lists for no-CBs CPUsPaul E. McKenney
2015-03-03cgroup: Use kvfree in pidlist_free()Bandan Das
2015-03-03livepatch: fix RCU usage in klp_find_external_symbol()Peter Zijlstra
2015-03-02Revert "perf: Remove the extra validity check on nr_pages"Kan Liang
2015-03-02cpuidle: Clean up fallback handling in cpuidle_idle_call()Rafael J. Wysocki
2015-03-02cgroup: call cgroup_subsys->bind on cgroup subsys initializationVladimir Davydov
2015-03-02cpuset: Fix cpuset sched_relax_domain_levelJason Low
2015-03-02cpuset: fix a warning when clearing configured masks in old hierarchyZefan Li
2015-03-02cpuset: initialize effective masks when clone_children is enabledZefan Li
2015-03-01clockevents: export clockevents_unbind_device instead of clockevents_unbindVitaly Kuznetsov
2015-03-01Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2015-03-01cls_bpf: add initial eBPF support for programmable classifiersDaniel Borkmann
2015-03-01ebpf: move read-only fields to bpf_prog and shrink bpf_prog_auxDaniel Borkmann
2015-03-01ebpf: add sched_cls_type and map it to sk_filter's verifier opsDaniel Borkmann
2015-03-01ebpf: constify various function pointer structsDaniel Borkmann
2015-03-01ebpf: remove kernel test stubsDaniel Borkmann
2015-03-01locking/rtmutex: Set state back to running on errorSebastian Andrzej Siewior
2015-02-28idle / sleep: Avoid excessive disabling and enabling interruptsRafael J. Wysocki
2015-02-28kernel/sys.c: fix UNAME26 for 4.0Jon DeVree
2015-02-26rcu: Tighten up affinity and check for sysidlePaul E. McKenney
2015-02-26rcu: Remove fastpath from __rcu_process_callbacks()Alexander Gordeev
2015-02-26rcu: Remove unnecessary condition check in rcu_qsctr_help()Alexander Gordeev
2015-02-26rcu: Fixes to NO_HZ_FULL sysidle accountingPaul E. McKenney
2015-02-26rcutorture: Make consistent use of variablesPaul E. McKenney
2015-02-26rcu: Add Kconfig option to expedite grace periods during bootPaul E. McKenney
2015-02-26rcu: Update from rcu_expedited variable to rcu_gp_is_expedited()Paul E. McKenney
2015-02-26rcu: Add rcu_expedite_gp() and rcu_unexpedite_gp() to rcutorturePaul E. McKenney
2015-02-26rcu: Provide rcu_expedite_gp() and rcu_unexpedite_gp()Paul E. McKenney
2015-02-26rcu: Fix a couple of typos in rcu_all_qs() comment headerPaul E. McKenney
2015-02-26rcu: Avoid clobbering early boot callbacksPaul E. McKenney
2015-02-26rcu: Refine diagnostics for lacking kthread for no-CBs callbacksPaul E. McKenney
2015-02-26rcu: Prevent early-boot RCU callbacks from splattingPaul E. McKenney