summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-04-17genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent()Stephen Boyd1-0/+4
2019-04-05Merge 4.9.168 into android-4.9Greg Kroah-Hartman105-264/+529
2019-04-05genirq: Avoid summation loops for /proc/statThomas Gleixner4-4/+24
2019-04-05sysctl: handle overflow for file-maxChristian Brauner1-0/+3
2019-04-05tracing: kdb: Fix ftdump to not sleepDouglas Anderson4-7/+12
2019-04-03Merge 4.9.167 into android-4.9Greg Kroah-Hartman63-250/+420
2019-04-03cpu/hotplug: Prevent crash when CPU bringup fails on CONFIG_HOTPLUG_CPU=nThomas Gleixner1-2/+18
2019-03-30Merge 4.9.166 into android-4.9Greg Kroah-Hartman35-86/+174
2019-03-29UPSTREAM: bug: use %pB in BUG and stack protector failureKees Cook2-2/+2
2019-03-29UPSTREAM: trace_uprobe: Display correct offset in uprobe_eventsRavi Bangoria1-1/+1
2019-03-27locking/lockdep: Add debug_locks check in __lock_downgrade()Waiman Long1-0/+3
2019-03-27futex: Ensure that futex address is aligned in handle_futex_death()Chen Jie1-0/+4
2019-03-26ANDROID: fix 4.9 backport of psi header refactoringSuren Baghdasaryan1-7/+7
2019-03-23Merge 4.9.165 into android-4.9Greg Kroah-Hartman122-432/+918
2019-03-23rcu: Do RCU GP kthread self-wakeup from softirq and interruptZhang, Jun1-6/+14
2019-03-23kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_convZev Weiss1-1/+10
2019-03-23tracing: Do not free iter->trace in fail path of tracing_open_pipe()zhangyi (F)1-1/+0
2019-03-23tracing: Use strncpy instead of memcpy for string keys in hist triggersTom Zanussi1-2/+3
2019-03-23FROMLIST: psi: introduce psi monitorSuren Baghdasaryan5-20/+742
2019-03-23FROMLIST: refactor header includes to allow kthread.h inclusion in psi_types.hSuren Baghdasaryan3-11/+15
2019-03-23FROMLIST: psi: track changed statesSuren Baghdasaryan1-6/+18
2019-03-23FROMLIST: psi: split update_stats into partsSuren Baghdasaryan1-23/+34
2019-03-23FROMLIST: psi: rename psi fields in preparation for psi trigger additionSuren Baghdasaryan2-27/+28
2019-03-23FROMLIST: psi: make psi_enable staticSuren Baghdasaryan1-2/+2
2019-03-23FROMLIST: psi: introduce state_mask to represent stalled psi statesSuren Baghdasaryan2-13/+25
2019-03-22BACKPORT: kernel: cgroup: add poll file operationJohannes Weiner2-0/+16
2019-03-22UPSTREAM: psi: avoid divide-by-zero crash inside virtual machinesJohannes Weiner1-1/+1
2019-03-22UPSTREAM: psi: fix aggregation idle shut-offJohannes Weiner3-5/+45
2019-03-22UPSTREAM: cgroup add cftype->open/release() callbacksTejun Heo2-1/+26
2019-03-22BACKPORT: psi: make disabling/enabling easier for vendor kernelsJohannes Weiner5-14/+40
2019-03-22UPSTREAM: kernel/sched/psi.c: simplify cgroup_move_task()Olof Johansson1-21/+22
2019-03-22BACKPORT: psi: cgroup supportJohannes Weiner8-9/+229
2019-03-22UPSTREAM: psi: pressure stall information for CPU, memory, and IOJohannes Weiner15-6/+1004
2019-03-22BACKPORT: sched: introduce this_rq_lock_irq()Johannes Weiner2-19/+18
2019-03-22BACKPORT: sched: sched.h: make rq locking and clock functions available in st...Johannes Weiner1-25/+82
2019-03-22UPSTREAM: sched: loadavg: make calc_load_n() publicJohannes Weiner2-69/+72
2019-03-22UPSTREAM: sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner8-43/+22
2019-03-22BACKPORT: delayacct: track delays from thrashing cache pagesJohannes Weiner5-2/+60
2019-03-22BACKPORT: cgroup: misc changesTejun Heo2-20/+24
2019-03-22UPSTREAM: sched/headers: Prepare for new header dependencies before moving co...Ingo Molnar18-0/+23
2019-03-22BACKPORT: sched/core: Add wrappers for lockdep_(un)pin_lock()Matt Fleming7-61/+76
2019-03-22UPSTREAM: workqueue: make workqueue available early during bootTejun Heo3-17/+76
2019-03-20ANDROID: sched/fair: fix energy compute when a cluster is only a cpu core in ...Samer Xie1-1/+2
2019-03-13Merge 4.9.163 into android-4.9Greg Kroah-Hartman106-274/+1546
2019-03-13futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock()Peter Zijlstra3-12/+55
2019-03-13perf core: Fix perf_proc_update_handler() bugStephane Eranian1-7/+7
2019-03-06ANDROID: cfi: Remove unused variable in ptr_to_check_fnNathan Chancellor1-1/+0
2019-03-05Merge 4.9.162 into android-4.9Greg Kroah-Hartman28-105/+138
2019-03-05locking/rwsem: Fix (possible) missed wakeupXie Yongji1-2/+9
2019-02-27tracing: Use cpumask_available() to check if cpumask variable may be usedMatthias Kaehlcke1-2/+3
[prev] [next]