summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-04Linux 5.19.13v5.19.13Greg Kroah-Hartman1-1/+1
2022-10-04Revert "drm/i915: Extract intel_edp_fixup_vbt_bpp()"Greg Kroah-Hartman4-30/+40
2022-10-04Revert "drm/i915/pps: Split pps_init_delays() into distinct parts"Greg Kroah-Hartman1-48/+18
2022-10-04Revert "drm/i915/bios: Split parse_driver_features() into two parts"Greg Kroah-Hartman1-11/+0
2022-10-04Revert "drm/i915/bios: Split VBT parsing to global vs. panel specific parts"Greg Kroah-Hartman3-17/+11
2022-10-04Revert "drm/i915/bios: Split VBT data into per-panel vs. global parts"Greg Kroah-Hartman21-391/+331
2022-10-04Revert "drm/i915/dsi: filter invalid backlight and CABC ports"Greg Kroah-Hartman2-14/+0
2022-10-04Revert "drm/i915/dsi: fix dual-link DSI backlight and CABC ports for display ...Greg Kroah-Hartman1-6/+4
2022-10-04Revert "drm/i915/display: Fix handling of enable_psr parameter"Greg Kroah-Hartman1-3/+4
2022-09-28Linux 5.19.12v5.19.12Greg Kroah-Hartman1-1/+1
2022-09-28ext4: make directory inode spreading reflect flexbg sizeJan Kara1-1/+1
2022-09-28ext4: fixup possible uninitialized variable access in ext4_mb_choose_next_gro...Jan Kara1-2/+1
2022-09-28Revert "block: freeze the queue earlier in del_gendisk"Christoph Hellwig1-1/+2
2022-09-28ext4: use buckets for cr 1 block scan instead of rbtreeJan Kara3-149/+111
2022-09-28ext4: use locality group preallocation for small closed filesJan Kara1-12/+15
2022-09-28ext4: avoid unnecessary spreading of allocations among groupsJan Kara1-11/+13
2022-09-28ext4: make mballoc try target group first even with mb_optimize_scanJan Kara1-7/+7
2022-09-28ext4: limit the number of retries after discarding preallocations blocksTheodore Ts'o1-1/+3
2022-09-28ext4: fix bug in extents parsing when eh_entries == 0 and eh_depth > 0Luís Henriques1-0/+4
2022-09-28devdax: Fix soft-reservation memory descriptionDan Williams1-0/+1
2022-09-28Makefile.debug: re-enable debug info for .S filesNick Desaulniers2-11/+14
2022-09-28Makefile.debug: set -g unconditional on CONFIG_DEBUG_INFO_SPLITNick Desaulniers1-3/+1
2022-09-28certs: make system keyring depend on built-in x509 parserMasahiro Yamada1-1/+1
2022-09-28drm/amdgpu: don't register a dirty callback for non-atomicAlex Deucher1-1/+10
2022-09-28i2c: mux: harden i2c_mux_alloc() against integer overflowsDan Carpenter1-2/+3
2022-09-28i2c: mlxbf: Fix frequency calculationAsmaa Mnebhi1-40/+23
2022-09-28i2c: mlxbf: prevent stack overflow in mlxbf_i2c_smbus_start_transaction()Asmaa Mnebhi1-0/+3
2022-09-28i2c: mlxbf: incorrect base address passed during io writeAsmaa Mnebhi1-1/+1
2022-09-28i2c: imx: If pm_runtime_get_sync() returned 1 device access is possibleUwe Kleine-König1-1/+1
2022-09-28workqueue: don't skip lockdep work dependency in cancel_work_sync()Tetsuo Handa1-4/+2
2022-09-28fsdax: Fix infinite loop in dax_iomap_rw()Li Jinlin1-0/+3
2022-09-28pmem: fix a name collisionJane Chu1-3/+3
2022-09-28gpio: mt7621: Make the irqchip immutableSergio Paracuellos1-6/+15
2022-09-28drm/rockchip: Fix return type of cdn_dp_connector_mode_validNathan Huckleberry1-2/+3
2022-09-28drm/amd/display: Mark dml30's UseMinimumDCFCLK() as noinline for stack usageNathan Chancellor1-2/+1
2022-09-28drm/amd/display: Reduce number of arguments of dml31's CalculateFlipSchedule()Nathan Chancellor1-125/+47
2022-09-28drm/amd/display: Reduce number of arguments of dml31's CalculateWatermarksAnd...Nathan Chancellor1-196/+52
2022-09-28drm/amd/display: Limit user regamma to a valid valueYao Wang11-0/+4
2022-09-28drm/amdgpu: Skip reset error status for psp v13_0_0Candice Li1-1/+2
2022-09-28drm/amdgpu: add HDP remap functionality to nbio 7.7Alex Deucher1-0/+9
2022-09-28drm/amdgpu: change the alignment size of TMR BO to 1MYang Wang2-1/+2
2022-09-28drm/amdgpu: use dirty framebuffer helperHamza Mahfooz1-0/+2
2022-09-28drm/amd/pm: disable BACO entry/exit completely on several sienna cichlid cardsGuchun Chen1-0/+11
2022-09-28gpio: ixp4xx: Make irqchip immutableLinus Walleij1-3/+14
2022-09-28drm/gma500: Fix (vblank) IRQs not working after suspend/resumeHans de Goede7-23/+18
2022-09-28drm/gma500: Fix WARN_ON(lock->magic != lock) errorHans de Goede1-2/+2
2022-09-28drm/gma500: Fix BUG: sleeping function called from invalid context errorsHans de Goede1-4/+7
2022-09-28Drivers: hv: Never allocate anything besides framebuffer from framebuffer mem...Vitaly Kuznetsov1-1/+9
2022-09-28block: Do not call blk_put_queue() if gendisk allocation failsRafael Mendonca1-3/+1
2022-09-28block: call blk_mq_exit_queue from disk_release for never added disksChristoph Hellwig1-0/+15