summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | drm/amd/display: Fix idle optimization checks for multi-display and dual eDPNicholas Kazlauskas2024-05-081-6/+27
| | * | | | | drm/amd/display: Fix DSC-re-computingAgustin Gutierrez2024-05-081-5/+13
| | * | | | | drm/amd/display: Enable urgent latency adjustments for DCN35Nicholas Susanto2024-05-081-2/+2
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'drm-xe-fixes-2024-05-09' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie2024-05-104-3/+13
| |\ \ \ \ \
| | * | | | | drm/xe: Use ordered WQ for G2H handlerMatthew Brost2024-05-093-1/+8
| | * | | | | drm/xe/guc: Check error code when initializing the CT mutexDaniele Ceraolo Spurio2024-05-091-1/+4
| | * | | | | drm/xe/ads: Use flexible-arrayLucas De Marchi2024-05-091-1/+1
| | |/ / / /
| * | | | | Merge tag 'drm-intel-fixes-2024-05-08' of https://anongit.freedesktop.org/git...Dave Airlie2024-05-106-130/+19
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | drm/i915/bios: Fix parsing backlight BDB dataKarthikeyan Ramasubramanian2024-05-072-20/+4
| | * | | | drm/i915/audio: Fix audio time stamp programming for DPChaitanya Kumar Borah2024-05-061-105/+8
| | * | | | drm/i915/gt: Automate CCS Mode setting during engine resetsAndi Shyti2024-05-063-5/+7
| |/ / / /
* | | | | Merge tag 'mm-hotfixes-stable-2024-05-10-13-14' of git://git.kernel.org/pub/s...Linus Torvalds2024-05-1016-64/+116
|\ \ \ \ \
| * | | | | mailmap: add entry for Barry SongBarry Song2024-05-101-0/+5
| * | | | | selftests/mm: fix powerpc ARCH checkMichael Ellerman2024-05-101-3/+3
| * | | | | mailmap: add entry for John GarryJohn Garry2024-05-061-0/+1
| * | | | | XArray: set the marks correctly when splitting an entryMatthew Wilcox (Oracle)2024-05-062-5/+32
| * | | | | selftests/vDSO: fix runtime errors on LoongArchTiezhu Yang2024-05-062-29/+13
| * | | | | selftests/vDSO: fix building errors on LoongArchTiezhu Yang2024-05-061-1/+5
| * | | | | mm,page_owner: don't remove __GFP_NOLOCKDEP in add_stack_record_to_listChristoph Hellwig2024-05-061-1/+1
| * | | | | fs/proc/task_mmu: fix uffd-wp confusion in pagemap_scan_pmd_entry()Ryan Roberts2024-05-061-9/+13
| * | | | | fs/proc/task_mmu: fix loss of young/dirty bits during pagemap scanRyan Roberts2024-05-061-1/+1
| * | | | | mm/vmalloc: fix return value of vb_alloc if size is 0Hailong.Liu2024-05-061-1/+1
| * | | | | mm: use memalloc_nofs_save() in page_cache_ra_order()Kefeng Wang2024-05-061-0/+4
| * | | | | kmsan: compiler_types: declare __no_sanitize_or_inlineAlexander Potapenko2024-05-061-0/+11
| * | | | | lib/test_xarray.c: fix error assumptions on check_xa_multi_store_adv_add()Luis Chamberlain2024-05-061-4/+9
| * | | | | tools: fix userspace compilation with new test_xarray changesLuis Chamberlain2024-05-061-0/+2
| * | | | | MAINTAINERS: update URL's for KEYS/KEYRINGS_INTEGRITY and TPM DEVICE DRIVERJarkko Sakkinen2024-05-061-1/+2
| * | | | | mm: page_owner: fix wrong information in dump_page_ownerManinder Singh2024-05-061-1/+1
| * | | | | maple_tree: fix mas_empty_area_rev() null pointer dereferenceLiam R. Howlett2024-05-061-8/+8
| * | | | | mm/userfaultfd: reset ptes when close() for wr-protected onesPeter Xu2024-05-061-0/+4
* | | | | | Merge tag 'gpio-fixes-for-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-103-30/+63
|\ \ \ \ \ \
| * | | | | | gpiolib: cdev: fix uninitialised kfifoKent Gibson2024-05-101-0/+14
| * | | | | | gpiolib: cdev: Fix use after free in lineinfo_changed_notifyZhongqiu Han2024-05-091-1/+1
| * | | | | | gpiolib: use a single SRCU struct for all GPIO descriptorsBartosz Golaszewski2024-05-093-28/+25
| * | | | | | gpiolib: fix the speed of descriptor label setting with SRCUBartosz Golaszewski2024-05-072-8/+30
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'block-6.9-20240510' of git://git.kernel.dk/linuxLinus Torvalds2024-05-107-21/+29
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'nvme-6.9-2024-05-09' of git://git.infradead.org/nvme into block-6.9Jens Axboe2024-05-096-20/+25
| |\ \ \ \ \ \
| | * | | | | | nvmet-rdma: fix possible bad dereference when freeing rspsSagi Grimberg2024-05-081-12/+4
| | * | | | | | nvmet: prevent sprintf() overflow in nvmet_subsys_nsid_exists()Dan Carpenter2024-05-081-3/+2
| | * | | | | | nvmet: make nvmet_wq unboundSagi Grimberg2024-05-071-1/+2
| | * | | | | | nvmet-auth: return the error code to the nvmet_auth_ctrl_hash() callersMaurizio Lombardi2024-05-071-1/+1
| | * | | | | | nvme-pci: Add quirk for broken MSIsSean Anderson2024-05-072-3/+16
| |/ / / / / /
| * | | | | | block: set default max segment size in case of virt_boundaryMing Lei2024-05-071-1/+4
* | | | | | | Merge tag 'spi-fix-v6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-05-102-12/+3
|\ \ \ \ \ \ \
| * | | | | | | spi: microchip-core-qspi: fix setting spi bus clock rateConor Dooley2024-05-091-0/+1
| * | | | | | | spi: stm32: enable controller before asserting CSBen Wolsieffer2024-05-031-12/+2
* | | | | | | | Merge tag 'regulator-fix-v6.9-rc7' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-102-15/+19
|\ \ \ \ \ \ \ \
| * | | | | | | | regulator: core: fix debugfs creation regressionJohan Hovold2024-05-091-11/+16
| * | | | | | | | regulator: rtq2208: Fix the BUCK ramp_delay range to maximum of 16mVstep/usAlina Yu2024-05-011-4/+3
* | | | | | | | | Merge tag 'timers-urgent-2024-05-10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-05-101-2/+2
|\ \ \ \ \ \ \ \ \