messages from 2023-06-10 20:21:34 to 2023-06-13 22:17:04 UTC [more...]
[PATCH v4 00/34] Split ptdesc from struct page
2023-06-13 22:16 UTC (37+ messages)
` [PATCH v4 01/34] mm: Add PAGE_TYPE_OP folio functions
` [PATCH v4 02/34] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH v4 03/34] s390: Use pt_frag_refcount for pagetables
` [PATCH v4 04/34] pgtable: Create struct ptdesc
` [PATCH v4 05/34] mm: add utility functions for ptdesc
` [PATCH v4 06/34] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
` [PATCH v4 07/34] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH v4 08/34] mm: Convert ptlock_ptr() "
` [PATCH v4 09/34] mm: Convert pmd_ptlock_init() "
` [PATCH v4 10/34] mm: Convert ptlock_init() "
` [PATCH v4 11/34] mm: Convert pmd_ptlock_free() "
` [PATCH v4 12/34] mm: Convert ptlock_free() "
` [PATCH v4 13/34] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH v4 14/34] powerpc: Convert various functions to use ptdescs
` [PATCH v4 15/34] x86: "
` [PATCH v4 16/34] s390: Convert various gmap "
` [PATCH v4 17/34] s390: Convert various pgalloc "
` [PATCH v4 18/34] mm: Remove page table members from struct page
` [PATCH v4 19/34] pgalloc: Convert various functions to use ptdescs
` [PATCH v4 20/34] arm: "
` [PATCH v4 21/34] arm64: "
` [PATCH v4 22/34] csky: Convert __pte_free_tlb() "
` [PATCH v4 23/34] hexagon: "
` [PATCH v4 24/34] loongarch: Convert various functions "
` [PATCH v4 25/34] m68k: "
` [PATCH v4 26/34] mips: "
` [PATCH v4 27/34] nios2: Convert __pte_free_tlb() "
` [PATCH v4 28/34] openrisc: "
` [PATCH v4 29/34] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH v4 30/34] sh: Convert pte_free_tlb() "
` [PATCH v4 31/34] sparc64: Convert various functions "
` [PATCH v4 32/34] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH v4 33/34] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH v4 34/34] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers
[PATCH 00/13] mm: jit/text allocator
2023-06-13 22:16 UTC (14+ messages)
` [PATCH 01/13] nios2: define virtual address space for modules
[PATCH] riscv: replace deprecated scall with ecall
2023-06-13 21:51 UTC (3+ messages)
[PATCH RESEND v2] KVM: move KVM_CAP_DEVICE_CTRL to the generic check
2023-06-13 21:16 UTC
[PATCH v1 00/21] refactor Kconfig to consolidate KEXEC and CRASH options
2023-06-13 20:21 UTC (17+ messages)
` [PATCH v1 01/21] kexec: consolidate kexec and crash options into kernel/Kconfig.kexec
` [PATCH v1 02/21] x86/kexec: refactor for kernel/Kconfig.kexec
` [PATCH v1 03/21] arm/kexec: "
` [PATCH v1 04/21] ia64/kexec: "
` [PATCH v1 05/21] arm64/kexec: "
` [PATCH v1 06/21] loongarch/kexec: "
` [PATCH v1 07/21] m68k/kexec: "
` [PATCH v1 08/21] mips/kexec: "
` [PATCH v1 09/21] parisc/kexec: "
` [PATCH v1 10/21] powerpc/kexec: "
` [PATCH v1 11/21] riscv/kexec: "
` [PATCH v1 12/21] s390/kexec: "
` [PATCH v1 13/21] sh/kexec: "
[PATCH v5 0/7] Add PLL clocks driver and syscon for StarFive JH7110 SoC
2023-06-13 19:58 UTC (15+ messages)
` [PATCH v5 1/7] dt-bindings: clock: Add StarFive JH7110 PLL clock generator
` [PATCH v5 2/7] dt-bindings: soc: starfive: Add StarFive syscon module
` [PATCH v5 3/7] dt-bindings: clock: jh7110-syscrg: Add PLL clock inputs
` [PATCH v5 4/7] clk: starfive: Add StarFive JH7110 PLL clock driver
` [PATCH v5 5/7] clk: starfive: jh7110-sys: Add PLL clocks source from DTS
` [PATCH v5 6/7] riscv: dts: starfive: jh7110: Add syscon nodes
` [PATCH v5 7/7] riscv: dts: starfive: jh7110: Add PLL clock source in SYSCRG node
[PATCH v5 0/4] Implement GCM ghash using Zbc and Zbkb extensions
2023-06-13 19:01 UTC (12+ messages)
` [PATCH v5 1/4] RISC-V: add Zbc extension detection
` [PATCH v5 2/4] RISC-V: add Zbkb "
` [PATCH v5 3/4] RISC-V: hook new crypto subdir into build-system
` [PATCH v5 4/4] RISC-V: crypto: add accelerated GCM GHASH implementation
[PATCH v3 0/2] riscv: allow case-insensitive ISA string parsing
2023-06-06 23:49 UTC (2+ messages)
[PATCH] RISC-V: Support 32_PCREL relocation type in kernel module
2023-06-13 16:50 UTC (2+ messages)
[PATCH v9 01/42] mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
2023-06-13 16:14 UTC (7+ messages)
[PATCH v4 00/10] Linux RISC-V AIA Support
2023-06-13 15:34 UTC (11+ messages)
` [PATCH v4 01/10] RISC-V: Add riscv_fw_parent_hartid() function
` [PATCH v4 02/10] irqchip/riscv-intc: Add support for RISC-V AIA
` [PATCH v4 03/10] dt-bindings: interrupt-controller: Add RISC-V incoming MSI controller
` [PATCH v4 04/10] irqchip: Add RISC-V incoming MSI controller driver
` [PATCH v4 05/10] irqchip/riscv-imsic: Add support for PCI MSI irqdomain
` [PATCH v4 06/10] irqchip/riscv-imsic: Improve IOMMU DMA support
` [PATCH v4 07/10] dt-bindings: interrupt-controller: Add RISC-V advanced PLIC
` [PATCH v4 08/10] irqchip: Add RISC-V advanced PLIC driver
` [PATCH v4 09/10] RISC-V: Select APLIC and IMSIC drivers
` [PATCH v4 10/10] MAINTAINERS: Add entry for RISC-V AIA drivers
[PATCH -next V12 0/3] riscv: Add independent irq/softirq stacks
2023-06-13 15:21 UTC (4+ messages)
` [PATCH -next V12 1/3] riscv: stack: Support HAVE_IRQ_EXIT_ON_IRQ_STACK
[PATCH v3] gpio: sifive: Add missing check for platform_get_irq
2023-06-13 14:22 UTC (2+ messages)
[PATCH -next v21 00/27] riscv: Add vector ISA support
2023-06-13 14:19 UTC (10+ messages)
` [PATCH -next v21 09/27] riscv: Introduce struct/helpers to save/restore per-task Vector state
` [PATCH -next v21 20/27] riscv: hwcap: change ELF_HWCAP to a function
` [PATCH -next v21 25/27] riscv: Add documentation for Vector
[PATCH v1] dt-bindings: riscv: deprecate riscv,isa
2023-06-13 14:11 UTC (12+ messages)
[RFC PATCH v2 2/2] riscv: mm: use svinval instructions instead of sfence.vma
2023-06-13 13:43 UTC (4+ messages)
[PATCH v2] Documentation: RISC-V: patch-acceptance: mention patchwork's role
2023-06-13 13:00 UTC (2+ messages)
[PATCH v2 00/23] arch: allow pte_offset_map[_lock]() to fail
2023-06-13 11:45 UTC (3+ messages)
` [PATCH v2 15/23] s390: allow pte_offset_map_lock() "
[PATCH v3 00/11] Linux RISC-V AIA Support
2023-06-13 10:37 UTC (19+ messages)
` [PATCH v3 01/11] RISC-V: Add riscv_fw_parent_hartid() function
` [PATCH v3 02/11] of/irq: Set FWNODE_FLAG_BEST_EFFORT for the interrupt controller DT nodes
` [PATCH v3 04/11] dt-bindings: interrupt-controller: Add RISC-V incoming MSI controller
` [PATCH v3 07/11] irqchip/riscv-imsic: Improve IOMMU DMA support
` [PATCH v3 08/11] dt-bindings: interrupt-controller: Add RISC-V advanced PLIC
[PATCH RFC 0/2] RISC-V: T-Head vector handling
2023-06-13 6:35 UTC (3+ messages)
` [PATCH RFC 2/2] RISC-V: add T-Head vector errata handling
[PATCH 0/3] Add T-HEAD th1520 soc clock support
2023-06-13 1:35 UTC (3+ messages)
` [PATCH 2/3] clk: thead: add support for the T-HEAD TH1520 CCU
[patch V4 00/37] cpu/hotplug, x86: Reworked parallel CPU bringup
2023-06-12 23:49 UTC (7+ messages)
` [patch V4 04/37] x86/smpboot: Rename start_cpu0() to soft_restart_cpu()
` [patch V4 07/37] x86/smpboot: Restrict soft_restart_cpu() to SEV
` [patch V4 10/37] x86/smpboot: Get rid of cpu_init_secondary()
[PATCH v2 00/10] RISC-V KVM in-kernel AIA irqchip
2023-06-12 21:30 UTC (12+ messages)
` [PATCH v2 01/10] RISC-V: KVM: Implement guest external interrupt line management
` [PATCH v2 02/10] RISC-V: KVM: Add IMSIC related defines
` [PATCH v2 03/10] RISC-V: KVM: Add APLIC "
` [PATCH v2 04/10] RISC-V: KVM: Set kvm_riscv_aia_nr_hgei to zero
` [PATCH v2 05/10] RISC-V: KVM: Skeletal in-kernel AIA irqchip support
` [PATCH v2 06/10] RISC-V: KVM: Implement device interface for AIA irqchip
` [PATCH v2 07/10] RISC-V: KVM: Add in-kernel emulation of AIA APLIC
` [PATCH v2 08/10] RISC-V: KVM: Expose APLIC registers as attributes of AIA irqchip
` [PATCH v2 09/10] RISC-V: KVM: Add in-kernel virtualization of AIA IMSIC
` [PATCH v2 10/10] RISC-V: KVM: Expose IMSIC registers as attributes of AIA irqchip
Add D1/T113s thermal sensor controller support
2023-06-12 18:58 UTC (8+ messages)
` [PATCH v4 1/3] dt-bindings: thermal: sun8i: Add binding for D1/T113s THS controller
` [PATCH v4 2/3] thermal: sun8i: Add D1/T113s THS controller support
` [PATCH v4 3/3] riscv: dts: allwinner: d1: Add thermal sensor and thermal zone
[PATCH v2 0/3] Add D1/T113s thermal sensor controller support
2023-06-12 18:33 UTC (8+ messages)
` [PATCH v2 1/3] dt-bindings: thermal: sun8i: Add binding for D1/T113s THS controller
` [PATCH v2 2/3] thermal: sun8i: Add D1/T113s THS controller support
` [PATCH v2 3/3] riscv: dts: allwinner: d1: Add thermal sensor and thermal zone
[GIT PULL] RISC-V Devicetrees for v6.5
2023-06-12 18:23 UTC
[PATCH RFC 0/2] RISC-V: T-Head vector handling
2023-06-12 15:44 UTC (3+ messages)
[PATCH v5 0/3] Add support for Allwinner GPADC on D1/T113s/R329/T507 SoCs
2023-06-12 14:59 UTC (6+ messages)
` [PATCH v5 2/3] dt-bindings: iio: adc: Add Allwinner D1/T113s/R329/T507 SoCs GPADC
` [PATCH v5 3/3] riscv: dts: allwinner: d1: Add GPADC node
[PATCH v4 0/4] Implement GCM ghash using Zbc and Zbkb extensions
2023-06-12 14:45 UTC (4+ messages)
` [PATCH v4 4/4] RISC-V: crypto: add accelerated GCM GHASH implementation
[PATCH] RISC-V: KVM: Allow Svnapot extension for Guest/VM
2023-06-12 11:10 UTC
[PATCH v1 0/2] Unify uapi bitsperlong.h
2023-06-12 11:01 UTC (3+ messages)
` [PATCH v1 1/2] asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarch
` [PATCH v1 2/2] tools arch: Remove uapi bitsperlong.h of hexagon and microblaze
[PATCH v3 00/10] RISCV: Add KVM_GET_REG_LIST API
2023-06-12 9:44 UTC (11+ messages)
` [PATCH v3 09/10] KVM: riscv: selftests: Skip some registers set operation
` [PATCH v3 10/10] KVM: riscv: selftests: Add get-reg-list test
[PATCH v2] riscv: move memblock_allow_resize() after linear mapping is ready
2023-06-12 9:37 UTC
[PATCH v3 0/7] ISA string parser cleanups
2023-06-12 7:52 UTC (9+ messages)
` [PATCH v3 1/7] RISC-V: simplify register width check in ISA string parsing
` [PATCH v3 2/7] RISC-V: split early & late of_node to hartid mapping
` [PATCH v3 3/7] RISC-V: validate riscv,isa at boot, not during ISA string parsing
` [PATCH v3 5/7] RISC-V: remove decrement/increment dance in ISA string parser
[PATCH] riscv: move memblock_allow_resize() after lm is ready
2023-06-12 7:15 UTC (5+ messages)
[PATCH] riscv: reserve DTB before possible memblock allocation
2023-06-12 6:57 UTC (6+ messages)
[PATCH v4 1/7] dt-bindings: clock: Add StarFive JH7110 PLL clock generator
2023-06-12 3:06 UTC (12+ messages)
[PATCH v3 0/3] Add D1/T113s thermal sensor controller support
2023-06-11 10:21 UTC (7+ messages)
` [PATCH v3 1/3] dt-bindings: thermal: sun8i: Add binding for D1/T113s THS controller
` [PATCH v3 2/3] thermal: sun8i: Add D1/T113s THS controller support
` [PATCH v3 3/3] riscv: dts: allwinner: d1: Add thermal sensor and thermal zone
[PATCH v1 0/3] Add D1/T113s thermal sensor controller support
2023-06-11 10:18 UTC (10+ messages)
` [PATCH v1 3/3] dt-bindings: thermal: sun8i: Add binding for D1/T113s THS controller
[patch v3 00/36] cpu/hotplug, x86: Reworked parallel CPU bringup
2023-06-10 22:51 UTC (13+ messages)
` [patch v3 31/36] x86/apic: Provide cpu_primary_thread mask
` [patch] x86/realmode: Make stack lock work in trampoline_compat()
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