summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-10-11tick: broadcast-hrtimer: Fix a race in bc_set_nextBalasubramani Vivekanandan1-28/+29
2019-10-11kernel/elfcore.c: include proper prototypesValdis Kletnieks1-0/+1
2019-10-11sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()KeMeng Shi1-2/+2
2019-10-11sched/membarrier: Fix private expedited registration checkMathieu Desnoyers1-1/+1
2019-10-11Revert "locking/pvqspinlock: Don't wait if vCPU is preempted"Wanpeng Li1-1/+1
2019-10-11timer: Read jiffies once when forwarding base clkLi RongQing1-3/+5
2019-10-11tracing: Make sure variable reference alias has correct var_ref_idxTom Zanussi1-0/+2
2019-10-07kexec: bail out upon SIGKILL when allocating memory.Tetsuo Handa1-0/+2
2019-10-07bpf: fix use after free in prog symbol exposureDaniel Borkmann1-11/+17
2019-10-07livepatch: Nullify obj->mod in klp_module_coming()'s error pathMiroslav Benes1-0/+1
2019-10-05alarmtimer: Use EOPNOTSUPP instead of ENOTSUPPThadeu Lima de Souza Cascardo1-2/+2
2019-10-05printk: Do not lose last line in kmsg buffer dumpVincent Whitchurch1-1/+1
2019-10-05kprobes: Prohibit probing on BUG() and WARN() addressMasami Hiramatsu1-1/+2
2019-10-05sched/cpufreq: Align trace event behavior of fast switchingDouglas RAILLARD1-1/+6
2019-10-05posix-cpu-timers: Sanitize bogus WARNONSThomas Gleixner1-7/+13
2019-10-05idle: Prevent late-arriving interrupts from disrupting offlinePeter Zijlstra1-2/+3
2019-10-05sched/fair: Use rq_lock/unlock in online_fair_sched_groupPhil Auld1-3/+3
2019-10-05sched/deadline: Fix bandwidth accounting at all levels after offline migrationJuri Lelli1-0/+33
2019-10-05sched/core: Fix CPU controller for !RT_GROUP_SCHEDJuri Lelli1-4/+0
2019-10-05sched/fair: Fix imbalance due to CPU affinityVincent Guittot1-2/+3
2019-10-05time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaintPaul E. McKenney1-8/+49
2019-10-01locking/lockdep: Add debug_locks check in __lock_downgrade()Waiman Long1-0/+3
2019-09-21kallsyms: Don't let kallsyms_lookup_size_offset() fail on retrieving the firs...Marc Zyngier1-2/+4
2019-09-19modules: fix compile error if don't have strict module rwxYang Yingliang1-3/+10
2019-09-19modules: fix BUG when load module with rodata=nYang Yingliang1-4/+7
2019-09-19genirq: Prevent NULL pointer dereference in resend_irqs()Yunfeng Ye1-0/+2
2019-09-16resource: fix locking in find_next_iomem_res()Nadav Amit1-10/+10
2019-09-16resource: Fix find_next_iomem_res() iteration issueBjorn Helgaas1-54/+42
2019-09-16resource: Include resource end in walk_*() interfacesBjorn Helgaas1-2/+2
2019-09-16kernel/module: Fix mem leak in module_add_modinfo_attrsYueHaibing1-5/+17
2019-09-16modules: always page-align module section allocationsJessica Yu1-6/+1
2019-09-16timekeeping: Use proper ktime_add when adding nsecs in coarse offsetJason A. Donenfeld1-1/+1
2019-09-16sched/fair: Don't assign runtime for throttled cfs_rqLiangyan1-0/+5
2019-09-10kprobes: Fix potential deadlock in kprobe_optimizer()Andrea Righi1-4/+4
2019-09-06ftrace: Check for empty hash and comment the race with registering probesSteven Rostedt (VMware)1-1/+9
2019-09-06ftrace: Check for successful allocation of hashNaveen N. Rao1-0/+5
2019-09-06ftrace: Fix NULL pointer dereference in t_probe_next()Naveen N. Rao1-0/+4
2019-08-29genirq: Properly pair kobject_del() with kobject_add()Michael Kelley1-1/+14
2019-08-25cpufreq: schedutil: Don't skip freq update when limits changeViresh Kumar1-4/+10
2019-08-16perf/core: Fix creating kernel counters for PMUs that override event->cpuLeonard Crestez1-1/+1
2019-08-09cgroup: Fix css_task_iter_advance_css_set() cset skip conditionTejun Heo1-1/+1
2019-08-09cgroup: css_task_iter_skip()'d iterators must be advanced before accessedTejun Heo1-0/+4
2019-08-09cgroup: Include dying leaders with live threads in PROCS iterationsTejun Heo1-7/+37
2019-08-09cgroup: Implement css_task_iter_skip()Tejun Heo1-24/+36
2019-08-09cgroup: Call cgroup_release() before __exit_signal()Tejun Heo1-1/+1
2019-08-06kernel/module.c: Only return -EEXIST for modules that have finished loadingPrarit Bhargava1-4/+2
2019-08-06ftrace: Enable trampoline when rec count returns back to oneCheng Jian1-13/+15
2019-08-04sched/fair: Use RCU accessors consistently for ->numa_groupJann Horn1-39/+81
2019-08-04sched/fair: Don't free p->numa_faults with concurrent readersJann Horn2-5/+21
2019-07-31access: avoid the RCU grace period for the temporary subjective credentialsLinus Torvalds1-2/+19