aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-02-13PCI/MSI: Provide missing stubs for CONFIG_PCI_MSI=nReinette Chatre1-0/+12
2023-02-13net: phy: add genphy_c45_ethtool_get/set_eee() supportOleksij Rempel2-0/+65
2023-02-13net: phy: export phy_check_valid() functionOleksij Rempel1-0/+1
2023-02-13net: phy: add genphy_c45_read_eee_abilities() functionOleksij Rempel2-0/+32
2023-02-13platform_data/mlxreg: Add field with mapped resource addressVadim Pasternak1-0/+2
2023-02-13net: ethtool: extend ringparam set/get APIs for rx_pushShannon Nelson1-0/+4
2023-02-13crypto: api - Remove completion function scaffoldingHerbert Xu1-6/+0
2023-02-13crypto: api - Use data directly in completion functionHerbert Xu1-5/+5
2023-02-13crypto: api - Add scaffolding to change completion function signatureHerbert Xu1-0/+6
2023-02-13tpm: add vendor flag to command code validationJulien Gomes1-0/+1
2023-02-13KEYS: Add new function key_create()Thomas Weißschuh1-0/+8
2023-02-12Merge tag 'trace-v6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2023-02-12tracing: Fix TASK_COMM_LEN in trace event format fileYafang Shao1-0/+1
2023-02-11x86/unwind/orc: Add 'signal' field to ORC metadataJosh Poimboeuf1-4/+7
2023-02-10bpf: allow to disable bpf map memory accountingYafang Shao1-0/+8
2023-02-10bpf: use bpf_map_kvcalloc in bpf_local_storageYafang Shao1-0/+8
2023-02-10mm: memcontrol: add new kernel parameter cgroup.memory=nobpfYafang Shao1-0/+11
2023-02-10Merge branch 'for-6.3/cxl-ram-region' into cxl/nextDan Williams3-2/+12
2023-02-10Daniel Borkmann says:Jakub Kicinski3-7/+34
2023-02-10dax/hmem: Move hmem device registration to dax_hmem.koDan Williams1-2/+5
2023-02-10dax/hmem: Convey the dax range via memregion_info()Dan Williams1-0/+2
2023-02-10kernel/range: Uplevel the cxl subsystem's range_contains() helperDan Williams1-0/+5
2023-02-10Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2-5/+12
2023-02-10dmaengine: dw-edma: Replace chip ID number with device nameSerge Semin1-1/+0
2023-02-10spi: 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-09string_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-09net: introduce default_rps_mask netns attributePaolo Abeni1-0/+1
2023-02-09mm/gup: move private gup FOLL_ flags to internal.hJason Gunthorpe1-22/+35
2023-02-09mm/gup: move gup_must_unshare() to mm/internal.hJason Gunthorpe1-65/+0
2023-02-09mm/gup: remove pin_user_pages_fast_only()Jason Gunthorpe1-2/+0
2023-02-09mm/gup: add FOLL_UNLOCKABLEJason Gunthorpe1-0/+1
2023-02-09mm/gup: move try_grab_page() to mm/internal.hJason Gunthorpe1-2/+0
2023-02-09mm/gup: remove obsolete FOLL_LONGTERM commentJason Gunthorpe1-6/+0
2023-02-09mm/vmalloc.c: add flags to mark vm_map_ram areaBaoquan He1-0/+1
2023-02-09shmem: add shmem_read_folio() and shmem_read_folio_gfp()Matthew Wilcox (Oracle)1-0/+8
2023-02-09filemap: add mapping_read_folio_gfp()Matthew Wilcox (Oracle)1-0/+2
2023-02-09mm: introduce vm_flags_reset_once to replace WRITE_ONCE vm_flags updatesSuren Baghdasaryan1-0/+7
2023-02-09mm: introduce __vm_flags_mod and use it in untrack_pfnSuren Baghdasaryan2-4/+15
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2023-02-09mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASKSuren Baghdasaryan1-2/+2
2023-02-09mm: introduce vma->vm_flags wrapper functionsSuren Baghdasaryan2-1/+49
2023-02-09mm/mmap: don't use __vma_adjust() in shift_arg_pages()Liam R. Howlett1-8/+2
2023-02-09mm/mremap: convert vma_adjust() to vma_expand()Liam R. Howlett1-0/+3