linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-09 14:02:01 to 2018-03-29 17:43:05 UTC [more...]

[PATCH 00/16] Generic infrastructure for unloading initramfs
 2018-03-29 17:43 UTC  (99+ messages)
` [PATCH 01/16] initrd: Add generic code path for common initrd unloading logic
` [PATCH 02/16] riscv: Use INITRAMFS_GENERIC_UNLOAD
` [PATCH 03/16] alpha: "
` [PATCH 04/16] arc: "
` [PATCH 05/16] c6x: "
` [PATCH 06/16] frv: "
` [PATCH 07/16] h8300: "
` [PATCH 08/16] m32r: "
` [PATCH 09/16] m68k: "
` [PATCH 10/16] microblaze: "
` [PATCH 11/16] nios2: "
` [PATCH 12/16] openrisc: "
` [PATCH 13/16] parisc: "
` [PATCH 14/16] powerpc: "
` [PATCH 15/16] sh: "
` [PATCH 16/16] um: "
` [PATCH v2 00/16] Generic infrastructure for unloading initramfs
  ` [PATCH v2 01/16] initrd: Add generic code path for common initrd unloading logic
  ` [PATCH v2 02/16] riscv: Use INITRAMFS_GENERIC_UNLOAD
  ` [PATCH v2 03/16] alpha: "
  ` [PATCH v2 04/16] arc: "
  ` [PATCH v2 05/16] c6x: "
  ` [PATCH v2 06/16] frv: "
  ` [PATCH v2 07/16] h8300: "
  ` [PATCH v2 08/16] m32r: "
  ` [PATCH v2 09/16] m68k: "
  ` [PATCH v2 10/16] microblaze: "
  ` [PATCH v2 11/16] nios2: "
  ` [PATCH v2 12/16] openrisc: "
  ` [PATCH v2 13/16] parisc: "
  ` [PATCH v2 14/16] powerpc: "
  ` [PATCH v2 15/16] sh: "
  ` [PATCH v2 16/16] um: "
  ` [PATCH] Extract initrd free logic from arch-specific code
    ` [PATCH v4 0/16] Generic initrd_free_mem
      ` [PATCH v4 01/16] initrd: Add weakly-linked generic free_initrd_mem
      ` [PATCH v4 02/16] riscv: Use "
      ` [PATCH v4 03/16] alpha: "
      ` [PATCH v4 04/16] arc: "
      ` [PATCH v4 05/16] c6x: "
      ` [PATCH v4 06/16] frv: "
      ` [PATCH v4 07/16] h8300: "
      ` [PATCH v4 08/16] m32r: "
      ` [PATCH v4 09/16] m68k: "
      ` [PATCH v4 10/16] microblaze: "
      ` [PATCH v4 11/16] nios2: "
      ` [PATCH v4 12/16] openrisc: "
      ` [PATCH v4 13/16] parisc: "
      ` [PATCH v4 14/16] powerpc: "
      ` [PATCH v4 15/16] sh: "
      ` [PATCH v4 16/16] um: "
      ` [PATCH v5 01/16] initrd: Add weakly-linked "
        ` [PATCH v5 02/16] riscv: Free initrds with "
        ` [PATCH v5 03/16] alpha: Switch to "
        ` [PATCH v5 04/16] arc: "
        ` [PATCH v5 05/16] c6x: "
        ` [PATCH v5 06/16] frv: "
        ` [PATCH v5 07/16] h8300: "
        ` [PATCH v5 08/16] m32r: "
        ` [PATCH v5 09/16] m68k: "
        ` [PATCH v5 10/16] microblaze: "
        ` [PATCH v5 11/16] nios2: "
        ` [PATCH v5 12/16] openrisc: "
        ` [PATCH v5 13/16] parisc: "
        ` [PATCH v5 14/16] powerpc: "
        ` [PATCH v5 15/16] sh: "
        ` [PATCH v5 16/16] um: "

[PATCH v4 2/3] lib: Rename compiler intrinsic selects to GENERIC_LIB_*
 2018-03-29 10:41 UTC 

Make set_handle_irq and handle_arch_irq generic, v4
 2018-03-29  5:01 UTC  (10+ messages)
` [PATCH v4 1/8] arm64: Set CONFIG_MULTI_IRQ_HANDLER
` [PATCH v4 2/8] openrisc: "
` [PATCH v4 3/8] irq: Add CONFIG_GENERIC_IRQ_MULTI_HANDLER
` [PATCH v4 4/8] RISC-V: Move to the new GENERIC_IRQ_MULTI_HANDLER handler
` [PATCH v4 5/8] arm: Convert to GENERIC_IRQ_MULTI_HANDLER
` [PATCH v4 6/8] arm64: Use the new GENERIC_IRQ_MULTI_HANDLER
` [PATCH v4 7/8] openrisc: "
` [PATCH v4 8/8] irq: Remove MULTI_IRQ_HANDLER as it's now obselete

[PATCH 0/2] perf: riscv: Preliminary Perf Event Support on RISC-V
 2018-03-29  2:30 UTC  (4+ messages)
` [PATCH 1/2] perf: riscv: preliminary RISC-V support
` [PATCH 2/2] perf: riscv: Add Document for Future Porting Guide

[PATCH 1/2] perf: riscv: preliminary RISC-V support
 2018-03-29  0:41 UTC 

[PATCH v2 00/11] RISC-V: Resolve the issue of loadable module on 64-bit
 2018-03-24 15:59 UTC  (18+ messages)
` [PATCH v2 01/11] RISC-V: Add sections of PLT and GOT for kernel module
` [PATCH v2 02/11] RISC-V: Add section of GOT.PLT "
` [PATCH v2 03/11] RISC-V: Support GOT_HI20/CALL_PLT relocation type in "
` [PATCH v2 04/11] RISC-V: Support CALL "
` [PATCH v2 05/11] RISC-V: Support HI20/LO12_I/LO12_S "
` [PATCH v2 06/11] RISC-V: Support RVC_BRANCH/JUMP relocation type in kernel modulewq
` [PATCH v2 07/11] RISC-V: Support ALIGN relocation type in kernel module
` [PATCH v2 08/11] RISC-V: Support ADD32 "
` [PATCH v2 09/11] RISC-V: Support SUB32 "
` [PATCH v2 10/11] RISC-V: Enable module support in defconfig
` [PATCH v2 11/11] RISC-V: Add definition of relocation types

[PATCH] RISC-V: build vdso-dummy.o with -no-pie
 2018-03-21 21:26 UTC 

[PATCH v7 00/13] Support PPTT for ARM64
 2018-03-20 13:25 UTC  (15+ messages)
` [PATCH v7 05/13] ACPI/PPTT: Add Processor Properties Topology Table parsing
` [PATCH v7 13/13] arm64: topology: divorce MC scheduling domain from core_siblings

[PATCH 00/11] RISC-V: Resolve the issue of loadable module on 64-bit
 2018-03-15  9:35 UTC  (31+ messages)
` [PATCH 01/11] RISC-V: Add sections of PLT and GOT for kernel module
` [PATCH 02/11] RISC-V: Add section of GOT.PLT "
` [PATCH 03/11] RISC-V: Support GOT_HI20/CALL_PLT relocation type in "
` [PATCH 04/11] RISC-V: Support CALL "
` [PATCH 05/11] RISC-V: Support HI20/LO12_I/LO12_S "
` [PATCH 06/11] RISC-V: Support RVC_BRANCH/JUMP relocation type in kernel modulewq
` [PATCH 07/11] RISC-V: Support ALIGN relocation type in kernel module
` [PATCH 08/11] RISC-V: Support ADD32 "
` [PATCH 09/11] RISC-V: Support SUB32 "
` [PATCH 10/11] RISC-V: Enable module support in defconfig
` [PATCH 11/11] RISC-V: Add definition of relocation types

Make set_handle_irq and handle_arch_irq generic, v3
 2018-03-14 19:36 UTC  (5+ messages)
` [PATCH v3 3/5] arm: Convert to GENERIC_IRQ_MULTI_HANDLER

[PATCH] RISC-V: Rename CONFIG_CMDLINE_OVERRIDE to CONFIG_CMDLINE_FORCE
 2018-03-14 17:41 UTC  (2+ messages)

[PATCH v2 2/2] riscv/atomic: Strengthen implementations with fences
 2018-03-13 13:27 UTC  (12+ messages)

[RFC/PATCH] risc-v: Fix issue ignoring CONFIG_CMDLINE_OVERRIDE
 2018-03-13  3:26 UTC 

Make set_handle_irq and handle_arch_irq generic, v3
 2018-03-12 19:24 UTC  (4+ messages)

[RFC PATCH 1/2] riscv/spinlock: Strengthen implementations with fences
 2018-03-09 18:07 UTC  (2+ messages)

[RFC PATCH 0/6] arm64: untag user pointers passed to the kernel
 2018-03-09 17:58 UTC  (10+ messages)
` [RFC PATCH 3/6] mm, arm64: untag user addresses in memory syscalls
` [RFC PATCH 4/6] mm, arm64: untag user addresses in mm/gup.c
` [RFC PATCH 5/6] lib, arm64: untag addrs passed to strncpy_from_user and strnlen_user
` [RFC PATCH 6/6] arch: add untagged_addr definition for other arches


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