aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
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-19Merge tag 'v5.2.16' into v5.2/standard/baseBruce Ashfield
2019-09-19Merge tag 'v5.2.15' into v5.2/standard/baseBruce Ashfield
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-15Merge tag 'v5.2.14' into v5.2/standard/baseBruce Ashfield
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-09Merge tag 'v5.2.12' into v5.2/standard/baseBruce Ashfield
2019-09-09Merge tag 'v5.2.11' into v5.2/standard/baseBruce Ashfield
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-09-04kallsyms: Don't let kallsyms_lookup_size_offset() fail on retrieving the firs...Marc Zyngier
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-27Merge tag 'v5.2.10' into v5.2/standard/baseBruce Ashfield
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-19Merge tag 'v5.2.9' into v5.2/standard/baseBruce Ashfield
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-12Merge tag 'v5.2.7' into v5.2/standard/baseBruce Ashfield
2019-08-12Merge tag 'v5.2.6' into v5.2/standard/baseBruce Ashfield
2019-08-12Merge tag 'v5.2.5' into v5.2/standard/baseBruce Ashfield
2019-08-12Merge tag 'v5.2.4' into v5.2/standard/baseBruce Ashfield
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
2019-08-04sched/fair: Don't free p->numa_faults with concurrent readersJann Horn
2019-08-04bpf: fix NULL deref in btf_type_is_resolve_source_onlyStanislav Fomichev
2019-07-31access: avoid the RCU grace period for the temporary subjective credentialsLinus Torvalds