summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-06-26Merge branch 'for-6.5/cxl-background' into for-6.5/cxlDan Williams1-3/+20
2023-06-25Merge tag 'perf_urgent_for_v6.4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+3
2023-06-25blk-mq: fix two misuses on RQF_USE_SCHEDMing Lei1-1/+5
2023-06-25net: Kill MSG_SENDPAGE_NOTLASTDavid Howells1-3/+1
2023-06-25sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-8/+0
2023-06-25Merge tag 'mlx5-updates-2023-06-21' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski1-2/+2
2023-06-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski4-8/+28
2023-06-25mm: make find_extend_vma() fail if write lock not heldLiam R. Howlett1-3/+7
2023-06-25mm: introduce new 'lock_mm_and_find_vma()' page fault helperLinus Torvalds1-0/+2
2023-06-24Add Renesas PMIC RAA215300 and built-in RTCMark Brown6-15/+30
2023-06-24mm/hugetlb: remove hugetlb_set_page_subpool()Sidhartha Kumar1-6/+0
2023-06-24mm/vmscan: fix root proactive reclaim unthrottling unbalanced nodeYosry Ahmed1-3/+15
2023-06-24mm: kill [add|del]_page_to_lru_list()Kefeng Wang1-12/+0
2023-06-24mm: remove struct pagevecMatthew Wilcox (Oracle)1-59/+4
2023-06-24net: convert sunrpc from pagevec to folio_batchMatthew Wilcox (Oracle)1-1/+1
2023-06-24pagevec: rename fbatch_count()Matthew Wilcox (Oracle)1-2/+2
2023-06-24mm: remove check_move_unevictable_pages()Matthew Wilcox (Oracle)1-1/+0
2023-06-24scatterlist: add sg_set_folio()Matthew Wilcox (Oracle)1-0/+24
2023-06-24mm: add __folio_batch_release()Matthew Wilcox (Oracle)1-1/+7
2023-06-24mm: pass nid to reserve_bootmem_region()Yajun Deng1-1/+2
2023-06-24Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton3-7/+3
2023-06-24Merge tag 'gpio-fixes-for-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+8
2023-06-23PCI: endpoint: Add BME notifier supportManivannan Sadhasivam2-0/+3
2023-06-23PCI: endpoint: Add linkdown notifier supportManivannan Sadhasivam2-0/+3
2023-06-23PCI: endpoint: Pass EPF device ID to the probe functionManivannan Sadhasivam1-1/+4
2023-06-23PCI: endpoint: Move pci_epf_type_add_cfs() codeDamien Le Moal1-2/+0
2023-06-23net/mlx5: Fix reserved at offset in hca_cap registerLama Kayal1-2/+2
2023-06-23workqueue: clean up WORK_* constant types, clarify maskingLinus Torvalds1-7/+8
2023-06-23Merge branches 'for-next/kpti', 'for-next/missing-proto-warn', 'for-next/iss2...Catalin Marinas4-34/+6
2023-06-23crypto: sig - Add interface for sign/verifyHerbert Xu1-1/+2
2023-06-23Merge tag 'usb-serial-6.5-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman1-1/+1
2023-06-23Merge tag 'wireless-next-2023-06-22' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-40/+212
2023-06-23Merge tag 'linux-can-next-for-6.5-20230622' of git://git.kernel.org/pub/scm/l...Jakub Kicinski1-85/+214
2023-06-23net: pcs: xpcs: update PCS driver to use neg_modeRussell King (Oracle)1-2/+2
2023-06-23net: phylink: pass neg_mode into phylink_mii_c22_pcs_config()Russell King (Oracle)1-2/+3
2023-06-23net: phylink: add PCS negotiation modeRussell King (Oracle)1-6/+98
2023-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-3/+14
2023-06-22nodemask: Drop duplicate check in for_each_node_mask()Gavin Shan1-1/+1
2023-06-22lib/bitmap: drop optimization of bitmap_{from,to}_arr64Yury Norov1-5/+3
2023-06-22wifi: ieee80211: fix erroneous NSTR bitmap size checksJohannes Berg1-2/+2
2023-06-22Merge tag 'scmi-updates-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann1-0/+18
2023-06-22syscalls: Remove file path comments from headersSohil Mehta2-198/+24
2023-06-22ftrace: Show all functions with addresses in available_filter_functions_addrsJiri Olsa1-0/+1
2023-06-22spi: Create a helper to derive adaptive timeoutsMiquel Raynal1-0/+17
2023-06-22linux/export.h: rename 'sec' argument to 'license'Masahiro Yamada2-7/+7
2023-06-22kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursionMasahiro Yamada1-57/+10
2023-06-22kbuild: generate KSYMTAB entries by modpostMasahiro Yamada3-62/+92
2023-06-22can: length: refactor frame lengths definition to add size in bitsVincent Mailhol1-88/+214
2023-06-22can: length: fix description of the RRS fieldVincent Mailhol1-2/+3
2023-06-22can: length: fix bitstuffing countVincent Mailhol1-6/+8