summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-10net: lan966x: replace a few variables with new equivalent onesDaniel Machon
2024-09-10net: lan966x: use FDMA library symbolsDaniel Machon
2024-09-10net: lan966x: select FDMA libraryDaniel Machon
2024-09-10i2c: keba: Add KEBA I2C controller supportGerhard Engleder
2024-09-10Merge tag 'thermal-v6.12-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Rafael J. Wysocki
2024-09-10ALSA: hda/realtek: Refactor and simplify Samsung Galaxy Book initJoshua Grisham
2024-09-10ALSA: hda/realtek: Enable mic on Vaio VJFH52Edson Juliano Drosdeck
2024-09-10Merge branch 'for-linus' into for-nextTakashi Iwai
2024-09-10xen: move max_pfn in xen_memory_setup() out of function scopeJuergen Gross
2024-09-10xen: move checks for e820 conflicts further upJuergen Gross
2024-09-10xen: introduce generic helper checking for memory map conflictsJuergen Gross
2024-09-10xen: use correct end address of kernel for conflict checkingJuergen Gross
2024-09-10sched/debug: Fix the runnable tasks outputHuang Shijie
2024-09-10sched: Fix sched_delayed vs sched_corePeter Zijlstra
2024-09-10kernel/sched: Fix util_est accounting for DELAY_DEQUEUEDietmar Eggemann
2024-09-10kthread: Fix task state in kthread worker if being frozenChen Yu
2024-09-10sched/pelt: Use rq_clock_task() for hw_pressureChen Yu
2024-09-10sched/fair: Move effective_cpu_util() and effective_cpu_util() in fair.cVincent Guittot
2024-09-10sched/core: Introduce SM_IDLE and an idle re-entry fast-path in __schedule()Peter Zijlstra
2024-09-10erofs: simplify erofs_map_blocks_flatmode()Hongzhen Luo
2024-09-10erofs: refactor read_inode calling conventionYiyang Wu
2024-09-10erofs: use kmemdup_nul in erofs_fill_symlinkYiyang Wu
2024-09-10erofs: mark experimental fscache backend deprecatedGao Xiang
2024-09-10erofs: support compressed inodes for fileioGao Xiang
2024-09-10erofs: support unencoded inodes for fileioGao Xiang
2024-09-10erofs: add file-backed mount supportGao Xiang
2024-09-10erofs: handle overlapped pclusters out of crafted images properlyGao Xiang
2024-09-10drm/i915/guc: prevent a possible int overflow in wq offsetsNikita Zhandarovich
2024-09-10vdpa/mlx5: Add the support of set mac addressCindy Lu
2024-09-10vdpa_sim_net: Add the support of set mac addressCindy Lu
2024-09-10vdpa: support set mac address from vdpa toolCindy Lu
2024-09-10tools/virtio:Fix the wrong format specifierZhu Jun
2024-09-10virtio_balloon: introduce memory scan/reclaim infozhenwei pi
2024-09-10virtio_balloon: introduce memory allocation stall counterzhenwei pi
2024-09-10virtio_balloon: introduce oom-kill invocationszhenwei pi
2024-09-10virtio_pmem: Check device status before requesting flushPhilip Chen
2024-09-10vhost_vdpa: assign irq bypass producer token correctlyJason Wang
2024-09-10vdpa/mlx5: Fix invalid mr resource destroyDragos Tatulea
2024-09-10media: atomisp: Use clamp() in ia_css_eed1_8_vmem_encode()Christophe JAILLET
2024-09-10media: atomisp: Fix eed1_8 code assigning signed values to an unsigned variableHans de Goede
2024-09-10scripts: subarch.include: fix SUBARCH on macOS hostsNick Desaulniers
2024-09-10scripts: import more hash table macrosMasahiro Yamada
2024-09-10dma-mapping: add tracing for dma-mapping API callsSean Anderson
2024-09-09KVM: VMX: Set PFERR_GUEST_{FINAL,PAGE}_MASK if and only if the GVA is validSean Christopherson
2024-09-09KVM: x86/mmu: Use KVM_PAGES_PER_HPAGE() instead of an open coded equivalentSean Christopherson
2024-09-09KVM: x86/mmu: Add KVM_RMAP_MANY to replace open coded '1' and '1ul' literalsSean Christopherson
2024-09-09KVM: x86/mmu: Fold mmu_spte_age() into kvm_rmap_age_gfn_range()Sean Christopherson
2024-09-09KVM: x86/mmu: Morph kvm_handle_gfn_range() into an aging specific helperSean Christopherson
2024-09-09KVM: x86/mmu: Honor NEED_RESCHED when zapping rmaps and blocking is allowedSean Christopherson
2024-09-09KVM: x86/mmu: Add a helper to walk and zap rmaps for a memslotSean Christopherson