aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-19KVM: arm64: nv: Invalidate TLBs based on shadow S2 TTL-like informationMarc Zyngier1-1/+84
2024-06-19KVM: arm64: nv: Tag shadow S2 entries with guest's leaf S2 levelMarc Zyngier2-2/+25
2024-06-19KVM: arm64: nv: Handle FEAT_TTL hinted TLB operationsMarc Zyngier3-23/+92
2024-06-19KVM: arm64: nv: Handle TLBI IPAS2E1{,IS} operationsMarc Zyngier1-0/+96
2024-06-19KVM: arm64: nv: Handle TLBI ALLE1{,IS} operationsMarc Zyngier1-0/+25
2024-06-19KVM: arm64: nv: Handle TLBI VMALLS12E1{,IS} operationsMarc Zyngier1-0/+51
2024-06-19KVM: arm64: nv: Handle TLB invalidation targeting L2 stage-1Marc Zyngier3-0/+122
2024-06-19KVM: arm64: nv: Handle EL2 Stage-1 TLB invalidationMarc Zyngier3-1/+122
2024-06-19KVM: arm64: nv: Add Stage-1 EL2 invalidation primitivesMarc Zyngier2-0/+67
2024-06-19KVM: arm64: nv: Unmap/flush shadow stage 2 page tablesChristoffer Dall4-5/+70
2024-06-19KVM: arm64: nv: Handle shadow stage 2 page faultsMarc Zyngier3-9/+166
2024-06-19KVM: arm64: nv: Implement nested Stage-2 page table walk logicChristoffer Dall3-0/+278
2024-06-19KVM: arm64: nv: Support multiple nested Stage-2 mmu structuresMarc Zyngier7-21/+349
2024-06-19mm/memblock: Add "reserve_mem" to reserved named memory at boot upSteven Rostedt (Google)3-0/+141
2024-06-19intel_alpm: Fix wrong offset for PORT_ALPM_* registersJouni Högander2-4/+7
2024-06-19Revert "drm/i915/psr: Disable early transport by default"Jouni Högander1-3/+0
2024-06-19drm/i915/psr: Add new debug bit to disable Panel ReplayJouni Högander2-3/+9
2024-06-19drm/i915/psr: Disable PSR/Panel Replay on sink side for PSR onlyJouni Högander1-6/+6
2024-06-19drm/i915/psr: Disable PSR2 SU Region ET if enable_psr module parameter is setJouni Högander1-1/+12
2024-06-19drm/i915/psr: Disable Panel Replay if PSR mode is set via module parameterJouni Högander2-4/+26
2024-06-19drm/i915/alpm: Fix port clock usage in AUX Less wake time calculationJouni Högander1-1/+2
2024-06-19drm/i915/display: Wa 16021440873 is writing wrong registerJouni Högander2-11/+5
2024-06-19drm/i915/psr: Set SU area width as pipe src widthJouni Högander1-1/+1
2024-06-19thunderbolt: debugfs: Use FIELD_GET()Aapo Vienamo2-27/+11
2024-06-18cifs: drop the incorrect assertion in cifs_swap_rw()Barry Song1-2/+0
2024-06-19cpufreq: sun50i: add Allwinner H700 speed binRyan Walklin1-0/+3
2024-06-18hwmon: (spd5118) Add support for Renesas/ITD SPD5118 hub controllersGuenter Roeck1-0/+56
2024-06-18hwmon: (spd5118) Use regmap to implement pagingGuenter Roeck1-29/+18
2024-06-18net: mana: Add support for page sizes other than 4KB on ARM64Haiyang Zhang7-25/+35
2024-06-18Merge branch 'net-mlx4_en-use-ethtool_puts-sprintf'Jakub Kicinski1-39/+20
2024-06-18net/mlx4_en: Use ethtool_puts/sprintf to fill stats stringsKamal Heib1-35/+17
2024-06-18net/mlx4_en: Use ethtool_puts to fill selftest stringsKamal Heib1-2/+2
2024-06-18net/mlx4_en: Use ethtool_puts to fill priv flags stringsKamal Heib1-2/+1
2024-06-18net: stmmac: No need to calculate speed divider when offload is disabledXiaolei Wang1-18/+22
2024-06-18net: phy: dp83tg720: get master/slave configuration in link down stateOleksij Rempel1-3/+21
2024-06-18net: phy: dp83tg720: wake up PHYs in managed modeOleksij Rempel1-3/+15
2024-06-19riscv: dts: sophgo: disable write-protection for milkv duoHaylen Chu1-0/+1
2024-06-18cxl/mem: Fix no cxl_nvd during pmem region auto-assemblingLi Ming4-16/+23
2024-06-18Merge tag 'linux_kselftest-fixes-6.10-rc5' of git://git.kernel.org/pub/scm/li...Linus Torvalds4-8/+35
2024-06-18selftests: openvswitch: Use bash as interpreterSimon Horman1-1/+1
2024-06-18ptp: fix integer overflow in max_vclocks_storeDan Carpenter1-2/+1
2024-06-18spi: Fix SPI slave probe failureAmit Kumar Mahapatra1-4/+6
2024-06-18sched_ext: Add selftestsDavid Vernet51-0/+3244
2024-06-18sched_ext: Documentation: scheduler: Document extensible scheduler classTejun Heo7-0/+580
2024-06-18sched_ext: Add vtime-ordered priority queue to dispatch_q'sTejun Heo6-26/+267
2024-06-18sched_ext: Implement core-sched supportTejun Heo7-20/+346
2024-06-18sched_ext: Bypass BPF scheduler while PM events are in progressTejun Heo1-0/+34
2024-06-18sched_ext: Implement sched_ext_ops.cpu_online/offline()Tejun Heo10-12/+290
2024-06-18sched_ext: Implement sched_ext_ops.cpu_acquire/release()David Vernet7-7/+240
2024-06-18sched_ext: Implement SCX_KICK_WAITDavid Vernet4-7/+85