messages from 2018-03-05 12:24:29 to 2018-03-28 19:04:22 UTC [more...]
[PATCH 00/16] Generic infrastructure for unloading initramfs
2018-03-28 19:04 UTC (46+ 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
Make set_handle_irq and handle_arch_irq generic, v4
2018-03-27 16:19 UTC (9+ 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-26 7:57 UTC (3+ messages)
` [PATCH 1/2] perf: riscv: preliminary RISC-V support
` [PATCH 2/2] perf: riscv: Add Document for Future Porting Guide
[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 (39+ messages)
` [PATCH v7 01/13] drivers: base: cacheinfo: move cache_setup_of_node()
` [PATCH v7 02/13] drivers: base: cacheinfo: setup DT cache properties early
` [PATCH v7 03/13] cacheinfo: rename of_node to fw_token
` [PATCH v7 04/13] arm64/acpi: Create arch specific cpu to acpi id helper
` [PATCH v7 05/13] ACPI/PPTT: Add Processor Properties Topology Table parsing
` [PATCH v7 06/13] ACPI: Enable PPTT support on ARM64
` [PATCH v7 07/13] drivers: base cacheinfo: Add support for ACPI based firmware tables
` [PATCH v7 08/13] arm64: "
` [PATCH v7 10/13] arm64: topology: rename cluster_id
` [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 (13+ messages)
` [PATCH v3 1/5] irq: Add CONFIG_GENERIC_IRQ_MULTI_HANDLER
` [PATCH v3 2/5] RISC-V: Move to the new GENERIC_IRQ_MULTI_HANDLER handler
` [PATCH v3 3/5] arm: Convert to GENERIC_IRQ_MULTI_HANDLER
` [PATCH v3 4/5] arm64: Use the new GENERIC_IRQ_MULTI_HANDLER
` [PATCH v3 5/5] openrisc: "
[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
[RFC PATCH 1/2] riscv/spinlock: Strengthen implementations with fences
2018-03-09 18:07 UTC (8+ messages)
[RFC PATCH 0/6] arm64: untag user pointers passed to the kernel
2018-03-09 17:58 UTC (12+ messages)
` [RFC PATCH 1/6] arm64: add type casts to untagged_addr macro
` [RFC PATCH 2/6] arm64: untag user addresses in copy_from_user and others
` [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
[PATCH v2 1/2] riscv/spinlock: Strengthen implementations with fences
2018-03-09 12:13 UTC
[PATCH v2 0/2] riscv/spinlock,atomic: Miscellaneous fixes
2018-03-09 12:12 UTC
[PATCH] tty: New RISC-V SBI console driver
2018-03-08 22:27 UTC
[PATCH] riscv: Implement free_initrd_mem
2018-03-08 20:31 UTC (5+ messages)
[PATCH] set_handle_irq: Return EBUSY if the handler has already been registered
2018-03-08 19:41 UTC (4+ messages)
[PATCH] riscv: Respect the initrd found in the dt, if any
2018-03-08 19:35 UTC (4+ messages)
upstream status?
2018-03-07 5:45 UTC (4+ messages)
[PATCH 8/9] RISC-V: Support RISCV_ALIGN relocations in modules
2018-03-06 23:45 UTC (2+ messages)
[RFC PATCH] riscv/locking: Strengthen spin_lock() and spin_unlock()
2018-03-06 13:00 UTC (11+ messages)
[RFC PATCH 2/2] riscv/atomic: Strengthen implementations with fences
2018-03-05 19:05 UTC (2+ messages)
[RFC PATCH 0/2] riscv/spinlock,atomic: Miscellaneous fixes
2018-03-05 18:23 UTC
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