messages from 2020-04-20 17:55:11 to 2020-04-28 20:59:20 UTC [more...]
[PATCH v4 0/4] Clean up hugetlb boot command line processing
2020-04-28 20:56 UTC (5+ messages)
` [PATCH v4 1/4] hugetlbfs: add arch_hugetlb_valid_size
` [PATCH v4 2/4] hugetlbfs: move hugepagesz= parsing to arch independent code
` [PATCH v4 3/4] hugetlbfs: remove hugetlb_add_hstate() warning for existing hstate
` [PATCH v4 4/4] hugetlbfs: clean up command line processing
[GIT PULL] EFI stub loading support for RISC-V
2020-04-28 17:57 UTC (3+ messages)
[RFC PATCH 0/4] fix macb phy probe failure if phy-reset is not handled
2020-04-28 11:16 UTC (5+ messages)
` [RFC PATCH 1/4] dts: phy: fix missing mdio device and probe failure of vsc8541-01 device
` [RFC PATCH 2/4] dts: phy: add GPIO number and active state used for phy reset
` [RFC PATCH 3/4] riscv: defconfig: enable gpio support for HiFive Unleashed
` [RFC PATCH 4/4] dt-bindings: net: phy: extend dt binding for VSC8541 ethernet-phy
[PATCH v12 00/17] KVM RISC-V Support
2020-04-28 7:33 UTC (18+ messages)
` [PATCH v12 01/17] RISC-V: Add hypervisor extension related CSR defines
` [PATCH v12 02/17] RISC-V: Add initial skeletal KVM support
` [PATCH v12 03/17] RISC-V: KVM: Implement VCPU create, init and destroy functions
` [PATCH v12 04/17] RISC-V: KVM: Implement VCPU interrupts and requests handling
` [PATCH v12 05/17] RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctls
` [PATCH v12 06/17] RISC-V: KVM: Implement VCPU world-switch
` [PATCH v12 07/17] RISC-V: KVM: Handle MMIO exits for VCPU
` [PATCH v12 08/17] RISC-V: KVM: Handle WFI "
` [PATCH v12 09/17] RISC-V: KVM: Implement VMID allocator
` [PATCH v12 10/17] RISC-V: KVM: Implement stage2 page table programming
` [PATCH v12 11/17] RISC-V: KVM: Implement MMU notifiers
` [PATCH v12 12/17] RISC-V: KVM: Add timer functionality
` [PATCH v12 13/17] RISC-V: KVM: FP lazy save/restore
` [PATCH v12 14/17] RISC-V: KVM: Implement ONE REG interface for FP registers
` [PATCH v12 15/17] RISC-V: KVM: Add SBI v0.1 support
` [PATCH v12 16/17] RISC-V: KVM: Document RISC-V specific parts of KVM API
` [PATCH v12 17/17] RISC-V: KVM: Add MAINTAINERS entry
[PATCH] riscv: remove unneeded semicolon in kasan_init.c
2020-04-28 6:33 UTC
[PATCH v3 0/4] Clean up hugetlb boot command line processing
2020-04-28 4:17 UTC (20+ messages)
` [PATCH v3 2/4] hugetlbfs: move hugepagesz= parsing to arch independent code
` [PATCH v3 3/4] hugetlbfs: remove hugetlb_add_hstate() warning for existing hstate
[PATCH 0/4] Extract DEBUG_WX to shared use
2020-04-27 19:42 UTC (10+ messages)
` [PATCH 1/4] mm: add DEBUG_WX support
` [PATCH 2/4] riscv: support DEBUG_WX
` [PATCH 3/4] x86: mm: use ARCH_HAS_DEBUG_WX instead of arch defined
` [PATCH 4/4] arm64: "
[PATCH 0/3] Refactor patch text interfaces and mechanism
2020-04-27 16:34 UTC (5+ messages)
` [PATCH 1/3] riscv: Remove the 'riscv_' prefix of function name
` [PATCH 2/3] riscv: Use NOKPROBE_SYMBOL() instead of __krpobes annotation
` [PATCH 3/3] riscv: Use text_mutex instead of patch_lock
[PATCH] riscv: add Linux note to vdso
2020-04-27 15:13 UTC
[PATCH] irqchip/sifive-plic: allow many cores to handle IRQs
2020-04-27 8:27 UTC (10+ messages)
[PATCH v3] riscv: set max_pfn to the PFN of the last page
2020-04-27 6:59 UTC
[PATCH v13 00/11] Convert PWM period and duty cycle to u64
2020-04-27 6:44 UTC (12+ messages)
` [PATCH v13 07/11] pwm: sifive: Use 64-bit division macro
[PATCH v2] riscv: set max_pfn to the PFN of the last page
2020-04-27 6:25 UTC (2+ messages)
[PATCH] riscv: set max_pfn to the PFN of the last page
2020-04-27 6:14 UTC (6+ messages)
spinlock bad magic on SiFive uart driver
2020-04-26 6:40 UTC
[PATCH 0/3] mm/hugetlb: Add some new arch enabling macros
2020-04-26 3:01 UTC (5+ messages)
` [PATCH 3/3] mm/hugetlb: Introduce HAVE_ARCH_CLEAR_HUGEPAGE_FLAGS
[PATCH 00/21] mm: rework free_area_init*() funcitons
2020-04-25 16:49 UTC (31+ messages)
` [PATCH 01/21] mm: memblock: replace dereferences of memblock_region.nid with API calls
` [PATCH 02/21] mm: make early_pfn_to_nid() and related defintions close to each other
` [PATCH 03/21] mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option
` [PATCH 04/21] mm: free_area_init: use maximal zone PFNs rather than zone sizes
` [PATCH 05/21] mm: use free_area_init() instead of free_area_init_nodes()
` [PATCH 15/21] mm: memmap_init: iterate over memblock regions rather that check each PFN
` [PATCH 16/21] mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODES
` [PATCH 17/21] mm: free_area_init: allow defining max_zone_pfn in descending order
` [PATCH 18/21] mm: rename free_area_init_node() to free_area_init_memoryless_node()
[v2 PATCH 1/5] efi: Move arm-stub to a common file
2020-04-25 9:54 UTC (4+ messages)
[PATCH] riscv: disable ARCH_HAS_STRICT_KERNEL_RWX for nommu builds
2020-04-24 18:46 UTC (3+ messages)
More K210 Support
2020-04-24 18:31 UTC (4+ messages)
[PATCH 0/3] RISC-V: Add kexec/kdump support
2020-04-24 17:12 UTC (4+ messages)
` [PATCH 1/3] RISC-V: Add kexec support
` [PATCH 2/3] RISC-V: Add kdump support
` [PATCH 3/3] RISC-V: Add crash kernel support
[PATCH v5 0/7] Add UEFI support for RISC-V
2020-04-24 11:08 UTC (15+ messages)
` [PATCH v5 1/7] efi/libstub: Move arm-stub to a common file
` [PATCH v5 2/7] efi/libstub: Make initrd file loader configurable
` [PATCH v5 3/7] efi/libstub/riscv: add arch specific efi.h header file
` [PATCH v5 4/7] include: pe.h: Add RISC-V related PE definition
` [PATCH v5 5/7] RISC-V: Define fixmap bindings for generic early ioremap support
` [PATCH v5 6/7] RISC-V: Add PE/COFF header for EFI stub
` [PATCH v5 7/7] RISC-V: Add EFI stub support
[PATCH v11 00/20] KVM RISC-V Support
2020-04-24 5:03 UTC (3+ messages)
[PATCH 0/3] RISC-V KVM preparation
2020-04-24 4:59 UTC (4+ messages)
` [PATCH 1/3] RISC-V: Export riscv_cpuid_to_hartid_mask() API
` [PATCH 2/3] RISC-V: Add bitmap reprensenting ISA features common across CPUs
` [PATCH 3/3] RISC-V: Remove N-extension related defines
[PATCH v3 00/50] Add log level to show_stack()
2020-04-19 6:24 UTC
[PATCH 1/3] riscv: sbi: Correct sbi_shutdown() and sbi_clear_ipi() export
2020-04-23 15:43 UTC (2+ messages)
[PATCH v3 0/2] riscv: introduce vDSO common flow
2020-04-23 8:05 UTC (3+ messages)
` [PATCH v3 1/2] riscv: use vDSO common flow to reduce the latency of the time-related functions
` [PATCH v3 2/2] riscv: set the permission of vdso_data to read-only
[PATCH bpf] bpf, riscv: Fix tail call count off by one in RV32 BPF JIT
2020-04-23 5:29 UTC (3+ messages)
[PATCH V3 0/3] arm64: Enable vmemmap mapping from device memory
2020-04-23 5:10 UTC (2+ messages)
[PATCH 0/3] K210 support fixes
2020-04-23 2:30 UTC (4+ messages)
[PATCH] riscv: select ARCH_HAS_STRICT_KERNEL_RWX only if MMU
2020-04-22 18:24 UTC (5+ messages)
[v4 PATCH 0/3] Add UEFI support for RISC-V
2020-04-22 17:45 UTC (16+ messages)
` [v4 PATCH 1/3] RISC-V: Define fixmap bindings for generic early ioremap support
` [v4 PATCH 2/3] RISC-V: Add PE/COFF header for EFI stub
` [v4 PATCH 3/3] RISC-V: Add EFI stub support
[PATCH v4 0/5] Add KGDB and KDB support
2020-04-21 23:10 UTC (2+ messages)
[PATCH v2] riscv: fix vdso build with lld
2020-04-21 22:24 UTC (2+ messages)
[PATCH] riscv: use vDSO common flow to reduce the latency of the time-related functions
2020-04-21 19:25 UTC (3+ messages)
[v2 PATCH 3/5] RISC-V: Define fixmap bindings for generic early ioremap support
2020-04-21 19:19 UTC (2+ messages)
[v2 PATCH 2/5] include: pe.h: Add RISC-V related PE definition
2020-04-21 19:19 UTC (2+ messages)
[PATCH] RISC-V: stacktrace: Declare sp_in_global outside ifdef
2020-04-21 17:54 UTC (2+ messages)
[PATCH v5 0/9] Support strict kernel memory permissions for security
2020-04-21 6:29 UTC (5+ messages)
[v3 PATCH 0/5] Add UEFI support for RISC-V
2020-04-21 5:06 UTC (13+ messages)
` [v3 PATCH 5/5] RISC-V: Add EFI stub support
[PATCH V17 0/2] mm/debug: Add tests validating architecture page table helpers
2020-04-21 2:34 UTC (2+ messages)
` [PATCH V17 2/2] "
The concern about RV32 Linux ABI stability raised by musl-libc's maintainer
2020-04-20 17:54 UTC (2+ messages)
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;
as well as URLs for NNTP newsgroup(s).