summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kexec: bail out upon SIGKILL when allocating memory.Tetsuo Handa2019-10-071-0/+2
* 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
* rcu/tree: Fix SCHED_FIFO paramsPeter Zijlstra2019-10-051-3/+3
* printk: Do not lose last line in kmsg buffer dumpVincent Whitchurch2019-10-051-1/+1
* sched/psi: Correct overly pessimistic size calculationMiles Chen2019-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
* rcu/tree: Call setschedule() gp ktread to SCHED_FIFO outside of atomic regionJuri Lelli2019-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
* kallsyms: Don't let kallsyms_lookup_size_offset() fail on retrieving the firs...Marc Zyngier2019-09-211-2/+4
* modules: always page-align module section allocationsJessica Yu2019-09-191-6/+1
* modules: fix compile error if don't have strict module rwxYang Yingliang2019-09-191-4/+9
* modules: fix BUG when load module with rodata=nYang Yingliang2019-09-191-4/+7
* kernel/module: Fix mem leak in module_add_modinfo_attrsYueHaibing2019-09-191-5/+17
* genirq: Prevent NULL pointer dereference in resend_irqs()Yunfeng Ye2019-09-191-0/+2
* cgroup: freezer: fix frozen state inheritanceRoman Gushchin2019-09-191-1/+9
* 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
* sched/core: Schedule new worker even if PI-blockedSebastian Andrzej Siewior2019-09-101-1/+4
* bpf: fix use after free in prog symbol exposureDaniel Borkmann2019-09-061-12/+18
* 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
* lcoking/rwsem: Add missing ACQUIRE to read_slowpath sleep loopPeter Zijlstra2019-09-061-1/+3
* locking/rwsem: Add missing ACQUIRE to read_slowpath exit when queue is emptyJan Stancek2019-09-061-0/+2
* dma-direct: don't truncate dma_required_mask to bus addressing capabilitiesLucas Stach2019-09-061-3/+0
* genirq: Properly pair kobject_del() with kobject_add()Michael Kelley2019-08-291-1/+14
* psi: get poll_work to run when calling poll syscall next timeJason Xing2019-08-291-0/+8
* sched/psi: Do not require setsched permission from the trigger creatorSuren Baghdasaryan2019-08-291-1/+1
* sched/psi: Reduce psimon FIFO priorityPeter Zijlstra2019-08-291-1/+1
* sched/deadline: Fix double accounting of rq/running bw in push & pullDietmar Eggemann2019-08-291-8/+0
* dma-mapping: check pfn validity in dma_common_{mmap,get_sgtable}Christoph Hellwig2019-08-251-2/+11
* 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
* genirq/affinity: Create affinity mask for single vectorMing Lei2019-08-161-4/+2
* fgraph: Remove redundant ftrace_graph_notrace_addr() testChangbin Du2019-08-061-10/+7
* bpf: Disable GCC -fgcse optimization for ___bpf_prog_run()Josh Poimboeuf2019-08-061-1/+1
* stacktrace: Force USER_DS for stack_trace_save_user()Peter Zijlstra2019-08-061-0/+5
* bpf: fix BTF verifier size resolution logicAndrii Nakryiko2019-08-061-7/+12
* swiotlb: fix phys_addr_t overflow warningArnd Bergmann2019-08-061-2/+2
* 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