| Commit message (Expand) | Author | Files | Lines |
2014-01-13 | sched, net: Fixup busy_loop_us_clock() | Peter Zijlstra | 1 | -18/+1 |
2014-01-13 | sched, net: Clean up preempt_enable_no_resched() abuse | Peter Zijlstra | 1 | -2/+2 |
2014-01-13 | sched/preempt: Fix up missed PREEMPT_NEED_RESCHED folding | Peter Zijlstra | 5 | -10/+42 |
2014-01-13 | sched/preempt, locking: Rework local_bh_{dis,en}able() | Peter Zijlstra | 4 | -33/+36 |
2014-01-13 | sched/clock, x86: Avoid a runtime condition in native_sched_clock() | Peter Zijlstra | 1 | -1/+6 |
2014-01-13 | sched/clock: Fix up clear_sched_clock_stable() | Peter Zijlstra | 1 | -1/+12 |
2014-01-13 | sched/clock, x86: Use a static_key for sched_clock_stable | Peter Zijlstra | 9 | -17/+46 |
2014-01-13 | sched/clock: Remove local_irq_disable() from the clocks | Peter Zijlstra | 1 | -28/+6 |
2014-01-13 | sched/clock, x86: Rewrite cyc2ns() to avoid the need to disable IRQs | Peter Zijlstra | 4 | -56/+276 |
2014-01-13 | sched/clock, x86: Move some cyc2ns() code around | Peter Zijlstra | 2 | -110/+61 |
2014-01-13 | sched/clock, x86: Use mul_u64_u32_shr() for native_sched_clock() | Peter Zijlstra | 1 | -4/+3 |
2014-01-13 | sched/preempt: Take away preempt_enable_no_resched() from modules | Peter Zijlstra | 2 | -3/+24 |
2014-01-13 | locking: Optimize lock_bh functions | Peter Zijlstra | 5 | -23/+36 |
2014-01-13 | sched: Factor out the on_null_domain() checks in trigger_load_balance() | Daniel Lezcano | 1 | -3/+5 |
2014-01-13 | sched: Pass 'struct rq' to nohz_idle_balance() | Daniel Lezcano | 1 | -6/+5 |
2014-01-13 | sched: Pass 'struct rq' to rebalance_domains() | Daniel Lezcano | 1 | -4/+4 |
2014-01-13 | sched: Remove unused parameter from nohz_balancer_kick() | Daniel Lezcano | 1 | -4/+2 |
2014-01-13 | sched: Remove unused parameter from find_new_ilb() | Daniel Lezcano | 1 | -2/+2 |
2014-01-13 | sched: Pass 'struct rq' to on_null_domain() | Daniel Lezcano | 1 | -4/+4 |
2014-01-13 | sched: Reduce nohz_kick_needed() parameters | Daniel Lezcano | 1 | -4/+4 |
2014-01-13 | sched: Reduce trigger_load_balance() parameters | Daniel Lezcano | 3 | -3/+5 |
2014-01-13 | sched/deadline: Fix hotplug admission control | Peter Zijlstra | 1 | -51/+32 |
2014-01-13 | sched/deadline: Remove the sysctl_sched_dl knobs | Peter Zijlstra | 5 | -234/+97 |
2014-01-13 | sched/deadline: Fix up the smp-affinity mask tests | Peter Zijlstra | 1 | -19/+9 |
2014-01-13 | sched/deadline: speed up SCHED_DEADLINE pushes with a push-heap | Juri Lelli | 6 | -40/+269 |
2014-01-13 | sched/deadline: Add bandwidth management for SCHED_DEADLINE tasks | Dario Faggioli | 6 | -36/+555 |
2014-01-13 | sched/deadline: Add SCHED_DEADLINE inheritance logic | Dario Faggioli | 9 | -54/+134 |
2014-01-13 | rtmutex: Turn the plist into an rb-tree | Peter Zijlstra | 9 | -65/+157 |
2014-01-13 | sched/deadline: Add latency tracing for SCHED_DEADLINE tasks | Dario Faggioli | 2 | -18/+79 |
2014-01-13 | sched/deadline: Add period support for SCHED_DEADLINE tasks | Harald Gustafsson | 3 | -5/+16 |
2014-01-13 | sched/deadline: Add SCHED_DEADLINE avg_update accounting | Dario Faggioli | 1 | -0/+2 |
2014-01-13 | sched/deadline: Add SCHED_DEADLINE SMP-related data structures & logic | Juri Lelli | 5 | -17/+963 |
2014-01-13 | sched/deadline: Add SCHED_DEADLINE structures & implementation | Dario Faggioli | 10 | -20/+882 |
2014-01-13 | sched: Add new scheduler syscalls to support an extended scheduling parameter... | Dario Faggioli | 9 | -24/+326 |
2014-01-12 | sched: Calculate effective load even if local weight is 0 | Rik van Riel | 1 | -1/+1 |
2014-01-10 | leds: lp5521/5523: Remove duplicate mutex | Milo Kim | 2 | -16/+8 |
2014-01-10 | xfs: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK() | Chuansheng Liu | 1 | -0/+1 |
2014-01-10 | xfs: fix off-by-one error in xfs_attr3_rmt_verify | Jie Liu | 1 | -1/+1 |
2014-01-10 | qlcnic: Fix ethtool statistics length calculation | Shahed Shaikh | 1 | -18/+21 |
2014-01-10 | qlcnic: Fix bug in TX statistics | Manish Chopra | 3 | -1/+5 |
2014-01-10 | net: core: explicitly select a txq before doing l2 forwarding | Jason Wang | 21 | -62/+80 |
2014-01-10 | macvlan: forbid L2 fowarding offload for macvtap | Jason Wang | 1 | -1/+4 |
2014-01-10 | bnx2x: fix DMA unmapping of TSO split BDs | Michal Schmidt | 1 | -4/+9 |
2014-01-10 | ipv6: add link-local, sit and loopback address with INFINITY_LIFE_TIME | Hannes Frederic Sowa | 1 | -2/+4 |
2014-01-10 | bnx2x: prevent WARN during driver unload | Yuval Mintz | 2 | -18/+38 |
2014-01-10 | intel_idle: close avn_cstates array with correct marker | Jiang Liu | 1 | -1/+3 |
2014-01-09 | Revert "intel_idle: mark states tables with __initdata tag" | Jiang Liu | 1 | -5/+5 |
2014-01-08 | parisc: Ensure full cache coherency for kmap/kunmap | John David Anglin | 3 | -46/+6 |
2014-01-08 | clk: clk-divider: fix divisor > 255 bug | James Hogan | 1 | -1/+1 |
2014-01-08 | drm/nouveau/nouveau: fix memory leak in nouveau_crtc_page_flip() | Christian Engelmayer | 1 | -1/+1 |