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