public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-18 19:51:37 to 2018-03-22 09:00:18 UTC [more...]

[PATCH 00/45] remove in-kernel syscall invocations (part 3 == remainder outside arch/)
 2018-03-22  9:00 UTC  (5+ messages)
` [PATCH 01/45] fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64()
` [PATCH 02/45] fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl()
` [PATCH 03/45] fs: add ksys_lseek() helper; remove in-kernel calls to sys_lseek()
` [PATCH 04/45] fs: add ksys_read() helper; remove in-kernel calls to sys_read()

[RFC PATCH 0/6] remove in-kernel syscall invocations (part 3 == compat cruft)
 2018-03-22  0:15 UTC  (20+ messages)
` [RFC PATCH 2/6] fs: provide a generic compat_sys_truncate64() implementation
` [RFC PATCH 4/6] mm: provide generic compat_sys_readahead() implementation

[PATCH v17 00/10] LPC: legacy ISA I/O support
 2018-03-21 23:39 UTC  (15+ messages)
` [PATCH v17 07/10] ACPI / scan: rename acpi_is_serial_bus_slave() to widen use
` [PATCH v17 08/10] ACPI / scan: do not enumerate Indirect IO host children

[PATCH v13 00/10] Add io{read|write}64 to io-64-atomic headers
 2018-03-21 19:47 UTC  (28+ messages)
` [PATCH v13 01/10] iomap: Use correct endian conversion function in mmio_writeXXbe
` [PATCH v13 02/10] iomap: Fix sparse endian check warnings
` [PATCH v13 03/10] parisc: iomap: introduce io{read|write}64
` [PATCH v13 04/10] powerpc: io.h: move iomap.h include so that it can use readq/writeq defs
` [PATCH v13 05/10] powerpc: iomap.c: introduce io{read|write}64_{lo_hi|hi_lo}
` [PATCH v13 06/10] iomap: "
` [PATCH v13 07/10] io-64-nonatomic: add io{read|write}64[be]{_lo_hi|_hi_lo} macros
` [PATCH v13 08/10] ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks
` [PATCH v13 09/10] crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64
` [PATCH v13 10/10] ntb: ntb_hw_switchtec: Cleanup 64bit IO defines to use the common header

[PATCH 00/19] C-SKY(csky) Linux Kernel Port
 2018-03-21 12:41 UTC  (92+ messages)
` [PATCH 01/19] csky: Kernel booting
` [PATCH 02/19] csky: Exception handling and syscall
` [PATCH 03/19] csky: Cache and TLB routines
` [PATCH 04/19] csky: MMU and page talbe management
` [PATCH 05/19] csky: Process management
` [PATCH 06/19] csky: IRQ handling
` [PATCH 07/19] csky: Atomic operations
` [PATCH 08/19] csky: ELF and module probe
` [PATCH 09/19] csky: VDSO and rt_sigreturn
` [PATCH 10/19] csky: Signal handling
` [PATCH 11/19] csky: Library functions
` [PATCH 12/19] csky: Debug and Ptrace GDB
` [PATCH 13/19] csky: User access
` [PATCH 14/19] csky: Misc headers
` [PATCH 15/19] csky: Build infrastructure
` [PATCH 16/19] csky: Device tree
` [PATCH 17/19] csky: defconfig
` [PATCH 18/19] clocksource: add timer-nationalchip.c
` [PATCH 19/19] irqchip: add irq-nationalchip.c and irq-csky.c

[PATCH] ARC: Improve cmpxchng syscall implementation
 2018-03-21 11:54 UTC  (6+ messages)

[PATCH v4 0/3] Fix issues with huge mapping in ioremap for ARM64
 2018-03-20 22:58 UTC  (10+ messages)
` [PATCH v4 1/3] ioremap: Update pgtable free interfaces with addr
` [PATCH v4 2/3] arm64: Implement page table free interfaces
` [PATCH v4 3/3] Revert "arm64: Enforce BBM for huge IO/VMAP mappings"

[PATCH v3] earlycon: Use a pointer table to fix __earlycon_table stride
 2018-03-20 22:12 UTC  (4+ messages)

[PATCH v5] earlycon: Use a pointer table to fix __earlycon_table stride
 2018-03-20 22:05 UTC  (2+ messages)

[PATCH v4] earlycon: Use a pointer table to fix __earlycon_table stride
 2018-03-20 22:04 UTC  (2+ messages)

[PATCH v2 2/2] earlycon: Use a pointer table to fix __earlycon_table stride
 2018-03-20 18:19 UTC  (4+ messages)

[PATCH 00/16] remove eight obsolete architectures
 2018-03-20 17:11 UTC  (3+ messages)

[PATCH v2 0/3] arm64: Fix invalid si_codes for fault signals
 2018-03-20 10:04 UTC  (9+ messages)
` [PATCH v2 2/3] arm64: fpsimd: Fix bad si_code for undiagnosed SIGFPE

[PATCH v3 0/3] Fix issues with huge mapping in ioremap for ARM64
 2018-03-20  7:06 UTC  (16+ messages)
` [PATCH v3 1/3] ioremap: Update pgtable free interfaces with addr
` [PATCH v3 2/3] arm64: Implement page table free interfaces
` [PATCH v3 3/3] Revert "arm64: Enforce BBM for huge IO/VMAP mappings"

[PATCH 00/16] remove eight obsolete architectures
 2018-03-19 23:06 UTC  (4+ messages)
` [PATCH 11/16] treewide: simplify Kconfig dependencies for removed archs

[PATCH v12 0/9] Add io{read|write}64 to io-64-atomic headers
 2018-03-19 20:38 UTC  (5+ messages)
` [PATCH v12 1/9] iomap: Fix sparse endian check warnings

[PATCH v12 00/11] Application Data Integrity feature introduced by SPARC M7
 2018-03-19 15:19 UTC  (4+ messages)

[PATCH v2 0/4] Fix issues with huge mapping in ioremap for ARM64
 2018-03-19  4:29 UTC  (11+ messages)
` [PATCH v2 2/4] ioremap: Implement TLB_INV before huge mapping
` [PATCH v2 3/4] arm64: Implement page table free interfaces

[RFC PATCH 1/2] ftrace: Allow arches to opt-out of static ftrace
 2018-03-19  1:08 UTC  (8+ messages)
` [RFC PATCH 2/2] powerpc: Only support DYNAMIC_FTRACE not static

[PATCH 3.16 56/76] x86/syscall: Sanitize syscall table de-references under speculation
 2018-03-19  0:59 UTC  (4+ messages)


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