summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-04-17Merge 4.14.112 into android-4.14Greg Kroah-Hartman
2019-04-17sched/fair: Do not re-read ->h_load_next during hierarchical load calculationMel Gorman
2019-04-17genirq: Initialize request_mutex if CONFIG_SPARSE_IRQ=nKefeng Wang
2019-04-17genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent()Stephen Boyd
2019-04-17alarmtimer: Return correct remaining timeAndrei Vagin
2019-04-10sched/fair: remove printk while schedule is in progressCaesar Wang
2019-04-09ANDROID: cfi: Remove unused variable in ptr_to_check_fnNathan Chancellor
2019-04-05Merge 4.14.111 into android-4.14Greg Kroah-Hartman
2019-04-05cpu/hotplug: Mute hotplug lockdep during initValentin Schneider
2019-04-05cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix ...Oleg Nesterov
2019-04-05sched/debug: Initialize sd_sysctl_cpus if !CONFIG_CPUMASK_OFFSTACKHidetoshi Seto
2019-04-05genirq: Avoid summation loops for /proc/statThomas Gleixner
2019-04-05sched/topology: Fix percpu data types in struct sd_data & struct s_dataLuc Van Oostenryck
2019-04-05sysctl: handle overflow for file-maxChristian Brauner
2019-04-05tracing: kdb: Fix ftdump to not sleepDouglas Anderson
2019-04-03Merge 4.14.110 into android-4.14Greg Kroah-Hartman
2019-04-03cpu/hotplug: Prevent crash when CPU bringup fails on CONFIG_HOTPLUG_CPU=nThomas Gleixner
2019-03-30Merge 4.14.109 into android-4.14Greg Kroah-Hartman
2019-03-28UPSTREAM: trace_uprobe: Display correct offset in uprobe_eventsRavi Bangoria
2019-03-27sched/cpufreq/schedutil: Fix error path mutex unlockJules Maselbas
2019-03-27locking/lockdep: Add debug_locks check in __lock_downgrade()Waiman Long
2019-03-27futex: Ensure that futex address is aligned in handle_futex_death()Chen Jie
2019-03-23Merge 4.14.108 into android-4.14Greg Kroah-Hartman
2019-03-23rcu: Do RCU GP kthread self-wakeup from softirq and interruptZhang, Jun
2019-03-23kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_convZev Weiss
2019-03-23tracing: Do not free iter->trace in fail path of tracing_open_pipe()zhangyi (F)
2019-03-23tracing: Use strncpy instead of memcpy for string keys in hist triggersTom Zanussi
2019-03-23fix cgroup_do_mount() handling of failure exitsAl Viro
2019-03-23FROMLIST: psi: introduce psi monitorSuren Baghdasaryan
2019-03-23FROMLIST: psi: track changed statesSuren Baghdasaryan
2019-03-23FROMLIST: psi: split update_stats into partsSuren Baghdasaryan
2019-03-23FROMLIST: psi: rename psi fields in preparation for psi trigger additionSuren Baghdasaryan
2019-03-23FROMLIST: psi: make psi_enable staticSuren Baghdasaryan
2019-03-23FROMLIST: psi: introduce state_mask to represent stalled psi statesSuren Baghdasaryan
2019-03-21BACKPORT: kernel: cgroup: add poll file operationJohannes Weiner
2019-03-21UPSTREAM: psi: avoid divide-by-zero crash inside virtual machinesJohannes Weiner
2019-03-21UPSTREAM: psi: fix aggregation idle shut-offJohannes Weiner
2019-03-21UPSTREAM: psi: make disabling/enabling easier for vendor kernelsJohannes Weiner
2019-03-21UPSTREAM: kernel/sched/psi.c: simplify cgroup_move_task()Olof Johansson
2019-03-21BACKPORT: psi: cgroup supportJohannes Weiner
2019-03-21UPSTREAM: psi: pressure stall information for CPU, memory, and IOJohannes Weiner
2019-03-21UPSTREAM: sched: introduce this_rq_lock_irq()Johannes Weiner
2019-03-21UPSTREAM: sched: sched.h: make rq locking and clock functions available in st...Johannes Weiner
2019-03-21UPSTREAM: sched: loadavg: make calc_load_n() publicJohannes Weiner
2019-03-21BACKPORT: sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner
2019-03-21UPSTREAM: delayacct: track delays from thrashing cache pagesJohannes Weiner
2019-03-20sched/fair: fix energy compute when a cluster is only a cpu core in multi-clu...Samer Xie
2019-03-13Merge 4.14.106 into android-4.14Greg Kroah-Hartman
2019-03-13bpf: fix lockdep false positive in percpu_freelistAlexei Starovoitov
2019-03-13relay: check return of create_buf_file() properlyGreg Kroah-Hartman