public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-05-08 15:04:52 to 2015-05-12 13:08:11 UTC [more...]

[PATCH v12 00/21] Re-introduce h8300 architecture
 2015-05-12 13:07 UTC  (45+ messages)
` [PATCH v12 01/21] MAINTAINERS: Add H8/300 entry
` [PATCH v12 02/21] mksysmap: Add h8300 local symbol pattern
` [PATCH v12 03/21] Add ELF machine
  ` [PATCH v12 04/21] sh-sci: Add h8300 SCI
  ` [PATCH v12 21/21] h8300: devicetree source
` [PATCH v12 05/21] asm-generic: Add common asm-offsets.h
` [PATCH v12 06/21] h8300: Assembly headers
` [PATCH v12 07/21] h8300: UAPI headers
` [PATCH v12 08/21] h8300: Interrupt and exceptions
` [PATCH v12 09/21] h8300: kernel startup
` [PATCH v12 10/21] h8300: Low level entry
` [PATCH v12 11/21] h8300: compressed image support
` [PATCH v12 12/21] h8300: process helpers
` [PATCH v12 13/21] h8300: miscellaneous functions
` [PATCH v12 14/21] h8300: Memory management
` [PATCH v12 15/21] h8300: library functions
` [PATCH v12 16/21] h8300: Build scripts
` [PATCH v12 17/21] h8300: clock driver
` [PATCH v12 18/21] h8300: clocksource
` [PATCH v12 19/21] h8300: IRQ chip driver
` [PATCH v12 20/21] h8300: configs

[PATCH v3 00/22] Convert the posix_clock_operations and k_clock structure to ready for 2038
 2015-05-12  9:39 UTC  (3+ messages)

[PATCH v2 00/23] gpio: sysfs: fixes and clean ups
 2015-05-12  8:27 UTC  (6+ messages)
` [PATCH v2 08/23] gpio: remove gpiod_sysfs_set_active_low

[PATCH 1/2] clone: Support passing tls argument via C rather than pt_regs magic
 2015-05-12  7:07 UTC  (4+ messages)

VERIFY_READ/WRITE in uaccess.h?
 2015-05-12  5:47 UTC  (5+ messages)

[PATCH v3 00/11] evacuate struct page from the block layer, introduce __pfn_t
 2015-05-12  5:44 UTC  (25+ messages)
` [PATCH v3 01/11] arch: introduce __pfn_t for persistenti/device memory
` [PATCH v3 02/11] block: add helpers for accessing a bio_vec page
` [PATCH v3 03/11] block: convert .bv_page to .bv_pfn bio_vec
` [PATCH v3 04/11] dma-mapping: allow archs to optionally specify a ->map_pfn() operation
` [PATCH v3 05/11] scatterlist: use sg_phys()
` [PATCH v3 06/11] scatterlist: support "page-less" (__pfn_t only) entries
` [PATCH v3 07/11] x86: support dma_map_pfn()
` [PATCH v3 08/11] x86: support kmap_atomic_pfn_t() for persistent memory
` [PATCH v3 09/11] block: convert kmap helpers to kmap_atomic_pfn_t()
` [PATCH v3 10/11] dax: convert to __pfn_t
` [PATCH v3 11/11] block: base support for pfn i/o

[PATCH 0/3] Allow user to request memory to be locked on page fault
 2015-05-11 21:05 UTC  (18+ messages)
` [PATCH 1/3] Add flag to request pages are locked after "
` [PATCH 2/3] Add mlockall flag for locking pages on fault

[PATCH v1 00/15] decouple pagefault_disable() from preempt_disable()
 2015-05-11 15:52 UTC  (31+ messages)
` [PATCH v1 01/15] uaccess: count pagefault_disable() levels in pagefault_disabled
` [PATCH v1 02/15] mm, uaccess: trigger might_sleep() in might_fault() with disabled pagefaults
` [PATCH v1 03/15] uaccess: clarify that uaccess may only sleep if pagefaults are enabled
` [PATCH v1 04/15] mm: explicitly disable/enable preemption in kmap_atomic_*
` [PATCH v1 05/15] mips: kmap_coherent relies on disabled preemption
` [PATCH v1 06/15] mm: use pagefault_disable() to check for disabled pagefaults in the handler
` [PATCH v1 07/15] drm/i915: use pagefault_disabled() to check for disabled pagefaults
` [PATCH v1 08/15] futex: UP futex_atomic_op_inuser() relies on disabled preemption
` [PATCH v1 09/15] futex: UP futex_atomic_cmpxchg_inatomic() "
` [PATCH v1 10/15] arm/futex: "
` [PATCH v1 11/15] arm/futex: UP futex_atomic_op_inuser() "
` [PATCH v1 12/15] futex: clarify that preemption doesn't have to be disabled
` [PATCH v1 13/15] powerpc: enable_kernel_altivec() requires disabled preemption
` [PATCH v1 14/15] mips: properly lock access to the fpu
` [PATCH v1 15/15] uaccess: decouple preemption from the pagefault logic

[PATCH 0/3] add new strscpy() API for string copy
 2015-05-11 15:37 UTC  (2+ messages)

[PATCH v3 20/22] cputime:Introduce the cputime_to_timespec64/timespec64_to_cputime function
 2015-05-11 11:28 UTC 

[PATCH v3 00/22] Convert the posix_clock_operations and k_clock structure to ready for 2038
 2015-05-11 11:06 UTC  (2+ messages)

[PATCH v11 00/19] Re-introduce h8300 architecture
 2015-05-11  3:30 UTC  (35+ messages)
` [PATCH v11 01/19] MAINTAINERS: Add H8/300 entry
` [PATCH v11 04/19] sh-sci: Add h8300 SCI
` [PATCH v11 06/19] h8300: Assembly headers
` [PATCH v11 07/19] h8300: UAPI headers
` [PATCH v11 08/19] h8300: Exception and Interrupt handling
` [PATCH v11 09/19] h8300: kernel booting
` [PATCH v11 10/19] h8300: Process and signal
` [PATCH v11 11/19] h8300: CPU depend helpers
` [PATCH v11 12/19] h8300: miscellaneous functions
` [PATCH v11 13/19] h8300: Memory management
` [PATCH v11 14/19] h8300: library functions
` [PATCH v11 15/19] h8300: Build scripts
` [PATCH v11 16/19] h8300: configs
` [PATCH v11 17/19] h8300: clock driver
` [PATCH v11 18/19] h8300: clocksource
` [PATCH v11 19/19] h8300: devicetree source

[PATCH v8 00/16] Add support to STMicroelectronics STM32 family
 2015-05-09 10:07 UTC  (36+ messages)
` [PATCH v8 01/16] scripts: link-vmlinux: Don't pass page offset to kallsyms if XIP Kernel
` [PATCH v8 02/16] ARM: ARMv7-M: Enlarge vector table up to 256 entries
` [PATCH v8 03/16] dt-bindings: Document the ARM System timer bindings
` [PATCH v8 04/16] clocksource/drivers: Add ARM System timer driver
` [PATCH v8 05/16] dt-bindings: mfd: Add STM32F4 RCC numeric constants into DT include file
  ` [PATCH v8 06/16] dt-bindings: Document the STM32 reset bindings
  ` [PATCH v8 15/16] ARM: configs: Add STM32 defconfig
` [PATCH v8 07/16] drivers: reset: Add STM32 reset driver
` [PATCH v8 08/16] dt-bindings: Document the STM32 timer bindings
` [PATCH v8 09/16] clockevents/drivers: Add STM32 Timer driver
` [PATCH v8 10/16] dt-bindings: Document the STM32 USART bindings
` [PATCH v8 11/16] serial: stm32-usart: Add STM32 USART Driver
` [PATCH v8 12/16] ARM: Add STM32 family machine
` [PATCH v8 13/16] ARM: dts: Add ARM System timer as clocksource in armv7m
` [PATCH v8 14/16] ARM: dts: Introduce STM32F429 MCU
` [PATCH v8 16/16] MAINTAINERS: Add entry for STM32 MCUs


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