summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-08-10Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-08-10dma-mapping: fix page attributes for dma_mmap_*Christoph Hellwig
2019-08-10dma-direct: don't truncate dma_required_mask to bus addressing capabilitiesLucas Stach
2019-08-10dma-direct: fix DMA_ATTR_NO_KERNEL_MAPPINGChristoph Hellwig
2019-08-10cpufreq: schedutil: Don't skip freq update when limits changeViresh Kumar
2019-08-10PM: suspend: Fix platform_suspend_prepare_noirq()Rafael J. Wysocki
2019-08-09rcu: Add support for consolidated-RCU reader checkingJoel Fernandes (Google)
2019-08-09dma-mapping: Remove dma_check_mask()Thiago Jung Bauermann
2019-08-09swiotlb: Remove call to sme_active()Thiago Jung Bauermann
2019-08-09padata: initialize pd->cpu with effective cpumaskDaniel Jordan
2019-08-08ACPI: PM: s2idle: Execute LPS0 _DSM functions with suspended devicesRafael J. Wysocki
2019-08-08cpufreq: schedutil: fix equation in commentQais Yousef
2019-08-08sched: Rework pick_next_task() slow-pathPeter Zijlstra
2019-08-08sched: Allow put_prev_task() to drop rq->lockPeter Zijlstra
2019-08-08sched/fair: Expose newidle_balance()Peter Zijlstra
2019-08-08sched: Add task_struct pointer to sched_class::set_curr_taskPeter Zijlstra
2019-08-08sched: Rework CPU hotplug task selectionPeter Zijlstra
2019-08-08sched/{rt,deadline}: Fix set_next_task vs pick_next_taskPeter Zijlstra
2019-08-08sched: Fix kerneldoc comment for ia64_set_curr_taskPeter Zijlstra
2019-08-08stop_machine: Fix stop_cpus_in_progress orderingPeter Zijlstra
2019-08-08sched/fair: Fix low cpu usage with high throttling by removing expiration of ...Dave Chiluk
2019-08-08sched: Clean up active_mm reference countingPeter Zijlstra
2019-08-08rcu/tree: Fix SCHED_FIFO paramsPeter Zijlstra
2019-08-08mutex: Fix up mutex_waiter usagePeter Zijlstra
2019-08-08genirq/affinity: Create affinity mask for single vectorMing Lei
2019-08-07Use kvmalloc in cgroups-v1Marc Koderer
2019-08-07irqdomain/debugfs: Use PAs to generate fwnode namesMarc Zyngier
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-08-06arm64: Introduce prctl() options to control the tagged user addresses ABICatalin Marinas
2019-08-06sched/psi: Do not require setsched permission from the trigger creatorSuren Baghdasaryan
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