summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2019-12-02tracing: Have error path in predicate_parse() free its allocated memoryNavid Emamdoost
2019-11-25tracing: Fix race in perf_trace_buf initializationPrateek Sood
2019-11-25perf/aux: Fix AUX output stoppingAlexander Shishkin
2019-11-14cpu/speculation: Uninline and export CPU mitigations helpersTyler Hicks
2019-11-09tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)
2019-11-09ftrace: Get a reference counter for the trace_array on filter filesSteven Rostedt (VMware)
2019-11-09tracing/hwlat: Don't ignore outer-loop duration when calculating max_latencySrivatsa S. Bhat (VMware)
2019-11-09tracing/hwlat: Report total time spent in all NMIs during the sampleSrivatsa S. Bhat (VMware)
2019-11-09kernel/sysctl.c: do not override max_threads provided by userspaceMichal Hocko
2019-11-09panic: ensure preemption is disabled during panic()Will Deacon
2019-11-09tick: broadcast-hrtimer: Fix a race in bc_set_nextBalasubramani Vivekanandan
2019-11-09bpf: Fix bpf_event_output re-entry issueAllan Zhang
2019-11-09kernel/elfcore.c: include proper prototypesValdis Kletnieks
2019-11-09sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()KeMeng Shi
2019-11-09sched/membarrier: Fix private expedited registration checkMathieu Desnoyers
2019-11-09Revert "locking/pvqspinlock: Don't wait if vCPU is preempted"Wanpeng Li
2019-11-09timer: Read jiffies once when forwarding base clkLi RongQing
2019-11-09tracing: Make sure variable reference alias has correct var_ref_idxTom Zanussi
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