summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-01-19Revert "um: Enable CONFIG_CONSTRUCTORS"Johannes Berg
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-01-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2020-01-18Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-01-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-01-18Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2020-01-18Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-01-18Merge tag 'for-linus-2020-01-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-01-18ptrace: reintroduce usage of subjective credentials in ptrace_has_cap()Christian Brauner
2020-01-17lib/vdso: Update coarse timekeeper unconditionallyThomas Gleixner
2020-01-17lib/vdso: Make __arch_update_vdso_data() logic understandableThomas Gleixner
2020-01-17perf: Correctly handle failed perf_get_aux_event()Mark Rutland
2020-01-17watchdog/softlockup: Enforce that timestamp is valid on bootThomas Gleixner
2020-01-17locking/osq: Use optimized spinning loop for arm64Waiman Long
2020-01-17locking/qspinlock: Fix inaccessible URL of MCS lock paperWaiman Long
2020-01-17locking/lockdep: Fix lockdep_stats indentation problemWaiman Long
2020-01-17locking/rwsem: Fix kernel crash when spinning on RWSEM_OWNER_UNKNOWNWaiman Long
2020-01-17sched/topology: Assert non-NUMA topology masks don't (partially) overlapValentin Schneider
2020-01-17idle: fix spelling mistake "iterrupts" -> "interrupts"Hewenliang
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-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