linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-12 09:20:27 to 2019-02-19 02:19:04 UTC [more...]

[PATCH 0/8] y2038: remove time32 ABI on rv32 and csky
 2019-02-19  2:18 UTC  (11+ messages)
` [PATCH 1/8] compat ABI: use non-compat openat and open_by_handle_at variants
` [PATCH 2/8] 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config option
` [PATCH 3/8] asm-generic: Drop getrlimit and setrlimit syscalls from default list
` [PATCH 4/8] asm-generic: Make time32 syscall numbers optional
` [PATCH 5/8] unicore32: Fix __ARCH_WANT_STAT64 definition
` [PATCH 6/8] checksyscalls: fix up mq_timedreceive and stat exceptions
` [PATCH 7/8] csky: Use latest system call ABI
` [PATCH 8/8] riscv: "

consolidate a few more arch support config options
 2019-02-19  1:40 UTC  (34+ messages)
` [PATCH 01/11] powerpc: remove dead ifdefs in <asm/checksum.h>
` [PATCH 02/11] riscv: remove the HAVE_KPROBES option
` [PATCH 03/11] kernel/locks: consolidate RWSEM_GENERIC_* options
` [PATCH 04/11] tracing: consolidate the STACKTRACE_SUPPORT symbol
` [PATCH 05/11] tracing: consolidate the TRACE_IRQFLAGS_SUPPORT symbol
` [PATCH 06/11] lockdep: consolidate the LOCKDEP_SUPPORT symbol
` [PATCH 07/11] init: consolidate the GENERIC_CALIBRATE_DELAY symbol
` [PATCH 08/11] lib: consolidate the GENERIC_BUG symbol
` [PATCH 09/11] lib: consolidate the GENERIC_CSUM symbol
` [PATCH 10/11] lib: consolidate the GENERIC_HWEIGHT symbol
` [PATCH 11/11] s390: don't redefined the HAS_IOMEM symbol

[PATCH v2 0/4] provide a generic free_initmem implementation
 2019-02-18 18:41 UTC  (5+ messages)
` [PATCH v2 1/4] init: "
` [PATCH v2 2/4] hexagon: switch over to generic free_initmem()
` [PATCH v2 3/4] init: free_initmem: poison freed init memory
` [PATCH v2 4/4] riscv: switch over to generic free_initmem()

[PATCH 1/2] asm-generic/io: Pass result on inX() accessor to __io_par()
 2019-02-18 15:56 UTC  (5+ messages)

[PATCH v4 0/3] locking/rwsem: Rwsem rearchitecture part 0
 2019-02-18 14:58 UTC  (11+ messages)
` [PATCH v4 1/3] locking/rwsem: Remove arch specific rwsem files
` [PATCH v4 2/3] locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archs
` [PATCH v4 3/3] locking/rwsem: Optimize down_read_trylock()

[PATCH 0/4] provide a generic free_initmem implementation
 2019-02-18 12:50 UTC  (11+ messages)
` [PATCH 1/4] init: "
` [PATCH 2/4] hexagon: switch over to generic free_initmem()
` [PATCH 3/4] init: free_initmem: poison freed init memory
` [PATCH 4/4] riscv: switch over to generic free_initmem()

[v4 PATCH 0/8] Various SMP related fixes
 2019-02-14 23:49 UTC  (19+ messages)
` [v4 PATCH 1/8] RISC-V: Do not wait indefinitely in __cpu_up
` [v4 PATCH 2/8] RISC-V: Move cpuid to hartid mapping to SMP
` [v4 PATCH 3/8] RISC-V: Remove NR_CPUs check during hartid search from DT
` [v4 PATCH 4/8] RISC-V: Allow hartid-to-cpuid function to fail
` [v4 PATCH 5/8] RISC-V: Compare cpuid with NR_CPUS before mapping
` [v4 PATCH 6/8] clocksource/drivers/riscv: Add required checks during clock source init
` [v4 PATCH 7/8] irqchip/irq-sifive-plic: Check and continue in case of an invalid cpuid
` [v4 PATCH 8/8] RISC-V: Assign hwcap as per comman capabilities

[v5 PATCH 0/8] Various SMP related fixes
 2019-02-14 23:33 UTC  (13+ messages)
` [v5 PATCH 1/8] RISC-V: Do not wait indefinitely in __cpu_up
` [v5 PATCH 2/8] RISC-V: Move cpuid to hartid mapping to SMP
` [v5 PATCH 3/8] RISC-V: Remove NR_CPUs check during hartid search from DT
` [v5 PATCH 4/8] RISC-V: Allow hartid-to-cpuid function to fail
` [v5 PATCH 5/8] RISC-V: Compare cpuid with NR_CPUS before mapping
` [v5 PATCH 6/8] clocksource/drivers/riscv: Add required checks during clock source init
` [v5 PATCH 7/8] irqchip/irq-sifive-plic: Check and continue in case of an invalid cpuid
` [v5 PATCH 8/8] RISC-V: Assign hwcap as per comman capabilities

[PATCH v5 0/2] PWM support for HiFive Unleashed
 2019-02-14 15:59 UTC  (9+ messages)
` [PATCH v5 2/2] pwm: sifive: Add a driver for SiFive SoC PWM

[PATCH v6 0/4] IRQ affinity support in PLIC driver
 2019-02-14 12:33 UTC  (6+ messages)
` [PATCH v6 1/4] irqchip: sifive-plic: Pre-compute context hart base and enable base
` [PATCH v6 2/4] irqchip: sifive-plic: Add warning in plic_init() if handler already present
` [PATCH v6 3/4] irqchip: sifive-plic: Differentiate between PLIC handler and context
` [PATCH v6 4/4] irqchip: sifive-plic: Implement irq_set_affinity() for SMP host

[PATCH v6 0/2] PWM support for HiFive Unleashed
 2019-02-14 10:34 UTC  (10+ messages)
` [PATCH v6 1/2] pwm: sifive: Add DT documentation for SiFive PWM Controller
` [PATCH v6 2/2] pwm: sifive: Add a driver for SiFive SoC PWM

[PATCH v2 0/6] Fixmap support and MM cleanups
 2019-02-14  8:28 UTC  (16+ messages)
` [PATCH v2 6/6] RISC-V: Implement keepinitrd kernel parameter

[GIT PULL] Fixmap support and MM cleanups
 2019-02-14  8:26 UTC 

[PATCH v4 0/6] Fixmap support and MM cleanups
 2019-02-14  5:00 UTC  (13+ messages)
` [PATCH v4 1/6] RISC-V: Move free_initrd_mem() to kernel/setup.c
` [PATCH v4 2/6] RISC-V: Setup init_mm before parse_early_param()
` [PATCH v4 3/6] RISC-V: Move setup_bootmem() to mm/init.c
` [PATCH v4 4/6] RISC-V: Move setup_vm() "
` [PATCH v4 5/6] RISC-V: Implement compile-time fixed mappings
` [PATCH v4 6/6] RISC-V: Free-up initrd in free_initrd_mem()
          `  "

kernel after 5.0-rc2 may not boot using BBL
 2019-02-13 21:00 UTC  (2+ messages)

dma_declare_coherent spring cleaning
 2019-02-13 19:27 UTC  (14+ messages)
` [PATCH 01/12] mfd/sm501: depend on HAS_DMA
` [PATCH 03/12] of: mark early_init_dt_alloc_reserved_memory_arch static
` [PATCH 04/12] of: select OF_RESERVED_MEM automatically
` [PATCH 06/12] dma-mapping: improve selection of dma_declare_coherent availability

[PATCH] hugetlb: allow to free gigantic pages regardless of the configuration
 2019-02-13 19:22 UTC  (3+ messages)

[PATCH v6 0/5] Fixmap support and MM cleanups
 2019-02-13 17:50 UTC  (9+ messages)
` [PATCH v6 1/5] RISC-V: Setup init_mm before parse_early_param()
` [PATCH v6 2/5] RISC-V: Move setup_bootmem() to mm/init.c
` [PATCH v6 3/5] RISC-V: Move setup_vm() "
` [PATCH v6 4/5] RISC-V: Implement compile-time fixed mappings
` [PATCH v6 5/5] RISC-V: Free-up initrd in free_initrd_mem()

[RFC PATCH] spi: add driver for the SiFive SPI controller
 2019-02-13 13:10 UTC  (3+ messages)

[PATCH v5 0/6] Fixmap support and MM cleanups
 2019-02-13 11:24 UTC  (9+ messages)
` [PATCH v5 1/6] RISC-V: Move free_initrd_mem() to kernel/setup.c
` [PATCH v5 2/6] RISC-V: Setup init_mm before parse_early_param()
` [PATCH v5 3/6] RISC-V: Move setup_bootmem() to mm/init.c
` [PATCH v5 4/6] RISC-V: Move setup_vm() "
` [PATCH v5 5/6] RISC-V: Implement compile-time fixed mappings
` [PATCH v5 6/6] RISC-V: Free-up initrd in free_initrd_mem()

[GIT PULL] RISC-V Fixes for 5.0-rc7
 2019-02-12 21:45 UTC  (2+ messages)

[PATCH v3 0/6] Fixmap support and MM cleanups
 2019-02-12 14:07 UTC  (8+ messages)
` [PATCH v3 1/6] RISC-V: Move free_initrd_mem() to kernel/setup.c
` [PATCH v3 2/6] RISC-V: Setup init_mm before parse_early_param()
` [PATCH v3 3/6] RISC-V: Move setup_bootmem() to mm/init.c
` [PATCH v3 4/6] RISC-V: Move setup_vm() "
` [PATCH v3 5/6] RISC-V: Implement compile-time fixed mappings
` [PATCH v3 6/6] RISC-V: Implement keepinitrd kernel parameter

[PATCH v5 0/5] IRQ affinity support in PLIC driver
 2019-02-12 12:05 UTC  (4+ messages)
` [PATCH v5 2/5] irqchip: sifive-plic: Don't inline plic_toggle() and plic_irq_toggle()

[PATCH 0/5] riscv: minor fixes and cleanups
 2019-02-12  9:20 UTC  (7+ messages)
` [PATCH 5/5] riscv: use for_each_of_cpu_node iterator


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).