summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-10-18net: phylink: remove a bunch of unused validation methodsRussell King (Oracle)1-11/+0
2023-10-18net: phylink: remove .validate() methodRussell King (Oracle)1-38/+0
2023-10-18net: phylink: provide mac_get_caps() methodRussell King (Oracle)1-0/+15
2023-10-18Merge tag 'wireless-next-2023-10-16' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-0/+2
2023-10-18Merge tag 'nvme-6.7-2023-10-17' of git://git.infradead.org/nvme into for-6.7/...Jens Axboe5-2/+58
2023-10-17nvme-auth: use transformed key size to create respMark O'Donovan1-1/+2
2023-10-17nvme-auth: alloc nvme_dhchap_key as single bufferMark O'Donovan1-1/+3
2023-10-17PCI/MSI: Provide stubs for IMS functionsReinette Chatre1-8/+26
2023-10-17Merge branch 'linus' into smp/coreThomas Gleixner352-3000/+7736
2023-10-17block:sed-opal: SED Opal keystoreGreg Joyce1-0/+26
2023-10-17Merge branch 'for-6.7/io_uring' into for-6.7/blockJens Axboe2-2/+26
2023-10-17net, bpf: Add a warning if NAPI cb missed xdp_do_flush().Sebastian Andrzej Siewior1-0/+3
2023-10-17locking/seqlock: Fix grammar in commentCuda-Chen1-1/+1
2023-10-17i3c: Add support for bus enumeration & notificationJeremy Kerr1-0/+11
2023-10-17pmdomain: mediatek: Add support for MT8365Fabien Parent1-0/+41
2023-10-17printk: Constify name for add_preferred_console()Tony Lindgren1-1/+1
2023-10-17printk: Check valid console index for preferred consoleTony Lindgren1-1/+1
2023-10-17vgacon: remove screen_info dependencyArnd Bergmann1-0/+7
2023-10-17Merge tag 'drm-habanalabs-next-2023-10-10' of https://git.kernel.org/pub/scm/...Dave Airlie2-0/+2209
2023-10-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski5-41/+83
2023-10-17page_pool: fragment API support for 32-bit arch with 64-bit DMAYunsheng Lin1-12/+1
2023-10-17bitmap: move bitmap_*_region() functions to bitmap.hYury Norov1-3/+61
2023-10-17dax, kmem: calculate abstract distance with general interfaceHuang Ying1-0/+2
2023-10-17acpi, hmat: calculate abstract distance with HMATHuang Ying1-0/+18
2023-10-17memory tiering: add abstract distance calculation algorithms managementHuang Ying1-0/+19
2023-10-17mm/filemap: remove hugetlb special casing in filemap.cSidhartha Kumar2-30/+14
2023-10-17mm/ksm: support fork/exec for prctlStefan Roesch1-5/+8
2023-10-17sched/numa, mm: make numa migrate functions to take a folioKefeng Wang1-3/+3
2023-10-17mm: mempolicy: make mpol_misplaced() to take a folioKefeng Wang1-2/+3
2023-10-17mm: memory: add vm_normal_folio_pmd()Kefeng Wang1-0/+2
2023-10-17Merge tag 'amlogic-drivers-for-v6.7' of https://git.kernel.org/pub/scm/linux/...Arnd Bergmann1-1/+1
2023-10-16Merge tag 'ffa-updates-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann1-12/+67
2023-10-16Merge tag 'scmi-updates-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann4-14/+73
2023-10-16f2fs: fix error path of __f2fs_build_free_nidsZhiguo Niu1-0/+1
2023-10-16Merge 6.6-rc6 into char-misc-nextGreg Kroah-Hartman11-7/+41
2023-10-16usb: typec: Link enumerated USB devices with Type-C partnerHeikki Krogerus1-0/+37
2023-10-16NFSD: Copy FATTR4 bit number definitions from RFCsChuck Lever1-68/+192
2023-10-16NFSD: Add nfsd4_encode_fattr4_change()Chuck Lever1-1/+1
2023-10-16nfs: fix the typo of rfc number about xattr in NFSv4Kinglong Mee1-1/+1
2023-10-16NFSD: add rpc_status netlink supportLorenzo Bianconi1-0/+1
2023-10-16SUNRPC: change the back-channel queue to lwqNeilBrown2-3/+3
2023-10-16SUNRPC: discard sp_lockNeilBrown1-1/+0
2023-10-16SUNRPC: change sp_nrthreads to atomic_tNeilBrown1-1/+1
2023-10-16SUNRPC: use lwq for sp_sockets - renamed to sp_xprtsNeilBrown2-2/+3
2023-10-16SUNRPC: only have one thread waking up at a timeNeilBrown1-11/+0
2023-10-16lib: add light-weight queuing mechanism.NeilBrown1-0/+124
2023-10-16llist: add llist_del_first_this()NeilBrown1-0/+4
2023-10-16SUNRPC: change service idle list to be an llistNeilBrown1-16/+5
2023-10-16llist: add interface to check if a node is on a list.NeilBrown1-0/+42
2023-10-16SUNRPC: discard SP_CONGESTEDNeilBrown1-1/+0