summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-01-12KVM: x86: Fold "struct dest_map" into "struct rtc_status"Sean Christopherson
2026-01-12KVM: x86: Add a wrapper to handle common case of IRQ delivery without dest_mapSean Christopherson
2026-01-12KVM: x86: Drop MAX_NR_RESERVED_IOAPIC_PINS, use KVM_MAX_IRQ_ROUTES directlySean Christopherson
2026-01-12KVM: x86: Drop guest-triggerable ASSERT()s on I/O APIC access alignmentSean Christopherson
2026-01-12KVM: x86: Drop ASSERT() on I/O APIC EOIs being only for LEVEL_to WARN_ON_ONCESean Christopherson
2026-01-12KVM: x86: Drop guest/user-triggerable asserts on IRR/ISR vectorsSean Christopherson
2026-01-12KVM: x86: Drop ASSERT()s on APIC/vCPU being non-NULLSean Christopherson
2026-01-08KVM: nVMX: Mark APIC access page dirty when syncing vmcs12 pagesFred Griffoul
2026-01-08KVM: VMX: Move nested_mark_vmcs12_pages_dirty() to vmx.c, and renameSean Christopherson
2026-01-08KVM: nVMX: Precisely mark vAPIC and PID maps dirty when delivering nested PISean Christopherson
2026-01-08KVM: x86: Mark vmcs12 pages as dirty if and only if they're mappedSean Christopherson
2026-01-08KVM: Use vCPU specific memslots in __kvm_vcpu_map()Sean Christopherson
2026-01-04Linux 6.19-rc4v6.19-rc4Linus Torvalds
2026-01-04Merge tag 'core_urgent_for_v6.19_rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-01-03Merge tag 'pmdomain-v6.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-01-02Merge tag 'perf-tools-fixes-for-v6.19-2026-01-02' of git://git.kernel.org/pub...Linus Torvalds
2026-01-02Merge tag 'pm-6.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2026-01-02Merge tag 'libcrypto-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-01-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2026-01-02Merge tag 'linux_kselftest-fixes-6.19-rc4' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2026-01-02Merge tag 'block-6.19-20260102' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-01-02Merge tag 'io_uring-6.19-20260102' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-01-02Merge tag 'x86-urgent-2026-01-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-01-02Merge tag 'loongarch-fixes-6.19-1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-01-02Merge tag 'drm-fixes-2026-01-02' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2026-01-02Merge tag 'v6.19-rc3-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2026-01-02Merge tag 'v6.19-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2026-01-01block, bfq: update outdated commentJulia Lawall
2026-01-01io_uring/memmap: drop unused sz param in io_uring_validate_mmap_request()Caleb Sander Mateos
2026-01-01io_uring/tctx: add separate lock for list of tctx's in ctxJens Axboe
2026-01-01Merge tag 'drm-intel-fixes-2025-12-31' of https://gitlab.freedesktop.org/drm/...Dave Airlie
2026-01-01Merge tag 'drm-misc-fixes-2025-12-29' of https://gitlab.freedesktop.org/drm/m...Dave Airlie
2026-01-01Merge tag 'drm-xe-fixes-2025-12-30' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie
2025-12-31wifi: mt76: Remove blank line after mt792x firmware version dmesgShuah Khan
2025-12-31Revert "wifi: mt76: Strip whitespace from build ddate"Shuah Khan
2025-12-31kselftest/harness: Use helper to avoid zero-size memset warningWake Liu
2025-12-31Merge tag 'platform-drivers-x86-v6.19-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-12-31selftests/ftrace: Test toplevel-enable for instanceZheng Yejian
2025-12-31selftests/ftrace: traceonoff_triggers: strip off namesYipeng Zou
2025-12-31Merge tag 'vfio-v6.19-rc4' of https://github.com/awilliam/linux-vfioLinus Torvalds
2025-12-31Merge tag 'md-6.19-20251231' of gitolite.kernel.org:pub/scm/linux/kernel/git/...Jens Axboe
2025-12-31drm/i915/gem: Zero-initialize the eb.vma array in i915_gem_do_execbufferKrzysztof Niemiec
2025-12-31samples/ftrace: Adjust LoongArch register restore order in direct callsChenghao Duan
2025-12-31LoongArch: BPF: Enhance the bpf_arch_text_poke() functionChenghao Duan
2025-12-31LoongArch: BPF: Enable trampoline-based tracing for module functionsChenghao Duan
2025-12-31LoongArch: BPF: Adjust the jump offset of tail callsChenghao Duan
2025-12-31LoongArch: BPF: Save return address register ra to t0 before trampolineChenghao Duan
2025-12-31LoongArch: BPF: Zero-extend bpf_tail_call() indexHengqi Chen
2025-12-31LoongArch: BPF: Sign extend kfunc call argumentsHengqi Chen
2025-12-31LoongArch: Refactor register restoration in ftrace_common_returnChenghao Duan