summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-04-05mm: rename zap_page_range_single() to zap_vma_range()David Hildenbrand (Arm)2-3/+3
2026-04-05mm/memory: remove "zap_details" parameter from zap_page_range_single()David Hildenbrand (Arm)1-1/+1
2026-04-05zram: use statically allocated compression algorithm namesgao xu3-26/+13
2026-04-05folio_batch: rename pagevec.h to folio_batch.hTal Zussman4-4/+4
2026-04-05mm: name the anonymous MMOP enum as enum mmopGregory Price1-1/+1
2026-04-05mm: move pgscan, pgsteal, pgrefill to node statsJP Kobryn (Meta)1-4/+4
2026-04-05Merge tag 'irq-urgent-2026-04-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2026-04-05i915: don't use a vma that didn't match the context VMLinus Torvalds1-0/+2
2026-04-05clk: qcom: gcc-x1e80100: Keep GCC USB QTB clock always ONJagadeesh Kona1-0/+1
2026-04-05clk: qcom: Constify list of critical CBCR registersKrzysztof Kozlowski32-33/+33
2026-04-05clk: qcom: Constify qcom_cc_driver_dataKrzysztof Kozlowski33-33/+33
2026-04-05clk: qcom: videocc-glymur: Constify qcom_cc_descKrzysztof Kozlowski1-1/+1
2026-04-05Merge tag 'char-misc-7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds45-243/+391
2026-04-05Merge tag 'tty-7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+18
2026-04-05Merge tag 'usb-7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds40-276/+491
2026-04-05EDAC/mc: Fix error path ordering in edac_mc_alloc()Borislav Petkov (AMD)1-3/+3
2026-04-05gpu: nova-core: vbios: use from_le_bytes() for PCI ROM header parsingJohn Hubbard1-6/+1
2026-04-05gpu: nova-core: bitfield: fix broken Default implementationEliot Courtney1-3/+2
2026-04-05gpu: nova-core: falcon: pad firmware DMA object size to required block alignmentAlexandre Courbot1-2/+19
2026-04-05gpu: nova-core: gsp: fix undefined behavior in command queue codeAlexandre Courbot1-46/+68
2026-04-05ACPI: RIMT: Add dependency between iommu and devicesSunil V L1-0/+7
2026-04-04Drivers: hv: Move add_interrupt_randomness() to hypervisor callback sysvecMichael Kelley2-6/+0
2026-04-04Merge tag 'devfreq-next-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel...Rafael J. Wysocki2-51/+74
2026-04-04Merge tag 'amd-pstate-v7.1-2026-04-02' of ssh://gitolite.kernel.org/pub/scm/l...Rafael J. Wysocki7-94/+905
2026-04-04cpuidle: Simplify cpuidle_register_device() with guard()Huisong Li1-7/+5
2026-04-04ACPI: processor: idle: Fix NULL pointer dereference in hotplug pathHuisong Li1-3/+2
2026-04-04bus: fsl-mc: use generic driver_override infrastructureDanilo Krummrich2-39/+8
2026-04-04ACPI: processor: idle: Reset power_setup_done flag on initialization failureHuisong Li1-0/+11
2026-04-04ACPI: TAD: Add alarm support to the RTC class device interfaceRafael J. Wysocki1-3/+109
2026-04-04ACPI: TAD: Split acpi_tad_rtc_read_time()Rafael J. Wysocki1-7/+12
2026-04-04ACPI: TAD: Relocate two functionsRafael J. Wysocki1-47/+47
2026-04-04ACPI: TAD: Split three functions to untangle runtime PM handlingRafael J. Wysocki1-17/+40
2026-04-04ACPI: processor: Rearrange and clean up acpi_processor_errata_piix4()Rafael J. Wysocki1-16/+13
2026-04-04PCI: cadence: Use cdns_pcie_read_sz() for byte or word read accessAksh Garg1-31/+25
2026-04-04ACPI: TAD: Use DC wakeup only if AC wakeup is supportedRafael J. Wysocki1-1/+4
2026-04-04ACPI: TAD: Use dev_groups in struct device_driverRafael J. Wysocki1-9/+6
2026-04-04ACPI: TAD: Update the driver description commentRafael J. Wysocki1-5/+8
2026-04-04ACPI: TAD: Add RTC class device interfaceRafael J. Wysocki1-2/+76
2026-04-04ACPI: TAD: Clear unused RT data in acpi_tad_set_real_time()Rafael J. Wysocki1-4/+4
2026-04-04ACPI: TAD: Rearrange RT data validation checkingRafael J. Wysocki1-6/+18
2026-04-04ACPI: TAD: Use __free() for cleanup in time_store()Rafael J. Wysocki1-14/+14
2026-04-04ACPI: TAD: Support RTC without wakeupRafael J. Wysocki1-13/+13
2026-04-04ACPI: TAD: Create one attribute groupRafael J. Wysocki1-45/+35
2026-04-04rtc: cmos: Do not require IRQ if ACPI alarm is usedRafael J. Wysocki1-5/+10
2026-04-04rtc: cmos: Enable ACPI alarm if advertised in ACPI FADTRafael J. Wysocki1-2/+3
2026-04-04PCI: mediatek-gen3: Prevent leaking IRQ domains when IRQ not foundChen-Yu Tsai1-4/+4
2026-04-04Merge tag 'input-for-v7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-3/+55
2026-04-04thermal/core: Remove pointless variable when registering a cooling deviceDaniel Lezcano1-3/+2
2026-04-04Merge back earlier thermal core updates for 7.1Rafael J. Wysocki3-6/+6
2026-04-04Merge back earlier cpufreq material for 7.1Rafael J. Wysocki8-70/+67