summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | x86/kexec: Do not update E820 kexec table for setup_dataDave Young2024-03-221-16/+1
| | * | x86/config: Fix warning for 'make ARCH=x86_64 tinyconfig'Masahiro Yamada2024-03-211-0/+1
| * | | Merge tag 'sched-urgent-2024-03-24' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-241-0/+3
| |\ \ \
| | * | | sched/doc: Update documentation for base_slice_ns and CONFIG_HZ relationMukesh Kumar Chaurasiya2024-03-211-0/+3
| | |/ /
| * | | Merge tag 'dma-mapping-6.9-2024-03-24' of git://git.infradead.org/users/hch/d...Linus Torvalds2024-03-242-12/+42
| |\ \ \
| | * | | swiotlb: Reinstate page-alignment for mappings >= PAGE_SIZEWill Deacon2024-03-131-7/+11
| | * | | iommu/dma: Force swiotlb_max_mapping_size on an untrusted deviceNicolin Chen2024-03-131-0/+9
| | * | | swiotlb: Fix alignment checks when both allocation and DMA masks are presentWill Deacon2024-03-131-2/+9
| | * | | swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc()Will Deacon2024-03-131-1/+3
| | * | | swiotlb: Enforce page alignment in swiotlb_alloc()Will Deacon2024-03-131-0/+6
| | * | | swiotlb: Fix double-allocation of slots due to broken alignment handlingWill Deacon2024-03-131-12/+14
| * | | | Merge tag 'timers-urgent-2024-03-23' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-03-232-3/+20
| |\ \ \ \
| | * | | | timers: Fix removed self-IPI on global timer's enqueue in nohz_fullFrederic Weisbecker2024-03-191-1/+11
| | * | | | timers/migration: Fix endless timer requeue after idle interruptsFrederic Weisbecker2024-03-191-2/+9
| * | | | | Merge tag 'timers-core-2024-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-03-2312-59/+191
| |\ \ \ \ \
| | * \ \ \ \ Merge tag 'timers-v6.9-rc1' of https://git.linaro.org/people/daniel.lezcano/l...Thomas Gleixner2024-03-1812-59/+191
| | |\ \ \ \ \
| | | * | | | | clocksource/drivers/timer-riscv: Clear timer interrupt on timer initializationLey Foon Tan2024-03-131-0/+3
| | | * | | | | dt-bindings: timer: Add support for cadence TTC PWMMubin Sayyed2024-02-261-1/+21
| | | * | | | | clocksource/drivers/arm_global_timer: Simplify prescaler register accessMartin Blumenstingl2024-02-261-11/+8
| | | * | | | | clocksource/drivers/arm_global_timer: Guard against division by zeroMartin Blumenstingl2024-02-261-6/+5
| | | * | | | | clocksource/drivers/arm_global_timer: Make gt_target_rate unsigned longMartin Blumenstingl2024-02-261-1/+2
| | | * | | | | dt-bindings: timer: add Ralink SoCs system tick counterSergio Paracuellos2024-02-231-0/+38
| | | * | | | | clocksource: arm_global_timer: fix non-kernel-doc commentRandy Dunlap2024-02-211-1/+1
| | | * | | | | clocksource/drivers/arm_global_timer: Remove stray tabMartin Blumenstingl2024-02-191-1/+1
| | | * | | | | clocksource/drivers/arm_global_timer: Fix maximum prescaler valueMartin Blumenstingl2024-02-191-1/+1
| | | * | | | | clocksource/drivers/imx-sysctr: Add i.MX95 supportPeng Fan2024-02-181-4/+49
| | | * | | | | clocksource/drivers/imx-sysctr: Drop use global variablesPeng Fan2024-02-181-32/+44
| | | * | | | | dt-bindings: timer: nxp,sysctr-timer: support i.MX95Peng Fan2024-02-181-1/+3
| | | * | | | | dt-bindings: timer: renesas: ostm: Document RZ/Five SoCLad Prabhakar2024-02-131-1/+1
| | | * | | | | dt-bindings: timer: renesas,tmu: Document input capture interruptGeert Uytterhoeven2024-01-311-2/+16
| | | * | | | | clocksource/drivers/ti-32K: Fix misuse of "/**" commentRandy Dunlap2024-01-221-1/+1
| | | * | | | | clocksource/drivers/stm32: Fix all kernel-doc warningsRandy Dunlap2024-01-221-2/+2
| | | * | | | | dt-bindings: timer: exynos4210-mct: Add google,gs101-mct compatiblePeter Griffin2024-01-221-0/+2
| | | * | | | | clocksource/drivers/imx: Fix -Wunused-but-set-variable warningDaniel Lezcano2024-01-221-2/+1
| * | | | | | | Merge tag 'irq-urgent-2024-03-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-03-231-18/+54
| |\ \ \ \ \ \ \
| | * | | | | | | irqchip/renesas-rzg2l: Do not set TIEN and TINT source at the same timeBiju Das2024-03-181-3/+2
| | * | | | | | | irqchip/renesas-rzg2l: Prevent spurious interrupts when setting trigger typeBiju Das2024-03-181-4/+32
| | * | | | | | | irqchip/renesas-rzg2l: Rename rzg2l_irq_eoi()Biju Das2024-03-181-4/+3
| | * | | | | | | irqchip/renesas-rzg2l: Rename rzg2l_tint_eoi()Biju Das2024-03-181-5/+3
| | * | | | | | | irqchip/renesas-rzg2l: Flush posted write in irq_eoi()Biju Das2024-03-181-2/+14
| * | | | | | | | Merge tag 'core-entry-2024-03-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-03-231-1/+7
| |\ \ \ \ \ \ \ \
| | * | | | | | | | entry: Respect changes to system call number by trace_sys_enter()André Rösti2024-03-121-1/+7
| * | | | | | | | | Merge tag 'powerpc-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-03-2316-231/+274
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | powerpc/kdump: Split KEXEC_CORE and CRASH_DUMP dependencyHari Bathini2024-03-178-63/+61
| | * | | | | | | | | powerpc/kexec: split CONFIG_KEXEC_FILE and CONFIG_CRASH_DUMPHari Bathini2024-03-172-131/+142
| | * | | | | | | | | kexec/kdump: make struct crash_mem available without CONFIG_CRASH_DUMPHari Bathini2024-03-171-6/+6
| | * | | | | | | | | powerpc: Handle error in mark_rodata_ro() and mark_initmem_nx()Christophe Leroy2024-03-175-31/+65
| * | | | | | | | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2024-03-2311-184/+33
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branches 'misc' and 'fixes' into for-linusRussell King (Oracle)2024-03-191-0/+3
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | ARM: 9359/1: flush: check if the folio is reserved for no-mapping addressesYongqiang Liu2024-03-111-0/+3