summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-01-22Merge tag 'v6.19-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2026-01-22riscv: Add intermediate cast to 'unsigned long' in __get_user_asmNathan Chancellor
2026-01-23drm/i915: Document the GMCH_CTRL register a bitVille Syrjälä
2026-01-23drm/i915: Clean up PCI config space reg definesVille Syrjälä
2026-01-23drm/i915: Get rid of the INTEL_GMCH_CTRL aliasVille Syrjälä
2026-01-23drm/i915/crt: Extract intel_crt_sense_above_threshold()Ville Syrjälä
2026-01-23drm/i915/crt: Use IS0_R instead of VGA_MIS_WVille Syrjälä
2026-01-23video/vga: Add VGA_IS0_RVille Syrjälä
2026-01-23drm/i915/vga: Use MMIO for VGA registers on pre-g4xVille Syrjälä
2026-01-23drm/i915/vga: Introduce intel_vga_{read,write}()Ville Syrjälä
2026-01-23drm/i915/de: Add intel_de_write8()Ville Syrjälä
2026-01-23drm/i915/de: Simplify intel_de_read8()Ville Syrjälä
2026-01-23drm/i915/vga: Assert that VGA register accesses are going to the right GPUVille Syrjälä
2026-01-23drm/i915/vga: Stop trying to use GMCH_CTRL for VGA decode controlVille Syrjälä
2026-01-23drm/i915/vga: Avoid VGA arbiter during intel_vga_disable() for iGPUsVille Syrjälä
2026-01-23drm/i915/vga: Clean up VGA registers even if VGA plane is disabledVille Syrjälä
2026-01-23drm/i915/vga: Don't touch VGA registers if VGA decode is fully disabledVille Syrjälä
2026-01-22selftests: ublk: support arbitrary threads/queues combinationMing Lei
2026-01-22selftests: ublk: add --batch/-b for enabling F_BATCH_IOMing Lei
2026-01-22selftests: ublk: increase timeout to 150 secondsMing Lei
2026-01-22selftests: ublk: handle UBLK_U_IO_FETCH_IO_CMDSMing Lei
2026-01-22selftests: ublk: handle UBLK_U_IO_COMMIT_IO_CMDSMing Lei
2026-01-22selftests: ublk: handle UBLK_U_IO_PREP_IO_CMDSMing Lei
2026-01-22selftests: ublk: add batch buffer management infrastructureMing Lei
2026-01-22selftests: ublk: add ublk_io_buf_idx() for returning io buffer indexMing Lei
2026-01-22selftests: ublk: replace assert() with ublk_assert()Ming Lei
2026-01-22selftests: ublk: fix user_data truncation for tgt_data >= 256Ming Lei
2026-01-22ublk: fix batch I/O recovery -ENODEV errorMing Lei
2026-01-22ublk: implement batch request completion via blk_mq_end_request_batch()Ming Lei
2026-01-22ublk: document feature UBLK_F_BATCH_IOMing Lei
2026-01-22ublk: add new feature UBLK_F_BATCH_IOMing Lei
2026-01-22ublk: abort requests filled in event kfifoMing Lei
2026-01-22ublk: refactor ublk_queue_rq() and add ublk_batch_queue_rq()Ming Lei
2026-01-22ublk: add UBLK_U_IO_FETCH_IO_CMDS for batch I/O processingMing Lei
2026-01-22ublk: add batch I/O dispatch infrastructureMing Lei
2026-01-22ublk: add io events fifo structureMing Lei
2026-01-22ublk: handle UBLK_U_IO_COMMIT_IO_CMDSMing Lei
2026-01-22ublk: handle UBLK_U_IO_PREP_IO_CMDSMing Lei
2026-01-22ublk: add new batch command UBLK_U_IO_PREP_IO_CMDS & UBLK_U_IO_COMMIT_IO_CMDSMing Lei
2026-01-22ublk: prepare for not tracking task context for command batchMing Lei
2026-01-22ublk: define ublk_ch_batch_io_fops for the coming feature F_BATCH_IOMing Lei
2026-01-22Merge tag 'clk-divider-round-rate-v6.20-v2' of https://github.com/masneyb/lin...Stephen Boyd
2026-01-23Merge tag 'drm-misc-next-2026-01-22' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie
2026-01-23drm/i915/vga: Extract intel_gmch_ctrl_reg()Ville Syrjälä
2026-01-23drm/i915/power: Remove i915_power_well_desc::has_vgaVille Syrjälä
2026-01-23drm/i915/vga: Get rid of intel_vga_reset_io_mem()Ville Syrjälä
2026-01-23drm/i915/vga: Register vgaarb client laterVille Syrjälä
2026-01-22net: phy: Grammar update for comment in genphy_update_linkSimon Horman
2026-01-22selftests: net: Add kernel selftest for RFC 4884Danielle Ratson
2026-01-22Merge branch 'tcp-remove-tcp_rate-c'Jakub Kicinski