aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
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-02sched: migrate disable: Protect cpus_ptr with lockScott Wood
2019-10-02sched: Remove dead __migrate_disabled() checkScott Wood
2019-10-02sched: __set_cpus_allowed_ptr: Check cpus_mask, not cpus_ptrScott Wood
2019-10-02printk: devkmsg: read: Return EPIPE when the first message user-space wants h...He Zhe
2019-10-02rcutorture: Avoid problematic critical section nesting on RTScott Wood
2019-10-02rcu: Use rcuc threads on PREEMPT_RT as we didScott Wood
2019-10-02sched: migrate_dis/enable: Use sleeping_lockā€¦() to annotate sleeping pointsScott Wood
2019-10-02rcu: Acquire RCU lock when disabling BHsScott Wood
2019-10-02posix-timers: Unlock expiry lock in the early returnSebastian Andrzej Siewior
2019-10-02hrtimer: Add a missing bracket and hide `migration_base' on !SMPSebastian Andrzej Siewior
2019-09-21kallsyms: Don't let kallsyms_lookup_size_offset() fail on retrieving the firs...Marc Zyngier
2019-09-19Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2019-09-19Merge tag 'v5.2.16' into v5.2/standard/baseBruce Ashfield
2019-09-19Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/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 branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
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 branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2019-09-09Merge tag 'v5.2.12' into v5.2/standard/baseBruce Ashfield
2019-09-09Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/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-04Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
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-27hrtimer: Prevent using hrtimer_grab_expiry_lock() on migration_baseJulien Grall
2019-08-27hrtimer: Don't grab the expiry lock for non-soft hrtimerJulien Grall