aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2025-12-09Merge branch 'bpf-x86-unwind-orc-support-reliable-unwinding-through-bpf-stack...Alexei Starovoitov4-12/+58
2025-12-09x86/unwind/orc: Support reliable unwinding through BPF stack framesJosh Poimboeuf1-12/+27
2025-12-09bpf: Add bpf_has_frame_pointer()Josh Poimboeuf3-0/+31
2025-12-09bpf, arm64: Do not audit capability check in do_jit()Ondrej Mosnacek1-1/+1
2025-12-09libbpf: Fix -Wdiscarded-qualifiers under C23Mikhail Gavrilov1-3/+4
2025-12-09bpftool: Fix build warnings due to MS extensionsQuentin Monnet1-0/+2
2025-12-10pwm: th1520: Fix missing Kconfig dependenciesMichal Wilczynski1-0/+2
2025-12-10cpu: Make atomic hotplug callbacks run with interrupts disabled on UPSebastian Andrzej Siewior1-9/+16
2025-12-09block: fix cached zone reports on devices with native zone appendJohannes Thumshirn1-1/+1
2025-12-09smb: move file_notify_information to common/fscc.hChenXiaoSong2-11/+11
2025-12-09smb: move SMB2 Notify Action Flags into common/smb2pdu.hChenXiaoSong2-9/+2
2025-12-09smb: move notify completion filter flags into common/smb2pdu.hChenXiaoSong2-14/+1
2025-12-09smb/client: add parentheses to NT error code definitions containing bitwise O...ChenXiaoSong1-506/+506
2025-12-09smb: add documentation references for smb2 change notify definitionsChenXiaoSong2-2/+10
2025-12-09smb/client: add 4 NT error code definitionsChenXiaoSong2-0/+9
2025-12-09smb/client: fix NT_STATUS_UNABLE_TO_FREE_VM valueChenXiaoSong1-1/+1
2025-12-09smb/client: fix NT_STATUS_DEVICE_DOOR_OPEN valueChenXiaoSong1-1/+1
2025-12-09smb/client: fix NT_STATUS_NO_DATA_DETECTED valueChenXiaoSong1-1/+1
2025-12-10Merge tag 'csky-for-linus-6.19' of https://github.com/c-sky/csky-linuxLinus Torvalds13-20/+21
2025-12-10irqchip/mchp-eic: Fix error code in mchp_eic_domain_alloc()Dan Carpenter1-1/+1
2025-12-09smb/server: add comment to FileSystemName of FileFsAttributeInformationChenXiaoSong1-0/+7
2025-12-09smb/server: remove unused nterr.hChenXiaoSong3-545/+0
2025-12-09smb/server: rename include guard in smb_common.hChenXiaoSong1-3/+3
2025-12-09MAINTAINERS: Add tracepoint-update.c to TRACING sectionSteven Rostedt1-0/+1
2025-12-10irqdomain: Delete irq_domain_add_tree()Andy Shevchenko2-20/+0
2025-12-09tracing: Fix unused tracepoints when module uses only exported onesSteven Rostedt1-0/+3
2025-12-10genirq: Allow NULL affinity for setup_percpu_irq()Marc Zyngier1-0/+3
2025-12-10ASoC: amd: acp: update tdm channels for specific DAIHemalatha Pinnamreddy1-0/+2
2025-12-09io_uring: fix min_wait wakeups for SQPOLLJens Axboe1-0/+3
2025-12-09crypto/arm64: sm4/xts - Merge ksimd scopes to reduce stack bloatArd Biesheuvel1-22/+20
2025-12-09crypto/arm64: aes/xts - Use single ksimd scope to reduce stack bloatArd Biesheuvel2-62/+57
2025-12-09lib/crypto: blake2s: Replace manual unrolling with unrolled_fullEric Biggers1-22/+16
2025-12-09lib/crypto: blake2b: Roll up BLAKE2b round loop on 32-bitEric Biggers2-25/+20
2025-12-09lib/crypto: riscv: Depend on RISCV_EFFICIENT_VECTOR_UNALIGNED_ACCESSEric Biggers2-7/+14
2025-12-09lib/crypto: riscv/chacha: Avoid s0/fp registerVivian Wang1-3/+2
2025-12-10Merge tag 'i2c-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds16-111/+120
2025-12-10Merge tag 'platform-drivers-x86-v6.19-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds70-675/+7114
2025-12-10Merge tag 'pm-6.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds5-25/+8
2025-12-10Merge tag 'mips_6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds9-116/+178
2025-12-10lockref: add a __cond_lock annotation for lockref_put_or_lockChristoph Hellwig2-0/+3
2025-12-10Merge tag 'auto-type-conversion-for-v6.19-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds11-29/+46
2025-12-09mm/damon/tests/core-kunit: avoid damos_test_commit stack warningArnd Bergmann1-2/+7
2025-12-09mm: vmscan: correct nr_requested tracing in scan_foliosChen Ridong1-2/+3
2025-12-09MAINTAINERS: add idr core-api doc file to XARRAYLukas Bulwahn1-0/+1
2025-12-09mm/hugetlb: fix incorrect error return from hugetlb_reserve_pages()Shameer Kolothum1-7/+18
2025-12-09mm: fix CONFIG_STACK_GROWSUP typo in mm.hLukas Bulwahn1-1/+1
2025-12-09mm/huge_memory: fix folio split stats countingZi Yan1-5/+9
2025-12-09mm/huge_memory: make min_order_for_split() always return an orderZi Yan2-9/+22
2025-12-09mm/huge_memory: replace can_split_folio() with direct refcount calculationZi Yan3-34/+22
2025-12-09mm/huge_memory: change folio_split_supported() to folio_check_splittable()Zi Yan2-36/+46