aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2025-09-22drivers/perf: hisi: Extract the event filter check of L3C PMUYicong Yang1-2/+8
2025-09-22drivers/perf: hisi: Simplify the probe process of each L3C PMU versionYicong Yang1-17/+26
2025-09-22drivers/perf: hisi: Export hisi_uncore_pmu_isr()Yicong Yang2-1/+3
2025-09-22drivers/perf: hisi: Relax the event ID check in the frameworkYicong Yang2-2/+3
2025-09-22perf: Fujitsu: Add the Uncore PMU driverKoichi Okuno3-0/+623
2025-09-22spi: rename SPI_CS_CNT_MAX => SPI_DEVICE_CS_CNT_MAXJonas Gorski2-8/+8
2025-09-22spi: don't check spi_controller::num_chipselect when parsing a dt deviceJonas Gorski1-10/+1
2025-09-22spi: drop check for validity of device chip selectsJonas Gorski1-9/+3
2025-09-22spi: move unused device CS initialization to __spi_add_device()Jonas Gorski1-13/+4
2025-09-22spi: keep track of number of chipselects in spi_deviceJonas Gorski1-8/+21
2025-09-22spi: fix return code when spi device has too many chipselectsJonas Gorski1-1/+1
2025-09-22SPI: Add virtio SPI driverHaixu Cui3-0/+443
2025-09-22spi: omap2-mcspi: drive SPI_CLK on transfer_setup()Bastien Curutchet (Schneider Electric)1-0/+1
2025-09-22spi: rpc-if: Add resume support for RZ/G3EBiju Das1-0/+2
2025-09-22spi: rpc-if: Drop deprecated SIMPLE_DEV_PM_OPSBiju Das1-6/+4
2025-09-22xen: take system_transition_mutex on suspendMarek Marczykowski-Górecki1-1/+10
2025-09-22Merge tag 'rtw-next-2025-09-22' of https://github.com/pkshih/rtwJohannes Berg47-400/+2582
2025-09-22fbcon: fix integer overflow in fbcon_do_set_fontSamasth Norway Ananda1-2/+9
2025-09-22PCI: tegra194: Fix duplicate PLL disable in pex_ep_event_pex_rst_assert()Nagarjuna Kristam1-2/+2
2025-09-22tee: fix register_shm_helper()Jens Wiklander1-0/+8
2025-09-22wifi: rtw89: avoid circular locking dependency in ser_state_run()Fedor Pchelkin1-2/+1
2025-09-22wifi: rtw89: fix leak in rtw89_core_send_nullfunc()Fedor Pchelkin1-0/+1
2025-09-22wifi: rtw89: avoid possible TX wait initialization raceFedor Pchelkin3-20/+24
2025-09-22wifi: rtw89: fix use-after-free in rtw89_core_tx_kick_off_and_wait()Fedor Pchelkin4-9/+61
2025-09-22Merge tag 'amd-drm-next-6.18-2025-09-19' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie201-5185/+2078
2025-09-22Merge tag 'drm-xe-next-2025-09-19' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-nextDave Airlie129-2309/+6736
2025-09-21mm: make folio page count functions return unsignedAristeu Rozanski1-2/+2
2025-09-21virtio_balloon: stop calling page_address() in free_pages()Vishal Moola (Oracle)1-5/+3
2025-09-21aoe: stop calling page_address() in free_page()Vishal Moola (Oracle)1-1/+1
2025-09-21vfio/pci: drop nth_page() usage within SG entryDavid Hildenbrand2-4/+2
2025-09-21scsi: sg: drop nth_page() usage within SG entryDavid Hildenbrand1-2/+1
2025-09-21scsi: scsi_lib: drop nth_page() usage within SG entryDavid Hildenbrand1-2/+1
2025-09-21mmc: drop nth_page() usage within SG entryDavid Hildenbrand2-4/+4
2025-09-21memstick: drop nth_page() usage within SG entryDavid Hildenbrand2-4/+2
2025-09-21mspro_block: drop nth_page() usage within SG entryDavid Hildenbrand1-2/+1
2025-09-21drm/i915/gem: drop nth_page() usage within SG entryDavid Hildenbrand1-1/+1
2025-09-21ata: libata-sff: drop nth_page() usage within SG entryDavid Hildenbrand1-3/+3
2025-09-21Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick upAndrew Morton1-5/+3
2025-09-21reset: aspeed: register AST2700 reset auxiliary bus deviceRyan Chen3-0/+261
2025-09-21clk: tegra: do not overallocate memory for bpmp clocksFedor Pchelkin1-1/+1
2025-09-21clk: ep93xx: Use int type to store negative error codesQianfeng Rong1-1/+2
2025-09-21clk: nxp: Fix pll0 rate check condition in LPC18xx CGU driverAlok Tiwari1-2/+2
2025-09-21clk: loongson2: Add clock definitions for Loongson-2K0300 SoCYao Zi1-0/+46
2025-09-21clk: loongson2: Avoid hardcoding firmware name of the reference clockYao Zi1-16/+17
2025-09-21clk: loongson2: Allow zero divisors for dividersYao Zi1-1/+2
2025-09-21clk: loongson2: Support scale clocks with an alternative modeYao Zi1-3/+23
2025-09-21clk: loongson2: Allow specifying clock flags for gate clockYao Zi1-1/+15
2025-09-21Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds2-2/+20
2025-09-21clk: clocking-wizard: Fix output clock register offset for Versal platformsShubhrajyoti Datta1-1/+1
2025-09-21clk: xilinx: Optimize divisor search in clk_wzrd_get_divisors_ver()Shubhrajyoti Datta1-13/+17