summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* perf/core: Fix creating kernel counters for PMUs that override event->cpuLeonard Crestez2019-08-161-1/+1
* cgroup: Fix css_task_iter_advance_css_set() cset skip conditionTejun Heo2019-08-091-1/+1
* cgroup: css_task_iter_skip()'d iterators must be advanced before accessedTejun Heo2019-08-091-0/+4
* cgroup: Include dying leaders with live threads in PROCS iterationsTejun Heo2019-08-091-7/+37
* cgroup: Implement css_task_iter_skip()Tejun Heo2019-08-091-24/+36
* cgroup: Call cgroup_release() before __exit_signal()Tejun Heo2019-08-091-1/+1
* kernel/module.c: Only return -EEXIST for modules that have finished loadingPrarit Bhargava2019-08-061-4/+2
* ftrace: Enable trampoline when rec count returns back to oneCheng Jian2019-08-061-13/+15
* sched/fair: Use RCU accessors consistently for ->numa_groupJann Horn2019-08-041-39/+81
* sched/fair: Don't free p->numa_faults with concurrent readersJann Horn2019-08-042-5/+21
* access: avoid the RCU grace period for the temporary subjective credentialsLinus Torvalds2019-07-311-2/+19
* locking/lockdep: Hide unused 'class' variableArnd Bergmann2019-07-311-1/+2
* locking/lockdep: Fix lock used or unused stats errorYuyang Du2019-07-311-2/+3
* perf/core: Fix race between close() and fork()Peter Zijlstra2019-07-281-8/+41
* perf/core: Fix exclusive events' groupingAlexander Shishkin2019-07-281-12/+22
* padata: use smp_mb in padata_reorder to avoid orphaned padata jobsDaniel Jordan2019-07-261-0/+12
* timer_list: Guard procfs specific codeNathan Huckleberry2019-07-261-17/+19
* ntp: Limit TAI-UTC offsetMiroslav Lichvar2019-07-261-1/+3