summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-08-03stop_machine: Move 'cpu_stopper_task' and 'stop_cpus_work' into 'struct cpu_s...Oleg Nesterov1-8/+9
2015-08-03sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov5-18/+22
2015-08-03sched/preempt, powerpc, kvm: Use need_resched() instead of should_resched()Konstantin Khlebnikov1-1/+1
2015-08-03sched/preempt, xen: Use need_resched() instead of should_resched()Konstantin Khlebnikov1-1/+1
2015-08-03sched/fair: Beef up wake_wide()Mike Galbraith2-36/+35
2015-08-03sched: Introduce the 'trace_sched_waking' tracepointPeter Zijlstra4-14/+30
2015-08-03sched/cputime: Guarantee stime + utime == rtimePeter Zijlstra4-61/+97
2015-08-03sched, sysctl: Delete an unnecessary check before unregister_sysctl_table()Markus Elfring1-2/+1
2015-08-03sched/deadline: Remove a redundant condition from task_woken_dl()Xunlei Pang1-1/+0
2015-08-03sched/rt: Remove a redundant condition from task_woken_rt()Xunlei Pang1-1/+0
2015-08-03sched/fair: Avoid pulling all tasks in idle balancingYuyang Du1-0/+7
2015-07-21sched/idle: Move latency tracing stop/start calls deeper inside the idle loopLucas Stach2-9/+9
2015-07-07sched/fair: Fix a comment reflecting function name changeByungchul Park1-1/+1
2015-07-07sched/fair: Clean up the __sched_period() codeBoqun Feng1-9/+4
2015-07-07sched/numa: Consider 'imbalance_pct' when comparing loads in numa_has_capacity()Srikar Dronamraju1-2/+3
2015-07-07sched/numa: Prefer NUMA hotness over cache hotnessSrikar Dronamraju2-77/+30
2015-07-07sched/numa: Check sched_feat(NUMA) in migrate_improves_locality()bsegall@google.com1-2/+2
2015-07-06sched/fair: Test list head instead of list entry in throttle_cfs_rq()Cong Wang1-1/+1
2015-07-05Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-21/+47
2015-07-05Linux 4.2-rc1v4.2-rc1Linus Torvalds1-2/+2
2015-07-05Merge tag 'platform-drivers-x86-v4.2-2' of git://git.infradead.org/users/dvha...Linus Torvalds7-45/+1004
2015-07-05ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko1-11/+5
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds99-553/+784
2015-07-04bluetooth: fix list handlingLinus Torvalds2-2/+3
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds68-6312/+3163
2015-07-04Merge tag 'ntb-4.2' of git://github.com/jonmason/ntbLinus Torvalds23-2816/+5545
2015-07-049p: cope with bogus responses from server in p9_client_{read,write}Al Viro1-0/+8
2015-07-04p9_client_write(): avoid double p9_free_req()Al Viro1-0/+1
2015-07-049p: forgetting to cancel request on interrupted zero-copy RPCAl Viro1-1/+2
2015-07-04dax: bdev_direct_access() may sleepMatthew Wilcox1-0/+6
2015-07-04block: Add support for DAX reads/writes to block devicesMatthew Wilcox2-2/+8
2015-07-04dax: Use copy_from_iter_nocacheMatthew Wilcox1-1/+1
2015-07-04dax: Add block size note to documentationMatthew Wilcox1-2/+4
2015-07-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-16/+54
2015-07-04NTB: Add split BAR output for debugfs statsDave Jiang1-15/+68
2015-07-04NTB: Change WARN_ON_ONCE to pr_warn_once on unsafeDave Jiang1-8/+16
2015-07-04NTB: Print driver name and version in module initDave Jiang2-0/+6
2015-07-04NTB: Increase transport MTU to 64k from 16kDave Jiang1-1/+1
2015-07-04NTB: Rename Intel code names to platform namesDave Jiang3-465/+465
2015-07-04NTB: Default to CPU memcpy for performanceDave Jiang1-4/+13
2015-07-04NTB: Improve performance with write combiningDave Jiang1-1/+10
2015-07-04NTB: Use NUMA memory in Intel driverAllen Hubbe1-6/+12
2015-07-04NTB: Use NUMA memory and DMA chan in transportAllen Hubbe1-14/+32
2015-07-04NTB: Rate limit ntb_qp_link_workAllen Hubbe1-1/+1
2015-07-04NTB: Add tool test clientAllen Hubbe4-0/+600
2015-07-04NTB: Add ping pong test clientAllen Hubbe6-1/+289
2015-07-04NTB: Add parameters for Intel SNB B2B addressesAllen Hubbe2-19/+68
2015-07-04NTB: Reset transport QP link stats on downAllen Hubbe1-8/+28
2015-07-04NTB: Do not advance transport RX on link downAllen Hubbe1-2/+1
2015-07-04NTB: Differentiate transport link down messagesAllen Hubbe1-2/+2