summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-01-17sched/fair: Remove redundant call to cpufreq_update_util()Vincent Guittot
2020-01-17sched/psi: create /proc/pressure and /proc/pressure/{io|memory|cpu} only when...Wang Long
2020-01-17sched/fair: Fix sgc->{min,max}_capacity calculation for SD_OVERLAPPeng Liu
2020-01-17sched/fair: calculate delta runnable load only when it's neededPeng Wang
2020-01-17sched/cputime: move rq parameter in irqtime_account_process_tickAlex Shi
2020-01-17stop_machine: Make stop_cpus() staticYangtao Li
2020-01-17sched/debug: Reset watchdog on all CPUs while processing sysrq-tWei Li
2020-01-17sched/core: Fix size of rq::uclamp initializationLi Guanglei
2020-01-17sched/uclamp: Fix a bug in propagating uclamp value in new cgroupsQais Yousef
2020-01-17sched/fair: Load balance aggressively for SCHED_IDLE CPUsViresh Kumar
2020-01-17sched/fair : Improve update_sd_pick_busiest for spare capacity caseVincent Guittot
2020-01-17watchdog: Remove soft_lockup_hrtimer_cnt and related codeJisheng Zhang
2020-01-17tracing: Initialize ret in syscall_enter_define_fields()Steven Rostedt (VMware)
2020-01-16bpf: Remove set but not used variable 'first_key'YueHaibing
2020-01-16devmap: Adjust tracepoint for map-less queue flushJesper Dangaard Brouer
2020-01-16xdp: Use bulking for non-map XDP_REDIRECT and consolidate code pathsToke Høiland-Jørgensen
2020-01-16xdp: Move devmap bulk queue into struct net_deviceToke Høiland-Jørgensen
2020-01-16PM: hibernate: fix crashes with init_on_free=1Alexander Potapenko
2020-01-16PM: suspend: Add sysfs attribute to control the "sync on suspend" behaviorJonas Meurer
2020-01-16watchdog/softlockup: Remove obsolete check of last reported taskPetr Mladek
2020-01-16tracing: Allow trace_printk() to nest in other tracing codeSteven Rostedt (VMware)
2020-01-16watchdog: Remove soft_lockup_hrtimer_cnt and related codeJisheng Zhang
2020-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-01-15bpf: Add batch ops to all htab bpf mapYonghong Song
2020-01-15bpf: Add lookup and update batch ops to arraymapBrian Vazquez
2020-01-15bpf: Add generic support for update and delete batch opsBrian Vazquez
2020-01-15bpf: Add generic support for lookup batch opBrian Vazquez
2020-01-15bpf: Add bpf_map_{value_size, update_value, map_copy_value} functionsBrian Vazquez
2020-01-15bpf: Fix incorrect verifier simulation of ARSH under ALU32Daniel Borkmann
2020-01-15tick/common: Touch watchdog in tick_unfreeze() on all CPUsChunyan Zhang
2020-01-15bpf: Add bpf_send_signal_thread() helperYonghong Song
2020-01-15cgroup: Prevent double killing of css when enabling threaded cgroupMichal Koutný
2020-01-15workqueue: add worker function to workqueue_execute_end tracepointDaniel Jordan
2020-01-15cgroup: fix function name in commentChen Zhou
2020-01-15modsign: print module name along with error messageJessica Yu
2020-01-15alarmtimer: Unregister wakeup source when module get failsStephen Boyd
2020-01-15tick/sched: Annotate lockless access to last_jiffies_updateEric Dumazet
2020-01-14tracing: trigger: Replace unneeded RCU-list traversalsMasami Hiramatsu
2020-01-14ring-buffer: Fix kernel doc for rb_update_event()Steven Rostedt (VMware)
2020-01-14ring-bufer: kernel-doc warning fixesFabian Frederick
2020-01-14tracing/uprobe: Fix double perf_event linking on multiprobe uprobeMasami Hiramatsu
2020-01-14Merge branch 'dhowells' (patches from DavidH)Linus Torvalds
2020-01-14bpf: Fix seq_show for BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau
2020-01-14keys: Fix request_key() cacheDavid Howells
2020-01-14mm/mmu_notifier: Rename struct mmu_notifier_mm to mmu_notifier_subscriptionsJason Gunthorpe
2020-01-14fs/proc: Introduce /proc/pid/timens_offsetsAndrei Vagin
2020-01-14x86/vdso: Zap vvar pages when switching to a time namespaceDmitry Safonov
2020-01-14time: Allocate per-timens vvar pageDmitry Safonov
2020-01-14posix-timers: Make clock_nanosleep() time namespace awareAndrei Vagin
2020-01-14hrtimers: Prepare hrtimer_nanosleep() for time namespacesAndrei Vagin