summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.13-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds14 days4-24/+1
|\
| * net: make page_pool_ref_netmem work with net iovsPavel Begunkov2025-01-161-1/+1
| * xsk: Bring back busy polling supportStanislav Fomichev2025-01-113-23/+0
* | Merge tag 'seccomp-v6.13-rc8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2025-01-141-1/+1
|\ \
| * | seccomp: Stub for !CONFIG_SECCOMPLinus Walleij2025-01-081-1/+1
* | | Merge tag 'mm-hotfixes-stable-2025-01-13-00-03' of git://git.kernel.org/pub/s...Linus Torvalds2025-01-133-2/+15
|\ \ \
| * | | mm: clear uffd-wp PTE/PMD state on mremap()Ryan Roberts2025-01-131-0/+12
| * | | module: fix writing of livepatch relocations in ROX textPetr Pavlu2025-01-131-1/+2
| * | | hugetlb: fix NULL pointer dereference in trace_hugetlbfs_alloc_inodeMuchun Song2025-01-131-1/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2025-01-121-4/+2
|\ \ \ \
| * | | | Merge tag 'kvm-s390-master-6.13-1' of https://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini2025-01-1215-63/+168
| |\| | |
| * | | | Merge tag 'kvmarm-fixes-6.13-3' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2025-01-121-4/+2
| |\ \ \ \
| | * | | | KVM: arm64: Add unified helper for reprogramming counters by maskOliver Upton2024-12-181-4/+2
* | | | | | Merge tag 'soc-fixes-6.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2025-01-111-1/+1
|\ \ \ \ \ \
| * | | | | | firewall: remove misplaced semicolon from stm32_firewall_get_firewallguanjing2025-01-091-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'vfs-6.13-rc7.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2025-01-103-26/+20
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'vfs-6.14.poll' into vfs.fixesChristian Brauner2025-01-102-24/+19
| |\ \ \ \ \ \
| | * | | | | | poll: kill poll_does_not_wait()Oleg Nesterov2025-01-101-13/+3
| | * | | | | | sock_poll_wait: kill the no longer necessary barrier after poll_wait()Oleg Nesterov2025-01-101-10/+7
| | * | | | | | poll_wait: kill the obsolete wait_address checkOleg Nesterov2025-01-101-1/+1
| | * | | | | | poll_wait: add mb() to fix theoretical race between waitqueue_active() and .p...Oleg Nesterov2025-01-101-1/+9
| * | | | | | | Merge tag 'vfs-6.14-rc7.mount.fixes'Christian Brauner2025-01-091-2/+1
| |\ \ \ \ \ \ \
| | * | | | | | | fs: kill MNT_ONRBChristian Brauner2025-01-091-2/+1
| | |/ / / / / /
* | | | | | | | Merge tag 'regulator-fix-v6.13-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2025-01-101-45/+32
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | regulator: Move OF_ API declarations/definitions outside CONFIG_REGULATORManivannan Sadhasivam2025-01-061-46/+32
| * | | | | | | regulator: Guard of_regulator_bulk_get_all() with CONFIG_OFManivannan Sadhasivam2025-01-061-8/+9
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'net-6.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2025-01-091-1/+1
|\ \ \ \ \ \ \
| * | | | | | | tcp/dccp: allow a connection when sk_max_ack_backlog is zeroZhongqiu Duan2025-01-041-1/+1
* | | | | | | | Merge tag 'for-6.13-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2025-01-091-0/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | io_uring: add io_uring_cmd_get_async_data helperMark Harmstone2025-01-061-0/+5
| * | | | | | | | io_uring/cmd: add per-op data to struct io_uring_cmd_dataJens Axboe2025-01-061-0/+1
| * | | | | | | | io_uring/cmd: rename struct uring_cache to io_uring_cmd_dataJens Axboe2025-01-061-0/+4
* | | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2025-01-081-2/+0
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | scsi: ufs: qcom: Power off the PHY if it was already powered on in ufs_qcom_p...Manivannan Sadhasivam2025-01-021-2/+0
* | | | | | | | | Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2025-01-062-5/+4
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | netfs: Fix is-caching check in read-retryDavid Howells2024-12-201-1/+0
| * | | | | | | | netfs: Work around recursion by abandoning retry if nothing readDavid Howells2024-12-201-3/+3
| * | | | | | | | iomap: fix zero padding data issue in concurrent append writesLong Li2024-12-111-1/+1
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge tag 'mm-hotfixes-stable-2025-01-04-18-02' of git://git.kernel.org/pub/s...Linus Torvalds2025-01-054-22/+86
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | percpu: remove intermediate variable in PERCPU_PTR()Gal Pressman2024-12-311-4/+1
| * | | | | | | mm: hugetlb: independent PMD page table shared countLiu Shixin2024-12-312-0/+31
| * | | | | | | mm: reinstate ability to map write-sealed memfd mappings read-onlyLorenzo Stoakes2024-12-312-18/+54
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'net-6.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2025-01-034-29/+45
|\ \ \ \ \ \ \
| * | | | | | | af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEKEric Dumazet2025-01-031-3/+13
| * | | | | | | Merge tag 'nf-24-12-25' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2024-12-271-2/+5
| |\ \ \ \ \ \ \
| | * | | | | | | netfilter: nft_set_hash: unaligned atomic read on struct nft_set_extPablo Neira Ayuso2024-12-251-2/+5
| * | | | | | | | netlink: specs: mptcp: clearly mention attributesMatthieu Baerts (NGI0)2024-12-271-26/+27
| * | | | | | | | netlink: specs: mptcp: add missing 'server-side' attrMatthieu Baerts (NGI0)2024-12-271-5/+6
| |/ / / / / / /
| * | | | | | | net/mlx5e: Keep netdev when leave switchdev for devlink set legacy onlyJianbo Liu2024-12-231-0/+1
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2025-01-032-1/+9
|\ \ \ \ \ \ \ \