messages from 2023-02-08 02:10:04 to 2023-02-14 07:58:13 UTC [more...]
[PATCH v3 00/24] Remove COMMAND_LINE_SIZE from uapi
2023-02-14 7:49 UTC (9+ messages)
` [PATCH v3 01/24] alpha: "
` [PATCH v3 02/24] arm64: "
` [PATCH v3 03/24] arm: "
` [PATCH v3 04/24] ia64: "
` [PATCH v3 05/24] m68k: "
` [PATCH v3 06/24] microblaze: "
` [PATCH v3 07/24] mips: "
` [PATCH v3 08/24] parisc: "
[PATCH v2 00/24] cpu,sched: Mark arch_cpu_idle_dead() __noreturn
2023-02-14 7:57 UTC (32+ messages)
` [PATCH v2 01/24] alpha/cpu: Expose arch_cpu_idle_dead()'s prototype declaration
` [PATCH v2 02/24] alpha/cpu: Make sure arch_cpu_idle_dead() doesn't return
` [PATCH v2 03/24] arm/cpu: "
` [PATCH v2 04/24] arm64/cpu: Mark cpu_die() __noreturn
` [PATCH v2 05/24] csky/cpu: Make sure arch_cpu_idle_dead() doesn't return
` [PATCH v2 06/24] ia64/cpu: Mark play_dead() __noreturn
` [PATCH v2 07/24] loongarch/cpu: Make sure play_dead() doesn't return
` [PATCH v2 08/24] loongarch/cpu: Mark play_dead() __noreturn
` [PATCH v2 09/24] mips/cpu: Expose play_dead()'s prototype definition
` [PATCH v2 10/24] mips/cpu: Make sure play_dead() doesn't return
` [PATCH v2 11/24] mips/cpu: Mark play_dead() __noreturn
` [PATCH v2 12/24] powerpc/cpu: Mark start_secondary_resume() __noreturn
` [PATCH v2 13/24] sh/cpu: Make sure play_dead() doesn't return
` [PATCH v2 14/24] sh/cpu: Mark play_dead() __noreturn
` [PATCH v2 15/24] sh/cpu: Expose arch_cpu_idle_dead()'s prototype definition
` [PATCH v2 16/24] sparc/cpu: Mark cpu_play_dead() __noreturn
` [PATCH v2 17/24] x86/cpu: Make sure play_dead() doesn't return
` [PATCH v2 18/24] x86/cpu: Mark play_dead() __noreturn
` [PATCH v2 19/24] xtensa/cpu: Make sure cpu_die() doesn't return
` [PATCH v2 20/24] xtensa/cpu: Mark cpu_die() __noreturn
` [PATCH v2 21/24] sched/idle: Make sure weak version of arch_cpu_idle_dead() doesn't return
` [PATCH v2 22/24] objtool: Include weak functions in 'global_noreturns' check
` [PATCH v2 23/24] init: Make arch_call_rest_init() and rest_init() __noreturn
` [PATCH v2 24/24] sched/idle: Mark arch_cpu_idle_dead() __noreturn
[PATCH v1 00/24] Add KVM LoongArch support
2023-02-14 7:07 UTC (28+ messages)
` [PATCH v1 01/24] LoongArch: KVM: Implement kvm module related interface
` [PATCH v1 02/24] LoongArch: KVM: Implement VM related functions
` [PATCH v1 03/24] LoongArch: KVM: Implement vcpu create,run,destroy operations
` [PATCH v1 04/24] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v1 05/24] LoongArch: KVM: Implement vcpu ENABLE_CAP, CHECK_EXTENSION ioctl interface
` [PATCH v1 06/24] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v1 07/24] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v1 08/24] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v1 09/24] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v1 10/24] LoongArch: KVM: Implement vcpu status description
` [PATCH v1 11/24] LoongArch: KVM: Implement update VM id function
` [PATCH v1 12/24] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v1 13/24] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v1 14/24] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v1 15/24] LoongArch: KVM: Implement handle csr excption
` [PATCH v1 16/24] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v1 17/24] LoongArch: KVM: Implement handle idle exception
` [PATCH v1 18/24] LoongArch: KVM: Implement handle gspr exception
` [PATCH v1 19/24] LoongArch: KVM: Implement handle mmio exception
` [PATCH v1 20/24] LoongArch: KVM: Implement handle fpu exception
` [PATCH v1 21/24] LoongArch: KVM: Implement kvm exception vector
` [PATCH v1 22/24] LoongArch: KVM: Implement vcpu world switch
` [PATCH v1 23/24] LoongArch: KVM: Implement probe virtualization when loongarch cpu init
` [PATCH v1 24/24] LoongArch: KVM: Enable kvm config and add the makefile
[PATCH v2] LoongArch: add checksum optimization for 64-bit system
2023-02-14 1:31 UTC (10+ messages)
[PATCH V2 0/2] Loongson: irqchip: Add loongson-eiointc DT init support
2023-02-13 14:28 UTC (4+ messages)
` [PATCH V2 1/2] dt-bindings: interrupt-controller: Add Loongson EIOINTC
` [PATCH V2 2/2] irqchip/loongson-eiointc: Add DT init support
[PATCH v2 0/4] mm, arch: add generic implementation of pfn_valid() for FLATMEM
2023-02-13 7:54 UTC (12+ messages)
` [PATCH v2 2/4] m68k: use asm-generic/memory_model.h for both MMU and !MMU
` [PATCH v2 4/4] mm, arch: add generic implementation of pfn_valid() for FLATMEM
[PATCH] irqchip/loongson-eiointc: Add DT init support
2023-02-13 6:43 UTC (5+ messages)
[PATCH 0/2] Allow mixing bpf2bpf calls with tailcalls on LoongArch
2023-02-13 3:18 UTC (5+ messages)
` [PATCH 1/2] LoongArch: BPF: Treat function address as 64-bit value
` [PATCH 2/2] LoongArch: BPF: Support mixing bpf2bpf and tailcalls
[PATCH v3 0/5] Add LoongArch support to nolibc
2023-02-13 1:06 UTC (10+ messages)
` [PATCH v3 1/5] tools/nolibc: Include linux/fcntl.h and remove duplicate code
` [PATCH v3 2/5] tools/nolibc: Add statx() and make stat() rely on statx() if necessary
` [PATCH v3 3/5] tools/nolibc: Add support for LoongArch
` [PATCH v3 4/5] selftests/nolibc: "
` [PATCH v3 5/5] selftests/nolibc: Adjust indentation for Makefile
[PATCH] selftests/ftrace: add LoongArch support for kprobe args string tests
2023-02-12 23:29 UTC (3+ messages)
[PATCH] LoongArch: ptrace: Add function argument access API
2023-02-12 1:08 UTC (2+ messages)
[PATCH] LoongArch: Only call get_timer_irq() once in constant_clockevent_init()
2023-02-11 11:29 UTC (2+ messages)
[PATCH v2 0/3] LoongArch: Add hardware breakpoints/watchpoints support
2023-02-11 5:24 UTC (5+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] LoongArch: Add ptrace single step support
` [PATCH v2 3/3] LoongArch: ptrace: expose hardware breakpoints to debuggers
[RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
2023-02-11 1:44 UTC (10+ messages)
` [RFC PATCH 29/32] KVM: arm64: Pass hypercalls to userspace
[PATCH v10 1/4] dt-bindings: clock: add loongson-2 clock include file
2023-02-10 23:43 UTC (8+ messages)
` [PATCH v10 2/4] clk: clk-loongson2: add clock controller driver support
` [PATCH v10 3/4] LoongArch: time: add of_clk_init in time_init
` [PATCH v10 4/4] dt-bindings: clock: add loongson-2 clock
[PATCH v4 0/5] LoongArch: Add kernel relocation and KASLR support
2023-02-10 18:01 UTC (13+ messages)
` [PATCH v4 1/5] LoongArch: Use la.pcrel instead of la.abs when it's trivially possible
` [PATCH v4 2/5] LoongArch: Use la.pcrel instead of la.abs for exception handlers
` [PATCH v4 3/5] LoongArch: Add JUMP_VIRT_ADDR macro implementation to avoid using la.abs
` [PATCH v4 4/5] LoongArch: Add support for kernel relocation
` [PATCH v4 5/5] LoongArch: Add support for kernel address space layout randomization (KASLR)
[PATCH V2 0/7] rtc: ls2x: Add support for the Loongson-2K/LS7A RTC
2023-02-10 10:03 UTC (4+ messages)
[PATCH mm-unstable v1 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
2023-02-10 5:08 UTC (7+ messages)
` [PATCH mm-unstable v1 04/26] arm/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 17/26] powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3s
[PATCH v2 0/5] LoongArch: Add kernel relocation and KASLR support
2023-02-09 6:34 UTC (4+ messages)
[PATCH v2 0/5] Add LoongArch support to nolibc
2023-02-09 2:25 UTC (14+ messages)
` [PATCH v2 1/5] tools/nolibc: Include linux/fcntl.h and remove duplicate code
` [PATCH v2 2/5] tools/nolibc: Add statx() and make stat() rely on statx() when available
` [PATCH v2 3/5] tools/nolibc: Add support for LoongArch
` [PATCH v2 4/5] selftests/nolibc: "
` [PATCH v2 5/5] selftests/nolibc: Adjust indentation for Makefile
[PATCH] LoongArch: add checksum optimization for 64-bit system
2023-02-09 1:16 UTC (5+ messages)
[PATCH v3 0/5] LoongArch: Add kernel relocation and KASLR support
2023-02-08 17:16 UTC (6+ messages)
` [PATCH v3 1/5] LoongArch: Use la.pcrel instead of la.abs when it's trivially possible
` [PATCH v3 2/5] LoongArch: Use la.pcrel instead of la.abs for exception handlers
` [PATCH v3 3/5] LoongArch: Add JUMP_LINK_ADDR macro implementation to avoid using la.abs
` [PATCH v3 4/5] LoongArch: Add support for kernel relocation
` [PATCH v3 5/5] LoongArch: Add support for kernel address space layout randomization (KASLR)
[PATCH V2] LoongArch: Make -mstrict-align configurable
2023-02-08 14:08 UTC (2+ messages)
[PATCH 0/3] Add LoongArch support to nolibc
2023-02-08 14:07 UTC (17+ messages)
` [PATCH 1/3] nolibc: Add statx() support to implement sys_stat()
` [PATCH 3/3] selftests/nolibc: Add support for LoongArch
API for setting multiple PTEs at once
2023-02-08 13:35 UTC (4+ messages)
[PATCH V2 1/3] MIPS: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK
2023-02-08 12:58 UTC (3+ messages)
` [PATCH V2 3/3] SH: "
[PATCH] LoongArch: Make -mstrict-align be configurable
2023-02-08 11:17 UTC (10+ messages)
[PATCH 0/2] LoongArch: Add hardware breakpoints/watchpoints support
2023-02-08 11:12 UTC (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] LoongArch: Add ptrace single step support
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).