summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-01-21bpf: don't bother with getname/kern_path - use user_path_atAl Viro
2020-01-21ftrace: Remove NR_TO_INIT macroAlex Shi
2020-01-21ftrace: Remove abandoned macrosAlex Shi
2020-01-20bpf: Fix memory leaks in generic update/delete batch opsBrian Vazquez
2020-01-20tracing: Do not set trace clock if tracefs lockdown is in effectMasami Ichikawa
2020-01-20tracing: Fix histogram code when expression has same var as valueSteven Rostedt (VMware)
2020-01-20irqdomain: Fix a memory leak in irq_domain_push_irq()Kevin Hao
2020-01-20module: avoid setting info->name early in case we can fall back to info->mod-...Jessica Yu
2020-01-20genirq: Introduce irq_domain_translate_onecellYash Shah
2020-01-20Merge tag 'v5.5-rc7' into perf/core, to pick up fixesIngo Molnar
2020-01-20sched/fair: Define sched_idle_cpu() only for SMP configurationsViresh Kumar
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