Age | Commit message (Expand) | Author |
2022-05-11 | cxl/ocxl: Prepare cleanup of powerpc's asm/prom.h | Christophe Leroy |
2022-05-11 | macintosh: Prepare cleanup of powerpc's asm/prom.h | Christophe Leroy |
2022-05-05 | Merge tag 'v5.18-rc4' into next | Michael Ellerman |
2022-05-04 | macintosh: Use for_each_child_of_node() macro | Zou Wei |
2022-05-04 | macintosh: Fix warning comparing pointer to 0 | Yang Li |
2022-05-04 | macintosh/ams: Remove unneeded result variable | Minghao Chi |
2022-05-04 | macintosh/adb: Use swap() to make code cleaner | Yang Guang |
2022-05-04 | macintosh/ams: Replace snprintf in show functions with sysfs_emit | Qing Wang |
2022-05-04 | macintosh/smu: Fix warning comparing pointer to 0 | Jing Yangyang |
2022-05-04 | macintosh/via-pmu: Use DEFINE_SPINLOCK() for spinlock | Ye Bin |
2022-05-02 | macintosh: Use kmemdup rather than duplicating its implementation | Fuqian Huang |
2022-04-24 | Merge tag 'edac_urgent_for_v5.18_rc4' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2022-04-23 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds |
2022-04-23 | Merge tag 'for-linus-5.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2022-04-23 | Merge tag 'drm-fixes-2022-04-23' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds |
2022-04-23 | Merge tag 'input-for-v5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2022-04-23 | Merge tag 'block-5.18-2022-04-22' of git://git.kernel.dk/linux-block | Linus Torvalds |
2022-04-23 | Merge tag 'drm-misc-fixes-2022-04-22' of git://anongit.freedesktop.org/drm/dr... | Dave Airlie |
2022-04-22 | Merge tag 'ata-5.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dle... | Linus Torvalds |
2022-04-22 | gpio: Request interrupts after IRQ is initialized | Mario Limonciello |
2022-04-22 | Merge tag 'riscv-for-linus-5.18-rc4' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2022-04-22 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds |
2022-04-22 | Merge tag 'sound-5.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2022-04-21 | Merge tag 'drm-fixes-2022-04-22' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds |
2022-04-22 | ata: pata_marvell: Check the 'bmdma_addr' beforing reading | Zheyu Ma |
2022-04-22 | Merge tag 'drm-msm-fixes-2022-04-20' of https://gitlab.freedesktop.org/drm/ms... | Dave Airlie |
2022-04-21 | Merge tag 'dmaengine-fix-5.18' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2022-04-21 | Merge tag 'net-5.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2022-04-21 | drm/amdgpu: partial revert "remove ctx->lock" v2 | Christian König |
2022-04-21 | drivers: net: hippi: Fix deadlock in rr_close() | Duoming Zhou |
2022-04-21 | Revert "drm: of: Lookup if child node has panel or bridge" | Bjorn Andersson |
2022-04-21 | Revert "drm: of: Properly try all possible cases for bridge/panel detection" | Bjorn Andersson |
2022-04-21 | drm/vc4: Use pm_runtime_resume_and_get to fix pm_runtime_get_sync() usage | Miaoqian Lin |
2022-04-21 | misc: ocxl: fix possible double free in ocxl_file_register_afu | Hangyu Hua |
2022-04-20 | drm/vmwgfx: Fix gem refcounting and memory evictions | Zack Rusin |
2022-04-20 | xen: Convert kmap() to kmap_local_page() | Alaa Mohamed |
2022-04-20 | dmaengine: idxd: skip clearing device context when device is read-only | Dave Jiang |
2022-04-20 | dmaengine: idxd: add RO check for wq max_transfer_size write | Dave Jiang |
2022-04-20 | dmaengine: idxd: add RO check for wq max_batch_size write | Dave Jiang |
2022-04-20 | dmaengine: idxd: fix retry value to be constant for duration of function call | Dave Jiang |
2022-04-20 | dmaengine: idxd: match type for retries var in idxd_enqcmds() | Dave Jiang |
2022-04-20 | dmaengine: dw-edma: Fix inconsistent indenting | Jiapeng Chong |
2022-04-20 | net: stmmac: Use readl_poll_timeout_atomic() in atomic state | Kevin Hao |
2022-04-20 | drm/vc4: Fix build error when CONFIG_DRM_VC4=y && CONFIG_RASPBERRYPI_FIRMWARE=m | Zheng Bin |
2022-04-20 | drm/panel/raspberrypi-touchscreen: Initialise the bridge in prepare | Dave Stevenson |
2022-04-20 | drm/panel/raspberrypi-touchscreen: Avoid NULL deref if not initialised | Dave Stevenson |
2022-04-20 | drm/i915/display/psr: Unset enable_psr2_sel_fetch if other checks in intel_ps... | José Roberto de Souza |
2022-04-19 | cpuidle: riscv: support non-SMP config | Randy Dunlap |
2022-04-19 | drm/msm: Revert "drm/msm: Stop using iommu_present()" | Dmitry Baryshkov |
2022-04-19 | Merge tag 'spi-fix-v5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |