messages from 2018-03-28 22:14:01 to 2018-04-27 11:02:00 UTC [more...]
[PATCH v8 00/13] Support PPTT for ARM64
2018-04-27 11:02 UTC (20+ messages)
` [PATCH v8 01/13] drivers: base: cacheinfo: move cache_setup_of_node()
` [PATCH v8 02/13] drivers: base: cacheinfo: setup DT cache properties early
` [PATCH v8 03/13] cacheinfo: rename of_node to fw_token
` [PATCH v8 04/13] arm64/acpi: Create arch specific cpu to acpi id helper
` [PATCH v8 05/13] ACPI/PPTT: Add Processor Properties Topology Table parsing
` [PATCH v8 06/13] ACPI: Enable PPTT support on ARM64
` [PATCH v8 07/13] drivers: base cacheinfo: Add support for ACPI based firmware tables
` [PATCH v8 08/13] arm64: "
` [PATCH v8 09/13] ACPI/PPTT: Add topology parsing code
` [PATCH v8 10/13] arm64: topology: rename cluster_id
` [PATCH v8 11/13] arm64: topology: enable ACPI/PPTT based CPU topology
` [PATCH v8 12/13] ACPI: Add PPTT to injectable table list
` [PATCH v8 13/13] arm64: topology: divorce MC scheduling domain from core_siblings
[GIT PULL] RISC-V Fixes for 4.17-rc3
2018-04-25 17:16 UTC
[PATCH v5 0/2] perf: riscv: Preliminary Perf Event Support on RISC-V
2018-04-25 16:39 UTC (13+ messages)
` [PATCH v5 1/2] perf: riscv: preliminary RISC-V support
` [PATCH v5 2/2] perf: riscv: Add Document for Future Porting Guide
[REVIEW][PATCH 14/22] signal/riscv: Use force_sig_fault where appropriate
2018-04-24 15:31 UTC (5+ messages)
` [REVIEW][PATCH 23/22] signal/riscv: Replace do_trap_siginfo with force_sig_fault
[PATCH] RISC-V: Load modules within relative jump range of the kernel text
2018-04-24 11:54 UTC (4+ messages)
[PATCH v2 00/16] Generic infrastructure for unloading initramfs
2018-04-20 22:50 UTC (77+ messages)
` [PATCH] Extract initrd free logic from arch-specific code
` [PATCH v4 0/16] Generic initrd_free_mem
` [PATCH v4 02/16] riscv: Use generic free_initrd_mem
` [PATCH v4 09/16] m68k: "
` [PATCH v4 14/16] powerpc: "
` [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 v6 01/16] initrd: Add weakly-linked "
` [PATCH v6 02/16] riscv: Free initrds with "
` [PATCH v6 03/16] alpha: Switch to "
` [PATCH v6 04/16] arc: "
` [PATCH v6 05/16] c6x: "
` [PATCH v6 06/16] frv: "
` [PATCH v6 07/16] h8300: "
` [PATCH v6 08/16] m32r: "
` [PATCH v6 09/16] m68k: "
` [PATCH v6 10/16] microblaze: "
` [PATCH v6 11/16] nios2: "
` [PATCH v6 12/16] openrisc: "
` [PATCH v6 13/16] parisc: "
` [PATCH v6 14/16] powerpc: "
` [PATCH v6 15/16] sh: "
` [PATCH v6 16/16] um: "
[PATCH] riscv: select DMA_DIRECT_OPS instead of redefining it
2018-04-20 0:52 UTC (2+ messages)
[PATCH v4 0/2] perf: riscv: Preliminary Perf Event Support on RISC-V
2018-04-19 23:24 UTC (5+ messages)
` [PATCH v4 1/2] perf: riscv: preliminary RISC-V support
` [PATCH v4 2/2] perf: riscv: Add Document for Future Porting Guide
[PATCH] riscv: there is no <asm/handle_irq.h>
2018-04-19 22:59 UTC (2+ messages)
[PATCH] RISC-V: Add CONFIG_HVC_RISCV_SBI=y to defconfig
2018-04-19 22:04 UTC
[PATCH v3 0/2] perf: riscv: Preliminary Perf Event Support on RISC-V
2018-04-17 20:35 UTC (5+ messages)
` [PATCH v3 1/2] perf: riscv: preliminary RISC-V support
` [PATCH v3 2/2] perf: riscv: Add Document for Future Porting Guide
[RFC PATCH 0/2] Fix timer initialization and Add support hotplug
2018-04-13 21:49 UTC (3+ messages)
` [RFC PATCH 1/2] RISCV: Register clocksource and events correctly
` [RFC PATCH 2/2] RISCV: Support cpu hotplug
kernel hangs after running program that uses a custom SIGSEGV handler
2018-04-13 10:09 UTC (4+ messages)
[PATCH v3 0/2] move __HAVE_ARCH_PTE_SPECIAL in Kconfig
2018-04-12 20:46 UTC (15+ messages)
` [PATCH v3 1/2] mm: introduce ARCH_HAS_PTE_SPECIAL
` [PATCH v3 2/2] mm: remove odd HAVE_PTE_SPECIAL
` [PATCH v4] "
[PATCH v6 2/4] lib: Rename compiler intrinsic selects to GENERIC_LIB_*
2018-04-11 7:50 UTC
[PATCH v2 0/2] move __HAVE_ARCH_PTE_SPECIAL in Kconfig
2018-04-10 20:51 UTC (9+ messages)
` [PATCH v2 1/2] mm: introduce ARCH_HAS_PTE_SPECIAL
` [PATCH v2 2/2] mm: remove odd HAVE_PTE_SPECIAL
[PATCH 0/2] perf: riscv: Preliminary Perf Event Support on RISC-V
2018-04-10 18:15 UTC (10+ messages)
` [PATCH 1/2] perf: riscv: preliminary RISC-V support
[PATCH 0/3] move __HAVE_ARCH_PTE_SPECIAL in Kconfig
2018-04-10 15:10 UTC (11+ messages)
` [PATCH 1/3] mm: introduce ARCH_HAS_PTE_SPECIAL
` [PATCH 2/3] mm: replace __HAVE_ARCH_PTE_SPECIAL
` [PATCH 3/3] mm: remove __HAVE_ARCH_PTE_SPECIAL
[RFC linux v2] init: make all setup_arch() output string to boot_command_line[]
2018-04-07 1:55 UTC
[RFC linux] init: make all setup_arch() output string to boot_command_line[]
2018-04-06 11:11 UTC
[PATCH 0/2] perf: riscv: Preliminary Perf Event Support on RISC-V
2018-04-05 16:29 UTC (2+ messages)
[PATCH 0/2] perf: riscv: Preliminary Perf Event Support on RISC-V
2018-04-05 5:09 UTC (8+ messages)
` [PATCH v2 1/2] perf: riscv: preliminary RISC-V support
` [PATCH v2 2/2] perf: riscv: Add Document for Future Porting Guide
` [PATCH v2 0/2] perf: riscv: Preliminary Perf Event Support on RISC-V
[PATCH v5 2/3] lib: Rename compiler intrinsic selects to GENERIC_LIB_*
2018-04-05 0:14 UTC (4+ messages)
[GIT PULL] RISC-V changes for 4.17
2018-04-04 16:45 UTC
[RFC PR] RISC-V changes for 4.17
2018-04-04 0:27 UTC (3+ messages)
[RFC PR] RISC-V changes for 4.17
2018-04-03 22:39 UTC (3+ messages)
[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 (3+ messages)
` [PATCH v4 2/8] openrisc: Set CONFIG_MULTI_IRQ_HANDLER
[PATCH 1/2] perf: riscv: preliminary RISC-V support
2018-03-29 0:41 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