summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-03-15tags: Fix DEFINE_PER_CPU expansionsPeter Zijlstra
2016-03-14Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-03-14Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-03-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-03-14Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-03-14Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-03-14Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2016-03-10locking/csd_lock: Use smp_cond_acquire() in csd_lock_wait()Davidlohr Bueso
2016-03-10locking/csd_lock: Explicitly inline csd_lock*() helpersDavidlohr Bueso
2016-03-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2016-03-09memremap: check pfn validity before passing to pfn_to_page()Ard Biesheuvel
2016-03-09sched/kasan: remove stale KASAN poison after hotplugMark Rutland
2016-03-09mm: fix mixed zone detection in devm_memremap_pagesDan Williams
2016-03-09list: kill list_force_poison()Dan Williams
2016-03-08futex: Replace barrier() in unqueue_me() with READ_ONCE()Jianyu Zhan
2016-03-08Merge branch 'timers/core-v9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar
2016-03-08sched/cputime: Fix steal_account_process_tick() to always return jiffiesChris Friesen
2016-03-08sched/deadline: Remove dl_new from struct sched_dl_entityLuca Abeni
2016-03-08perf/core: Fix perf_sched_count derailmentAlexander Shishkin
2016-03-04Merge tag 'trace-fixes-v4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-03-04tracing: Do not have 'comm' filter override event 'comm' fieldSteven Rostedt (Red Hat)
2016-03-04Merge tag 'v4.5-rc6' into core/resources, to resolve conflictIngo Molnar
2016-03-02sched-clock: Migrate to use new tick dependency mask modelFrederic Weisbecker
2016-03-02posix-cpu-timers: Migrate to use new tick dependency mask modelFrederic Weisbecker
2016-03-02sched: Migrate sched to use new tick dependency mask modelFrederic Weisbecker
2016-03-02sched: Account rr tasksFrederic Weisbecker
2016-03-02perf: Migrate perf to use new tick dependency mask modelFrederic Weisbecker
2016-03-02nohz: Use enum code for tick stop failure tracing messageFrederic Weisbecker
2016-03-02nohz: New tick dependency maskFrederic Weisbecker
2016-02-29tracing/syscalls: Rename "/format" tracepoint field name "nr" to "__syscall_nr:Taeung Song
2016-02-29locking/lockdep: Detect chain_key collisionsIngo Molnar
2016-02-29locking/lockdep: Prevent chain_key collisionsAlfredo Alvarez Fernandez
2016-02-29locking/mutex: Allow next waiter lockless wakeupDavidlohr Bueso
2016-02-29locking/pvqspinlock: Enable slowpath locking count trackingWaiman Long
2016-02-29locking/qspinlock: Use smp_cond_acquire() in pending codeWaiman Long
2016-02-29locking/pvqspinlock: Move lock stealing count tracking code into pv_queued_sp...Waiman Long
2016-02-29locking/mcs: Fix mcs_spin_lock() orderingPeter Zijlstra
2016-02-29Merge tag 'v4.5-rc6' into locking/core, to pick up fixesIngo Molnar
2016-02-29sched/deadline: Remove superfluous call to switched_to_dl()Peter Zijlstra
2016-02-29sched/debug: Fix preempt_disable_ip recording for preempt_disable()Sebastian Andrzej Siewior
2016-02-29sched, time: Switch VIRT_CPU_ACCOUNTING_GEN to jiffy granularityRik van Riel
2016-02-29time, acct: Drop irq save & restore from __acct_update_integrals()Rik van Riel
2016-02-29acct, time: Change indentation in __acct_update_integrals()Rik van Riel
2016-02-29sched, time: Remove non-power-of-two divides from __acct_update_integrals()Rik van Riel
2016-02-29sched/rt: Kick RT bandwidth timer immediately on start upSteven Rostedt
2016-02-29sched/debug: Add deadline scheduler bandwidth ratio to /proc/sched_debugSteven Rostedt (Red Hat)
2016-02-29sched/debug: Move sched_domain_sysctl to debug.cSteven Rostedt (Red Hat)
2016-02-29sched/debug: Move the /sys/kernel/debug/sched_features file setup into debug.cSteven Rostedt (Red Hat)
2016-02-29sched/rt: Fix PI handling vs. sched_setscheduler()Peter Zijlstra
2016-02-29sched/core: Remove duplicated sched_group_set_shares() prototypeDongsheng Yang