messages from 2024-12-18 09:42:27 to 2024-12-23 10:02:03 UTC [more...]
[PATCH v3 00/17] move pagetable_*_dtor() to __tlb_remove_table()
2024-12-23 9:41 UTC (15+ messages)
` [PATCH v3 01/17] Revert "mm: pgtable: make ptlock be freed by RCU"
` [PATCH v3 02/17] riscv: mm: Skip pgtable level check in {pud,p4d}_alloc_one
` [PATCH v3 03/17] asm-generic: pgalloc: Provide generic p4d_{alloc_one,free}
` [PATCH v3 04/17] mm: pgtable: add statistics for P4D level page table
` [PATCH v3 05/17] arm64: pgtable: use mmu gather to free p4d "
` [PATCH v3 06/17] s390: pgtable: add statistics for PUD and P4D "
` [PATCH v3 10/17] riscv: pgtable: move pagetable_dtor() to __tlb_remove_table()
` [PATCH v3 11/17] x86: "
` [PATCH v3 12/17] s390: pgtable: also move pagetable_dtor() of PxD "
` [PATCH v3 13/17] mm: pgtable: introduce generic __tlb_remove_table()
` [PATCH v3 14/17] mm: pgtable: move __tlb_remove_table_one() in x86 to generic file
` [PATCH v3 15/17] mm: pgtable: remove tlb_remove_page_ptdesc()
` [PATCH v3 16/17] mm: pgtable: remove tlb_remove_ptdesc()
` [PATCH v3 17/17] mm: pgtable: introduce generic pagetable_dtor_free()
[PATCH 0/3] riscv: Add PARAVIRT_SPINLOCKS support
2024-12-23 8:14 UTC (5+ messages)
` [PATCH 1/3] RISC-V: paravirt: Add pvqspinlock KVM backend
` [PATCH 2/3] RISC-V: paravirt: Add pvqspinlock frontend
` [PATCH 3/3] RISC-V: paravirt: pvqspinlock: Add trace point for pv_kick/wait
[PATCH 0/6] selftests/nolibc: wire up riscv32
2024-12-23 8:13 UTC (10+ messages)
` [PATCH 1/6] tools/nolibc: add support for waitid()
` [PATCH 2/6] selftests/nolibc: use waitid() over waitpid()
` [PATCH 3/6] selftests/nolibc: use a pipe to in vfprintf tests
` [PATCH 4/6] selftests/nolibc: skip tests for unimplemented syscalls
` [PATCH 5/6] selftests/nolibc: rename riscv to riscv64
` [PATCH 6/6] selftests/nolibc: add configurations for riscv32
[PATCH v7] mm/memblock: Add memblock_alloc_or_panic interface
2024-12-23 7:58 UTC (5+ messages)
[PATCH v2 0/5] KVM: drop 32-bit host support on all architectures
2024-12-23 6:24 UTC (10+ messages)
` [PATCH v2 1/5] mips: kvm: drop support for 32-bit hosts
` [PATCH v2 2/5] riscv: kvm: drop 32-bit host support
` [PATCH v2 3/5] powerpc: kvm: drop 32-bit booke
` [PATCH v2 4/5] powerpc: kvm: drop 32-bit book3s
` [PATCH v2 5/5] x86: kvm drop 32-bit host support
[RFC PATCH] raid6: Add RISC-V SIMD syndrome and recovery calculations
2024-12-23 2:16 UTC (5+ messages)
[PATCH net-next v3 0/3] riscv: sophgo: Add ethernet support for SG2044
2024-12-23 0:58 UTC (4+ messages)
` [PATCH net-next v3 1/3] dt-bindings: net: Add support for Sophgo SG2044 dwmac
` [PATCH net-next v3 2/3] net: stmmac: platform: Add snps,dwmac-5.30a IP compatible string
` [PATCH net-next v3 3/3] net: stmmac: Add glue layer for Sophgo SG2044 SoC
[PATCH v6] mm/memblock: Add memblock_alloc_or_panic interface
2024-12-22 10:23 UTC (5+ messages)
[PATCH] riscv: Add riscv_force_qspinlock for early_param
2024-12-22 4:03 UTC (3+ messages)
[PATCH] riscv: qspinlock: Add virt_spin_lock() support for KVM guests
2024-12-22 3:57 UTC (3+ messages)
[PATCH v5] mm/memblock: Add memblock_alloc_or_panic interface
2024-12-22 3:03 UTC
[PATCH v4] mm/memblock: Add memblock_alloc_or_panic interface
2024-12-22 1:26 UTC
[PATCH v2] mm/memblock: Add memblock_alloc_or_panic interface
2024-12-22 0:52 UTC (3+ messages)
[PATCH] riscv: migrate to the generic rule for built-in DTB
2024-12-22 0:08 UTC
[PATCH v3] mm/memblock: Add memblock_alloc_or_panic interface
2024-12-21 10:50 UTC
[PATCH] mm/memblock: Add memblock_alloc_or_panic interface
2024-12-21 9:59 UTC (3+ messages)
[PATCH 0/2] perf: tests: Fix object code reading test for riscv
2024-12-21 6:49 UTC (6+ messages)
` [PATCH 1/2] kbuild: Check version of objdump
[PATCH] riscv: dts: starfive: jh7110-common: Use named definition for mmc1 card detect
2024-12-21 4:15 UTC (7+ messages)
RFC: riscv64 big endian system attempt
2024-12-20 19:53 UTC (17+ messages)
` [RFC 01/15] riscv: add initial kconfig and build flags for big-endian
` [RFC 02/15] add __RISCVEB__ to byteorder.h
` [RFC 03/15] riscv: disable vector if big-endian, gcc unsupported option
` [RFC 04/15] riscv: word-at-atime: move to generic if we're big endian
` [RFC 05/15] riscv: asm: use .insn for making custom instructioons
` [RFC 06/15] intiial header work
` [RFC 07/15] kconfig: remove CONFIG_COMAPT for big-endian (compat cods doesn't build atm)
` [RFC 08/15] defconfig: add our build config
` [RFC 09/15] temp: remove various library optimisations
` [RFC 10/15] riscv: fixup use of natural endian on instructions
` [RFC 11/15] add todo on fpu
` [RFC 12/15] riscv: bpf: big endian fixes, updated BPF_ALU ops
` [RFC 13/15] riscv: probes: sort out endian-ness
` [RFC 14/15] riscv: ftrace big endian updates
` [RFC 15/15] riscv: traps: make insn fetch common in unknown instruction
[PATCH 00/10] Account page tables at all levels
2024-12-20 19:31 UTC (22+ messages)
` [PATCH 01/10] mm: Move common parts of pagetable_*_[cd]tor to helpers
` [PATCH 02/10] parisc: mm: Ensure pagetable_pmd_[cd]tor are called
` [PATCH 03/10] m68k: mm: Add calls to pagetable_pmd_[cd]tor
` [PATCH 04/10] s390/mm: Add calls to pagetable_pud_[cd]tor
` [PATCH 05/10] riscv: mm: Skip pgtable level check in {pud,p4d}_alloc_one
` [PATCH 06/10] asm-generic: pgalloc: Provide generic p4d_{alloc_one,free}
` [PATCH 07/10] mm: Introduce ctor/dtor at P4D level
` [PATCH 08/10] ARM: mm: Rename PGD helpers
` [PATCH 09/10] asm-generic: pgalloc: Provide generic __pgd_{alloc,free}
` [PATCH 10/10] mm: Introduce ctor/dtor at PGD level
[PATCH 0/2] selftest: fix riscv/vector tests
2024-12-20 15:29 UTC (4+ messages)
` [PATCH 1/2] tools: selftests: riscv: Add pass message for v_initval_nolibc
` [PATCH 2/2] tools: selftests: riscv: Add test count for vstate_prctl
[PATCH v2 0/2] riscv: signal: fix the size of signal frame
2024-12-20 14:48 UTC (4+ messages)
` [PATCH v2 1/2] riscv: signal: fix signal frame size
` [PATCH v2 2/2] riscv: signal: fix signal_minsigstksz
[PATCH v4] pinctrl: k210: Undef K210_PC_DEFAULT
2024-12-20 12:37 UTC (3+ messages)
[PATCH] pinctrl: k210: Modify the wrong "#undef"
2024-12-20 12:36 UTC (3+ messages)
[PATCH -fixes] riscv: Fix IPIs usage in kfence_protect_page()
2024-12-20 12:24 UTC (2+ messages)
[PATCH] RISC-V: Enable Zicbom in usermode
2024-12-20 6:01 UTC (3+ messages)
` [External] "
[PATCH 0/8] KVM: selftests: Binary stats fixes and infra updates
2024-12-20 1:39 UTC (9+ messages)
` [PATCH 1/8] KVM: selftests: Fix mostly theoretical leak of VM's binary stats FD
` [PATCH 2/8] KVM: selftests: Close VM's binary stats FD when releasing VM
` [PATCH 3/8] KVM: selftests: Assert that __vm_get_stat() actually finds a stat
` [PATCH 4/8] KVM: selftests: Macrofy vm_get_stat() to auto-generate stat name string
` [PATCH 5/8] KVM: selftests: Add struct and helpers to wrap binary stats cache
` [PATCH 6/8] KVM: selftests: Get VM's binary stats FD when opening VM
` [PATCH 7/8] KVM: selftests: Add infrastructure for getting vCPU binary stats
` [PATCH 8/8] KVM: selftests: Add compile-time assertions to guard against stats typos
[PATCH v2 1/5] dt-bindings: pci: Add Sophgo SG2042 PCIe host
2024-12-20 0:14 UTC (4+ messages)
[PATCH v2 0/3] riscv: spacemit: add gpio support for K1 SoC
2024-12-19 22:18 UTC (6+ messages)
` [PATCH v2 1/3] dt-bindings: gpio: spacemit: add "
` [PATCH v2 2/3] "
` [PATCH v2 3/3] riscv: dts: spacemit: add gpio "
[PATCH v3] tools: perf: tests: Fix code reading for riscv
2024-12-19 21:44 UTC
[PATCH v2 0/2] riscv/ptrace: add new regset to access original a0 register
2024-12-19 21:36 UTC (6+ messages)
` [PATCH v2 2/2] riscv: selftests: Add a ptrace test to verify syscall parameter modification
[PATCH] riscv: Fix the PAUSE Opcode for MIPS P8700
2024-12-19 18:45 UTC (2+ messages)
[PATCH v4 00/16] KVM: selftests: "tree" wide overhauls
2024-12-19 15:14 UTC (6+ messages)
[PATCH v2] MAINTAINERS: setup support for SpacemiT SoC tree
2024-12-19 13:55 UTC (4+ messages)
[PATCH v6 0/4] Add Microchip IPC mailbox
2024-12-19 12:54 UTC (3+ messages)
` [PATCH v6 3/4] dt-bindings: mailbox: add binding for Microchip IPC mailbox controller
[PATCH v2 0/2] Microchip CoreI2C driver fixes
2024-12-19 11:50 UTC (4+ messages)
` [PATCH v2 1/2] i2c: microchip-core: actually use repeated sends
` [PATCH v2 2/2] i2c: microchip-core: fix "ghost" detections
[PATCH 0/5] riscv: add support for Zaamo and Zalrsc extensions
2024-12-19 7:46 UTC (6+ messages)
` [PATCH 4/5] RISC-V: KVM: Allow Zaamo/Zalrsc extensions for Guest/VM
` [PATCH 5/5] KVM: riscv: selftests: Add Zaamo/Zalrsc extensions to get-reg-list test
[PATCH 00/17] vDSO: Introduce generic data storage
2024-12-19 7:03 UTC (14+ messages)
` [PATCH 03/17] vdso: Add generic time "
` [PATCH 07/17] riscv: vdso: Switch to generic storage implementation
` [PATCH 12/17] powerpc/vdso: "
[PATCH RFC v4 0/3] riscv: add Svukte extension
2024-12-19 7:03 UTC (2+ messages)
[PATCH 0/2] riscv: signal: fix the size of signal frame
2024-12-19 6:43 UTC (4+ messages)
` [PATCH 2/2] riscv: signal: fix signal_minsigstksz
[RFC PATCH 0/8] Linux SBI MPXY and RPMI drivers
2024-12-19 4:42 UTC (4+ messages)
` [RFC PATCH 8/8] clk: Add clock driver for the RISC-V RPMI clock service group
[PATCH v2 2/5] PCI: sg2042: Add Sophgo SG2042 PCIe driver
2024-12-19 3:23 UTC (2+ messages)
[PATCH v2] tools: perf: tests: Fix code reading for riscv
2024-12-19 1:52 UTC (11+ messages)
[PATCH v5 00/10] riscv: add initial support for SpacemiT K1
2024-12-19 1:19 UTC (5+ messages)
[PATCH v3 0/3] riscv: Add bfloat16 instruction support
2024-12-19 0:36 UTC (5+ messages)
` [PATCH v3 1/3] dt-bindings: riscv: add bfloat16 ISA extension description
[GIT PULL] RISC-V soc driver fixes for v6.13-rc4
2024-12-18 16:01 UTC
[PATCH v2 08/15] riscv: pgtable: move pagetable_dtor() to __tlb_remove_table()
2024-12-18 13:04 UTC
[PATCH v3 0/3] Add clock controller support for Spacemit K1
2024-12-18 12:36 UTC (6+ messages)
` [PATCH v3 3/3] clk: spacemit: Add clock support for Spacemit K1 SoC
[PATCH v2 0/5] rust: Add bug/warn abstractions
2024-12-18 11:04 UTC (3+ messages)
` [PATCH v2 1/5] x86/bug: Add ARCH_WARN_ASM macro for BUG/WARN asm code sharing with Rust
[PATCH v4 00/16] perf tools: Use generic syscall scripts for all archs
2024-12-18 9:24 UTC (5+ messages)
` [PATCH v4 08/16] perf tools: x86: Use generic syscall scripts
` [PATCH v4 14/16] perf tools: powerpc: Use generic syscall table scripts
` [PATCH v4 15/16] perf tools: s390: "
` [PATCH v4 16/16] perf tools: Remove dependency on libaudit
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