summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2020-04-16cgroup: Prevent double killing of css when enabling threaded cgroupMichal Koutný
2020-04-16tracing: Fix histogram code when expression has same var as valueSteven Rostedt (VMware)
2020-04-12sched/cpufreq: Move the cfs_rq_util_change() call to cpufreq_update_util()Vincent Guittot
2020-04-12sched/fair: Clean up definition of NOHZ blocked load functionsValentin Schneider
2020-04-12tick/sched: Annotate lockless access to last_jiffies_updateEric Dumazet
2020-04-12bpf: Fix incorrect verifier simulation of ARSH under ALU32Daniel Borkmann
2020-04-12bpf: Undo incorrect __reg_bound_offset32 handlingDaniel Borkmann
2020-04-12cpu/SMT: Fix x86 link error without CONFIG_SYSFSArnd Bergmann
2020-04-12ptrace: reintroduce usage of subjective credentials in ptrace_has_cap()Christian Brauner
2020-04-12bpf: Fix tnum constraints for 32-bit comparisonsJann Horn
2020-04-12x86/mm: split vmalloc_sync_all()Joerg Roedel
2020-04-12bug: consolidate __WARN_FLAGS usageKees Cook
2020-04-12bug: consolidate warn_slowpath_fmt() usageKees Cook
2020-04-12bug: refactor away warn_slowpath_fmt_taint()Kees Cook
2020-04-12kernel/module: Fix memleak in module_add_modinfo_attrs()YueHaibing
2020-03-30bpf: Make use of probe_user_write in probe write helperDaniel Borkmann
2020-03-30tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not definedSteven Rostedt (VMware)
2020-03-30kernel/trace: Fix do not unregister tracepoints when register sched_migrate_t...Kaitao Cheng
2020-03-20psi: Fix a division error in psi poll()Johannes Weiner
2020-03-20sched/psi: Fix sampling error and rare div0 crashes with cgroups and high uptimeJohannes Weiner
2020-03-20locking/spinlock/debug: Fix various data racesMarco Elver
2020-03-20bpf: Fix passing modified ctx to ld/abs/ind instructionDaniel Borkmann
2020-03-20kernel/module.c: wakeup processes in module_wq on module unloadKonstantin Khorenko
2020-03-20ftrace: Avoid potential division by zero in function profilerWen Yang
2020-03-20exit: panic before exit_mm() on global init exitchenqiwu
2020-03-20tracing: Fix endianness bug in histogram triggerSven Schnelle
2020-03-20tracing: Have the histogram compare functions convert to u64 firstSteven Rostedt (VMware)
2020-03-20tracing: Avoid memory leak in process_system_preds()Keita Suzuki
2020-03-20tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood
2020-03-20memcg: account security cred as well to kmemcgShakeel Butt
2020-03-20taskstats: fix data-raceChristian Brauner
2020-03-20PM / hibernate: memory_bm_find_bit(): Tighten node optimisationAndy Whitcroft
2020-03-07dma-direct: don't check swiotlb=force in dma_direct_map_resourceChristoph Hellwig
2020-03-07ptp: fix the race between the release of ptp_clock and cdevVladis Dronov
2020-03-07hrtimer: Annotate lockless access to timer->stateEric Dumazet
2020-03-07kernel: sysctl: make drop_caches write-onlyJohannes Weiner
2020-03-07dma-mapping: fix handling of dma-ranges for reserved memory (again)Vladimir Murzin
2020-03-07dma-debug: add a schedule point in debug_dma_dump_mappings()Eric Dumazet
2020-02-24cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki
2020-02-24bpf: Provide better register bounds after jmp32 instructionsYonghong Song
2020-02-24perf/core: Fix the mlock accounting, againAlexander Shishkin
2020-02-24tracing/kprobe: Check whether the non-suffixed symbol is notraceMasami Hiramatsu
2020-02-24tracing: use kvcalloc for tgid_map array allocationYuming Han
2020-02-24cgroup: freezer: don't change task and cgroups status unnecessarilyHonglei Wang
2020-02-24bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack()Song Liu
2020-01-31workqueue: Fix missing kfree(rescuer) in destroy_workqueue()Tejun Heo
2020-01-31cgroup: pids: use atomic64_t for pids->limitAleksa Sarai
2020-01-31workqueue: Fix pwq ref leak in rescuer_thread()Tejun Heo
2020-01-31workqueue: Fix spurious sanity check failures in destroy_workqueue()Tejun Heo
2020-01-19perf/core: Consistently fail fork on allocation failuresAlexander Shishkin