summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-10-05alarmtimer: Use EOPNOTSUPP instead of ENOTSUPPThadeu Lima de Souza Cascardo
2019-10-05printk: Do not lose last line in kmsg buffer dumpVincent Whitchurch
2019-10-05kprobes: Prohibit probing on BUG() and WARN() addressMasami Hiramatsu
2019-10-05sched/cpufreq: Align trace event behavior of fast switchingDouglas RAILLARD
2019-10-05posix-cpu-timers: Sanitize bogus WARNONSThomas Gleixner
2019-10-05idle: Prevent late-arriving interrupts from disrupting offlinePeter Zijlstra
2019-10-05sched/fair: Use rq_lock/unlock in online_fair_sched_groupPhil Auld
2019-10-05sched/deadline: Fix bandwidth accounting at all levels after offline migrationJuri Lelli
2019-10-05sched/core: Fix CPU controller for !RT_GROUP_SCHEDJuri Lelli
2019-10-05sched/fair: Fix imbalance due to CPU affinityVincent Guittot
2019-10-05time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaintPaul E. McKenney
2019-10-01locking/lockdep: Add debug_locks check in __lock_downgrade()Waiman Long
2019-09-21kallsyms: Don't let kallsyms_lookup_size_offset() fail on retrieving the firs...Marc Zyngier
2019-09-19modules: fix compile error if don't have strict module rwxYang Yingliang
2019-09-19modules: fix BUG when load module with rodata=nYang Yingliang
2019-09-19genirq: Prevent NULL pointer dereference in resend_irqs()Yunfeng Ye
2019-09-16resource: fix locking in find_next_iomem_res()Nadav Amit
2019-09-16resource: Fix find_next_iomem_res() iteration issueBjorn Helgaas
2019-09-16resource: Include resource end in walk_*() interfacesBjorn Helgaas
2019-09-16kernel/module: Fix mem leak in module_add_modinfo_attrsYueHaibing
2019-09-16modules: always page-align module section allocationsJessica Yu
2019-09-16timekeeping: Use proper ktime_add when adding nsecs in coarse offsetJason A. Donenfeld
2019-09-16sched/fair: Don't assign runtime for throttled cfs_rqLiangyan
2019-09-10kprobes: Fix potential deadlock in kprobe_optimizer()Andrea Righi
2019-09-06ftrace: Check for empty hash and comment the race with registering probesSteven Rostedt (VMware)
2019-09-06ftrace: Check for successful allocation of hashNaveen N. Rao
2019-09-06ftrace: Fix NULL pointer dereference in t_probe_next()Naveen N. Rao
2019-08-29genirq: Properly pair kobject_del() with kobject_add()Michael Kelley
2019-08-25cpufreq: schedutil: Don't skip freq update when limits changeViresh Kumar
2019-08-16perf/core: Fix creating kernel counters for PMUs that override event->cpuLeonard Crestez
2019-08-09cgroup: Fix css_task_iter_advance_css_set() cset skip conditionTejun Heo
2019-08-09cgroup: css_task_iter_skip()'d iterators must be advanced before accessedTejun Heo
2019-08-09cgroup: Include dying leaders with live threads in PROCS iterationsTejun Heo
2019-08-09cgroup: Implement css_task_iter_skip()Tejun Heo
2019-08-09cgroup: Call cgroup_release() before __exit_signal()Tejun Heo
2019-08-06kernel/module.c: Only return -EEXIST for modules that have finished loadingPrarit Bhargava
2019-08-06ftrace: Enable trampoline when rec count returns back to oneCheng Jian
2019-08-04sched/fair: Use RCU accessors consistently for ->numa_groupJann Horn
2019-08-04sched/fair: Don't free p->numa_faults with concurrent readersJann Horn
2019-07-31access: avoid the RCU grace period for the temporary subjective credentialsLinus Torvalds
2019-07-31locking/lockdep: Hide unused 'class' variableArnd Bergmann
2019-07-31locking/lockdep: Fix lock used or unused stats errorYuyang Du
2019-07-28perf/core: Fix race between close() and fork()Peter Zijlstra
2019-07-28perf/core: Fix exclusive events' groupingAlexander Shishkin
2019-07-26padata: use smp_mb in padata_reorder to avoid orphaned padata jobsDaniel Jordan
2019-07-26timer_list: Guard procfs specific codeNathan Huckleberry
2019-07-26ntp: Limit TAI-UTC offsetMiroslav Lichvar
2019-07-26sched/fair: Fix "runnable_avg_yN_inv" not used warningsQian Cai
2019-07-26sched/core: Add __sched tag for io_schedule()Gao Xiang
2019-07-26bpf: silence warning messages in coreValdis Klētnieks