aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
7 daysLinux 6.19-rc4v6.19-rc4Linus Torvalds1-1/+1
8 daysMerge tag 'core_urgent_for_v6.19_rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
8 daysMerge tag 'pmdomain-v6.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-18/+8
9 daysMerge tag 'perf-tools-fixes-for-v6.19-2026-01-02' of git://git.kernel.org/pub...Linus Torvalds35-28/+170
9 daysMerge tag 'pm-6.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-3/+6
9 daysMerge tag 'libcrypto-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-20/+33
9 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds18-68/+107
9 daysMerge tag 'linux_kselftest-fixes-6.19-rc4' of git://git.kernel.org/pub/scm/li...Linus Torvalds3-4/+12
9 daysMerge tag 'block-6.19-20260102' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds9-27/+174
9 daysMerge tag 'io_uring-6.19-20260102' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-11/+28
9 daysMerge tag 'x86-urgent-2026-01-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
9 daysMerge tag 'loongarch-fixes-6.19-1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds13-57/+120
9 daysMerge tag 'drm-fixes-2026-01-02' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds11-54/+144
9 daysMerge tag 'v6.19-rc3-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds1-3/+9
9 daysMerge tag 'v6.19-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-0/+10
11 daysblock, bfq: update outdated commentJulia Lawall1-1/+1
11 daysio_uring/memmap: drop unused sz param in io_uring_validate_mmap_request()Caleb Sander Mateos1-5/+4
11 daysio_uring/tctx: add separate lock for list of tctx's in ctxJens Axboe5-5/+23
11 daysMerge tag 'drm-intel-fixes-2025-12-31' of https://gitlab.freedesktop.org/drm/...Dave Airlie1-20/+17
11 daysMerge tag 'drm-misc-fixes-2025-12-29' of https://gitlab.freedesktop.org/drm/m...Dave Airlie4-3/+28
11 daysMerge tag 'drm-xe-fixes-2025-12-30' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie6-31/+99
11 dayswifi: mt76: Remove blank line after mt792x firmware version dmesgShuah Khan1-3/+3
11 daysRevert "wifi: mt76: Strip whitespace from build ddate"Shuah Khan1-5/+1
11 dayskselftest/harness: Use helper to avoid zero-size memset warningWake Liu1-1/+7
11 daysMerge tag 'platform-drivers-x86-v6.19-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds18-31/+265
11 daysselftests/ftrace: Test toplevel-enable for instanceZheng Yejian1-1/+2
11 daysselftests/ftrace: traceonoff_triggers: strip off namesYipeng Zou1-2/+3
11 daysMerge tag 'vfio-v6.19-rc4' of https://github.com/awilliam/linux-vfioLinus Torvalds12-19/+46
12 daysMerge tag 'md-6.19-20251231' of gitolite.kernel.org:pub/scm/linux/kernel/git/...Jens Axboe2-15/+56
12 daysdrm/i915/gem: Zero-initialize the eb.vma array in i915_gem_do_execbufferKrzysztof Niemiec1-20/+17
12 dayssamples/ftrace: Adjust LoongArch register restore order in direct callsChenghao Duan5-14/+14
12 daysLoongArch: BPF: Enhance the bpf_arch_text_poke() functionChenghao Duan1-1/+16
12 daysLoongArch: BPF: Enable trampoline-based tracing for module functionsChenghao Duan1-9/+11
12 daysLoongArch: BPF: Adjust the jump offset of tail callsChenghao Duan1-1/+1
12 daysLoongArch: BPF: Save return address register ra to t0 before trampolineChenghao Duan1-0/+1
12 daysLoongArch: BPF: Zero-extend bpf_tail_call() indexHengqi Chen1-0/+2
12 daysLoongArch: BPF: Sign extend kfunc call argumentsHengqi Chen2-0/+42
12 daysLoongArch: Refactor register restoration in ftrace_common_returnChenghao Duan1-4/+10
12 daysLoongArch: Enable exception fixup for specific ADE subcodeChenghao Duan1-0/+5
12 daysLoongArch: Remove unnecessary checks for ORC unwinderTiezhu Yang1-11/+5
12 daysLoongArch: Remove is_entry_func() and kernel_entry_endTiezhu Yang2-13/+0
12 daysLoongArch: Use UNWIND_HINT_END_OF_STACK for entry pointsTiezhu Yang1-0/+2
12 daysLoongArch: Set correct protection_map[] for VM_NONE/VM_SHAREDHuacai Chen1-4/+4
12 daysLoongArch: Complete CPUCFG registers definitionHuacai Chen1-0/+7
12 daysMerge tag 'nfsd-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds5-24/+38
12 daysio_uring: use GFP_NOWAIT for overflow CQEs on legacy ringsAlexandre Negrel1-1/+1
12 daysMerge tag 'net-6.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds71-194/+428
13 daysblk-mq: skip CPU offline notify on unmapped hctxCong Zhang1-1/+1
13 dayssmb: client: fix UBSAN array-index-out-of-bounds in smb2_copychunk_rangeHenrique Carvalho1-0/+6
13 dayssmb3 client: add missing tracepoint for unsupported ioctlsSteve French2-0/+4