summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-04-06mm: vmalloc: convert vread() to vread_iter()Lorenzo Stoakes1-1/+2
2023-04-06iov_iter: add copy_page_to_iter_nofault()Lorenzo Stoakes1-0/+2
2023-04-06mm/page_alloc: make deferred page init free pages in MAX_ORDER blocksKirill A. Shutemov1-0/+2
2023-04-06mm: remove vmf_insert_pfn_xxx_prot() for huge page-table entriesLorenzo Stoakes1-37/+2
2023-04-06mm: remove unused vmf_insert_mixed_prot()Lorenzo Stoakes2-8/+1
2023-04-06mm/memtest: add results of early memtest to /proc/meminfoTomas Mudrunka1-0/+2
2023-04-06mm: move vmalloc_init() declaration to mm/internal.hMike Rapoport (IBM)1-4/+0
2023-04-06mm: move kmem_cache_init() declaration to mm/slab.hMike Rapoport (IBM)1-1/+0
2023-04-06mm: move mem_init_print_info() to mm_init.cMike Rapoport (IBM)1-1/+0
2023-04-06init,mm: fold late call to page_ext_init() to page_alloc_init_late()Mike Rapoport (IBM)1-2/+0
2023-04-06mm: move init_mem_debugging_and_hardening() to mm/mm_init.cMike Rapoport (IBM)1-1/+0
2023-04-06mm: call {ptlock,pgtable}_cache_init() directly from mm_core_init()Mike Rapoport (IBM)1-6/+0
2023-04-06init,mm: move mm_init() to mm/mm_init.c and rename it to mm_core_init()Mike Rapoport (IBM)1-0/+1
2023-04-06mm/page_alloc: rename page_alloc_init() to page_alloc_init_cpuhp()Mike Rapoport (IBM)1-1/+1
2023-04-06mm: move most of core MM initialization to mm/mm_init.cMike Rapoport (IBM)1-5/+0
2023-04-06mm: move get_page_from_free_area() to mm/page_alloc.cMike Rapoport (IBM)1-7/+0
2023-04-06mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEsAxel Rasmussen2-1/+9
2023-04-06mm: userfaultfd: combine 'mode' and 'wp_copy' argumentsAxel Rasmussen3-24/+37
2023-04-06mm: userfaultfd: don't pass around both mm and vmaAxel Rasmussen3-7/+6
2023-04-06mm: userfaultfd: rename functions for clarity + consistencyAxel Rasmussen2-24/+24
2023-04-06mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov5-12/+12
2023-04-06mm/uffd: UFFD_FEATURE_WP_UNPOPULATEDPeter Xu3-1/+38
2023-04-06mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig1-5/+6
2023-04-06mm: remove FGP_ENTRYChristoph Hellwig1-2/+1
2023-04-06mm: make mapping_get_entry available outside of filemap.cChristoph Hellwig1-0/+1
2023-04-06net: stmmac: add support for platform specific resetShenwei Wang1-0/+1
2023-04-06mm: enable maple tree RCU mode by defaultLiam R. Howlett1-1/+2
2023-04-06drm/scdc-helper: Pimp SCDC debugsVille Syrjälä1-3/+4
2023-04-05Migrate the PCIe-IDIO-24 and WS16C48 GPIO driversMark Brown1-2/+4
2023-04-05PCI: Make pci_bus_for_each_resource() index optionalAndy Shevchenko1-5/+19
2023-04-05clk: Remove mmask and nmask fields in struct clk_fractional_dividerChristophe JAILLET1-2/+0
2023-04-05ACPI: video: Add auto_detect arg to __acpi_video_get_backlight_type()Hans de Goede1-2/+13
2023-04-05nvmem: Add macro to register nvmem layout driversMiquel Raynal1-0/+6
2023-04-05nvmem: core: support specifying both: cell raw data & post read lengthsRafał Miłecki1-0/+2
2023-04-05nvmem: core: provide own priv pointer in post process callbackMichael Walle1-1/+4
2023-04-05nvmem: cell: drop global cell_post_processMichael Walle1-2/+0
2023-04-05nvmem: core: allow to modify a cell before adding itMichael Walle1-0/+5
2023-04-05nvmem: core: add per-cell post processingMichael Walle1-0/+3
2023-04-05nvmem: core: introduce NVMEM layoutsMichael Walle2-0/+58
2023-04-05of: device: Kill of_device_request_module()Miquel Raynal1-6/+0
2023-04-05of: Move the request module helper logic to module.cMiquel Raynal1-0/+6
2023-04-05of: Move of_modalias() to module.cMiquel Raynal1-0/+9
2023-04-05of: Rename of_modalias_node()Miquel Raynal1-1/+2
2023-04-05regmap: Pass irq_drv_data as a parameter for set_type_config()William Breathitt Gray1-2/+4
2023-04-05Merge tag 'trace-v6.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-5/+18
2023-04-05dt-bindings: clock: Add StarFive JH7110 always-on clock and reset generatorEmil Renner Berthing2-0/+30
2023-04-05dt-bindings: clock: Add StarFive JH7110 system clock and reset generatorEmil Renner Berthing2-0/+345
2023-04-05Merge branches 'rcu/staging-core', 'rcu/staging-docs' and 'rcu/staging-kfree'...Joel Fernandes (Google)5-36/+111
2023-04-05rcu: Fix missing TICK_DEP_MASK_RCU_EXP dependency checkZqiang1-1/+2
2023-04-05rcu/trace: use strscpy() to instead of strncpy()Xu Panda1-3/+1