aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-08sched/debug: Fix 'schedstats=enable' cmdline optionJosh Poimboeuf1-5/+21
2016-06-08sched/debug: Fix /proc/sched_debug regressionJosh Poimboeuf2-11/+7
2016-06-08perf/core: Remove a redundant checkAlexander Shishkin1-4/+2
2016-06-08locking/qspinlock: Fix spin_unlock_wait() some morePeter Zijlstra1-0/+60
2016-06-08locking/rtmutex: Only warn once on a trylock from bad contextSebastian Andrzej Siewior1-1/+1
2016-06-08locking/lockdep: Use __jhash_mix() for iterate_chain_key()Peter Zijlstra1-4/+9
2016-06-08Merge branch 'linus' into perf/core, to refresh the branchIngo Molnar74-1104/+6742
2016-06-08perf/core: Fix crash due to account/unaccount_sb_event() inconsistencyDavid Carrillo-Cisneros1-16/+18
2016-06-07bpf, trace: use READ_ONCE for retrieving file ptrDaniel Borkmann1-2/+2
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie1-2/+3
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie1-0/+5
2016-06-07blktrace: use op accessorsMike Christie1-26/+36
2016-06-07pm: use bio op accessorsMike Christie1-12/+18
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-2/+3
2016-06-06kernel: Add noaudit variant of ns_capable()Tyler Hicks1-10/+36
2016-06-03Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2016-06-03Merge tag 'irqchip-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Thomas Gleixner66-1058/+6095
2016-06-03locking/mutex: Set and clear owner using WRITE_ONCE()Jason Low2-4/+10
2016-06-03locking/rwsem: Optimize write lock by reducing operations in slowpathJason Low1-7/+18
2016-06-03locking/rwsem: Rework zeroing reader waiter->taskDavidlohr Bueso1-10/+7
2016-06-03locking/rwsem: Enable lockless waiter wakeup(s)Davidlohr Bueso1-16/+42
2016-06-03perf/abi: Change the errno for sampling event not supported in hardwareVineet Gupta1-1/+1
2016-06-03perf/core: Fix implicitly enable dynamic interrupt throttleKan Liang1-0/+7
2016-06-03perf/core: Rename the perf_event_aux*() APIs to perf_event_sb*(), to separate...Peter Zijlstra1-33/+36
2016-06-03perf/core: Optimize side-band event deliveryKan Liang1-12/+73
2016-06-03sched/fair: Use task_rcu_dereference()Oleg Nesterov1-30/+4
2016-06-03sched/api: Introduce task_rcu_dereference() and try_get_task_struct()Oleg Nesterov1-0/+76
2016-06-03sched/idle: Optimize the generic idle loopGaurav Jindal (Gaurav Jindal)1-1/+3
2016-06-03sched/fair: Fix the wrong throttled clock time for cfs_rq_clock_task()Xunlei Pang1-3/+1
2016-06-03locking/ww_mutex: Report recursive ww_mutex locking earlyChris Wilson1-3/+6
2016-06-02cpufreq: governor: Create cpufreq_policy_apply_limits()Viresh Kumar1-8/+1
2016-06-02cpufreq: governor: Get rid of governor eventsRafael J. Wysocki1-26/+8
2016-06-02cpuidle: Do not access cpuidle_devices when !CONFIG_CPU_IDLECatalin Marinas1-1/+1
2016-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-1/+1
2016-05-31timer: Export destroy_hrtimer_on_stack()Guenter Roeck1-0/+1
2016-05-31audit: fixup: log on errors from filter user rulesRichard Guy Briggs1-2/+2
2016-05-30perf core: Per event callchain limitArnaldo Carvalho de Melo3-4/+17
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+16
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann1-1/+1
2016-05-26Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-0/+1
2016-05-26mm: oom_reaper: remove some bloatMichal Hocko1-0/+2
2016-05-26cgroup: remove redundant cleanup in css_createWenwei Tao1-4/+1
2016-05-26add down_write_killable_nested()Al Viro1-0/+16
2016-05-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-7/+11
2016-05-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-14/+36
2016-05-25Merge tag 'pm-4.7-rc1-more' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+3
2016-05-25Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-core'Rafael J. Wysocki1-1/+3
2016-05-25sched/core: Fix remote wakeupsPeter Zijlstra1-7/+11
2016-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2016-05-24genirq: Fix missing return value in irq_destroy_ipi()Matt Redfearn1-1/+1