summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* sched/isolation: Offload residual 1Hz scheduler tickFrederic Weisbecker2018-02-218-1/+136
* sched/isolation: Isolate workqueues when "nohz_full=" is setFrederic Weisbecker2018-02-212-2/+4
* nohz: Allow to check if remote CPU tick is stoppedFrederic Weisbecker2018-02-211-0/+7
* nohz: Convert tick_nohz_tick_stopped() to boolFrederic Weisbecker2018-02-211-1/+1
* sched/core: Rename init_rq_hrtick() to hrtick_rq_init()Frederic Weisbecker2018-02-211-3/+3
* sched/numa: Delay retrying placement for automatic NUMA balance after wake_af...Mel Gorman2018-02-211-1/+56
* sched/fair: Consider SD_NUMA when selecting the most idle group to schedule onMel Gorman2018-02-211-0/+12
* sched/fair: Do not migrate due to a sync wakeup on exitPeter Zijlstra2018-02-211-1/+1
* sched/fair: Do not migrate on wake_affine_weight() if weights are equalMel Gorman2018-02-211-1/+10
* sched/fair: Defer calculation of 'prev_eff_load' in wake_affine_weight() unti...Mel Gorman2018-02-211-1/+1
* sched/fair: Avoid an unnecessary lookup of current CPU ID during wake_affineMel Gorman2018-02-211-3/+2
* Merge tag 'v4.16-rc2' into sched/core, to pick up fixesIngo Molnar2018-02-2118-176/+301
|\
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-02-181-50/+128
| |\
| | * kprobes: Propagate error from disarm_kprobe_ftrace()Jessica Yu2018-02-161-25/+53
| | * kprobes: Propagate error from arm_kprobe_ftrace()Jessica Yu2018-02-161-25/+75
| * | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-02-181-14/+4
| |\ \
| | * | irqdomain: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-02-161-14/+4
| | |/
| * | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-02-154-16/+22
| |\ \
| | * | sched/cpufreq: Remove unused SUGOV_KTHREAD_PRIORITY macroLeo Yan2018-02-131-2/+0
| | * | sched/core: Fix DEBUG_SPINLOCK annotation for rq->lockPeter Zijlstra2018-02-131-11/+16
| | * | sched/rt: Make update_curr_rt() more accurateWen Yang2018-02-131-1/+2
| | * | sched/deadline: Make update_curr_dl() more accurateWen Yang2018-02-131-2/+4
| * | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-02-151-6/+15
| |\ \ \ | | |_|/ | |/| |
| | * | locking/qspinlock: Ensure node->count is updated before initialising nodeWill Deacon2018-02-131-0/+8
| | * | locking/qspinlock: Ensure node is initialised before updating prev->nextWill Deacon2018-02-131-6/+7
| | |/
| * | vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-117-12/+12
| * | Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-101-0/+1
| |\ \
| | * \ Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář2018-02-0185-2142/+2337
| | |\ \
| | * | | kvm_config: add CONFIG_S390_GUESTChristian Borntraeger2018-01-161-0/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-02-091-72/+115
| |\ \ \ \
| | * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-02-091-72/+115
| | |\ \ \ \
| | | * | | | bpf: sockmap, fix leaking maps with attached but not detached progsJohn Fastabend2018-02-061-5/+14
| | | * | | | bpf: sockmap, add sock close() hook to remove socksJohn Fastabend2018-02-061-67/+101
| * | | | | | Merge tag 'trace-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-02-092-6/+4
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | tracing: Fix parsing of globs with a wildcard at the beginningSteven Rostedt (VMware)2018-02-081-5/+4
| | * | | | | ftrace: Remove incorrect setting of glob search fieldSteven Rostedt (VMware)2018-02-081-1/+0
* | | | | | | sched/fair: Remove stray space in #ifdefVincent Guittot2018-02-131-2/+2
|/ / / / / /
* | | | | | Merge tag 'modules-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-071-6/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | ftrace/module: Move ftrace_release_mod() to ddebug_cleanup labelNamit Gupta2018-01-151-6/+1
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-02-0616-120/+83
|\ \ \ \ \ \
| * | | | | | pipe: reject F_SETPIPE_SZ with size over UINT_MAXEric Biggers2018-02-061-3/+0
| * | | | | | pipe, sysctl: remove pipe_proc_fn()Eric Biggers2018-02-061-10/+5
| * | | | | | pipe, sysctl: drop 'min' parameter from pipe-max-size converterEric Biggers2018-02-061-14/+1
| * | | | | | kernel/resource: iomem_is_exclusive can be booleanYaowei Bai2018-02-061-5/+5
| * | | | | | kernel/cpuset: current_cpuset_is_being_rebound can be booleanYaowei Bai2018-02-061-2/+2
| * | | | | | genirq: remove unneeded kallsyms includeSergey Senozhatsky2018-02-061-1/+0
| * | | | | | hrtimer: remove unneeded kallsyms includeSergey Senozhatsky2018-02-061-1/+0
| * | | | | | kcov: detect double association with a single taskDmitry Vyukov2018-02-061-2/+2
| * | | | | | kernel/relay.c: revert "kernel/relay.c: fix potential memory leak"Eric Biggers2018-02-061-1/+0
| * | | | | | pids: introduce find_get_task_by_vpid() helperMike Rapoport2018-02-064-45/+21
OpenPOWER on IntegriCloud