summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-09-10Revert "sched/fair: Make update_min_vruntime() more readable"Peter Zijlstra
2016-09-05sched/debug: Remove several CONFIG_SCHEDSTATS guardsJosh Poimboeuf
2016-09-05sched/debug: Rename 'schedstat_val()' -> 'schedstat_val_or_zero()'Josh Poimboeuf
2016-09-05sched/debug: Clean up schedstat macrosJosh Poimboeuf
2016-09-05sched/debug: Rename and move enqueue_sleeper()Josh Poimboeuf
2016-09-05sched/deadline: Fix the intention to re-evalute tick dependency for offline CPUWanpeng Li
2016-09-05schedcore: Remove duplicated init_task's preempt_notifiers initseokhoon.yoon
2016-09-05sched/fair: Fix load_above_capacity fixed point arithmetic widthDietmar Eggemann
2016-09-05sched/deadline: Split cpudl_set() into cpudl_set() and cpudl_clear()Tommaso Cucinotta
2016-09-05sched/deadline: Make CPU heap faster avoiding real swaps on heapifyTommaso Cucinotta
2016-09-05sched/deadline: Refactor CPU heap codeTommaso Cucinotta
2016-09-05sched/fair: Make update_min_vruntime() more readableByungchul Park
2016-09-05Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar
2016-09-05sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh
2016-09-04Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2016-09-02tick/nohz: Fix softlockup on scheduler stalls in kvm guestWanpeng Li
2016-09-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-09-01kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscdMichal Hocko
2016-09-01mm, mempolicy: task->mempolicy must be NULL before dropping final referenceDavid Rientjes
2016-09-01printk/nmi: avoid direct printk()-s from __printk_nmi_flush()Sergey Senozhatsky
2016-09-01kconfig: tinyconfig: provide whole choice blocks to avoid warningsArnd Bergmann
2016-09-01kexec: fix double-free when failing to relocate the purgatoryThiago Jung Bauermann
2016-09-01Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2016-08-31audit: fix exe_file access in audit_exe_compareMateusz Guzik
2016-08-31mm: introduce get_task_exe_fileMateusz Guzik
2016-08-30Merge tag 'seccomp-v4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-08-30seccomp: Fix tracer exit notifications during fatal signalsKees Cook
2016-08-30Merge branch 'for-4.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-08-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-08-28Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-08-28Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2016-08-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-08-26Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-08-26printk: fix parsing of "brl=" optionNicolas Iooss
2016-08-26sysctl: handle error writing UINT_MAX to u32 fieldsSubash Abhinov Kasiviswanathan
2016-08-24perf/core: Use this_cpu_ptr() when stopping AUX eventsWill Deacon
2016-08-24timekeeping: Cap array access in timekeeping_debugJohn Stultz
2016-08-24timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPINGJohn Stultz
2016-08-22genirq/affinity: Use get/put_online_cpus around cpumask operationsChristoph Hellwig
2016-08-22genirq: Fix potential memleak when failing to get irq pmShawn Lin
2016-08-18Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-08-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-08-18Merge tag 'pm-4.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2016-08-18sched/cputime: Improve scalability by not accounting thread group tasks pendi...Stanislaw Gruszka
2016-08-18sched/fair: Let asymmetric CPU configurations balance at wake-upMorten Rasmussen
2016-08-18sched/core: Store maximum per-CPU capacity in root domainDietmar Eggemann
2016-08-18sched/core: Enable SD_BALANCE_WAKE for asymmetric capacity systemsMorten Rasmussen
2016-08-18sched/core: Pass child domain into sd_init()Morten Rasmussen
2016-08-18sched/core: Introduce SD_ASYM_CPUCAPACITY sched_domain topology flagMorten Rasmussen
2016-08-18sched/core: Remove unnecessary NULL-pointer checkMorten Rasmussen