summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-08-06sched/psi: Reduce psimon FIFO priorityPeter Zijlstra
2019-08-06sched/deadline: Fix double accounting of rq/running bw in push & pullDietmar Eggemann
2019-08-06locking/mutex: Use mutex flags macro instead of hard codeMukesh Ojha
2019-08-06locking/mutex: Make __mutex_owner static to mutex.cMukesh Ojha
2019-08-06locking/rwsem: Check for operations on an uninitialized rwsemDavidlohr Bueso
2019-08-06locking/rwsem: Make handoff writer optimistically spin on ownerWaiman Long
2019-08-05MODSIGN: Export module signature definitionsThiago Jung Bauermann
2019-08-05PM/sleep: Expose suspend stats in sysfsKalesh Singh
2019-08-03memremap: move from kernel/ to mm/Christoph Hellwig
2019-08-03kernel/signal.c: fix a kernel-doc markupMauro Carvalho Chehab
2019-08-02Merge tag 'arm-swiotlb-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-08-02Merge tag 'dma-mapping-5.3-3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-08-01rcutorture: Aggressive forward-progress tests shouldn't block shutdownPaul E. McKenney
2019-08-01rcuperf: Make rcuperf kernel test more robust for !expedited modeJoel Fernandes (Google)
2019-08-01torture: Remove exporting of internal functionsDenis Efremov
2019-08-01rcutorture: Emulate userspace sojourn during call_rcu() floodsPaul E. McKenney
2019-08-01rcuperf: Fix perf_type module-parameter descriptionXiao Yang
2019-08-01rcu: Remove redundant debug_locks check in rcu_read_lock_sched_held()Joel Fernandes (Google)
2019-08-01treewide: Rename rcu_dereference_raw_notrace() to _check()Joel Fernandes (Google)
2019-08-01rcu: Change return type of rcu_spawn_one_boost_kthread()Byungchul Park
2019-08-01srcu: Avoid srcutorture security-based pointer obfuscationPaul E. McKenney
2019-08-01rcu: Add destroy_work_on_stack() to match INIT_WORK_ONSTACK()Paul E. McKenney
2019-08-01rcu: Add kernel parameter to dump trace after RCU CPU stall warningPaul E. McKenney
2019-08-01rcu: Restore barrier() to rcu_read_lock() and rcu_read_unlock()Paul E. McKenney
2019-08-01time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaintPaul E. McKenney
2019-08-01lockdep: Make print_lock() address visiblePaul E. McKenney
2019-08-01rcu: Simplify rcu_note_context_switch exit from critical sectionJoel Fernandes (Google)
2019-08-01rcu: Make rcu_read_unlock_special() checks match raise_softirq_irqoff()Paul E. McKenney
2019-08-01rcu: Simplify rcu_read_unlock_special() deferred wakeupsPaul E. McKenney
2019-08-01bpf: always allocate at least 16 bytes for setsockopt hookStanislav Fomichev
2019-08-01pidfd: add P_PIDFD to waitid()Christian Brauner
2019-08-01posix-timers: Move rcu_head out of it unionSebastian Andrzej Siewior
2019-08-01posix-timers: Rework cancel retry loopsThomas Gleixner
2019-08-01posix-timers: Cleanup the flag/flags confusionThomas Gleixner
2019-08-01itimers: Prepare for PREEMPT_RTAnna-Maria Gleixner
2019-08-01alarmtimer: Prepare for PREEMPT_RTAnna-Maria Gleixner
2019-08-01sched/deadline: Ensure inactive_timer runs in hardirq contextJuri Lelli
2019-08-01timers: Prepare support for PREEMPT_RTAnna-Maria Gleixner
2019-08-01hrtimer: Prepare support for PREEMPT_RTAnna-Maria Gleixner
2019-08-01hrtimer: Determine hard/soft expiry mode for hrtimer sleepers on RTSebastian Andrzej Siewior
2019-08-01hrtimer: Move unmarked hrtimers to soft interrupt expiry on RTSebastian Andrzej Siewior
2019-08-01tick: Mark tick related hrtimers to expiry in hard interrupt contextSebastian Andrzej Siewior
2019-08-01watchdog: Mark watchdog_hrtimer to expire in hard interrupt contextSebastian Andrzej Siewior
2019-08-01perf/core: Mark hrtimers to expire in hard interrupt contextSebastian Andrzej Siewior
2019-08-01sched: Mark hrtimers to expire in hard interrupt contextSebastian Andrzej Siewior
2019-08-01hrtimer: Make enqueue mode check work on RTThomas Gleixner
2019-08-01hrtimer/treewide: Use hrtimer_sleeper_start_expires()Thomas Gleixner
2019-08-01hrtimer: Provide hrtimer_sleeper_start_expires()Thomas Gleixner
2019-08-01hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() callsSebastian Andrzej Siewior
2019-07-31Merge tag 'trace-v5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds