summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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-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
2019-12-31tracing/kprobe: Check whether the non-suffixed symbol is notraceMasami Hiramatsu
2019-12-31tracing: use kvcalloc for tgid_map array allocationYuming Han
2019-12-31bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack()Song Liu
2019-12-17kernel/module.c: wakeup processes in module_wq on module unloadKonstantin Khorenko
2019-12-17workqueue: Fix missing kfree(rescuer) in destroy_workqueue()Tejun Heo
2019-12-17cgroup: pids: use atomic64_t for pids->limitAleksa Sarai
2019-12-17workqueue: Fix pwq ref leak in rescuer_thread()Tejun Heo
2019-12-17workqueue: Fix spurious sanity check failures in destroy_workqueue()Tejun Heo
2019-12-13sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang
2019-12-13bpf: btf: check name validity for various typesYonghong Song
2019-12-13bpf: btf: implement btf_name_valid_identifier()Yonghong Song
2019-12-13audit: Embed key into chunkJan Kara
2019-12-13perf/core: Consistently fail fork on allocation failuresAlexander Shishkin
2019-12-13sched/core: Avoid spurious lock dependenciesPeter Zijlstra
2019-12-13audit_get_nd(): don't unlock parent too earlyAl Viro
2019-12-05xdp: fix cpumap redirect SKB creation bugJesper Dangaard Brouer
2019-12-05bpf: drop refcount if bpf_map_new_fd() fails in map_create()Peng Sun
2019-12-05bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()Peng Sun
2019-12-05fork: fix some -Wmissing-prototypes warningsYi Wang
2019-12-05bpf/cpumap: make sure frame_size for build_skb is aligned if headroom isn'tJesper Dangaard Brouer
2019-12-05kprobes: Blacklist symbols in arch-defined prohibited areaMasami Hiramatsu
2019-12-05tracing: Lock event_mutex before synth_event_mutexMasami Hiramatsu
2019-12-01futex: Prevent robust futex exit raceYang Tao
2019-12-01y2038: futex: Move compat implementation into futex.cArnd Bergmann
2019-12-01audit: print empty EXECVE argsRichard Guy Briggs
2019-12-01sched/fair: Don't increase sd->balance_interval on newidle balanceValentin Schneider
2019-12-01sched/topology: Fix off by one bugPeter Zijlstra
2019-12-01irq/matrix: Fix memory overallocationMichael Kelley
2019-12-01kernel/panic.c: do not append newline to the stack protector panic stringBorislav Petkov
2019-12-01bpf, btf: fix a missing check bug in btf_parseMartin Lau
2019-12-01bpf: devmap: fix wrong interface selection in notifier_callTaehee Yoo
2019-12-01swiotlb: do not panic on mapping failuresChristoph Hellwig
2019-12-01printk: fix integer overflow in setup_log_buf()Sergey Senozhatsky
2019-12-01printk: lock/unlock console only for new logbuf entriesSergey Senozhatsky
2019-11-24bpf: btf: Fix a missing check bugWenwen Wang
2019-11-24printk: Give error on attempt to set log buffer length to over 2GHe Zhe
2019-11-24kexec: Allocate decrypted control pages for kdump if SME is enabledLianbo Jiang
2019-11-24printk: Correct wrong castingHe Zhe
2019-11-24cpu/SMT: State SMT is disabled even with nosmt and without "=force"Borislav Petkov
2019-11-24printk: CON_PRINTBUFFER console registration is a bit racySergey Senozhatsky
2019-11-24printk: Do not miss new messages when replaying the logPetr Mladek
2019-11-20kprobes: Don't call BUG_ON() if there is a kprobe in use on free listMasami Hiramatsu
2019-11-20signal: Properly deliver SIGILL from uprobesEric W. Biederman
2019-11-20signal: Always ignore SIGKILL and SIGSTOP sent to the global initEric W. Biederman
2019-11-20sched/debug: Explicitly cast sched_feat() to boolPeter Zijlstra