summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-01-09ftrace: Avoid potential division by zero in function profilerWen Yang1-3/+3
2020-01-09exit: panic before exit_mm() on global init exitchenqiwu1-4/+8
2020-01-09tracing: Fix endianness bug in histogram triggerSven Schnelle1-1/+20
2020-01-09tracing: Have the histogram compare functions convert to u64 firstSteven Rostedt (VMware)1-2/+2
2020-01-09tracing: Avoid memory leak in process_system_preds()Keita Suzuki1-1/+1
2020-01-09tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood2-4/+12
2020-01-09memcg: account security cred as well to kmemcgShakeel Butt1-3/+3
2020-01-09taskstats: fix data-raceChristian Brauner1-11/+19
2020-01-09PM / hibernate: memory_bm_find_bit(): Tighten node optimisationAndy Whitcroft1-1/+8
2020-01-04ptp: fix the race between the release of ptp_clock and cdevVladis Dronov1-18/+13
2020-01-04hrtimer: Annotate lockless access to timer->stateEric Dumazet1-4/+7
2020-01-04kernel: sysctl: make drop_caches write-onlyJohannes Weiner1-1/+1
2020-01-04dma-debug: add a schedule point in debug_dma_dump_mappings()Eric Dumazet1-0/+1
2019-12-31cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki2-5/+21
2019-12-31tracing/kprobe: Check whether the non-suffixed symbol is notraceMasami Hiramatsu1-3/+24
2019-12-31tracing: use kvcalloc for tgid_map array allocationYuming Han1-1/+1
2019-12-31bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack()Song Liu1-3/+4
2019-12-17kernel/module.c: wakeup processes in module_wq on module unloadKonstantin Khorenko1-0/+2
2019-12-17workqueue: Fix missing kfree(rescuer) in destroy_workqueue()Tejun Heo1-0/+1
2019-12-17cgroup: pids: use atomic64_t for pids->limitAleksa Sarai1-5/+6
2019-12-17workqueue: Fix pwq ref leak in rescuer_thread()Tejun Heo1-3/+10
2019-12-17workqueue: Fix spurious sanity check failures in destroy_workqueue()Tejun Heo1-5/+19
2019-12-13sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang1-14/+22
2019-12-13bpf: btf: check name validity for various typesYonghong Song1-0/+57
2019-12-13bpf: btf: implement btf_name_valid_identifier()Yonghong Song1-0/+25
2019-12-13audit: Embed key into chunkJan Kara1-19/+8
2019-12-13perf/core: Consistently fail fork on allocation failuresAlexander Shishkin1-1/+1
2019-12-13sched/core: Avoid spurious lock dependenciesPeter Zijlstra1-1/+2
2019-12-13audit_get_nd(): don't unlock parent too earlyAl Viro1-1/+1
2019-12-05xdp: fix cpumap redirect SKB creation bugJesper Dangaard Brouer1-3/+10
2019-12-05bpf: drop refcount if bpf_map_new_fd() fails in map_create()Peng Sun1-2/+2
2019-12-05bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()Peng Sun1-1/+1
2019-12-05fork: fix some -Wmissing-prototypes warningsYi Wang1-5/+0
2019-12-05bpf/cpumap: make sure frame_size for build_skb is aligned if headroom isn'tJesper Dangaard Brouer1-1/+1
2019-12-05kprobes: Blacklist symbols in arch-defined prohibited areaMasami Hiramatsu1-14/+53
2019-12-05tracing: Lock event_mutex before synth_event_mutexMasami Hiramatsu2-20/+38
2019-12-01futex: Prevent robust futex exit raceYang Tao1-7/+51
2019-12-01y2038: futex: Move compat implementation into futex.cArnd Bergmann3-208/+192
2019-12-01audit: print empty EXECVE argsRichard Guy Briggs1-1/+1
2019-12-01sched/fair: Don't increase sd->balance_interval on newidle balanceValentin Schneider1-2/+11
2019-12-01sched/topology: Fix off by one bugPeter Zijlstra1-1/+1
2019-12-01irq/matrix: Fix memory overallocationMichael Kelley1-1/+1
2019-12-01kernel/panic.c: do not append newline to the stack protector panic stringBorislav Petkov1-1/+1
2019-12-01bpf, btf: fix a missing check bug in btf_parseMartin Lau1-30/+25
2019-12-01bpf: devmap: fix wrong interface selection in notifier_callTaehee Yoo1-2/+1
2019-12-01swiotlb: do not panic on mapping failuresChristoph Hellwig1-32/+1
2019-12-01printk: fix integer overflow in setup_log_buf()Sergey Senozhatsky1-1/+1
2019-12-01printk: lock/unlock console only for new logbuf entriesSergey Senozhatsky1-3/+7
2019-11-24bpf: btf: Fix a missing check bugWenwen Wang1-0/+3
2019-11-24printk: Give error on attempt to set log buffer length to over 2GHe Zhe1-6/+12