public inbox for openrisc@lists.librecores.org
 help / color / mirror / Atom feed
 messages from 2022-05-27 10:46:38 to 2022-06-24 04:46:57 UTC [more...]

[PATCH V4 00/26] mm/mmap: Drop __SXXX/__PXXX macros from across platforms
 2022-06-24  4:43 UTC  (23+ messages)
` [PATCH V4 01/26] mm/mmap: Build protect protection_map[] with __P000
` [PATCH V4 02/26] mm/mmap: Define DECLARE_VM_GET_PAGE_PROT
` [PATCH V4 03/26] powerpc/mm: Move protection_map[] inside the platform
` [PATCH V4 04/26] sparc/mm: "
` [PATCH V4 05/26] arm64/mm: "
` [PATCH V4 06/26] x86/mm: "
` [PATCH V4 07/26] mm/mmap: Build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V4 08/26] microblaze/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V4 09/26] loongarch/mm: "
` [PATCH V4 10/26] openrisc/mm: "
` [PATCH V4 11/26] extensa/mm: "
` [PATCH V4 12/26] hexagon/mm: "
` [PATCH V4 13/26] parisc/mm: "
` [PATCH V4 14/26] alpha/mm: "
` [PATCH V4 15/26] nios2/mm: "
` [PATCH V4 16/26] riscv/mm: "
` [PATCH V4 17/26] csky/mm: "
` [PATCH V4 18/26] s390/mm: "
` [PATCH V4 19/26] ia64/mm: "
` [PATCH V4 20/26] mips/mm: "
` [PATCH V4 21/26] m68k/mm: "
` [PATCH V4 22/26] arc/mm: "

[PATCH 00/36] cpuidle,rcu: Cleanup the mess
 2022-06-16 21:26 UTC  (87+ messages)
` [PATCH 01/36] x86/perf/amd: Remove tracing from perf_lopwr_cb()
` [PATCH 02/36] x86/idle: Replace x86_idle with a static_call
` [PATCH 03/36] cpuidle/poll: Ensure IRQ state is invariant
` [PATCH 04/36] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE
` [PATCH 05/36] cpuidle: Move IRQ state validation
` [PATCH 06/36] cpuidle,riscv: Push RCU-idle into driver
` [PATCH 07/36] cpuidle,tegra: "
` [PATCH 08/36] cpuidle,psci: "
` [PATCH 09/36] cpuidle,imx6: "
` [PATCH 10/36] cpuidle,omap3: "
` [PATCH 11/36] cpuidle,armada: "
` [PATCH 12/36] cpuidle,omap2: "
` [PATCH 13/36] cpuidle,dt: "
` [PATCH 14/36] cpuidle: Fix rcu_idle_*() usage
` [PATCH 15/36] cpuidle, cpu_pm: Remove RCU fiddling from cpu_pm_{enter, exit}()
  ` [PATCH 15/36] cpuidle,cpu_pm: Remove RCU fiddling from cpu_pm_{enter,exit}()
` [PATCH 16/36] rcu: Fix rcu_idle_exit()
` [PATCH 17/36] acpi_idle: Remove tracing
` [PATCH 18/36] cpuidle: Annotate poll_idle()
` [PATCH 19/36] objtool/idle: Validate __cpuidle code as noinstr
` [PATCH 20/36] arch/idle: Change arch_cpu_idle() IRQ behaviour
` [PATCH 21/36] x86/tdx: Remove TDX_HCALL_ISSUE_STI
` [PATCH 22/36] arm,smp: Remove trace_.*_rcuidle() usage
` [PATCH 23/36] arm64,smp: "
` [PATCH 24/36] printk: "
` [PATCH 25/36] time/tick-broadcast: Remove RCU_NONIDLE usage
` [PATCH 26/36] cpuidle, sched: Remove annotations from TIF_{POLLING_NRFLAG, NEED_RESCHED}
` [PATCH 27/36] cpuidle,mwait: Make noinstr clean
` [PATCH 28/36] cpuidle,tdx: Make tdx "
` [PATCH 29/36] cpuidle,xenpv: Make more PARAVIRT_XXL "
  ` [PATCH 29/36] cpuidle, xenpv: "
    ` [Pv-drivers] "
` [PATCH 30/36] cpuidle,nospec: Make "
` [PATCH 31/36] cpuidle,acpi: "
` [PATCH 32/36] ftrace: WARN on rcuidle
` [PATCH 33/36] cpuidle,omap3: Use WFI for omap3_pm_idle()
` [PATCH 34/36] cpuidle,omap3: Push RCU-idle into omap_sram_idle()
  ` [PATCH 34.5/36] cpuidle,omap4: Push RCU-idle into omap4_enter_lowpower()
` [PATCH 35/36] cpuidle,powerdomain: Remove trace_.*_rcuidle()
` [PATCH 36/36] cpuidle,clk: "

[PATCH] goldfish_rtc: Add endianness property
 2022-06-12 13:03 UTC 

[mm] 9b12e49e9b: BUG:Bad_page_state_in_process
 2022-06-10  3:58 UTC  (6+ messages)

[PATCH] or1k: Add support for a little-endian target variant
 2022-06-10  2:07 UTC  (3+ messages)

[PATCH] or1k: Add support for a little-endian target variant
 2022-06-10  1:39 UTC  (4+ messages)

[PATCH] openrisc: Fix syntax errors in comments
 2022-06-02  8:53 UTC 

[RFC PATCH 0/3] OpenRISC Semihosting and Virt
 2022-06-07 14:08 UTC  (25+ messages)
` [RFC PATCH 1/3] target/openrisc: Add basic support for semihosting
` [RFC PATCH 2/3] hw/openrisc: Split re-usable boot time apis out to boot.c
` [RFC PATCH 3/3] hw/openrisc: Add the OpenRISC virtual machine

[PATCH 0/6] mm/mmap: Enable more platforms with ARCH_HAS_VM_GET_PAGE_PROT
 2022-06-05 10:19 UTC  (15+ messages)
` [PATCH 1/6] mm/mmap: Restrict generic protection_map[] array visibility
` [PATCH 2/6] s390/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH 3/6] mips/mm: "
` [PATCH 4/6] csky/mm: "
` [PATCH 5/6] nios2/mm: "
` [PATCH 6/6] openrisc/mm: "

Qemu TCG crash on arm64
 2022-06-02 20:05 UTC  (3+ messages)

Link failure with Debian toolchain
 2022-06-02 20:01 UTC  (7+ messages)

[PATCH v5] mm: Avoid unnecessary page fault retires on shared memory types
 2022-05-31  7:59 UTC  (3+ messages)

[PATCH v4] mm: Avoid unnecessary page fault retires on shared memory types
 2022-05-30 18:29 UTC  (9+ messages)

[PATCH AUTOSEL 4.9 18/24] openrisc: start CPU timer early in boot
 2022-05-30 13:52 UTC 

[PATCH AUTOSEL 4.14 22/29] openrisc: start CPU timer early in boot
 2022-05-30 13:50 UTC 

[PATCH AUTOSEL 4.19 30/38] openrisc: start CPU timer early in boot
 2022-05-30 13:49 UTC 

[PATCH AUTOSEL 5.4 44/55] openrisc: start CPU timer early in boot
 2022-05-30 13:46 UTC 

[PATCH AUTOSEL 5.10 59/76] openrisc: start CPU timer early in boot
 2022-05-30 13:43 UTC 

[PATCH AUTOSEL 5.15 084/109] openrisc: start CPU timer early in boot
 2022-05-30 13:38 UTC 

[PATCH AUTOSEL 5.17 104/135] openrisc: start CPU timer early in boot
 2022-05-30 13:31 UTC 

[PATCH AUTOSEL 5.18 125/159] openrisc: start CPU timer early in boot
 2022-05-30 13:23 UTC 

[PATCH v3] mm: Avoid unnecessary page fault retires on shared memory types
 2022-05-27 14:53 UTC  (7+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox