summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-06-20ASoC: soc-core.c: add snd_soc_{of_}get_dlc()Kuninori Morimoto1-0/+6
2023-06-20fs: Provide helpers for manipulating sb->s_readonly_remountJan Kara1-1/+1
2023-06-20mmc: Add MMC_QUIRK_BROKEN_SD_CACHE for Kingston Canvas Go Plus from 11/2019Marek Vasut1-0/+1
2023-06-20Merge tag 'devfreq-next-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel...Rafael J. Wysocki1-1/+2
2023-06-20net: dsa: introduce preferred_default_local_cpu_port and use on MT7530Vladimir Oltean1-0/+8
2023-06-20ptp: Add .getmaxphase callback to ptp_clock_infoRahul Rameshbabu2-1/+7
2023-06-20ptp: Clarify ptp_clock_info .adjphase expects an internal servo to be usedRahul Rameshbabu1-2/+4
2023-06-20Merge tag 'hyperv-fixes-signed-20230619' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+1
2023-06-20watchdog/hardlockup: define HARDLOCKUP_DETECTOR_ARCHPetr Mladek1-1/+1
2023-06-20watchdog/sparc64: define HARDLOCKUP_DETECTOR_SPARC64Petr Mladek1-2/+2
2023-06-20watchdog/hardlockup: make HAVE_NMI_WATCHDOG sparc64-specificPetr Mladek1-3/+2
2023-06-20watchdog/hardlockup: declare arch_touch_nmi_watchdog() only in linux/nmi.hPetr Mladek1-3/+10
2023-06-20watchdog/buddy: cleanup how watchdog_buddy_check_hardlockup() is calledDouglas Anderson1-2/+2
2023-06-20watchdog/hardlockup: remove softlockup comment in touch_nmi_watchdog()Douglas Anderson1-4/+0
2023-06-20watchdog/hardlockup: keep kernel.nmi_watchdog sysctl as 0444 if probe failsDouglas Anderson1-6/+0
2023-06-20mm: page_alloc: make compound_page_dtors staticMiaohe Lin1-1/+0
2023-06-20mm: move mm_count into its own cache lineMathieu Desnoyers1-8/+15
2023-06-20mm/memcg: remove return value of mem_cgroup_scan_tasks()ZhangPeng1-4/+3
2023-06-20mm: remove is_longterm_pinnable_page() and reimplement folio_is_longterm_pinn...Vishal Moola (Oracle)1-13/+9
2023-06-20mmzone: introduce folio_migratetype()Vishal Moola (Oracle)1-0/+3
2023-06-20mmzone: introduce folio_is_zone_movable()Vishal Moola (Oracle)1-0/+5
2023-06-20mm: kill lock|unlock_page_memcg()Kefeng Wang1-11/+1
2023-06-20buffer: convert page_zero_new_buffers() to folio_zero_new_buffers()Matthew Wilcox (Oracle)1-1/+1
2023-06-20buffer: convert __block_write_full_page() to __block_write_full_folio()Matthew Wilcox (Oracle)1-1/+1
2023-06-20mm: compaction: mark kcompactd_run() and kcompactd_stop() __meminitMiaohe Lin1-2/+2
2023-06-20mm: remove unused vma_init_lock()YueHaibing1-1/+0
2023-06-20userfaultfd: fix regression in userfaultfd_unmap_prep()Liam R. Howlett1-3/+3
2023-06-20mm/folio: replace set_compound_order with folio_set_orderTarun Sahu1-10/+0
2023-06-20mm: zswap: remove shrink from zpool interfaceDomenico Cerasuolo1-18/+2
2023-06-20mm: ptep_get() conversionRyan Roberts3-4/+8
2023-06-20mm: move ptep_get() and pmdp_get() helpersRyan Roberts1-14/+14
2023-06-20iommu/dma: force bouncing if the size is not cacheline-alignedCatalin Marinas1-2/+39
2023-06-20dma-mapping: force bouncing if the kmalloc() size is not cache-line-alignedCatalin Marinas1-0/+61
2023-06-20dma-mapping: name SG DMA flag helpers consistentlyRobin Murphy1-4/+4
2023-06-20scatterlist: add dedicated config for DMA flagsRobin Murphy1-7/+6
2023-06-20iio: core: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas1-1/+1
2023-06-20dma: allow dma_get_cache_alignment() to be overridden by the arch codeCatalin Marinas1-0/+2
2023-06-20mm/slab: decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGNCatalin Marinas3-5/+18
2023-06-20mm: remove set_compound_page_dtor()Sidhartha Kumar1-10/+0
2023-06-20mm/swap: swap_vma_readahead() do the pte_offset_map()Hugh Dickins1-19/+0
2023-06-20mm/pgtable: delete pmd_trans_unstable() and friendsHugh Dickins1-96/+7
2023-06-20mm/pgtable: allow pte_offset_map[_lock]() to failHugh Dickins2-15/+34
2023-06-20mm/pgtable: kmap_local_page() instead of kmap_atomic()Hugh Dickins1-2/+2
2023-06-20mm/migrate: remove cruft from migration_entry_wait()sHugh Dickins2-16/+5
2023-06-20mm: use pmdp_get_lockless() without surplus barrier()Hugh Dickins1-17/+0
2023-06-20mm: zswap: support exclusive loadsYosry Ahmed1-1/+1
2023-06-20mm/memory_hotplug: remove reset_node_managed_pages() in hotadd_init_pgdat()Haifeng Xu1-1/+0
2023-06-20shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfsRoberto Sassu1-0/+1
2023-06-20mm/sparse: remove unused parameters in sparse_remove_section()Yajun Deng1-3/+2
2023-06-20mm: vmscan: mark kswapd_run() and kswapd_stop() __meminitMiaohe Lin1-2/+2