summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm/slab: move SLUB alloc hooks to common mm/slab.hJesper Dangaard Brouer2016-03-162-54/+62
* slub: clean up code for kmem cgroup support to kmem_cache_free_bulkJesper Dangaard Brouer2016-03-161-11/+11
* paride: make 'verbose' parameter an 'int' againArnd Bergmann2016-03-162-4/+4
* block: partition: add partition specific uevent callbacks for partition infoSan Mehat2016-03-161-0/+11
* ocfs2/dlm: fix a variable overflow problem in dlmdomain.cJun Piao2016-03-161-1/+1
* ocfs2: fix a tiny race that leads file system read-onlyJiufei Xue2016-03-164-4/+18
* ocfs2/dlm: return EINVAL when the lockres on migration target is in DROPPING_...xuejiufei2016-03-161-1/+13
* ocfs2/dlm: clear DROPPING_REF flag when the master goes downxuejiufei2016-03-161-8/+10
* ocfs2/dlm: return in progress if master can not clear the refmap bit right nowxuejiufei2016-03-163-3/+17
* ocfs2/dlm: add DEREF_DONE messagexuejiufei2016-03-163-1/+138
* ocfs2/dlm: fix a typo in dlmcommon.hJoseph Qi2016-03-161-2/+2
* ocfs2: use spinlock_irqsave() to downconvert lock in ocfs2_osb_dump()jiangyiwen2016-03-161-2/+3
* ocfs2/cluster: replace the interrupt safe spinlocks with common onesjiangyiwen2016-03-161-6/+4
* blackfin: define dummy pgprot_writecombine for !MMUSudip Mukherjee2016-03-161-0/+2
* m32r: mm: fix build warningSudip Mukherjee2016-03-161-12/+15
* tags: Fix DEFINE_PER_CPU expansionsPeter Zijlstra2016-03-168-18/+13
* init/main.c: use list_for_each_entry()Geliang Tang2016-03-161-3/+1
* Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-1514-161/+424
|\
| * Merge branch 'timers/core-v9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2016-03-0814-161/+424
| |\
| | * sched-clock: Migrate to use new tick dependency mask modelFrederic Weisbecker2016-03-022-19/+5
| | * posix-cpu-timers: Migrate to use new tick dependency mask modelFrederic Weisbecker2016-03-024-52/+12
| | * sched: Migrate sched to use new tick dependency mask modelFrederic Weisbecker2016-03-024-37/+53
| | * sched: Account rr tasksFrederic Weisbecker2016-03-022-0/+17
| | * perf: Migrate perf to use new tick dependency mask modelFrederic Weisbecker2016-03-024-32/+49
| | * nohz: Use enum code for tick stop failure tracing messageFrederic Weisbecker2016-03-023-14/+41
| | * nohz: New tick dependency maskFrederic Weisbecker2016-03-024-7/+244
| | * nohz: Implement wide kick on top of irq workFrederic Weisbecker2016-02-131-8/+4
| | * atomic: Export fetch_or()Frederic Weisbecker2016-02-132-14/+21
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-1537-715/+1300
|\ \ \
| * | | sched/cputime: Fix steal_account_process_tick() to always return jiffiesChris Friesen2016-03-081-7/+7
| * | | sched/deadline: Remove dl_new from struct sched_dl_entityLuca Abeni2016-03-083-28/+14
| * | | Revert "kbuild: Add option to turn incompatible pointer check into error"Ingo Molnar2016-03-051-3/+0
| * | | sched/deadline: Remove superfluous call to switched_to_dl()Peter Zijlstra2016-02-291-2/+1
| * | | sched/debug: Fix preempt_disable_ip recording for preempt_disable()Sebastian Andrzej Siewior2016-02-294-16/+16
| * | | sched, time: Switch VIRT_CPU_ACCOUNTING_GEN to jiffy granularityRik van Riel2016-02-291-16/+23
| * | | time, acct: Drop irq save & restore from __acct_update_integrals()Rik van Riel2016-02-291-5/+4
| * | | acct, time: Change indentation in __acct_update_integrals()Rik van Riel2016-02-291-25/+26
| * | | sched, time: Remove non-power-of-two divides from __acct_update_integrals()Rik van Riel2016-02-291-10/+16
| * | | sched/rt: Kick RT bandwidth timer immediately on start upSteven Rostedt2016-02-291-1/+9
| * | | sched/debug: Add deadline scheduler bandwidth ratio to /proc/sched_debugSteven Rostedt (Red Hat)2016-02-291-0/+9
| * | | sched/debug: Move sched_domain_sysctl to debug.cSteven Rostedt (Red Hat)2016-02-293-178/+186
| * | | sched/debug: Move the /sys/kernel/debug/sched_features file setup into debug.cSteven Rostedt (Red Hat)2016-02-292-133/+131
| * | | sched/rt: Fix PI handling vs. sched_setscheduler()Peter Zijlstra2016-02-294-50/+113
| * | | sched/core: Remove duplicated sched_group_set_shares() prototypeDongsheng Yang2016-02-291-1/+0
| * | | sched/fair: Consolidate nohz CPU load update codeFrederic Weisbecker2016-02-291-23/+25
| * | | sched/fair: Avoid using decay_load_missed() with a negative valueByungchul Park2016-02-291-2/+10
| * | | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2016-02-291048-60025/+12028
| |\ \ \
| | * | | sched/deadline: Always calculate end of period on sched_yield()Peter Zijlstra2016-02-291-9/+13
| | * | | sched/cgroup: Fix cgroup entity load tracking tear-downPeter Zijlstra2016-02-293-20/+23
| * | | | rcu: Use simple wait queues where possible in rcutreePaul Gortmaker2016-02-253-30/+31