summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2020-02-24trigger_next should increase position indexVasily Averin
2020-02-24ftrace: fpid_next() should increase position indexVasily Averin
2020-02-24bpf: map_seq_next should always increase position indexVasily Averin
2020-02-24alarmtimer: Make alarmtimer platform device child of RTC deviceStephen Boyd
2020-02-24module: avoid setting info->name early in case we can fall back to info->mod-...Jessica Yu
2020-02-24watchdog/softlockup: Enforce that timestamp is valid on bootThomas Gleixner
2020-02-24sched/topology: Assert non-NUMA topology masks don't (partially) overlapValentin Schneider
2020-02-24sched/core: Fix size of rq::uclamp initializationLi Guanglei
2020-02-24padata: validate cpumask without removed CPU during offlineDaniel Jordan
2020-02-24modules: lockdep: Suppress suspicious RCU usage warningMasami Hiramatsu
2020-02-24tracing: Simplify assignment parsing for hist triggersTom Zanussi
2020-02-24tracing: Fix very unlikely race of registering two stat tracersSteven Rostedt (VMware)
2020-02-24tracing: Fix tracing_stat return values in error handling pathsLuis Henriques
2020-02-24kernel/module: Fix memleak in module_add_modinfo_attrs()YueHaibing
2020-02-24printk: fix exclusive_console replayingJohn Ogness
2020-02-24cpu/hotplug, stop_machine: Fix stop_machine vs hotplug orderPeter Zijlstra
2020-02-24rcu: Fix data-race due to atomic_t copy-by-valueMarco Elver
2020-02-24rcu: Fix missed wakeup of exp_wq waitersNeeraj Upadhyay
2020-02-24rcu/nocb: Fix dump_tree hierarchy print always activeStefan Reiter
2020-02-19sched/uclamp: Reject negative values in cpu_uclamp_write()Qais Yousef
2020-02-19ACPI: PM: s2idle: Avoid possible race related to the EC GPERafael J. Wysocki
2020-02-14sched/uclamp: Fix a bug in propagating uclamp value in new cgroupsQais Yousef
2020-02-11perf/core: Fix mlock accounting in perf_mmap()Song Liu
2020-02-11clocksource: Prevent double add_timer_on() for watchdog_timerKonstantin Khlebnikov
2020-02-11x86/apic/msi: Plug non-maskable MSI affinity raceThomas Gleixner
2020-02-11bpf, devmap: Pass lockdep expression to RCU listsAmol Grover
2020-02-11crypto: pcrypt - Avoid deadlock by using per-instance padata queuesHerbert Xu
2020-02-11ftrace: Protect ftrace_graph_hash with ftrace_syncSteven Rostedt (VMware)
2020-02-11ftrace: Add comment to why rcu_dereference_sched() is open codedSteven Rostedt (VMware)
2020-02-11tracing: Annotate ftrace_graph_notrace_hash pointer with __rcuAmol Grover
2020-02-11tracing: Annotate ftrace_graph_hash pointer with __rcuAmol Grover
2020-02-11padata: Remove broken queue flushingHerbert Xu
2020-02-11alarmtimer: Unregister wakeup source when module get failsStephen Boyd
2020-02-11tracing: Fix now invalid var_ref_vals assumption in trace actionTom Zanussi
2020-02-11irqdomain: Fix a memory leak in irq_domain_push_irq()Kevin Hao
2020-02-11rcu: Use READ_ONCE() for ->expmask in rcu_read_unlock_special()Paul E. McKenney
2020-02-11srcu: Apply *_ONCE() to ->srcu_last_gp_endPaul E. McKenney
2020-02-11rcu: Avoid data-race in rcu_gp_fqs_check_wake()Eric Dumazet
2020-02-11rcu: Use *_ONCE() to protect lockless ->expmask accessesPaul E. McKenney
2020-02-11tracing: Fix sched switch start/stop refcount racy updatesMathieu Desnoyers
2020-02-11tracing/kprobes: Have uname use __get_str() in print_fmtSteven Rostedt (VMware)
2020-02-05tracing/uprobe: Fix to make trace_uprobe_filter alignment safeMasami Hiramatsu
2020-02-05cgroup: Prevent double killing of css when enabling threaded cgroupMichal Koutný
2020-02-01Revert "um: Enable CONFIG_CONSTRUCTORS"Johannes Berg
2020-01-29tracing: Fix histogram code when expression has same var as valueSteven Rostedt (VMware)
2020-01-29tracing: Do not set trace clock if tracefs lockdown is in effectMasami Ichikawa
2020-01-29tracing/uprobe: Fix double perf_event linking on multiprobe uprobeMasami Hiramatsu
2020-01-29tracing: trigger: Replace unneeded RCU-list traversalsMasami Hiramatsu
2020-01-29PM: hibernate: fix crashes with init_on_free=1Alexander Potapenko
2020-01-26xdp: Fix cleanup on map free for devmap_hash map typeToke Høiland-Jørgensen