summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
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
2020-01-26dma-direct: don't check swiotlb=force in dma_direct_map_resourceChristoph Hellwig
2020-01-26sched/cpufreq: Move the cfs_rq_util_change() call to cpufreq_update_util()Vincent Guittot
2020-01-26workqueue: Add RCU annotation for pwq list walkSebastian Andrzej Siewior
2020-01-26rcu: Fix uninitialized variable in nocb_gp_wait()Dan Carpenter
2020-01-26sched/core: Further clarify sched_class::set_next_task()Peter Zijlstra
2020-01-23tick/sched: Annotate lockless access to last_jiffies_updateEric Dumazet
2020-01-23bpf: Fix incorrect verifier simulation of ARSH under ALU32Daniel Borkmann
2020-01-23locking/lockdep: Fix buffer overrun problem in stack_trace[]Waiman Long
2020-01-23locking/rwsem: Fix kernel crash when spinning on RWSEM_OWNER_UNKNOWNWaiman Long
2020-01-23cpu/SMT: Fix x86 link error without CONFIG_SYSFSArnd Bergmann
2020-01-23ptrace: reintroduce usage of subjective credentials in ptrace_has_cap()Christian Brauner
2020-01-23perf: Correctly handle failed perf_get_aux_event()Mark Rutland
2020-01-17keys: Fix request_key() cacheDavid Howells
2020-01-17bpf: Make use of probe_user_write in probe write helperDaniel Borkmann
2020-01-17bpf: cgroup: prevent out-of-order release of cgroup bpfRoman Gushchin
2020-01-14clone3: ensure copy_thread_tls is implementedAmanieu d'Antras
2020-01-14tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not definedSteven Rostedt (VMware)
2020-01-14kernel/trace: Fix do not unregister tracepoints when register sched_migrate_t...Kaitao Cheng
2020-01-12tracing: Do not create directories if lockdown is in affectSteven Rostedt (VMware)
2020-01-12psi: Fix a division error in psi poll()Johannes Weiner
2020-01-12sched/psi: Fix sampling error and rare div0 crashes with cgroups and high uptimeJohannes Weiner
2020-01-12locking/spinlock/debug: Fix various data racesMarco Elver
2020-01-12bpf: Fix passing modified ctx to ld/abs/ind instructionDaniel Borkmann
2020-01-09kernel/module.c: wakeup processes in module_wq on module unloadKonstantin Khorenko
2020-01-09ftrace: Avoid potential division by zero in function profilerWen Yang
2020-01-09exit: panic before exit_mm() on global init exitchenqiwu
2020-01-09tracing: Fix endianness bug in histogram triggerSven Schnelle
2020-01-09tracing: Have the histogram compare functions convert to u64 firstSteven Rostedt (VMware)
2020-01-09tracing: Avoid memory leak in process_system_preds()Keita Suzuki
2020-01-09tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood
2020-01-09bpf: Fix precision tracking for unbounded scalarsDaniel Borkmann
2020-01-09seccomp: Check that seccomp_notif is zeroed out by the userSargun Dhillon
2020-01-09memcg: account security cred as well to kmemcgShakeel Butt
2020-01-09taskstats: fix data-raceChristian Brauner
2020-01-09PM / hibernate: memory_bm_find_bit(): Tighten node optimisationAndy Whitcroft
2020-01-04ptp: fix the race between the release of ptp_clock and cdevVladis Dronov
2020-01-04hrtimer: Annotate lockless access to timer->stateEric Dumazet
2020-01-04kernel: sysctl: make drop_caches write-onlyJohannes Weiner
2020-01-04dma-mapping: fix handling of dma-ranges for reserved memory (again)Vladimir Murzin
2020-01-04dma-debug: add a schedule point in debug_dma_dump_mappings()Eric Dumazet
2019-12-31cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki