Linux PARISC architecture development
 help / color / mirror / Atom feed
 messages from 2018-09-26 09:24:04 to 2018-10-17 06:19:18 UTC [more...]

linux-next: Signed-off-by missing for commits in the parisc-hd tree
 2018-10-17  6:19 UTC  (2+ messages)

[PATCH 0/4] Add support for fast mremap
 2018-10-16 19:43 UTC  (9+ messages)
` [PATCH 1/4] treewide: remove unused address argument from pte_alloc functions (v2)
` [PATCH 2/4] mm: speed up mremap by 500x on large regions (v2)
` [PATCH 3/4] arm64: select HAVE_MOVE_PMD for faster mremap (v1)
` [PATCH 4/4] x86: "

[PATCH v5 0/5] parisc: system call table generation support
 2018-10-16  7:03 UTC  (6+ messages)
` [PATCH v5 1/5] parisc: move __IGNORE* entries to non uapi header
` [PATCH v5 2/5] parisc: add __NR_syscalls along with __NR_Linux_syscalls
` [PATCH v5 3/5] parisc: add system call table generation support
` [PATCH v5 4/5] parisc: uapi header and system call table file generation
` [PATCH v5 5/5] parisc: syscalls: ignore nfsservctl for other architectures

[PATCH] extract-vmlinux: Check for uncompressed image as fallback
 2018-10-16  6:03 UTC 

[PATCH v2 1/2] treewide: remove unused address argument from pte_alloc functions
 2018-10-16  2:08 UTC  (38+ messages)
` [PATCH v2 2/2] mm: speed up mremap by 500x on large regions

[PATCH v4 0/6] parisc: system call table generation support
 2018-10-15  5:45 UTC  (23+ messages)
` [PATCH v4 1/6] parisc: move __IGNORE* entries to non uapi header
` [PATCH v4 2/6] parisc: add __NR_Linux_syscalls along with __NR_syscalls
` [PATCH v4 3/6] parisc: add system call table generation support
` [PATCH v4 4/6] parisc: uapi header and system call table file generation
` [PATCH v4 5/6] parisc: wire up rseq system call
` [PATCH v4 6/6] parisc: syscalls: Ignore nfsservctl for other architectures

[PATCH v3 0/6] System call table generation support
 2018-10-11 15:01 UTC  (35+ messages)
` [PATCH v3 1/6] parisc: move __IGNORE* entries to non uapi header
` [PATCH v3 2/6] parisc: add __NR_Linux_syscalls along with __NR_syscalls
` [PATCH v3 3/6] parisc: add system call table generation support
` [PATCH v3 4/6] parisc: uapi header and system call table file generation
` [PATCH v3 5/6] parisc: wire up rseq system call
` [PATCH v3 6/6] parisc: syscalls: Ignore nfsservctl for other architectures

[PATCH v3 0/7] Remove errors building drivers/DRIVERNAME
 2018-10-10  1:04 UTC  (23+ messages)
` [PATCH v3 1/7] drivers: dio: Avoids building driver if CONFIG_DIO is disabled
` [PATCH v3 2/7] drivers: nubus: Avoids building driver if CONFIG_NUBUS "
` [PATCH v3 3/7] drivers: parisc: Avoids building driver if CONFIG_PARISC "
` [PATCH v3 4/7] drivers: zorro: Avoids building proc.o if CONFIG_ZORRO "
` [PATCH v3 5/7] drivers: s390: Avoids building drivers if ARCH is not s390
` [PATCH v3 6/7] drivers: oprofile: Avoids building driver from direct make command
` [PATCH v3 7/7] drivers: hwtracing: Adds Makefile to enable building from directory

[PATCH 0/5] termios: remove arch redundancy in <asm/termbits.h>
 2018-10-04 22:29 UTC  (2+ messages)
` [PATCH 4/5] arch/parisc, termios: use <asm-generic/termios.h>

[GIT PULL] parisc fixes for kernel v4.19
 2018-10-04 14:38 UTC  (12+ messages)

[PATCH v2 0/5] System call table generation support
 2018-10-03  8:47 UTC  (11+ messages)
` [PATCH v2 1/5] parisc: move __IGNORE* entries to non uapi header
` [PATCH v2 2/5] parisc: add __NR_Linux_syscalls macro with __NR_syscalls
` [PATCH v2 3/5] parisc: add system call table generation support
` [PATCH v2 4/5] parisc: uapi header and system call table file generation
` [PATCH v2 5/5] parisc: add __IGNORE* entries in asm/unistd.h

linux-next: Signed-off-by missing for commit in the parisc-hd tree
 2018-10-01  5:57 UTC  (2+ messages)

[PATCH v3 7/7] drivers: hwtracing: Adds Makefile to enable building from directory
 2018-09-28  1:49 UTC 

[PATCH v3 6/7] drivers: oprofile: Avoids building driver from direct make command
 2018-09-28  1:48 UTC 

[PATCH v3 5/7] drivers: s390: Avoids building drivers if ARCH is not s390
 2018-09-28  1:48 UTC 

[PATCH v3 4/7] drivers: zorro: Avoids building proc.o if CONFIG_ZORRO is disabled
 2018-09-28  1:48 UTC 

[PATCH v3 3/7] drivers: parisc: Avoids building driver if CONFIG_PARISC is disabled
 2018-09-28  1:48 UTC 

[PATCH v3 2/7] drivers: nubus: Avoids building driver if CONFIG_NUBUS is disabled
 2018-09-28  1:48 UTC 

[PATCH v3 1/7] drivers: dio: Avoids building driver if CONFIG_DIO is disabled
 2018-09-28  1:46 UTC 

[PATCH v3 0/7] Remove errors building drivers/DRIVERNAME
 2018-09-28  1:45 UTC 

[PATCH 00/30] mm: remove bootmem allocator
 2018-09-27  4:50 UTC  (27+ messages)
` [PATCH 02/30] mm: remove CONFIG_NO_BOOTMEM
` [PATCH 03/30] mm: remove CONFIG_HAVE_MEMBLOCK
` [PATCH 05/30] mm: nobootmem: remove dead code
` [PATCH 07/30] memblock: remove _virt from APIs returning virtual address
` [PATCH 14/30] memblock: add align parameter to memblock_alloc_node()
` [PATCH 16/30] memblock: replace __alloc_bootmem_node with appropriate memblock_ API
` [PATCH 21/30] memblock: replace alloc_bootmem with memblock_alloc
` [PATCH 29/30] mm: remove include/linux/bootmem.h

[PATCH v2 7/7] drivers: hwtracing: Adds Makefile to enable building from directory
 2018-09-27  1:41 UTC 

[PATCH v2 6/7] drivers: oprofile: Avoids building driver from direct make command
 2018-09-27  1:41 UTC 

[PATCH v2 5/7] drivers: s390: Avoids building drivers if ARCH is not s390
 2018-09-27  1:41 UTC 

[PATCH v2 4/7] drivers: zorro: Avoids building proc.o if CONFIG_ZORRO is disabled
 2018-09-27  1:40 UTC 

[PATCH v2 3/7] drivers: parisc: Avoids building driver if CONFIG_PARISC is disabled
 2018-09-27  1:40 UTC 

[PATCH v2 2/7] drivers: nubus: Avoids building driver if CONFIG_NUBUS is disabled
 2018-09-27  1:40 UTC 

[PATCH v2 1/7] drivers: dio: Avoids building driver if CONFIG_DIO is disabled
 2018-09-27  1:39 UTC 

[PATCH v2 0/7] Remove errors building drivers/DRIVERNAME
 2018-09-27  1:39 UTC 

[PATCH] video/fbdev/stifb: Fix spelling mistake in fall-through annotation
 2018-09-26 16:52 UTC  (2+ messages)

[PATCH] parisc: Remove PTE load and fault check from L2_ptep macro
 2018-09-26 13:29 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox