aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
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
2019-11-20y2038: make do_gettimeofday() and get_seconds() inlineArnd Bergmann
2019-11-12cpu/speculation: Uninline and export CPU mitigations helpersTyler Hicks
2019-11-12sched/fair: Fix -Wunused-but-set-variable warningsQian Cai
2019-11-12sched/fair: Fix low cpu usage with high throttling by removing expiration of ...Dave Chiluk
2019-11-10tracing: Fix "gfp_t" format for synthetic eventsZhengjun Xing
2019-11-06tracing: Initialize iter->seq after zeroing in tracing_read_pipe()Petr Mladek
2019-11-06sched/vtime: Fix guest/system mis-accounting on task switchFrederic Weisbecker
2019-10-29tracing: Fix race in perf_trace_buf initializationPrateek Sood
2019-10-29perf/aux: Fix AUX output stoppingAlexander Shishkin
2019-10-17perf/hw_breakpoint: Fix arch_hw_breakpoint use-before-initializationMark-PK Tsai
2019-10-17tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)
2019-10-17ftrace: Get a reference counter for the trace_array on filter filesSteven Rostedt (VMware)
2019-10-17tracing/hwlat: Don't ignore outer-loop duration when calculating max_latencySrivatsa S. Bhat (VMware)
2019-10-17tracing/hwlat: Report total time spent in all NMIs during the sampleSrivatsa S. Bhat (VMware)
2019-10-17kernel/sysctl.c: do not override max_threads provided by userspaceMichal Hocko
2019-10-17panic: ensure preemption is disabled during panic()Will Deacon
2019-10-11tick: broadcast-hrtimer: Fix a race in bc_set_nextBalasubramani Vivekanandan
2019-10-11kernel/elfcore.c: include proper prototypesValdis Kletnieks
2019-10-11sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()KeMeng Shi
2019-10-11sched/membarrier: Fix private expedited registration checkMathieu Desnoyers
2019-10-11Revert "locking/pvqspinlock: Don't wait if vCPU is preempted"Wanpeng Li
2019-10-11timer: Read jiffies once when forwarding base clkLi RongQing
2019-10-11tracing: Make sure variable reference alias has correct var_ref_idxTom Zanussi
2019-10-07kexec: bail out upon SIGKILL when allocating memory.Tetsuo Handa
2019-10-07bpf: fix use after free in prog symbol exposureDaniel Borkmann
2019-10-07livepatch: Nullify obj->mod in klp_module_coming()'s error pathMiroslav Benes
2019-10-05alarmtimer: Use EOPNOTSUPP instead of ENOTSUPPThadeu Lima de Souza Cascardo