messages from 2021-11-26 09:04:09 to 2021-12-01 13:39:27 UTC [more...]
[PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage
2021-11-29 16:34 UTC (27+ messages)
` [PATCH 1/9] lib/bitmap: add bitmap_weight_{eq,gt,le}
` [PATCH 2/9] lib/bitmap: implement bitmap_{empty, full} with bitmap_weight_eq()
` [PATCH 2/9] lib/bitmap: implement bitmap_{empty,full} "
` [PATCH 3/9] all: replace bitmap_weigth() with bitmap_{empty, full, eq, gt, le}
` [PATCH 3/9] all: replace bitmap_weigth() with bitmap_{empty,full,eq,gt,le}
` [PATCH 4/9] tools: sync bitmap_weight() usage with the kernel
` [PATCH 5/9] lib/cpumask: add cpumask_weight_{eq,gt,le}
` [PATCH 6/9] lib/nodemask: add nodemask_weight_{eq,gt,le}
` [PATCH 7/9] lib/cpumask: add num_{possible, present, active}_cpus_{eq, gt, le}
` [PATCH 7/9] lib/cpumask: add num_{possible,present,active}_cpus_{eq,gt,le}
` [PATCH 8/9] lib/nodemask: add num_node_state_eq()
` [PATCH 9/9] MAINTAINERS: add cpumask and nodemask files to BITMAP_API
[PATCH V4 0/2] riscv: add RISC-V Svpbmt Standard Extension supports
2021-12-01 13:39 UTC (31+ messages)
` [PATCH V4 1/2] dt-bindings: riscv: add MMU Standard Extensions support for Svpbmt
` [PATCH V4 2/2] riscv: add RISC-V Svpbmt extension supports
[PATCH v1 0/4] Support register names from all architectures
2021-12-01 12:33 UTC (5+ messages)
` [PATCH v1 1/4] perf tools: Prevent out-of-bounds access to registers
` [PATCH v1 2/4] perf script: Add "struct machine" parameter to process_event callback
` [PATCH v1 3/4] perf tools: Crete header files with register names
` [PATCH v1 4/4] perf tools: Support register names from all architectures
[PATCH] percpu: km: ensure it is used with NOMMU (either UP or SMP)
2021-12-01 11:51 UTC
[PATCH] dt-bindings: gpio: sifive,gpio: Group interrupt tuples
2021-12-01 8:31 UTC (2+ messages)
[PATCH] dt-bindings: interrupt-controller: sifive, plic: Fix number of interrupts
2021-11-30 23:01 UTC (5+ messages)
[PATCH 0/2] of: remove reserved regions count restriction
2021-11-30 21:07 UTC (6+ messages)
` [PATCH 1/2] of: Sort reserved_mem related code
[PATCH v2 00/43] KVM: Halt-polling and x86 APICv overhaul
2021-11-30 16:07 UTC (18+ messages)
` [PATCH v2 10/43] KVM: arm64: Move vGIC v4 handling for WFI out arch callback hook
` [PATCH v2 11/43] KVM: Don't block+unblock when halt-polling is successful
[PATCH 00/13]Update the icicle kit device tree
2021-11-30 8:35 UTC (17+ messages)
` [PATCH 01/13] dt-bindings: interrupt-controller: create a header for RISC-V interrupts
` [PATCH 02/13] dt-bindings: interrupt-controller: add defines for mpfs-plic
` [PATCH 03/13] dt-bindings: soc/microchip: update sys ctrlr compat string
` [PATCH 06/13] dt-bindings: rng: add bindings for microchip mpfs rng
[PATCH RFC 0/4] mm: percpu: Cleanup percpu first chunk funciton
2021-11-30 6:53 UTC (18+ messages)
` [PATCH RFC 1/4] mm: percpu: Generalize percpu related config
` [PATCH RFC 2/4] mm: percpu: Add pcpu_fc_cpu_to_node_fn_t typedef
` [PATCH RFC 3/4] mm: percpu: Add generic pcpu_fc_alloc/free funciton
` [PATCH RFC 4/4] mm: percpu: Add generic pcpu_populate_pte() function
[RESEND PATCH v1 0/2] Add Sv57 page table support
2021-11-30 3:11 UTC (5+ messages)
` [PATCH v1 1/2] riscv, mm: Add Sv57 support based on Sv48 implementation
[PATCH] RISC-V: Use common riscv_cpuid_to_hartid_mask() for both SMP=y and SMP=n
2021-11-29 21:43 UTC
ERROR: modpost: "boot_cpu_hartid" [arch/riscv/kvm/kvm.ko] undefined!
2021-11-29 21:23 UTC (4+ messages)
[PATCH bpf] cacheinfo: move get_cpu_cacheinfo_id() back out
2021-11-29 18:28 UTC (6+ messages)
[PATCH 11/11] locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.h
2021-11-29 17:46 UTC
[PATCH] efi: Move efifb_setup_from_dmi() prototype from arch headers
2021-11-29 14:39 UTC (2+ messages)
[PATCH v2 00/45] Introduce power-off+restart call chain API
2021-11-29 12:04 UTC (4+ messages)
` [PATCH v2 28/45] mfd: rn5t618: Use devm_register_power_handler()
[PATCH v4 00/25] Introduce power-off+restart call chain API
2021-11-29 11:52 UTC (40+ messages)
` [PATCH v4 01/25] notifier: Remove extern annotation from function prototypes
` [PATCH v4 02/25] notifier: Add blocking_notifier_call_chain_is_empty()
` [PATCH v4 03/25] notifier: Add atomic/blocking_notifier_has_unique_priority()
` [PATCH v4 04/25] reboot: Correct typo in a comment
` [PATCH v4 05/25] reboot: Warn if restart handler has duplicated priority
` [PATCH v4 06/25] reboot: Warn if unregister_restart_handler() fails
` [PATCH v4 07/25] reboot: Remove extern annotation from function prototypes
` [PATCH v4 08/25] kernel: Add combined power-off+restart handler call chain API
` [PATCH v4 09/25] ARM: Use do_kernel_power_off()
` [PATCH v4 10/25] csky: "
` [PATCH v4 11/25] riscv: "
` [PATCH v4 12/25] arm64: "
` [PATCH v4 13/25] parisc: "
` [PATCH v4 14/25] xen/x86: "
` [PATCH v4 15/25] powerpc: "
` [PATCH v4 16/25] m68k: Switch to new sys-off handler API
` [PATCH v4 17/25] sh: Use do_kernel_power_off()
` [PATCH v4 18/25] x86: "
` [PATCH v4 19/25] ia64: "
` [PATCH v4 20/25] mips: "
` [PATCH v4 21/25] nds32: "
` [PATCH v4 22/25] memory: emif: Use kernel_can_power_off()
` [PATCH v4 23/25] ACPI: power: Switch to sys-off handler API
` [PATCH v4 24/25] regulator: pfuze100: Use devm_register_sys_off_handler()
` [PATCH v4 25/25] reboot: Remove pm_power_off_prepare()
[PATCH v2 0/4] KVM RISC-V 64-bit selftests support
2021-11-29 7:54 UTC (5+ messages)
` [PATCH v2 1/4] RISC-V: KVM: Forward SBI experimental and vendor extensions
` [PATCH v2 2/4] RISC-V: KVM: Add VM capability to allow userspace get GPA bits
` [PATCH v2 3/4] KVM: selftests: Add EXTRA_CFLAGS in top-level Makefile
` [PATCH v2 4/4] KVM: selftests: Add initial support for RISC-V 64-bit
[PATCH 0/4] KVM RISC-V 64-bit selftests support
2021-11-29 3:43 UTC (11+ messages)
` [PATCH 1/4] RISC-V: KVM: Forward SBI experimental and vendor extensions
` [PATCH 2/4] RISC-V: KVM: Add VM capability to allow userspace get GPA size
` [PATCH 3/4] KVM: selftests: Add EXTRA_CFLAGS in top-level Makefile
` [PATCH 4/4] KVM: selftests: Add initial support for RISC-V 64-bit
[GIT PULL] Basic StarFive JH7100 RISC-V SoC support for 5.17
2021-11-28 20:06 UTC
[PATCH v4 00/16] Basic StarFive JH7100 RISC-V SoC support
2021-11-28 18:19 UTC (3+ messages)
[PATCH 0/5] riscv: misc clean up
2021-11-28 16:07 UTC (6+ messages)
` [PATCH 1/5] riscv: remove cpu_stop()
` [PATCH 2/5] riscv: head: make secondary_start_common() static
` [PATCH 3/5] riscv: kvm: make kvm_riscv_vcpu_fp_clean() static
` [PATCH 4/5] riscv: errata: alternative: mark vendor_patch_func __initdata
` [PATCH 5/5] riscv: head: remove useless __PAGE_ALIGNED_BSS and .balign
[PATCH] riscv: perf_event: Remove redundant initialization of variable ret
2021-11-27 19:21 UTC (2+ messages)
[PATCH v2] MAINTAINERS: Update Atish's email address
2021-11-26 19:31 UTC
[PATCH 1/3] riscv: Don't use va_pa_offset on kdump
2021-11-26 18:04 UTC (3+ messages)
` [PATCH 2/3] riscv: use hart id instead of cpu id on machine_kexec
` [PATCH 3/3] riscv: try to allocate crashkern region from 32bit addressible memory
[RESEND PATCH V3 0/2] riscv: add RISC-V Svpbmt Standard Extension supports
2021-11-26 16:23 UTC (8+ messages)
[PATCH v5.5 00/30] KVM: Scalable memslots implementation
2021-11-26 12:33 UTC (6+ messages)
[PATCH 0/9] riscv: dts: Miscellaneous fixes
2021-11-26 11:49 UTC (24+ messages)
` [PATCH 1/9] riscv: dts: canaan: Fix SPI FLASH node names
` [PATCH 2/9] riscv: dts: canaan: Group tuples in interrupt properties
` [PATCH 3/9] riscv: dts: microchip: mpfs: Drop empty chosen node
` [PATCH 4/9] riscv: dts: microchip: Group tuples in interrupt properties
` [PATCH 5/9] riscv: dts: microchip: mpfs: Fix PLIC node
` [PATCH 6/9] riscv: dts: microchip: mpfs: Fix reference clock node
` [PATCH 7/9] riscv: dts: sifive: Group tuples in register properties
` [PATCH 8/9] riscv: dts: sifive: Group tuples in interrupt properties
` [PATCH 9/9] riscv: dts: sifive: fu540-c000: Drop bogus soc node compatible values
[GIT PULL] KVM/riscv fixes for 5.16, take #1
2021-11-26 10:37 UTC (2+ messages)
[PATCH] dt-bindings: timer: sifive,clint: Fix number of interrupts
2021-11-26 9:23 UTC (4+ messages)
` [PATCH] dt-bindings: timer: sifive, clint: "
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