| Commit message (Expand) | Author | Age | Files | Lines |
* | m68k: Fix build warning in mac_via.h | Peter Zijlstra | 2014-01-16 | 1 | -0/+2 |
* | sched, thermal: Clean up preempt_enable_no_resched() abuse | Peter Zijlstra | 2014-01-13 | 1 | -1/+1 |
* | sched, net: Fixup busy_loop_us_clock() | Peter Zijlstra | 2014-01-13 | 1 | -18/+1 |
* | sched, net: Clean up preempt_enable_no_resched() abuse | Peter Zijlstra | 2014-01-13 | 1 | -2/+2 |
* | sched/preempt: Fix up missed PREEMPT_NEED_RESCHED folding | Peter Zijlstra | 2014-01-13 | 5 | -10/+42 |
* | Merge branch 'x86/idle' into sched/core | Ingo Molnar | 2014-01-13 | 8 | -78/+48 |
|\ |
|
| * | x86, idle: Add memory barriers around clflush in mwait_play_dead() | H. Peter Anvin | 2013-12-19 | 1 | -0/+2 |
| * | x86, idle: Use static_cpu_has() for CLFLUSH workaround, add barriers | H. Peter Anvin | 2013-12-19 | 1 | -1/+4 |
| * | x86, acpi, idle: Restructure the mwait idle routines | Peter Zijlstra | 2013-12-19 | 7 | -78/+43 |
* | | sched/preempt, locking: Rework local_bh_{dis,en}able() | Peter Zijlstra | 2014-01-13 | 4 | -33/+36 |
* | | sched/clock, x86: Avoid a runtime condition in native_sched_clock() | Peter Zijlstra | 2014-01-13 | 1 | -1/+6 |
* | | sched/clock: Fix up clear_sched_clock_stable() | Peter Zijlstra | 2014-01-13 | 1 | -1/+12 |
* | | sched/clock, x86: Use a static_key for sched_clock_stable | Peter Zijlstra | 2014-01-13 | 9 | -17/+46 |
* | | sched/clock: Remove local_irq_disable() from the clocks | Peter Zijlstra | 2014-01-13 | 1 | -28/+6 |
* | | sched/clock, x86: Rewrite cyc2ns() to avoid the need to disable IRQs | Peter Zijlstra | 2014-01-13 | 4 | -56/+276 |
* | | sched/clock, x86: Move some cyc2ns() code around | Peter Zijlstra | 2014-01-13 | 2 | -110/+61 |
* | | sched/clock, x86: Use mul_u64_u32_shr() for native_sched_clock() | Peter Zijlstra | 2014-01-13 | 1 | -4/+3 |
* | | sched/preempt: Take away preempt_enable_no_resched() from modules | Peter Zijlstra | 2014-01-13 | 2 | -3/+24 |
* | | locking: Optimize lock_bh functions | Peter Zijlstra | 2014-01-13 | 5 | -23/+36 |
* | | sched: Factor out the on_null_domain() checks in trigger_load_balance() | Daniel Lezcano | 2014-01-13 | 1 | -3/+5 |
* | | sched: Pass 'struct rq' to nohz_idle_balance() | Daniel Lezcano | 2014-01-13 | 1 | -6/+5 |
* | | sched: Pass 'struct rq' to rebalance_domains() | Daniel Lezcano | 2014-01-13 | 1 | -4/+4 |
* | | sched: Remove unused parameter from nohz_balancer_kick() | Daniel Lezcano | 2014-01-13 | 1 | -4/+2 |
* | | sched: Remove unused parameter from find_new_ilb() | Daniel Lezcano | 2014-01-13 | 1 | -2/+2 |
* | | sched: Pass 'struct rq' to on_null_domain() | Daniel Lezcano | 2014-01-13 | 1 | -4/+4 |
* | | sched: Reduce nohz_kick_needed() parameters | Daniel Lezcano | 2014-01-13 | 1 | -4/+4 |
* | | sched: Reduce trigger_load_balance() parameters | Daniel Lezcano | 2014-01-13 | 3 | -3/+5 |
* | | sched/deadline: Fix hotplug admission control | Peter Zijlstra | 2014-01-13 | 1 | -51/+32 |
* | | sched/deadline: Remove the sysctl_sched_dl knobs | Peter Zijlstra | 2014-01-13 | 5 | -234/+97 |
* | | sched/deadline: Fix up the smp-affinity mask tests | Peter Zijlstra | 2014-01-13 | 1 | -19/+9 |
* | | sched/deadline: speed up SCHED_DEADLINE pushes with a push-heap | Juri Lelli | 2014-01-13 | 6 | -40/+269 |
* | | sched/deadline: Add bandwidth management for SCHED_DEADLINE tasks | Dario Faggioli | 2014-01-13 | 6 | -36/+555 |
* | | sched/deadline: Add SCHED_DEADLINE inheritance logic | Dario Faggioli | 2014-01-13 | 9 | -54/+134 |
* | | rtmutex: Turn the plist into an rb-tree | Peter Zijlstra | 2014-01-13 | 9 | -65/+157 |
* | | sched/deadline: Add latency tracing for SCHED_DEADLINE tasks | Dario Faggioli | 2014-01-13 | 2 | -18/+79 |
* | | sched/deadline: Add period support for SCHED_DEADLINE tasks | Harald Gustafsson | 2014-01-13 | 3 | -5/+16 |
* | | sched/deadline: Add SCHED_DEADLINE avg_update accounting | Dario Faggioli | 2014-01-13 | 1 | -0/+2 |
* | | sched/deadline: Add SCHED_DEADLINE SMP-related data structures & logic | Juri Lelli | 2014-01-13 | 5 | -17/+963 |
* | | sched/deadline: Add SCHED_DEADLINE structures & implementation | Dario Faggioli | 2014-01-13 | 10 | -20/+882 |
* | | sched: Add new scheduler syscalls to support an extended scheduling parameter... | Dario Faggioli | 2014-01-13 | 9 | -24/+326 |
* | | Merge branch 'sched/urgent' into sched/core | Ingo Molnar | 2014-01-13 | 870 | -4480/+8350 |
|\ \ |
|
| * | | sched: Calculate effective load even if local weight is 0 | Rik van Riel | 2014-01-12 | 1 | -1/+1 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2014-01-11 | 34 | -126/+219 |
| |\ \ |
|
| | * | | qlcnic: Fix ethtool statistics length calculation | Shahed Shaikh | 2014-01-10 | 1 | -18/+21 |
| | * | | qlcnic: Fix bug in TX statistics | Manish Chopra | 2014-01-10 | 3 | -1/+5 |
| | * | | net: core: explicitly select a txq before doing l2 forwarding | Jason Wang | 2014-01-10 | 21 | -62/+80 |
| | * | | macvlan: forbid L2 fowarding offload for macvtap | Jason Wang | 2014-01-10 | 1 | -1/+4 |
| | * | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2014-01-10 | 4 | -14/+23 |
| | |\ \ |
|
| | | * \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2014-01-09 | 4 | -14/+23 |
| | | |\ \ |
|
| | | | * \ | Merge tag 'nfc-fixes-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | John W. Linville | 2014-01-08 | 1 | -1/+1 |
| | | | |\ \ |
|