summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-02-11dax/hmem: Convey the dax range via memregion_info()Dan Williams1-0/+2
2023-02-11kernel/range: Uplevel the cxl subsystem's range_contains() helperDan Williams1-0/+5
2023-02-11Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2-5/+12
2023-02-11dmaengine: dw-edma: Replace chip ID number with device nameSerge Semin1-1/+0
2023-02-11spi: export spi_transfer_cs_change_delay_exec functionWilliam Zhang1-2/+3
2023-02-10platform/x86: Fix header inclusion in linux/platform_data/x86/soc.hAndy Shevchenko1-1/+6
2023-02-10fbdev: Fix invalid page access after closing deferred I/O devicesTakashi Iwai1-0/+1
2023-02-10driver core: bus: add bus_get_dev_root() functionGreg Kroah-Hartman1-0/+1
2023-02-10net: skbuff: drop the word head from skb cacheJakub Kicinski1-1/+1
2023-02-10string_helpers: Move string_is_valid() to the headerAndy Shevchenko1-0/+5
2023-02-10dmaengine: Make an order in struct dma_device definitionAndy Shevchenko1-6/+7
2023-02-10dmaengine: xilinx: xdma: Add user logic interrupt supportLizhi Hou1-0/+16
2023-02-10dmaengine: xilinx: xdma: Add xilinx xdma driverLizhi Hou1-0/+34
2023-02-10net: introduce default_rps_mask netns attributePaolo Abeni1-0/+1
2023-02-10mm/gup: move private gup FOLL_ flags to internal.hJason Gunthorpe1-22/+35
2023-02-10mm/gup: move gup_must_unshare() to mm/internal.hJason Gunthorpe1-65/+0
2023-02-10mm/gup: remove pin_user_pages_fast_only()Jason Gunthorpe1-2/+0
2023-02-10mm/gup: add FOLL_UNLOCKABLEJason Gunthorpe1-0/+1
2023-02-10mm/gup: move try_grab_page() to mm/internal.hJason Gunthorpe1-2/+0
2023-02-10mm/gup: remove obsolete FOLL_LONGTERM commentJason Gunthorpe1-6/+0
2023-02-10mm/vmalloc.c: add flags to mark vm_map_ram areaBaoquan He1-0/+1
2023-02-10shmem: add shmem_read_folio() and shmem_read_folio_gfp()Matthew Wilcox (Oracle)1-0/+8
2023-02-10filemap: add mapping_read_folio_gfp()Matthew Wilcox (Oracle)1-0/+2
2023-02-10mm: introduce vm_flags_reset_once to replace WRITE_ONCE vm_flags updatesSuren Baghdasaryan1-0/+7
2023-02-10mm: introduce __vm_flags_mod and use it in untrack_pfnSuren Baghdasaryan2-4/+15
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2023-02-10mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASKSuren Baghdasaryan1-2/+2
2023-02-10mm: introduce vma->vm_flags wrapper functionsSuren Baghdasaryan2-1/+49
2023-02-10mm/mmap: don't use __vma_adjust() in shift_arg_pages()Liam R. Howlett1-8/+2
2023-02-10mm/mremap: convert vma_adjust() to vma_expand()Liam R. Howlett1-0/+3
2023-02-10mm: don't use __vma_adjust() in __split_vma()Liam R. Howlett1-4/+3
2023-02-10mm: add vma iterator to vma_adjust() argumentsLiam R. Howlett1-5/+4
2023-02-10mm: pass through vma iterator to __vma_adjust()Liam R. Howlett1-2/+4
2023-02-10mmap: convert __vma_adjust() to use vma iteratorLiam R. Howlett1-3/+0
2023-02-10mm: switch vma_merge(), split_vma(), and __split_vma to vma iteratorLiam R. Howlett1-13/+5
2023-02-10mm: change mprotect_fixup to vma iteratorLiam R. Howlett1-3/+3
2023-02-10ipc/shm: introduce new do_vma_munmap() to munmapLiam R. Howlett1-0/+3
2023-02-10mm: add temporary vma iterator versions of vma_merge(), split_vma(), and __sp...Liam R. Howlett1-1/+10
2023-02-10mmap: change do_mas_munmap and do_mas_aligned_munmap() to use vma iteratorLiam R. Howlett1-1/+1
2023-02-10mm: expand vma iterator interfaceLiam R. Howlett2-7/+43
2023-02-10maple_tree: add mas_init() functionLiam R. Howlett1-0/+11
2023-02-10mm: fix memcpy_from_file_folio() integer underflowMatthew Wilcox (Oracle)1-2/+3
2023-02-10mm: shrinkers: fix deadlock in shrinker debugfsQi Zheng1-2/+3
2023-02-10include/linux/bcd.h: provide bcd_is_valid() helperAhmad Fatoum1-0/+4
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-21/+41
2023-02-09cpufreq: Make cpufreq_unregister_driver() return voidUwe Kleine-König1-1/+1
2023-02-09Merge back cpufreq material for 6.3-rc1.Rafael J. Wysocki1-0/+32
2023-02-09vfio: Update the kdoc for vfio_device_opsYi Liu1-0/+4
2023-02-09vfio: fix deadlock between group lock and kvm lockMatthew Rosato1-1/+1
2023-02-09Merge tag 'net-6.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-3/+10