summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* sched/core: Fix CPU controller for !RT_GROUP_SCHEDJuri Lelli2019-10-051-4/+0
* sched/fair: Fix imbalance due to CPU affinityVincent Guittot2019-10-051-2/+3
* time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaintPaul E. McKenney2019-10-051-8/+49
* locking/lockdep: Add debug_locks check in __lock_downgrade()Waiman Long2019-10-011-0/+3
* kallsyms: Don't let kallsyms_lookup_size_offset() fail on retrieving the firs...Marc Zyngier2019-09-211-2/+4
* modules: fix compile error if don't have strict module rwxYang Yingliang2019-09-191-3/+10
* modules: fix BUG when load module with rodata=nYang Yingliang2019-09-191-4/+7
* genirq: Prevent NULL pointer dereference in resend_irqs()Yunfeng Ye2019-09-191-0/+2
* resource: fix locking in find_next_iomem_res()Nadav Amit2019-09-161-10/+10
* resource: Fix find_next_iomem_res() iteration issueBjorn Helgaas2019-09-161-54/+42
* resource: Include resource end in walk_*() interfacesBjorn Helgaas2019-09-161-2/+2
* kernel/module: Fix mem leak in module_add_modinfo_attrsYueHaibing2019-09-161-5/+17
* modules: always page-align module section allocationsJessica Yu2019-09-161-6/+1
* timekeeping: Use proper ktime_add when adding nsecs in coarse offsetJason A. Donenfeld2019-09-161-1/+1
* sched/fair: Don't assign runtime for throttled cfs_rqLiangyan2019-09-161-0/+5
* kprobes: Fix potential deadlock in kprobe_optimizer()Andrea Righi2019-09-101-4/+4
* ftrace: Check for empty hash and comment the race with registering probesSteven Rostedt (VMware)2019-09-061-1/+9
* ftrace: Check for successful allocation of hashNaveen N. Rao2019-09-061-0/+5
* ftrace: Fix NULL pointer dereference in t_probe_next()Naveen N. Rao2019-09-061-0/+4
* genirq: Properly pair kobject_del() with kobject_add()Michael Kelley2019-08-291-1/+14
* cpufreq: schedutil: Don't skip freq update when limits changeViresh Kumar2019-08-251-4/+10