summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2019-10-07kexec: bail out upon SIGKILL when allocating memory.Tetsuo Handa
2019-10-07livepatch: Nullify obj->mod in klp_module_coming()'s error pathMiroslav Benes
2019-10-05alarmtimer: Use EOPNOTSUPP instead of ENOTSUPPThadeu Lima de Souza Cascardo
2019-10-05rcu/tree: Fix SCHED_FIFO paramsPeter Zijlstra
2019-10-05printk: Do not lose last line in kmsg buffer dumpVincent Whitchurch
2019-10-05sched/psi: Correct overly pessimistic size calculationMiles Chen
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-05rcu/tree: Call setschedule() gp ktread to SCHED_FIFO outside of atomic regionJuri Lelli
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-09-21kallsyms: Don't let kallsyms_lookup_size_offset() fail on retrieving the firs...Marc Zyngier
2019-09-19modules: always page-align module section allocationsJessica Yu
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-19kernel/module: Fix mem leak in module_add_modinfo_attrsYueHaibing
2019-09-19genirq: Prevent NULL pointer dereference in resend_irqs()Yunfeng Ye
2019-09-19cgroup: freezer: fix frozen state inheritanceRoman Gushchin
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-10sched/core: Schedule new worker even if PI-blockedSebastian Andrzej Siewior
2019-09-06bpf: fix use after free in prog symbol exposureDaniel Borkmann
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-09-06lcoking/rwsem: Add missing ACQUIRE to read_slowpath sleep loopPeter Zijlstra
2019-09-06locking/rwsem: Add missing ACQUIRE to read_slowpath exit when queue is emptyJan Stancek
2019-09-06dma-direct: don't truncate dma_required_mask to bus addressing capabilitiesLucas Stach
2019-08-29genirq: Properly pair kobject_del() with kobject_add()Michael Kelley
2019-08-29psi: get poll_work to run when calling poll syscall next timeJason Xing
2019-08-29sched/psi: Do not require setsched permission from the trigger creatorSuren Baghdasaryan
2019-08-29sched/psi: Reduce psimon FIFO priorityPeter Zijlstra
2019-08-29sched/deadline: Fix double accounting of rq/running bw in push & pullDietmar Eggemann
2019-08-25dma-mapping: check pfn validity in dma_common_{mmap,get_sgtable}Christoph Hellwig
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-16genirq/affinity: Create affinity mask for single vectorMing Lei
2019-08-06fgraph: Remove redundant ftrace_graph_notrace_addr() testChangbin Du
2019-08-06bpf: Disable GCC -fgcse optimization for ___bpf_prog_run()Josh Poimboeuf
2019-08-06stacktrace: Force USER_DS for stack_trace_save_user()Peter Zijlstra
2019-08-06bpf: fix BTF verifier size resolution logicAndrii Nakryiko
2019-08-06swiotlb: fix phys_addr_t overflow warningArnd Bergmann
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