summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | 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
|\ \ \ \ \ \ \ \
| * | | | | | | | RDMA/mlx5: Enable multiplane mode only when it is supportedMark Zhang2025-01-031-1/+3
| * | | | | | | | RDMA/mlx5: Enforce same type port association for multiport RoCEPatrisious Haddad2024-12-051-0/+6
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'sched-urgent-2024-12-29' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-12-291-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | freezer, sched: Report frozen tasks as 'D' instead of 'R'Chen Ridong2024-12-291-1/+2
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge tag 'hardening-v6.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-12-271-3/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | stddef: make __struct_group() UAPI C++-friendlyAlexander Lobakin2024-12-201-3/+10
* | | | | | | | | Merge tag 'trace-v6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-12-271-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tracing: Constify string literal data member in struct trace_event_callChristian Göttsche2024-12-241-1/+1
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'dmaengine-fix-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-12-262-3/+12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | dmaengine: amd: qdma: Remove using the private get and set dma_ops APIsLizhi Hou2024-12-041-0/+2
| * | | | | | | | | linux/dmaengine.h: fix a few kernel-doc warningsRandy Dunlap2024-12-041-3/+10
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | preempt: Move PREEMPT_RT before PREEMPT in vermagic.Sebastian Andrzej Siewior2024-12-231-3/+3
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge tag 'mm-hotfixes-stable-2024-12-21-12-09' of git://git.kernel.org/pub/s...Linus Torvalds2024-12-226-16/+52
|\ \ \ \ \ \ \ \
| * | | | | | | | alloc_tag: fix set_codetag_empty() when !CONFIG_MEM_ALLOC_PROFILING_DEBUGSuren Baghdasaryan2024-12-191-1/+6
| * | | | | | | | mm/codetag: clear tags before swapDavid Wang2024-12-191-1/+1
| * | | | | | | | mm/vmstat: fix a W=1 clang compiler warningBart Van Assche2024-12-191-1/+1
| * | | | | | | | mm: convert partially_mapped set/clear operations to be atomicUsama Arif2024-12-191-10/+2
| * | | | | | | | mm: use clear_user_(high)page() for arch with special user folio handlingZi Yan2024-12-192-1/+25
| * | | | | | | | mm: introduce cpu_icache_is_aliasing() across all architecturesZi Yan2024-12-191-0/+6
| * | | | | | | | mm: add RCU annotation to pte_offset_map(_lock)Petr Malat2024-12-191-2/+11
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2024-12-212-5/+16
|\ \ \ \ \ \ \ \
| * | | | | | | | tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirectionZijian Zhang2024-12-201-3/+8
| * | | | | | | | tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()Cong Wang2024-12-201-2/+8
| |/ / / / / / /
* | | | | | | | Merge tag 'thermal-6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-12-211-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | thermal/thresholds: Fix uapi header macros leading to a compilation errorDaniel Lezcano2024-12-161-2/+2
| |/ / / / / / /
* | | | | | | | Merge tag 'io_uring-6.13-20241220' of git://git.kernel.dk/linuxLinus Torvalds2024-12-202-4/+2
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | io_uring: Fix registered ring file refcount leakJann Horn2024-12-191-3/+1
| * | | | | | | io_uring: make ctx->timeout_lock a raw spinlockJens Axboe2024-12-171-1/+1
* | | | | | | | Merge tag 'trace-v6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-12-181-1/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | tracing: Check "%s" dereference via the field and not the TP_printk formatSteven Rostedt2024-12-171-1/+5
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'hyperv-fixes-signed-20241217' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-12-182-0/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Drivers: hv: util: Avoid accessing a ringbuffer not initialized yetMichael Kelley2024-12-091-0/+1
| * | | | | | | | x86/hyperv: Fix hv tsc page based sched_clock for hibernationNaman Jain2024-12-091-0/+2
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | x86/static-call: fix 32-bit buildJuergen Gross2024-12-181-1/+6
* | | | | | | | Merge tag 'hardening-v6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-12-171-1/+13
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | fortify: Hide run-time copy size from value range trackingKees Cook2024-12-171-1/+13
* | | | | | | | Merge tag 'xsa465+xsa466-6.13-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-12-172-11/+27
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/static-call: provide a way to do very early static-call updatesJuergen Gross2024-12-132-11/+27
* | | | | | | | | Merge tag 'soc-fixes-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2024-12-161-5/+8
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Merge tag 'ffa-fix-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann2024-12-131-5/+8
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | firmware: arm_ffa: Fix the race around setting ffa_dev->propertiesLevi Yun2024-12-041-5/+8
| | | |_|_|/ / / | | |/| | | | |
* | | | | | | | Merge tag 'arc-6.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2024-12-163-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | arc: rename aux.h to arc_aux.hBenjamin Szőke2024-12-103-2/+2
| |/ / / / / / /
* | | | | | | | Merge tag 'sched_urgent_for_v6.13_rc3-p2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2024-12-151-0/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | sched/dlserver: Fix dlserver double enqueueVineeth Pillai (Google)2024-12-131-0/+7
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2024-12-143-15/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_NULL"Kumar Kartikeya Dwivedi2024-12-141-6/+0