Age | Commit message (Expand) | Author | Files | Lines |
2017-01-14 | locking/mutex, sched/wait: Add mutex_lock_io() |  Tejun Heo | 2 | -0/+28 |
2017-01-14 | sched/core: Separate out io_schedule_prepare() and io_schedule_finish() |  Tejun Heo | 2 | -10/+31 |
2017-01-14 | sched/core: move IO scheduling accounting from io_schedule_timeout() into scheduler |  Tejun Heo | 1 | -7/+61 |
2017-01-14 | sched/fair: Explain why MIN_SHARES isn't scaled in calc_cfs_shares() |  Dietmar Eggemann | 1 | -0/+12 |
2017-01-14 | sched/core: Fix group_entity's share update |  Vincent Guittot | 1 | -13/+37 |
2017-01-14 | sched/completions: Fix complete_all() semantics |  Peter Zijlstra | 1 | -4/+6 |
2017-01-14 | sched/deadline: Show leftover runtime and abs deadline in /proc/*/sched |  Tommaso Cucinotta | 2 | -0/+10 |
2017-01-14 | sched/clock: Provide better clock continuity |  Peter Zijlstra | 1 | -34/+65 |
2017-01-14 | sched/clock: Delay switching sched_clock to stable |  Peter Zijlstra | 4 | -29/+31 |
2017-01-14 | sched/clock: Update static_key usage |  Peter Zijlstra | 1 | -8/+4 |
2017-01-14 | sched/clock, clocksource: Add optional cs::mark_unstable() method |  Thomas Gleixner | 3 | -0/+18 |
2017-01-14 | sched/core: Add debugging code to catch missing update_rq_clock() calls |  Matt Fleming | 2 | -10/+75 |
2017-01-14 | sched/core: Add missing update_rq_clock() call in set_user_nice() |  Peter Zijlstra | 1 | -0/+2 |
2017-01-14 | sched/core: Add missing update_rq_clock() call for task_hot() |  Peter Zijlstra | 1 | -0/+2 |
2017-01-14 | sched/core: Add missing update_rq_clock() in detach_task_cfs_rq() |  Peter Zijlstra | 1 | -0/+3 |
2017-01-14 | sched/core: Add missing update_rq_clock() in post_init_entity_util_avg() |  Peter Zijlstra | 2 | -0/+2 |
2017-01-14 | sched/fair: Push rq lock pin/unpin into idle_balance() |  Matt Fleming | 1 | -12/+15 |
2017-01-14 | sched/core: Reset RQCF_ACT_SKIP before unpinning rq->lock |  Matt Fleming | 1 | -1/+4 |
2017-01-14 | sched/core: Add wrappers for lockdep_(un)pin_lock() |  Matt Fleming | 7 | -61/+76 |
2017-01-14 | sched/cputime: Rename vtime_account_user() to vtime_flush() |  Frederic Weisbecker | 6 | -12/+11 |
2017-01-14 | sched/cputime, s390: Implement delayed accounting of system time |  Martin Schwidefsky | 3 | -79/+125 |
2017-01-14 | sched/cputime, ia64: Accumulate cputime and account only on tick/task switch |  Frederic Weisbecker | 2 | -15/+53 |
2017-01-14 | sched/cputime, powerpc/vtime: Accumulate cputime and account only on tick/task switch |  Frederic Weisbecker | 1 | -43/+77 |
2017-01-14 | sched/cputime, powerpc: Migrate stolen_time field to the accounting structure |  Frederic Weisbecker | 3 | -5/+4 |
2017-01-14 | sched/cputime, powerpc: Prepare accounting structure for cputime flush on tick |  Frederic Weisbecker | 4 | -25/+34 |
2017-01-14 | sched/cputime: Export account_guest_time() |  Frederic Weisbecker | 2 | -1/+2 |
2017-01-14 | sched/cputime: Allow accounting system time using cpustat index |  Frederic Weisbecker | 2 | -5/+7 |
2017-01-14 | sched/cputime, ia64: Fix incorrect start cputime assignment on task switch |  Frederic Weisbecker | 1 | -1/+1 |
2017-01-14 | sched/cputime, powerpc32: Fix stale scaled stime on context switch |  Frederic Weisbecker | 1 | -0/+1 |
2017-01-13 | vfio/type1: Remove pid_namespace.h include |  Alex Williamson | 1 | -1/+0 |
2017-01-12 | vfio iommu type1: fix the testing of capability for remote task |  Jike Song | 1 | -2/+1 |
2017-01-12 | ceph: fix get_oldest_context() |  Geng, Jichao | 1 | -2/+2 |
2017-01-12 | ceph: fix mds cluster availability check |  Yan, Zheng | 1 | -0/+5 |
2017-01-12 | arm64: assembler: make adr_l work in modules under KASLR |  Ard Biesheuvel | 1 | -9/+27 |
2017-01-12 | KVM: x86: fix emulation of "MOV SS, null selector" |  Paolo Bonzini | 1 | -10/+38 |
2017-01-12 | capability: export has_capability |  Jike Song | 1 | -0/+1 |
2017-01-12 | KVM: x86: fix NULL deref in vcpu_scan_ioapic |  Wanpeng Li | 1 | -0/+2 |
2017-01-12 | KVM: eventfd: fix NULL deref irqbypass consumer |  Wanpeng Li | 1 | -2/+2 |
2017-01-12 | KVM: x86: Introduce segmented_write_std |  Steve Rutherford | 1 | -4/+18 |
2017-01-12 | KVM: x86: flush pending lapic jump label updates on module unload |  David Matlack | 3 | -0/+8 |
2017-01-12 | jump_labels: API for flushing deferred jump label updates |  David Matlack | 2 | -0/+12 |
2017-01-11 | HID: i2c-hid: Add sleep between POWER ON and RESET |  Brendan McGrath | 1 | -0/+9 |
2017-01-11 | vfio-mdev: remove some dead code |  Dan Carpenter | 1 | -3/+0 |
2017-01-11 | vfio-mdev: buffer overflow in ioctl() |  Dan Carpenter | 1 | -2/+5 |
2017-01-11 | vfio-mdev: return -EFAULT if copy_to_user() fails |  Dan Carpenter | 1 | -3/+12 |
2017-01-11 | xfs: Timely free truncated dirty pages |  Jan Kara | 1 | -8/+11 |
2017-01-11 | net: vrf: do not allow table id 0 |  David Ahern | 1 | -0/+2 |
2017-01-11 | net: phy: marvell: fix Marvell 88E1512 used in SGMII mode |  Russell King | 1 | -1/+2 |
2017-01-11 | sctp: Fix spelling mistake: "Atempt" -> "Attempt" |  Colin Ian King | 1 | -1/+1 |
2017-01-11 | net: ipv4: Fix multipath selection with vrf |  David Ahern | 2 | -2/+9 |