summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2025-05-17net: phy: fixed_phy: remove fixed_phy_register_with_gpiodHeiner Kallweit1-14/+0
2025-05-17Merge tag 'drm-fixes-2025-05-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-14/+33
2025-05-17net: rfs: add sock_rps_delete_flow() helperEric Dumazet1-0/+24
2025-05-17Merge tag 'nfs-for-6.15-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-3/+9
2025-05-16NFS: Avoid flushing data while holding directory locks in nfs_rename()Trond Myklebust1-3/+9
2025-05-16genirq/msi: Add helper for creating MSI-parent irq domainsMarc Zyngier1-0/+4
2025-05-16irqchip: Make irq-msi-lib.h globally availableMarc Zyngier1-0/+27
2025-05-16irqdomain: Consolidate coding styleThomas Gleixner1-144/+113
2025-05-16Documentation: irqdomain: Update itJiri Slaby (SUSE)1-24/+2
2025-05-16irqdomain: Improve kernel-docs of functionsJiri Slaby (SUSE)1-1/+41
2025-05-16irqdomain: Make struct irq_domain_info variables constJiri Slaby (SUSE)1-4/+4
2025-05-16irqdomain: Use irq_domain_instantiate()'s return value as initializersJiri Slaby (SUSE)1-12/+5
2025-05-16irqdomain: Drop irq_linear_revmap()Jiri Slaby (SUSE)1-6/+0
2025-05-16irqdomain: Drop irq_domain_add_*() functionsJiri Slaby (SUSE)1-68/+34
2025-05-16powerpc: Switch irq_domain_add_nomap() to use fwnodeJiri Slaby (SUSE)1-2/+2
2025-05-16gpio: Switch to irq_domain_create_*()Jiri Slaby (SUSE)1-2/+3
2025-05-16irqdomain: Make irq_domain_create_hierarchy() an inlineJiri Slaby (SUSE)1-6/+39
2025-05-16irqdomain: Drop of_node_to_fwnode()Jiri Slaby (SUSE)1-11/+12
2025-05-16Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+1
2025-05-16Merge tag 'sound-6.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-3/+3
2025-05-16Merge tag 'asoc-fix-v6.15-rc6' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai10-69/+78
2025-05-16x86/resctrl: Move pseudo lock prototypes to include/linux/resctrl.hJames Morse1-0/+13
2025-05-16x86/resctrl: Move enum resctrl_event_id to resctrl.hJames Morse2-10/+10
2025-05-16x86/resctrl: Move the filesystem bits to headers visible to fs/resctrlJames Morse2-0/+6
2025-05-16fs/resctrl: Add boiler plate for external resctrl codeJames Morse1-0/+4
2025-05-16x86/resctrl: Add end-marker to the resctrl_event_id enumJames Morse1-0/+3
2025-05-16x86/tracing, x86/mm: Move page fault tracepoints to genericNam Cao1-0/+43
2025-05-16ALSA: pcm: Fix race of buffer access at PCM OSS layerTakashi Iwai1-0/+2
2025-05-16Merge branch 'for-linus' into for-nextTakashi Iwai57-398/+488
2025-05-16erofs: refine readahead tracepointGao Xiang1-1/+1
2025-05-15SUNRPC: Bump the maximum payload size for the serverChuck Lever1-7/+7
2025-05-15sunrpc: Remove the RPCSVC_MAXPAGES macroChuck Lever1-7/+0
2025-05-15svcrdma: Adjust the number of entries in svc_rdma_send_ctxt::sc_pagesChuck Lever1-1/+2
2025-05-15svcrdma: Adjust the number of entries in svc_rdma_recv_ctxt::rc_pagesChuck Lever1-1/+2
2025-05-15sunrpc: Adjust size of socket's receive page array dynamicallyChuck Lever1-1/+3
2025-05-15SUNRPC: Remove svc_rqst :: rq_vecChuck Lever1-1/+0
2025-05-15SUNRPC: Remove svc_fill_write_vector()Chuck Lever1-2/+0
2025-05-15NFSD: De-duplicate the svc_fill_write_vector() call sitesChuck Lever1-1/+1
2025-05-15sunrpc: Replace the rq_bvec array with dynamically-allocated memoryChuck Lever1-1/+1
2025-05-15sunrpc: Replace the rq_pages array with dynamically-allocated memoryChuck Lever1-1/+2
2025-05-15sunrpc: Add a helper to derive maxpages from sv_max_mesgChuck Lever1-0/+17
2025-05-15x86/resctrl: Drop __init/__exit on assorted symbolsJames Morse1-3/+3
2025-05-15net: sched: uapi: add more sanely named duplicate definesJakub Kicinski2-0/+2
2025-05-15tcp: add receive queue awareness in tcp_rcv_space_adjust()Eric Dumazet1-1/+1
2025-05-15tcp: add tcp_rcvbuf_grow() tracepointEric Dumazet1-0/+73
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-24/+74
2025-05-15cpumask: Add cpumask_{first,next}_andnot() APIYury Norov [NVIDIA]1-0/+59
2025-05-15find: Add find_first_andnot_bit()Yury Norov [NVIDIA]1-0/+25
2025-05-15cpumask: Relax cpumask_any_but()Yury Norov [NVIDIA]1-4/+12
2025-05-15Merge tag 'net-6.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-8/+16