Age | Commit message (Expand) | Author | Files | Lines |
2024-06-21 | Merge tag 'amd-drm-fixes-6.10-2024-06-19' of https://gitlab.freedesktop.org/a... | Dave Airlie | 16 | -120/+192 |
2024-06-21 | Merge tag 'drm-intel-fixes-2024-06-19' of https://gitlab.freedesktop.org/drm/... | Dave Airlie | 1 | -0/+4 |
2024-06-21 | Merge tag 'kvmarm-fixes-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Paolo Bonzini | 4 | -4/+27 |
2024-06-21 | KVM: Discard zero mask with function kvm_dirty_ring_reset | Bibo Mao | 1 | -0/+3 |
2024-06-21 | virt: guest_memfd: fix reference leak on hwpoisoned page | Paolo Bonzini | 1 | -2/+3 |
2024-06-20 | firmware: psci: Fix return value from psci_system_suspend() | Sudeep Holla | 1 | -1/+3 |
2024-06-20 | Merge tag 'riscv-sophgo-dt-fixes-for-v6.10-rc4' of https://github.com/sophgo/... | Arnd Bergmann | 1 | -0/+1 |
2024-06-20 | Merge tag 'imx-fixes-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/s... | Arnd Bergmann | 7 | -8/+10 |
2024-06-20 | Merge tag 'for-6.10-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -3/+12 |
2024-06-20 | kvm: do not account temporary allocations to kmem | Alexey Dobriyan | 1 | -6/+5 |
2024-06-20 | MAINTAINERS: Drop Wanpeng Li as a Reviewer for KVM Paravirt support | Sean Christopherson | 1 | -1/+0 |
2024-06-20 | KVM: x86: Always sync PIR to IRR prior to scanning I/O APIC routes | Sean Christopherson | 1 | -5/+4 |
2024-06-20 | Merge tag 'net-6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 70 | -353/+1558 |
2024-06-20 | Merge tag 'sound-6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 9 | -11/+61 |
2024-06-20 | Merge tag 'mfd-fixes-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 1 | -0/+1 |
2024-06-20 | net: usb: rtl8150 fix unintiatilzed variables in rtl8150_get_link_ksettings | Oliver Neukum | 1 | -1/+2 |
2024-06-20 | selftests: virtio_net: add forgotten config options | Jiri Pirko | 1 | -1/+7 |
2024-06-20 | Merge branch 'bnxt_en-bug-fixes-for-net' | Jakub Kicinski | 3 | -136/+184 |
2024-06-20 | bnxt_en: Restore PTP tx_avail count in case of skb_pad() error | Pavan Chebbi | 1 | -3/+2 |
2024-06-20 | bnxt_en: Set TSO max segs on devices with limits | Michael Chan | 2 | -0/+4 |
2024-06-20 | bnxt_en: Update firmware interface to 1.10.3.44 | Michael Chan | 1 | -133/+178 |
2024-06-20 | bcachefs: fix alignment of VMA for memory mapped files on THP | Youling Tang | 1 | -0/+1 |
2024-06-20 | bcachefs: Fix safe errors by default | Kent Overstreet | 5 | -289/+308 |
2024-06-20 | io_uring/rsrc: fix incorrect assignment of iter->nr_segs in io_import_fixed | Chenliang Li | 1 | -1/+0 |
2024-06-20 | net: stmmac: Assign configured channel value to EXTTS event | Oleksij Rempel | 1 | -1/+5 |
2024-06-20 | Merge tag 'nf-24-06-19' of git://git.kernel.org/pub/scm/linux/kernel/git/netf... | Paolo Abeni | 11 | -26/+776 |
2024-06-20 | net: do not leave a dangling sk pointer, when socket creation fails | Ignat Korchagin | 1 | -0/+3 |
2024-06-20 | ALSA: hda: cs35l56: Select SERIAL_MULTI_INSTANTIATE | Simon Trimmer | 1 | -0/+2 |
2024-06-20 | drm/xe/vf: Don't touch GuC irq registers if using memory irqs | Michal Wajdeczko | 1 | -2/+2 |
2024-06-20 | net/tcp_ao: Don't leak ao_info on error-path | Dmitry Safonov | 1 | -2/+4 |
2024-06-20 | ice: Fix VSI list rule with ICE_SW_LKUP_LAST type | Marcin Szycik | 1 | -2/+4 |
2024-06-20 | ipv6: bring NLM_DONE out to a separate recv() again | Jakub Kicinski | 1 | -1/+2 |
2024-06-20 | bcachefs: Fix bch2_trans_put() | Kent Overstreet | 1 | -3/+8 |
2024-06-20 | bcachefs: set_worker_desc() for delete_dead_snapshots | Kent Overstreet | 1 | -0/+2 |
2024-06-20 | bcachefs: Fix bch2_sb_downgrade_update() | Kent Overstreet | 1 | -1/+1 |
2024-06-20 | bcachefs: Handle cached data LRU wraparound | Kent Overstreet | 1 | -5/+41 |
2024-06-20 | bcachefs: Guard against overflowing LRU_TIME_BITS | Kent Overstreet | 6 | -12/+32 |
2024-06-20 | bcachefs: delete_dead_snapshots() doesn't need to go RW | Kent Overstreet | 1 | -7/+0 |
2024-06-20 | bcachefs: Fix early init error path in journal code | Kent Overstreet | 1 | -0/+3 |
2024-06-20 | bcachefs: Check for invalid btree IDs | Kent Overstreet | 2 | -2/+12 |
2024-06-20 | bcachefs: Fix btree ID bitmasks | Kent Overstreet | 2 | -10/+11 |
2024-06-20 | bcachefs: Fix shift overflow in read_one_super() | Kent Overstreet | 1 | -3/+4 |
2024-06-20 | bcachefs: Fix a locking bug in the do_discard_fast() path | Kent Overstreet | 1 | -1/+1 |
2024-06-20 | bcachefs: Fix array-index-out-of-bounds | Kent Overstreet | 3 | -3/+8 |
2024-06-20 | bcachefs: Fix initialization order for srcu barrier | Kent Overstreet | 1 | -1/+1 |
2024-06-20 | drm/amdgpu: init TA fw for psp v14 | Likun Gao | 1 | -0/+5 |
2024-06-20 | drm/amdgpu: cleanup MES11 command submission | Christian König | 1 | -28/+48 |
2024-06-20 | drm/amdgpu: fix UBSAN warning in kv_dpm.c | Alex Deucher | 1 | -0/+2 |
2024-06-20 | drm/radeon: fix UBSAN warning in kv_dpm.c | Alex Deucher | 1 | -0/+2 |
2024-06-19 | drm/amd/display: Disable CONFIG_DRM_AMD_DC_FP for RISC-V with clang | Nathan Chancellor | 1 | -1/+1 |