summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-02-11perf/core: Fix mlock accounting in perf_mmap()Song Liu1-1/+9
2020-02-11clocksource: Prevent double add_timer_on() for watchdog_timerKonstantin Khlebnikov1-2/+9
2020-02-11x86/apic/msi: Plug non-maskable MSI affinity raceThomas Gleixner2-1/+5
2020-02-11bpf, devmap: Pass lockdep expression to RCU listsAmol Grover1-1/+2
2020-02-11crypto: pcrypt - Avoid deadlock by using per-instance padata queuesHerbert Xu1-71/+165
2020-02-11ftrace: Protect ftrace_graph_hash with ftrace_syncSteven Rostedt (VMware)2-2/+11
2020-02-11ftrace: Add comment to why rcu_dereference_sched() is open codedSteven Rostedt (VMware)1-0/+10
2020-02-11tracing: Annotate ftrace_graph_notrace_hash pointer with __rcuAmol Grover2-3/+7
2020-02-11tracing: Annotate ftrace_graph_hash pointer with __rcuAmol Grover2-4/+7
2020-02-11padata: Remove broken queue flushingHerbert Xu1-31/+12
2020-02-11alarmtimer: Unregister wakeup source when module get failsStephen Boyd1-3/+5
2020-02-11tracing: Fix now invalid var_ref_vals assumption in trace actionTom Zanussi1-15/+38
2020-02-11irqdomain: Fix a memory leak in irq_domain_push_irq()Kevin Hao1-0/+1
2020-02-11rcu: Use READ_ONCE() for ->expmask in rcu_read_unlock_special()Paul E. McKenney1-1/+1
2020-02-11srcu: Apply *_ONCE() to ->srcu_last_gp_endPaul E. McKenney1-3/+4
2020-02-11rcu: Avoid data-race in rcu_gp_fqs_check_wake()Eric Dumazet1-5/+6
2020-02-11rcu: Use *_ONCE() to protect lockless ->expmask accessesPaul E. McKenney1-10/+9
2020-02-11tracing: Fix sched switch start/stop refcount racy updatesMathieu Desnoyers1-1/+3
2020-02-11tracing/kprobes: Have uname use __get_str() in print_fmtSteven Rostedt (VMware)1-2/+4
2020-02-05tracing/uprobe: Fix to make trace_uprobe_filter alignment safeMasami Hiramatsu4-28/+22
2020-02-05cgroup: Prevent double killing of css when enabling threaded cgroupMichal Koutný1-5/+6
2020-02-01Revert "um: Enable CONFIG_CONSTRUCTORS"Johannes Berg1-1/+1
2020-01-29tracing: Fix histogram code when expression has same var as valueSteven Rostedt (VMware)1-0/+22
2020-01-29tracing: Do not set trace clock if tracefs lockdown is in effectMasami Ichikawa1-0/+5
2020-01-29tracing/uprobe: Fix double perf_event linking on multiprobe uprobeMasami Hiramatsu4-48/+86
2020-01-29tracing: trigger: Replace unneeded RCU-list traversalsMasami Hiramatsu2-16/+45
2020-01-29PM: hibernate: fix crashes with init_on_free=1Alexander Potapenko1-10/+10
2020-01-26xdp: Fix cleanup on map free for devmap_hash map typeToke Høiland-Jørgensen1-28/+46
2020-01-26dma-direct: don't check swiotlb=force in dma_direct_map_resourceChristoph Hellwig1-1/+1
2020-01-26sched/cpufreq: Move the cfs_rq_util_change() call to cpufreq_update_util()Vincent Guittot1-49/+62
2020-01-26workqueue: Add RCU annotation for pwq list walkSebastian Andrzej Siewior1-1/+2
2020-01-26rcu: Fix uninitialized variable in nocb_gp_wait()Dan Carpenter1-1/+1
2020-01-26sched/core: Further clarify sched_class::set_next_task()Peter Zijlstra6-11/+17
2020-01-23tick/sched: Annotate lockless access to last_jiffies_updateEric Dumazet1-5/+9
2020-01-23bpf: Fix incorrect verifier simulation of ARSH under ALU32Daniel Borkmann2-5/+17
2020-01-23locking/lockdep: Fix buffer overrun problem in stack_trace[]Waiman Long1-4/+3
2020-01-23locking/rwsem: Fix kernel crash when spinning on RWSEM_OWNER_UNKNOWNWaiman Long1-2/+2
2020-01-23cpu/SMT: Fix x86 link error without CONFIG_SYSFSArnd Bergmann1-71/+72
2020-01-23ptrace: reintroduce usage of subjective credentials in ptrace_has_cap()Christian Brauner1-5/+10
2020-01-23perf: Correctly handle failed perf_get_aux_event()Mark Rutland1-1/+3
2020-01-17keys: Fix request_key() cacheDavid Howells1-2/+2
2020-01-17bpf: Make use of probe_user_write in probe write helperDaniel Borkmann1-4/+2
2020-01-17bpf: cgroup: prevent out-of-order release of cgroup bpfRoman Gushchin1-2/+9
2020-01-14clone3: ensure copy_thread_tls is implementedAmanieu d'Antras1-0/+10
2020-01-14tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not definedSteven Rostedt (VMware)1-0/+5
2020-01-14kernel/trace: Fix do not unregister tracepoints when register sched_migrate_t...Kaitao Cheng1-1/+3
2020-01-12tracing: Do not create directories if lockdown is in affectSteven Rostedt (VMware)2-0/+23
2020-01-12psi: Fix a division error in psi poll()Johannes Weiner1-1/+1
2020-01-12sched/psi: Fix sampling error and rare div0 crashes with cgroups and high uptimeJohannes Weiner1-1/+2
2020-01-12locking/spinlock/debug: Fix various data racesMarco Elver1-16/+16