linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-01 20:12:24 to 2017-06-07 08:01:57 UTC [more...]

RISC-V Linux Port v2
 2017-06-07  8:01 UTC  (53+ messages)
  ` [PATCH 01/17] drivers: support PCIe in RISCV
  ` [PATCH 02/17] pcie-xilinx: add missing 5th legacy interrupt
  ` [PATCH 03/17] base: fix order of OF initialization
  ` [PATCH 04/17] Documentation: atomic_ops.txt is core-api/atomic_ops.rst
  ` [PATCH 05/17] MAINTAINERS: Add RISC-V
  ` [PATCH 06/17] pci: Add generic pcibios_{fixup_bus,align_resource}
  ` [PATCH 07/17] lib: Add shared copies of some GCC library routines
  ` [PATCH 08/17] dts: include documentation for the RISC-V interrupt controllers
  ` [PATCH 09/17] clocksource/timer-riscv: New RISC-V Clocksource
  ` [PATCH 10/17] irqchip: New RISC-V PLIC Driver
  ` [PATCH 11/17] irqchip: RISC-V Local Interrupt Controller Driver
  ` [PATCH 12/17] tty: New RISC-V SBI Console Driver
  ` [PATCH 13/17] RISC-V: Add include subdirectory
  ` [PATCH 14/17] RISC-V: lib files
  ` [PATCH 15/17] RISC-V: Add mm subdirectory
  ` [PATCH 16/17] RISC-V: Add kernel subdirectory
  ` [PATCH 17/17] RISC-V: Makefile and Kconfig

[PATCH 0/4][V3] Improve watchdog config for arch watchdogs
 2017-06-07  3:50 UTC  (9+ messages)
` [PATCH 3/4] watchdog: Split up config options

Unify the various copies of libgcc into lib
 2017-06-06 19:10 UTC  (34+ messages)
` Unify the various copies of libgcc into lib v2
  ` [PATCH 1/7] lib: Add shared copies of some GCC library routines
  ` [PATCH 2/7] m32r: Use lib/ucmpdi2.c
  ` [PATCH 3/7] microblaze: Use libgcc files from lib/
  ` [PATCH 4/7] score: Use lib/{ashldi3,ashrdi3,cmpdi2,lshrdi3,ucmpdi2}.c
  ` [PATCH 5/7] sh: Use lib/ashldi3,ashrdi3,lshrdi3}.c
  ` [PATCH 6/7] sparc: Use lib/{cmpdi2,ucmpdi2}.c
  ` [PATCH 7/7] MIPS: Use generic libgcc intrinsics

[RFC PATCH v2 0/6] Signal frame expansion support
 2017-06-06 16:15 UTC  (12+ messages)
` [RFC PATCH v2 1/6] arm64: signal: Refactor sigcontext parsing in rt_sigreturn
  ` [RFC PATCH v2 4/6] arm64: signal: Allocate extra sigcontext space as needed

[PATCH v4 0/2] tty: add TIOCGPTPEER ioctl
 2017-06-06 12:49 UTC  (8+ messages)
` [PATCH v4 1/2] tty: add compat_ioctl callbacks
` [PATCH v4 2/2] tty: add TIOCGPTPEER ioctl

[PATCH v3 0/2] tty: add TIOCGPTPEER ioctl
 2017-06-06 12:46 UTC  (17+ messages)
` [PATCH v3 1/2] tty: add compat_ioctl callbacks
` [PATCH v3 2/2] tty: add TIOCGPTPEER ioctl

[PATCHv7 00/14] x86: 5-level paging enabling for v4.13, Part 4
 2017-06-06 11:31 UTC  (29+ messages)
` [PATCHv7 01/14] x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementation
` [PATCHv7 02/14] x86/asm: Fix comment in return_from_SYSCALL_64
` [PATCHv7 03/14] x86/boot/efi: Cleanup initialization of GDT entries
` [PATCHv7 04/14] x86/boot/efi: Fix __KERNEL_CS definition of GDT entry on 64-bit configuration
` [PATCHv7 05/14] x86/boot/efi: Define __KERNEL32_CS GDT on 64-bit configurations
` [PATCHv7 06/14] x86/boot/compressed: Enable 5-level paging during decompression stage
` [PATCHv7 07/14] x86/boot/64: Rewrite startup_64 in C
` [PATCHv7 08/14] x86/boot/64: Rename init_level4_pgt and early_level4_pgt
` [PATCHv7 09/14] x86/boot/64: Add support of additional page table level during early boot
` [PATCHv7 10/14] x86/mm: Add sync_global_pgds() for configuration with 5-level paging
` [PATCHv7 11/14] x86/mm: Make kernel_physical_mapping_init() support "
` [PATCHv7 12/14] x86/mm: Add support for 5-level paging for KASLR
` [PATCHv7 13/14] x86: Enable 5-level paging support
` [PATCHv7 14/14] x86/mm: Allow to have userspace mappings above 47-bits

untangle the <asm/siginfo.h> mess
 2017-06-06 10:57 UTC  (20+ messages)
` [PATCH 1/5] sparc: simplify <asm/siginfo.h>
` [PATCH 2/5] ia64: remove HAVE_ARCH_COPY_SIGINFO
` [PATCH 3/5] posix-timers: move the do_schedule_next_timer declaration
` [PATCH 4/5] signal: move copy_siginfo_to_user to <linux/signal.h>
` [PATCH 5/5] remove non-uapi <asm/siginfo.h>

[PATCH 03/20] asm-generic: Drop getrlimit and setrlimit syscalls from default list
 2017-06-05 14:44 UTC  (4+ messages)

[PATCH v4 4/8] mm, gup: Ensure real head page is ref-counted when using hugepages
 2017-06-05 12:51 UTC  (3+ messages)
` [PATCH v4.1 "

is alpha jensen support dead?
 2017-06-05 12:49 UTC  (5+ messages)

[PATCH] kbuild: provide THIN_ARCHIVES option for all architectures
 2017-06-05  7:00 UTC  (5+ messages)

(unknown),
 2017-06-05  5:43 UTC 

Investment Interest & Offer
 2017-06-02 23:01 UTC 

(unknown),
 2017-06-03  5:45 UTC 

Unify the various copies of libgcc into lib
 2017-06-03  2:59 UTC  (3+ messages)

[PATCH 4/7] mips: Use lib/{ashldi3,ashrdi3,cmpdi2,lshrdi3,ucmpdi2}.c
 2017-06-03  2:18 UTC  (2+ messages)

[PATCH 1/7] lib: Add shared copies of some GCC library routines
 2017-06-03  2:18 UTC  (3+ messages)

[GIT PULL] ARM: SoC fixes (and a cross-arch dt-include fix)
 2017-06-02 15:27 UTC  (7+ messages)

[PATCH 0/6] {sched_,}find_first{_zero}_bit optimizations
 2017-06-02 11:34 UTC  (3+ messages)

[PATCH v2 0/1] tty: add TIOCGPTPEER ioctl
 2017-06-02 10:04 UTC  (5+ messages)
` [PATCH v2 1/1] "

[PATCH] tty: add TIOCGPTPEER ioctl
 2017-06-01 20:12 UTC  (5+ messages)


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