summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* cgroup: pids: use atomic64_t for pids->limitAleksa Sarai2019-12-171-5/+6
* workqueue: Fix pwq ref leak in rescuer_thread()Tejun Heo2019-12-171-3/+10
* workqueue: Fix spurious sanity check failures in destroy_workqueue()Tejun Heo2019-12-171-5/+19
* sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang2019-12-131-14/+22
* bpf: btf: check name validity for various typesYonghong Song2019-12-131-0/+57
* bpf: btf: implement btf_name_valid_identifier()Yonghong Song2019-12-131-0/+25
* audit: Embed key into chunkJan Kara2019-12-131-19/+8
* perf/core: Consistently fail fork on allocation failuresAlexander Shishkin2019-12-131-1/+1
* sched/core: Avoid spurious lock dependenciesPeter Zijlstra2019-12-131-1/+2
* audit_get_nd(): don't unlock parent too earlyAl Viro2019-12-131-1/+1
* xdp: fix cpumap redirect SKB creation bugJesper Dangaard Brouer2019-12-051-3/+10
* bpf: drop refcount if bpf_map_new_fd() fails in map_create()Peng Sun2019-12-051-2/+2
* bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()Peng Sun2019-12-051-1/+1
* fork: fix some -Wmissing-prototypes warningsYi Wang2019-12-051-5/+0
* bpf/cpumap: make sure frame_size for build_skb is aligned if headroom isn'tJesper Dangaard Brouer2019-12-051-1/+1
* kprobes: Blacklist symbols in arch-defined prohibited areaMasami Hiramatsu2019-12-051-14/+53
* tracing: Lock event_mutex before synth_event_mutexMasami Hiramatsu2019-12-052-20/+38
* futex: Prevent robust futex exit raceYang Tao2019-12-011-7/+51
* y2038: futex: Move compat implementation into futex.cArnd Bergmann2019-12-013-208/+192
* audit: print empty EXECVE argsRichard Guy Briggs2019-12-011-1/+1
* sched/fair: Don't increase sd->balance_interval on newidle balanceValentin Schneider2019-12-011-2/+11
* sched/topology: Fix off by one bugPeter Zijlstra2019-12-011-1/+1
* irq/matrix: Fix memory overallocationMichael Kelley2019-12-011-1/+1
* kernel/panic.c: do not append newline to the stack protector panic stringBorislav Petkov2019-12-011-1/+1
* bpf, btf: fix a missing check bug in btf_parseMartin Lau2019-12-011-30/+25
* bpf: devmap: fix wrong interface selection in notifier_callTaehee Yoo2019-12-011-2/+1
* swiotlb: do not panic on mapping failuresChristoph Hellwig2019-12-011-32/+1
* printk: fix integer overflow in setup_log_buf()Sergey Senozhatsky2019-12-011-1/+1
* printk: lock/unlock console only for new logbuf entriesSergey Senozhatsky2019-12-011-3/+7
* bpf: btf: Fix a missing check bugWenwen Wang2019-11-241-0/+3
* printk: Give error on attempt to set log buffer length to over 2GHe Zhe2019-11-241-6/+12
* kexec: Allocate decrypted control pages for kdump if SME is enabledLianbo Jiang2019-11-241-0/+6
* printk: Correct wrong castingHe Zhe2019-11-241-2/+3
* cpu/SMT: State SMT is disabled even with nosmt and without "=force"Borislav Petkov2019-11-241-0/+1
* printk: CON_PRINTBUFFER console registration is a bit racySergey Senozhatsky2019-11-241-1/+5
* printk: Do not miss new messages when replaying the logPetr Mladek2019-11-241-4/+9
* kprobes: Don't call BUG_ON() if there is a kprobe in use on free listMasami Hiramatsu2019-11-201-1/+7
* signal: Properly deliver SIGILL from uprobesEric W. Biederman2019-11-201-2/+2
* signal: Always ignore SIGKILL and SIGSTOP sent to the global initEric W. Biederman2019-11-201-0/+4
* sched/debug: Explicitly cast sched_feat() to boolPeter Zijlstra2019-11-201-1/+1
* y2038: make do_gettimeofday() and get_seconds() inlineArnd Bergmann2019-11-202-30/+9
* cpu/speculation: Uninline and export CPU mitigations helpersTyler Hicks2019-11-121-1/+26
* sched/fair: Fix -Wunused-but-set-variable warningsQian Cai2019-11-121-13/+6
* sched/fair: Fix low cpu usage with high throttling by removing expiration of ...Dave Chiluk2019-11-122-69/+7
* tracing: Fix "gfp_t" format for synthetic eventsZhengjun Xing2019-11-101-0/+2
* tracing: Initialize iter->seq after zeroing in tracing_read_pipe()Petr Mladek2019-11-061-0/+1
* sched/vtime: Fix guest/system mis-accounting on task switchFrederic Weisbecker2019-11-061-3/+3
* tracing: Fix race in perf_trace_buf initializationPrateek Sood2019-10-291-0/+4
* perf/aux: Fix AUX output stoppingAlexander Shishkin2019-10-291-1/+1
* perf/hw_breakpoint: Fix arch_hw_breakpoint use-before-initializationMark-PK Tsai2019-10-171-2/+2