summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)2019-10-171-2/+15
* ftrace: Get a reference counter for the trace_array on filter filesSteven Rostedt (VMware)2019-10-171-9/+18
* tracing/hwlat: Don't ignore outer-loop duration when calculating max_latencySrivatsa S. Bhat (VMware)2019-10-171-0/+2
* tracing/hwlat: Report total time spent in all NMIs during the sampleSrivatsa S. Bhat (VMware)2019-10-171-1/+1
* kernel/sysctl.c: do not override max_threads provided by userspaceMichal Hocko2019-10-171-2/+2
* panic: ensure preemption is disabled during panic()Will Deacon2019-10-171-0/+1
* tick: broadcast-hrtimer: Fix a race in bc_set_nextBalasubramani Vivekanandan2019-10-111-28/+29
* kernel/elfcore.c: include proper prototypesValdis Kletnieks2019-10-111-0/+1
* sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()KeMeng Shi2019-10-111-2/+2
* sched/membarrier: Fix private expedited registration checkMathieu Desnoyers2019-10-111-1/+1
* Revert "locking/pvqspinlock: Don't wait if vCPU is preempted"Wanpeng Li2019-10-111-1/+1
* timer: Read jiffies once when forwarding base clkLi RongQing2019-10-111-3/+5
* tracing: Make sure variable reference alias has correct var_ref_idxTom Zanussi2019-10-111-0/+2
* kexec: bail out upon SIGKILL when allocating memory.Tetsuo Handa2019-10-071-0/+2
* bpf: fix use after free in prog symbol exposureDaniel Borkmann2019-10-071-11/+17
* livepatch: Nullify obj->mod in klp_module_coming()'s error pathMiroslav Benes2019-10-071-0/+1
* alarmtimer: Use EOPNOTSUPP instead of ENOTSUPPThadeu Lima de Souza Cascardo2019-10-051-2/+2
* printk: Do not lose last line in kmsg buffer dumpVincent Whitchurch2019-10-051-1/+1
* kprobes: Prohibit probing on BUG() and WARN() addressMasami Hiramatsu2019-10-051-1/+2
* sched/cpufreq: Align trace event behavior of fast switchingDouglas RAILLARD2019-10-051-1/+6
* posix-cpu-timers: Sanitize bogus WARNONSThomas Gleixner2019-10-051-7/+13
* idle: Prevent late-arriving interrupts from disrupting offlinePeter Zijlstra2019-10-051-2/+3
* sched/fair: Use rq_lock/unlock in online_fair_sched_groupPhil Auld2019-10-051-3/+3
* sched/deadline: Fix bandwidth accounting at all levels after offline migrationJuri Lelli2019-10-051-0/+33