summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2023-02-13PCI/MSI: Provide missing stubs for CONFIG_PCI_MSI=nReinette Chatre
2023-02-13net: phy: add genphy_c45_ethtool_get/set_eee() supportOleksij Rempel
2023-02-13net: phy: export phy_check_valid() functionOleksij Rempel
2023-02-13net: phy: add genphy_c45_read_eee_abilities() functionOleksij Rempel
2023-02-13platform_data/mlxreg: Add field with mapped resource addressVadim Pasternak
2023-02-13net: ethtool: extend ringparam set/get APIs for rx_pushShannon Nelson
2023-02-13crypto: api - Remove completion function scaffoldingHerbert Xu
2023-02-13crypto: api - Use data directly in completion functionHerbert Xu
2023-02-13crypto: api - Add scaffolding to change completion function signatureHerbert Xu
2023-02-13tpm: add vendor flag to command code validationJulien Gomes
2023-02-13KEYS: Add new function key_create()Thomas Weißschuh
2023-02-12Merge tag 'trace-v6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-02-12tracing: Fix TASK_COMM_LEN in trace event format fileYafang Shao
2023-02-11x86/unwind/orc: Add 'signal' field to ORC metadataJosh Poimboeuf
2023-02-10bpf: allow to disable bpf map memory accountingYafang Shao
2023-02-10bpf: use bpf_map_kvcalloc in bpf_local_storageYafang Shao
2023-02-10mm: memcontrol: add new kernel parameter cgroup.memory=nobpfYafang Shao
2023-02-10Merge branch 'for-6.3/cxl-ram-region' into cxl/nextDan Williams
2023-02-10Daniel Borkmann says:Jakub Kicinski
2023-02-10dax/hmem: Move hmem device registration to dax_hmem.koDan Williams
2023-02-10dax/hmem: Convey the dax range via memregion_info()Dan Williams
2023-02-10kernel/range: Uplevel the cxl subsystem's range_contains() helperDan Williams
2023-02-10Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton
2023-02-10dmaengine: dw-edma: Replace chip ID number with device nameSerge Semin
2023-02-10spi: export spi_transfer_cs_change_delay_exec functionWilliam Zhang
2023-02-10platform/x86: Fix header inclusion in linux/platform_data/x86/soc.hAndy Shevchenko
2023-02-10fbdev: Fix invalid page access after closing deferred I/O devicesTakashi Iwai
2023-02-10driver core: bus: add bus_get_dev_root() functionGreg Kroah-Hartman
2023-02-10net: skbuff: drop the word head from skb cacheJakub Kicinski
2023-02-09string_helpers: Move string_is_valid() to the headerAndy Shevchenko
2023-02-10dmaengine: Make an order in struct dma_device definitionAndy Shevchenko
2023-02-10dmaengine: xilinx: xdma: Add user logic interrupt supportLizhi Hou
2023-02-10dmaengine: xilinx: xdma: Add xilinx xdma driverLizhi Hou
2023-02-09net: introduce default_rps_mask netns attributePaolo Abeni
2023-02-09mm/gup: move private gup FOLL_ flags to internal.hJason Gunthorpe
2023-02-09mm/gup: move gup_must_unshare() to mm/internal.hJason Gunthorpe
2023-02-09mm/gup: remove pin_user_pages_fast_only()Jason Gunthorpe
2023-02-09mm/gup: add FOLL_UNLOCKABLEJason Gunthorpe
2023-02-09mm/gup: move try_grab_page() to mm/internal.hJason Gunthorpe
2023-02-09mm/gup: remove obsolete FOLL_LONGTERM commentJason Gunthorpe
2023-02-09mm/vmalloc.c: add flags to mark vm_map_ram areaBaoquan He
2023-02-09shmem: add shmem_read_folio() and shmem_read_folio_gfp()Matthew Wilcox (Oracle)
2023-02-09filemap: add mapping_read_folio_gfp()Matthew Wilcox (Oracle)
2023-02-09mm: introduce vm_flags_reset_once to replace WRITE_ONCE vm_flags updatesSuren Baghdasaryan
2023-02-09mm: introduce __vm_flags_mod and use it in untrack_pfnSuren Baghdasaryan
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-02-09mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASKSuren Baghdasaryan
2023-02-09mm: introduce vma->vm_flags wrapper functionsSuren Baghdasaryan
2023-02-09mm/mmap: don't use __vma_adjust() in shift_arg_pages()Liam R. Howlett
2023-02-09mm/mremap: convert vma_adjust() to vma_expand()Liam R. Howlett