summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-24kexec: Allocate decrypted control pages for kdump if SME is enabledLianbo Jiang1-0/+6
2019-11-24printk: Correct wrong castingHe Zhe1-2/+3
2019-11-24cpu/SMT: State SMT is disabled even with nosmt and without "=force"Borislav Petkov1-0/+1
2019-11-24printk: CON_PRINTBUFFER console registration is a bit racySergey Senozhatsky1-1/+5
2019-11-24printk: Do not miss new messages when replaying the logPetr Mladek1-4/+9
2019-11-20kprobes: Don't call BUG_ON() if there is a kprobe in use on free listMasami Hiramatsu1-1/+7
2019-11-20signal: Properly deliver SIGILL from uprobesEric W. Biederman1-2/+2
2019-11-20signal: Always ignore SIGKILL and SIGSTOP sent to the global initEric W. Biederman1-0/+4
2019-11-20sched/debug: Explicitly cast sched_feat() to boolPeter Zijlstra1-1/+1
2019-11-20y2038: make do_gettimeofday() and get_seconds() inlineArnd Bergmann2-30/+9
2019-11-12cpu/speculation: Uninline and export CPU mitigations helpersTyler Hicks1-1/+26
2019-11-12sched/fair: Fix -Wunused-but-set-variable warningsQian Cai1-13/+6
2019-11-12sched/fair: Fix low cpu usage with high throttling by removing expiration of ...Dave Chiluk2-69/+7
2019-11-10tracing: Fix "gfp_t" format for synthetic eventsZhengjun Xing1-0/+2
2019-11-06tracing: Initialize iter->seq after zeroing in tracing_read_pipe()Petr Mladek1-0/+1
2019-11-06sched/vtime: Fix guest/system mis-accounting on task switchFrederic Weisbecker1-3/+3
2019-10-29tracing: Fix race in perf_trace_buf initializationPrateek Sood1-0/+4
2019-10-29perf/aux: Fix AUX output stoppingAlexander Shishkin1-1/+1
2019-10-17perf/hw_breakpoint: Fix arch_hw_breakpoint use-before-initializationMark-PK Tsai1-2/+2
2019-10-17tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)1-2/+15
2019-10-17ftrace: Get a reference counter for the trace_array on filter filesSteven Rostedt (VMware)1-9/+18
2019-10-17tracing/hwlat: Don't ignore outer-loop duration when calculating max_latencySrivatsa S. Bhat (VMware)1-0/+2