summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-05-12sched/fair: Move record_wakee()Peter Zijlstra
2016-05-12Merge branch 'smp/hotplug' into sched/core, to resolve conflictsIngo Molnar
2016-05-12Merge branch 'sched/urgent' into sched/core to pick up fixesIngo Molnar
2016-05-11Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2016-05-11genirq: Ensure IRQ descriptor is valid when setting-up the IRQJon Hunter
2016-05-11Revert "sched/fair: Fix fairness issue on migration"Ingo Molnar
2016-05-10Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-05-10blktrace: add missed mask nameShaohua Li
2016-05-10blktrace: delete garbage for message traceShaohua Li
2016-05-10sched/rt, sched/dl: Don't push if task's scheduling class was changedXunlei Pang
2016-05-09perf/core: Change the default paranoia level to 2Andy Lutomirski
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-09cgroup, kernfs: make mountinfo show properly scoped path for cgroup namespacesSerge E. Hallyn
2016-05-09sched/core: Fix comment typo in wake_q_add()Davidlohr Bueso
2016-05-09sched/core: Remove unused variableMuhammad Falak R Wani
2016-05-07sched/fair: Fix !CONFIG_SMP kernel cpufreq governor breakageRafael J. Wysocki
2016-05-06bpf: improve verifier state equivalenceAlexei Starovoitov
2016-05-06bpf: direct packet accessAlexei Starovoitov
2016-05-06bpf: cleanup verifier codeAlexei Starovoitov
2016-05-06Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-05-06sched: Make hrtick_notifier an explicit callThomas Gleixner
2016-05-06sched/fair: Make ilb_notifier an explicit callThomas Gleixner
2016-05-06sched/hotplug: Make activate() the last hotplug stepThomas Gleixner
2016-05-06sched/hotplug: Move migration CPU_DYING to sched_cpu_dying()Thomas Gleixner
2016-05-06sched/migration: Move CPU_ONLINE into scheduler stateThomas Gleixner
2016-05-06sched/migration: Move calc_load_migrate() into CPU_DYINGThomas Gleixner
2016-05-06sched/migration: Move prepare transition to SCHED_STARTING stateThomas Gleixner
2016-05-06sched/hotplug: Move sync_rcu to be with set_cpu_active(false)Peter Zijlstra
2016-05-06sched/hotplug: Convert cpu_[in]active notifiers to state machineThomas Gleixner
2016-05-06sched: Move sched_domains_numa_masks_clear() to DOWN_PREPAREThomas Gleixner
2016-05-06sched: Consolidate the notifier mazeThomas Gleixner
2016-05-06sched: Allow hotplug notifiers to be setup earlyThomas Gleixner
2016-05-06sched: Make set_cpu_rq_start_time() a built in hotplug stateThomas Gleixner
2016-05-06sched: Allow per-cpu kernel threads to run on online && !activePeter Zijlstra (Intel)
2016-05-06Merge tag 'keys-next-20160505' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris
2016-05-05perf/arm: Special-case hetereogeneous CPUsMark Rutland
2016-05-05perf/core: Let userspace know if the PMU supports address filtersAlexander Shishkin
2016-05-05perf/core: Introduce address range filteringAlexander Shishkin
2016-05-05perf/core: Extend perf_event_aux_ctx() to optionally iterate through more eventsAlexander Shishkin
2016-05-05perf/core: Move set_filter() out of CONFIG_EVENT_TRACINGAlexander Shishkin
2016-05-05Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2016-05-05locking/atomics: Flip atomic_fetch_or() argumentsPeter Zijlstra
2016-05-05locking/pvqspinlock: Robustify init_qspinlock_stat()Davidlohr Bueso
2016-05-05locking/pvqspinlock: Avoid double resetting of statsDavidlohr Bueso
2016-05-05Merge tag 'v4.6-rc6' into locking/core, to pick up fixesIngo Molnar
2016-05-05sched/fair: Fix comment in calculate_imbalance()Dietmar Eggemann
2016-05-05sched/fair: Remove stale power aware scheduling commentsDietmar Eggemann
2016-05-05sched/fair: Update rq clock before updating nohz CPU loadMatt Fleming
2016-05-05sched/debug: Print out idle balance values even on !CONFIG_SCHEDSTATS kernelsWanpeng Li
2016-05-05sched/fair: Optimize sum computation with a lookup tableYuyang Du