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