summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2025-01-09seccomp: Stub for !CONFIG_SECCOMPLinus Walleij1-1/+1
2025-01-08Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-2/+0
2025-01-06Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-5/+4
2025-01-06regulator: Move OF_ API declarations/definitions outside CONFIG_REGULATORManivannan Sadhasivam1-46/+32
2025-01-06regulator: Guard of_regulator_bulk_get_all() with CONFIG_OFManivannan Sadhasivam1-8/+9
2025-01-06io_uring: add io_uring_cmd_get_async_data helperMark Harmstone1-0/+5
2025-01-06io_uring/cmd: add per-op data to struct io_uring_cmd_dataJens Axboe1-0/+1
2025-01-06io_uring/cmd: rename struct uring_cache to io_uring_cmd_dataJens Axboe1-0/+4
2025-01-05Merge tag 'mm-hotfixes-stable-2025-01-04-18-02' of git://git.kernel.org/pub/s...Linus Torvalds4-22/+86
2025-01-04tcp/dccp: allow a connection when sk_max_ack_backlog is zeroZhongqiu Duan1-1/+1
2025-01-04Merge tag 'net-6.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-29/+45
2025-01-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-1/+9
2025-01-03RDMA/mlx5: Enable multiplane mode only when it is supportedMark Zhang1-1/+3
2025-01-03af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEKEric Dumazet1-3/+13
2025-01-02scsi: ufs: qcom: Power off the PHY if it was already powered on in ufs_qcom_p...Manivannan Sadhasivam1-2/+0
2025-01-02soc: ti: pruss: Fix pruss APIsMD Danish Anwar1-6/+6
2024-12-31percpu: remove intermediate variable in PERCPU_PTR()Gal Pressman1-4/+1
2024-12-31mm: hugetlb: independent PMD page table shared countLiu Shixin2-0/+31
2024-12-31mm: reinstate ability to map write-sealed memfd mappings read-onlyLorenzo Stoakes2-18/+54
2024-12-29Merge tag 'sched-urgent-2024-12-29' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2024-12-29freezer, sched: Report frozen tasks as 'D' instead of 'R'Chen Ridong1-1/+2
2024-12-27Merge tag 'nf-24-12-25' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski1-2/+5
2024-12-27netlink: specs: mptcp: clearly mention attributesMatthieu Baerts (NGI0)1-26/+27
2024-12-27netlink: specs: mptcp: add missing 'server-side' attrMatthieu Baerts (NGI0)1-5/+6
2024-12-27Merge tag 'hardening-v6.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+10
2024-12-27Merge tag 'trace-v6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-12-26Merge tag 'dmaengine-fix-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-3/+12
2024-12-25netfilter: nft_set_hash: unaligned atomic read on struct nft_set_extPablo Neira Ayuso1-2/+5
2024-12-24tracing: Constify string literal data member in struct trace_event_callChristian Göttsche1-1/+1
2024-12-23net/mlx5e: Keep netdev when leave switchdev for devlink set legacy onlyJianbo Liu1-0/+1
2024-12-23preempt: Move PREEMPT_RT before PREEMPT in vermagic.Sebastian Andrzej Siewior1-3/+3
2024-12-22Merge tag 'mm-hotfixes-stable-2024-12-21-12-09' of git://git.kernel.org/pub/s...Linus Torvalds6-16/+52
2024-12-21Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-5/+16
2024-12-21Merge tag 'thermal-6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2024-12-21Merge tag 'io_uring-6.13-20241220' of git://git.kernel.dk/linuxLinus Torvalds2-4/+2
2024-12-21netfs: Fix is-caching check in read-retryDavid Howells1-1/+0
2024-12-21netfs: Work around recursion by abandoning retry if nothing readDavid Howells1-3/+3
2024-12-20stddef: make __struct_group() UAPI C++-friendlyAlexander Lobakin1-3/+10
2024-12-20tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirectionZijian Zhang1-3/+8
2024-12-20tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()Cong Wang1-2/+8
2024-12-19alloc_tag: fix set_codetag_empty() when !CONFIG_MEM_ALLOC_PROFILING_DEBUGSuren Baghdasaryan1-1/+6
2024-12-19mm/codetag: clear tags before swapDavid Wang1-1/+1
2024-12-19mm/vmstat: fix a W=1 clang compiler warningBart Van Assche1-1/+1
2024-12-19mm: convert partially_mapped set/clear operations to be atomicUsama Arif1-10/+2
2024-12-19mm: use clear_user_(high)page() for arch with special user folio handlingZi Yan2-1/+25
2024-12-19mm: introduce cpu_icache_is_aliasing() across all architecturesZi Yan1-0/+6
2024-12-19mm: add RCU annotation to pte_offset_map(_lock)Petr Malat1-2/+11
2024-12-19io_uring: Fix registered ring file refcount leakJann Horn1-3/+1
2024-12-19KVM: arm64: Add unified helper for reprogramming counters by maskOliver Upton1-4/+2
2024-12-18Merge tag 'trace-v6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+5