summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-03-24Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-35/+85
2025-03-24Merge tag 'vfs-6.15-rc1.mount.api' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-5/+0
2025-03-24Merge branch 'pm-misc'Rafael J. Wysocki1-5/+0
2025-03-24Merge branch 'pm-sleep'Rafael J. Wysocki4-9/+33
2025-03-24Merge branches 'pm-em' and 'pm-runtime'Rafael J. Wysocki2-15/+22
2025-03-24Merge branch 'pm-cpufreq'Rafael J. Wysocki1-15/+9
2025-03-24Merge branches 'acpi-x86', 'acpi-platform-profile', 'acpi-apei' and 'acpi-misc'Rafael J. Wysocki1-1/+1
2025-03-22Merge tag 'cpufreq-arm-updates-6.15' of git://git.kernel.org/pub/scm/linux/ke...Rafael J. Wysocki1-15/+6
2025-03-22keys: Fix UAF in key_put()David Howells1-0/+1
2025-03-22resource: split DEFINE_RES_NAMED_DESC() out of DEFINE_RES_NAMED()Andy Shevchenko1-2/+7
2025-03-22hung_task: show the blocker task if the task is hung on mutexMasami Hiramatsu (Google)2-0/+6
2025-03-22mm/hwpoison: introduce folio_contain_hwpoisoned_page() helperJinjiang Tu1-0/+6
2025-03-22mm: vmscan: split proactive reclaim statistics from direct reclaim statisticsHao Jia2-0/+3
2025-03-22mm/damon: implement a new DAMOS filter type for active pagesNhat Pham1-0/+2
2025-03-22meminfo: add a per node counter for balloon driversNico Pache1-0/+1
2025-03-22mm: simplify folio_memcg_charged()Matthew Wilcox (Oracle)1-3/+1
2025-03-22mm: simplify split_page_memcg()Matthew Wilcox (Oracle)1-2/+2
2025-03-22mm: separate folio_split_memcg_refs() from split_page_memcg()Matthew Wilcox (Oracle)1-0/+7
2025-03-22pds_fwctl: add rpc and query supportBrett Creeley1-0/+194
2025-03-22pds_fwctl: initial driver frameworkShannon Nelson1-0/+83
2025-03-22hwspinlock: Remove unused hwspin_lock_get_id()Dr. David Alan Gilbert1-6/+0
2025-03-22hwspinlock: Remove unused (devm_)hwspin_lock_request()Dr. David Alan Gilbert1-12/+0
2025-03-22net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF.Kuniyuki Iwashima1-4/+2
2025-03-21s390/pci: Support mmap() of PCI resources except for ISM devicesNiklas Schnelle1-0/+1
2025-03-21s390/pci: Introduce pdev->non_mappable_bars and replace VFIO_PCI_MMAPNiklas Schnelle1-0/+1
2025-03-21io_uring/cmd: introduce io_uring_cmd_import_fixed_vecPavel Begunkov1-0/+13
2025-03-21pNFS/flexfiles: Treat ENETUNREACH errors as fatal in containersTrond Myklebust1-0/+1
2025-03-21NFS: Treat ENETUNREACH errors as fatal in containersTrond Myklebust3-1/+6
2025-03-21NFS: Add a mount option to make ENETUNREACH errors fatalTrond Myklebust1-0/+1
2025-03-21sunrpc: Add a sysfs file for adding a new xprtAnna Schumaker1-0/+1
2025-03-21NFS: Extend rdirplus mount option with "force|none"Benjamin Coddington1-0/+1
2025-03-21crypto: remove obsolete 'comp' compression APIArd Biesheuvel1-75/+1
2025-03-21crypto: acomp - Add ACOMP_REQUEST_ALLOC and acomp_request_alloc_extraHerbert Xu1-0/+1
2025-03-21lib/scatterlist: Add SG_MITER_LOCAL and use itHerbert Xu1-0/+1
2025-03-21bus: fsl-mc: Remove deadcodeDr. David Alan Gilbert1-2/+0
2025-03-21PCI/MSI: Convert pci_msi_ignore_mask to per MSI domain flagRoger Pau Monne1-1/+2
2025-03-21bpf: Add struct_ops context information to struct bpf_prog_auxJuntong Deng1-0/+2
2025-03-21nvme-tcp: request secure channel concatenationHannes Reinecke1-0/+7
2025-03-21nvme-keyring: add nvme_tls_psk_refresh()Hannes Reinecke1-1/+11
2025-03-21nvme: add nvme_auth_derive_tls_psk()Hannes Reinecke1-0/+2
2025-03-21nvme: add nvme_auth_generate_digest()Hannes Reinecke1-0/+2
2025-03-21nvme: add nvme_auth_generate_psk()Hannes Reinecke1-0/+3
2025-03-21pds_core: add new fwctl auxiliary_deviceShannon Nelson1-0/+2
2025-03-21PCI: Move cardbus IO size declarations into pci/pci.hIlpo Järvinen1-2/+0
2025-03-21PCI: Make pci_setup_bridge() staticIlpo Järvinen1-1/+0
2025-03-21PCI: Move resource reassignment func declarations into pci/pci.hIlpo Järvinen1-2/+0
2025-03-21PCI: Move pci_rescan_bus_bridge_resize() declaration to pci/pci.hIlpo Järvinen1-1/+0
2025-03-21cpumask: align text in commentJoel Savitz1-1/+1
2025-03-21hyperv: Remove unused union and structsThorsten Blum1-56/+0
2025-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni8-11/+55