messages from 2025-02-03 19:31:00 to 2025-02-05 15:57:38 UTC [more...]
[PATCH 00/19] iommu: Further abstract iommu-pages
2025-02-05 15:55 UTC (22+ messages)
` [PATCH 01/19] iommu/terga: Do not use struct page as the handle for as->pd memory
` [PATCH 02/19] iommu/tegra: Do not use struct page as the handle for pts
` [PATCH 03/19] iommu/pages: Remove __iommu_alloc_pages()/__iommu_free_pages()
` [PATCH 04/19] iommu/pages: Make iommu_put_pages_list() work with high order allocations
` [PATCH 05/19] iommu/pages: Replace iommu_free_pages() with iommu_free_page()
` [PATCH 06/19] iommu/pages: De-inline the substantial functions
` [PATCH 07/19] iommu/vtd: Use virt_to_phys()
` [PATCH 08/19] iommu/pages: Formalize the freelist API
` [PATCH 09/19] iommu/riscv: Convert to use struct iommu_pages_list
` [PATCH 10/19] iommu/amd: "
` [PATCH 11/19] iommu: Change iommu_iotlb_gather to use iommu_page_list
` [PATCH 12/19] iommu/pages: Remove iommu_put_pages_list_old and the _Generic
` [PATCH 13/19] iommu/pages: Move from struct page to struct ioptdesc and folio
` [PATCH 14/19] iommu/pages: Move the __GFP_HIGHMEM checks into the common code
` [PATCH 15/19] iommu/pages: Allow sub page sizes to be passed into the allocator
` [PATCH 16/19] iommu/amd: Use roundup_pow_two() instead of get_order()
` [PATCH 17/19] iommu/riscv: Update to use iommu_alloc_pages_node_lg2()
` [PATCH 18/19] iommu: Update various drivers to pass in lg2sz instead of order to iommu pages
` [PATCH 19/19] iommu/pages: Remove iommu_alloc_page/pages()
[PATCH v2] riscv: Use Zalrsc extension to implement atomic functions
2025-02-05 15:49 UTC (9+ messages)
[PATCH v3] riscv: Fix the PAUSE Opcode for MIPS P8700
2025-02-05 15:44 UTC (2+ messages)
[PATCH] riscv: Access time mmio instead of rdtime
2025-02-05 15:31 UTC (2+ messages)
[PATCH v2 0/4] riscv: uaccess: optimizations
2025-02-05 15:08 UTC (4+ messages)
` [PATCH v2 1/4] riscv: implement user_access_begin and families
[PATCH] kbuild: Use --strip-unneeded with INSTALL_MOD_STRIP
2025-02-05 15:00 UTC (8+ messages)
[PATCH v1] riscv: Use of_property_present() to test for non-boolean properties
2025-02-05 14:39 UTC
[PATCH v2 00/10] Support for Allwinner V853 SoC
2025-02-05 12:52 UTC (11+ messages)
` [PATCH v2 01/10] clk: sunxi-ng: allow key feature in ccu reset and gate
` [PATCH v2 02/10] pinctrl: sunxi: add driver for Allwinner V853
` [PATCH v2 03/10] dt-bindings: clock: sunxi-ng: add compatibles for V853
` [PATCH v2 04/10] clk: sunxi-ng: add CCU drivers "
` [PATCH v2 05/10] dt-bindings: power: add V853 ppu bindings
` [PATCH v2 06/10] pmdomain: sunxi: add V853 ppu support
` [PATCH v2 07/10] dt-bindings: phy: allwinner: add v853 usb phy
` [PATCH v2 08/10] phy: allwinner: add v853 usb phy compatible
` [PATCH v2 09/10] ARM: dts: sun8i: add DTSI file for V853
` [PATCH v2 10/10] ARM: dts: sun8i: add DTS file for yuzuki-lizard V851s
[PATCH v2] riscv: Remove duplicate CLINT_TIMER selections
2025-02-05 14:09 UTC
[PATCH v2] riscv: defconfig: Disable Renesas SoC support
2025-02-05 14:07 UTC
[PATCH v2 0/5] riscv: dts: starfive: jh7110-common: Sync downstream U-Boot changes
2025-02-05 13:21 UTC (17+ messages)
` [PATCH v2 1/5] riscv: dts: starfive: jh7110-common: replace syscrg clock assignments
` [PATCH v2 2/5] riscv: dts: starfive: jh7110-common: qspi flash setting read-delay 2 cycles max 100MHz
` [PATCH v2 3/5] riscv: dts: starfive: jh7110-common: assign 24MHz clock-frequency to uart0
` [PATCH v2 4/5] riscv: dts: starfive: jh7110-common: add eeprom node to i2c5
` [PATCH v2 5/5] riscv: dts: starfive: jh7110-common: bootph-pre-ram hinting needed by boot loader
[PATCH v7 0/3] pwm: Add pwm driver for Sophgo SG2042
2025-02-05 12:57 UTC (6+ messages)
` [PATCH v7 1/3] dt-bindings: pwm: sophgo: add PWM controller for SG2042
` [PATCH v7 2/3] pwm: sophgo: add driver for Sophgo SG2042 PWM
` [PATCH v7 3/3] riscv: sophgo: dts: add pwm controller for SG2042 SoC
[PATCH V2] mm/ptdump: Drop GENERIC_PTDUMP
2025-02-05 10:01 UTC (2+ messages)
[PATCH v3 00/18] vDSO: Introduce generic data storage
2025-02-05 8:50 UTC (20+ messages)
` [PATCH v3 01/18] x86/vdso: Fix latent bug in vclock_pages calculation
` [PATCH v3 02/18] parisc: Remove unused symbol vdso_data
` [PATCH v3 03/18] vdso: Introduce vdso/align.h
` [PATCH v3 04/18] vdso: Rename included Makefile
` [PATCH v3 05/18] vdso: Add generic time data storage
` [PATCH v3 06/18] vdso: Add generic random "
` [PATCH v3 07/18] vdso: Add generic architecture-specific "
` [PATCH v3 08/18] arm64: vdso: Switch to generic storage implementation
` [PATCH v3 09/18] riscv: "
` [PATCH v3 10/18] LoongArch: vDSO: "
` [PATCH v3 11/18] arm: vdso: "
` [PATCH v3 12/18] s390/vdso: "
` [PATCH v3 13/18] MIPS: vdso: "
` [PATCH v3 14/18] powerpc/vdso: "
` [PATCH v3 15/18] x86/vdso: "
` [PATCH v3 16/18] x86/vdso/vdso2c: Remove page handling
` [PATCH v3 17/18] vdso: Remove remnants of architecture-specific random state storage
` [PATCH v3 18/18] vdso: Remove remnants of architecture-specific time storage
[PATCH v4 4/4] entry: Inline syscall_exit_to_user_mode()
2025-02-05 8:13 UTC (2+ messages)
[PATCH v3] riscv: Optimize crct10dif with zbc extension
2025-02-05 6:58 UTC
[PATCH v1 0/7] perf: Support multiple system call tables in the build
2025-02-05 5:17 UTC (20+ messages)
` [PATCH v1 2/7] perf trace: Reorganize syscalls
` [PATCH v1 3/7] perf syscalltbl: Remove struct syscalltbl
` [PATCH v1 6/7] perf syscalltbl: Use lookup table containing multiple architectures
[PATCH v3 0/4] mm: batched unmap lazyfree large folios during reclamation
2025-02-05 3:35 UTC (5+ messages)
` [PATCH v3 3/4] mm: Support batched unmap for "
[PATCH v9 00/26] riscv control-flow integrity for usermode
2025-02-05 1:22 UTC (27+ messages)
` [PATCH v9 01/26] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH v9 02/26] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v9 03/26] riscv: zicfiss / zicfilp enumeration
` [PATCH v9 04/26] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v9 05/26] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v9 06/26] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v9 07/26] riscv mm: manufacture shadow stack pte
` [PATCH v9 08/26] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v9 09/26] riscv mmu: write protect and shadow stack
` [PATCH v9 10/26] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v9 11/26] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v9 12/26] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v9 13/26] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v9 14/26] riscv/traps: Introduce software check exception
` [PATCH v9 15/26] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v9 16/26] riscv/signal: save and restore of shadow stack for signal
` [PATCH v9 17/26] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v9 18/26] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v9 19/26] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v9 20/26] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH v9 21/26] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v9 22/26] riscv: kernel command line option to opt out of user cfi
` [PATCH v9 23/26] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v9 24/26] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v9 25/26] riscv: Documentation for shadow stack on riscv
` [PATCH v9 26/26] kselftest/riscv: kselftest for user mode cfi
[PATCH 0/7] rtc: Use devm_pm_set_wake_irq to simplify code
2025-02-05 0:58 UTC (8+ messages)
` [PATCH 1/7] rtc: stm32: Use resource managed API "
` [PATCH 2/7] rtc: nxp-bbnsm: "
` [PATCH 3/7] rtc: ds1343: Use devm_pm_set_wake_irq
` [PATCH 4/7] rtc: pm8xxx: "
` [PATCH 5/7] rtc: ab8500: Use resource managed API to simplify code
` [PATCH 6/7] rtc: mpfs: Use devm_pm_set_wake_irq
` [PATCH 7/7] rtc: pl031: Use resource managed API to simplify code
[PATCH V5 0/3] riscv: mm: Add soft-dirty and uffd-wp support
2025-02-05 0:19 UTC (4+ messages)
` [PATCH V5 1/3] riscv: mm: Prepare for reusing PTE RSW bit(9)
[PATCH 00/15] kasan: x86: arm64: risc-v: KASAN tag-based mode for x86
2025-02-04 23:36 UTC (20+ messages)
` [PATCH 01/15] kasan: Allocation enhancement for dense tag-based mode
` [PATCH 02/15] kasan: Tag checking with "
` [PATCH 03/15] kasan: Vmalloc dense tag-based mode support
` [PATCH 04/15] kasan: arm64: x86: risc-v: Make special tags arch specific
` [PATCH 05/15] x86: Add arch specific kasan functions
` [PATCH 06/15] x86: Reset tag for virtual to physical address conversions
` [PATCH 07/15] mm: Pcpu chunk address tag reset
` [PATCH 08/15] x86: Physical address comparisons in fill_p*d/pte
` [PATCH 09/15] x86: Physical address comparison in current_mm pgd check
` [PATCH 10/15] x86: KASAN raw shadow memory PTE init
` [PATCH 11/15] x86: LAM initialization
` [PATCH 12/15] x86: Minimal SLAB alignment
` [PATCH 13/15] x86: runtime_const used for KASAN_SHADOW_END
` [PATCH 14/15] x86: Make software tag-based kasan available
` [PATCH 15/15] kasan: Add mititgation and debug modes
[RFC PATCH v2 00/17] Linux SBI MPXY and RPMI drivers
2025-02-04 17:36 UTC (22+ messages)
` [RFC PATCH v2 02/17] dt-bindings: mailbox: Add bindings for RPMI shared memory transport
` [RFC PATCH v2 03/17] dt-bindings: mailbox: Add bindings for RISC-V SBI MPXY extension
` [RFC PATCH v2 08/17] dt-bindings: clock: Add bindings for RISC-V RPMI clock service group
` [RFC PATCH v2 10/17] dt-bindings: interrupt-controller: Add bindings for RISC-V RPMI system MSI
` [RFC PATCH v2 12/17] ACPI: property: Add support for nargs_prop in acpi_fwnode_get_reference_args()
` [RFC PATCH v2 16/17] irqchip/riscv-rpmi-sysmsi: Add ACPI support
[PATCH v4 00/18] Enable drm/imagination BXM-4-64 Support for LicheePi 4A
2025-02-04 17:18 UTC (5+ messages)
` [PATCH v4 09/18] reset: thead: Add TH1520 reset controller driver
[PATCH] Documentation: riscv: Remove KPROBES_ON_FTRACE
2025-02-04 17:07 UTC (2+ messages)
[PATCH RESEND v3 0/3] riscv: canaan: Add support for K230-Canmv clock
2025-02-04 17:06 UTC (4+ messages)
` [PATCH RESEND v3 1/3] dt-bindings: clock: Add bindings for Canaan K230 clock controller
[PATCH] riscv/atomic: Do proper sign extension also for unsigned in arch_cmpxchg
2025-02-04 16:44 UTC (10+ messages)
[PATCH v3 00/10] RISC-V IMSIC driver improvements
2025-02-04 15:20 UTC (16+ messages)
` [PATCH v3 01/10] irqchip/riscv-imsic: Handle non-atomic MSI updates for device
` [PATCH v3 02/10] irqchip/irq-msi-lib: Optionally set default irq_eoi/irq_ack
` [PATCH v3 03/10] irqchip/riscv-imsic: Set irq_set_affinity for IMSIC base
` [PATCH v3 04/10] irqchip/riscv-imsic: Move to common MSI lib
` [PATCH v3 05/10] genirq: Introduce common irq_force_complete_move() implementation
` [PATCH v3 06/10] RISC-V: Enable GENERIC_PENDING_IRQ and GENERIC_PENDING_IRQ_CHIPFLAGS
` [PATCH v3 07/10] irqchip/riscv-imsic: Separate next and previous pointers in IMSIC vector
` [PATCH v3 08/10] irqchip/riscv-imsic: Implement irq_force_complete_move() for IMSIC
` [PATCH v3 09/10] irqchip/riscv-imsic: Replace hwirq with irq in the IMSIC vector
` [PATCH v3 10/10] irqchip/riscv-imsic: Use IRQCHIP_MOVE_DEFERRED flag for PCI devices
[PATCH] riscv/futex: sign extend compare value in atomic cmpxchg
2025-02-04 8:44 UTC (3+ messages)
[PATCH v3 00/21] Add Counter delegation ISA extension support
2025-02-04 6:35 UTC (4+ messages)
` [PATCH v3 09/21] RISC-V: Add Smcntrpmf extension parsing
[PATCH v6 0/4] Add Microchip IPC mailbox
2025-02-03 19:15 UTC (2+ messages)
[PATCH] iommu/riscv: Fixup compile warning
2025-02-03 19:16 UTC (2+ messages)
[PATCH v3] kbuild: Strip runtime const RELA sections correctly
2025-02-03 19:16 UTC (2+ messages)
[Patch] PCI/MSI: Handle lack of irqdomain gracefully
2025-02-03 19:16 UTC (2+ messages)
[PATCH v2] clk: thead: Fix TH1520 emmc and shdci clock rate
2025-02-03 19:16 UTC (2+ messages)
[GIT PULL] RISC-V Patches for the 6.14 Merge Window, Part 1
2025-02-03 19:34 UTC (3+ messages)
[PATCH v5] riscv: Add runtime constant support
2025-02-03 20:40 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox