summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-02-11perf/cgroups: Install cgroup events to correct cpuctxSong Liu
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: Fix trampoline usage in preemptAlexei Starovoitov
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-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-04cgroup: Prevent double killing of css when enabling threaded cgroupMichal Koutný
2020-02-01Revert "um: Enable CONFIG_CONSTRUCTORS"Johannes Berg
2020-01-23Merge tag 'trace-v5.5-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-01-23Merge tag 'pm-5.5-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2020-01-22tracing/uprobe: Fix to make trace_uprobe_filter alignment safeMasami Hiramatsu
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-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-17perf: Correctly handle failed perf_get_aux_event()Mark Rutland
2020-01-17locking/rwsem: Fix kernel crash when spinning on RWSEM_OWNER_UNKNOWNWaiman Long
2020-01-16PM: hibernate: fix crashes with init_on_free=1Alexander Potapenko
2020-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-01-15bpf: Fix incorrect verifier simulation of ARSH under ALU32Daniel Borkmann
2020-01-15tick/sched: Annotate lockless access to last_jiffies_updateEric Dumazet
2020-01-14tracing: trigger: Replace unneeded RCU-list traversalsMasami Hiramatsu
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-14keys: Fix request_key() cacheDavid Howells
2020-01-11Merge tag 'clone3-tls-v5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-01-09time/posix-stubs: Provide compat itimer supoprt for alphaArnd Bergmann
2020-01-09cpu/SMT: Fix x86 link error without CONFIG_SYSFSArnd Bergmann
2020-01-09futex: Fix kernel-doc notation warningRandy Dunlap