linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-04-20 05:59:52 to 2015-04-28 09:09:50 UTC [more...]

[PATCH v9 00/17] Re-introduce h8300 architecture
 2015-04-28  9:09 UTC  (44+ messages)
` [PATCH v9 01/17] h8300: Assembly headers
` [PATCH v9 02/17] h8300: UAPI headers
` [PATCH v9 03/17] h8300: Exception and Interrupt handling
` [PATCH v9 04/17] h8300: kernel booting
` [PATCH v9 05/17] h8300: process and signals
` [PATCH v9 06/17] h8300: CPU depend helpers
` [PATCH v9 07/17] h8300: miscellaneous functions
` [PATCH v9 08/17] h8300: Memory management
` [PATCH v9 09/17] h8300: library functions
` [PATCH v9 10/17] h8300: Build scripts
` [PATCH v9 11/17] h8300: clock driver
` [PATCH v9 12/17] h8300: clocksource
` [PATCH v9 13/17] h8300: configs
` [PATCH v9 14/17] serial: Add H8300
` [PATCH v9 15/17] Add ELF machine
` [PATCH v9 16/17] mksysmap: Add h8300 local symbol pattern
` [PATCH v9 17/17] Add H8/300 entry

[PATCH 00/23] gpio: sysfs: fixes and clean ups
 2015-04-27  8:34 UTC  (9+ messages)
` [PATCH 08/23] gpio: remove gpiod_sysfs_set_active_low

[RFC PATCH v2 00/11] an introduction of library operating system for Linux (LibOS)
 2015-04-27  7:39 UTC  (40+ messages)
` [RFC PATCH v3 00/10] "
  ` [RFC PATCH v3 09/10] lib: libos build scripts and documentation
  ` [PATCH v4 00/10] an introduction of Linux library operating system (LibOS)
    ` [PATCH v4 01/10] sysctl: make some functions unstatic to access by arch/lib
    ` [PATCH v4 02/10] slab: add SLIB (Library memory allocator) for arch/lib
    ` [PATCH v4 03/10] lib: public headers and API implementations for userspace programs
    ` [PATCH v4 04/10] lib: time handling (kernel glue code)
    ` [PATCH v4 05/10] lib: context and scheduling functions (kernel glue code) for libos
    ` [PATCH v4 06/10] lib: sysctl handling (kernel glue code)
    ` [PATCH v4 07/10] lib: other kernel glue layer code
    ` [PATCH v4 08/10] lib: auxially files for auto-generated asm-generic files of libos
    ` [PATCH v4 09/10] lib: libos build scripts and documentation
    ` [PATCH v4 10/10] lib: tools used for test scripts

[PATCH 3.14 35/42] vm: add VM_FAULT_SIGSEGV handling support
 2015-04-26 14:01 UTC  (4+ messages)
` [PATCH 3.14 36/42] vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUS

[PATCH 3.10 28/31] vm: add VM_FAULT_SIGSEGV handling support
 2015-04-26 13:49 UTC  (4+ messages)
` [PATCH 3.10 29/31] vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUS

[PATCH] scatterlist: enable sg chaining for all architectures
 2015-04-25 14:56 UTC  (2+ messages)

[PATCH v16 00/14] qspinlock: a 4-byte queue spinlock with PV support
 2015-04-24 18:56 UTC  (15+ messages)
` [PATCH v16 01/14] qspinlock: A simple generic 4-byte queue spinlock
` [PATCH v16 02/14] qspinlock, x86: Enable x86-64 to use "
` [PATCH v16 03/14] qspinlock: Add pending bit
` [PATCH v16 04/14] qspinlock: Extract out code snippets for the next patch
` [PATCH v16 05/14] qspinlock: Optimize for smaller NR_CPUS
` [PATCH v16 06/14] qspinlock: Use a simple write to grab the lock
` [PATCH v16 07/14] qspinlock: Revert to test-and-set on hypervisors
` [PATCH v16 08/14] pvqspinlock: Implement simple paravirt support for the qspinlock
` [PATCH v16 09/14] pvqspinlock, x86: Implement the paravirt qspinlock call patching
` [PATCH v16 10/14] pvqspinlock, x86: Enable PV qspinlock for KVM
` [PATCH v16 11/14] pvqspinlock, x86: Enable PV qspinlock for Xen
` [PATCH v16 12/14] pvqspinlock: Only kick CPU at unlock time
` [PATCH v16 13/14] pvqspinlock: Improve slowpath performance by avoiding cmpxchg
` [PATCH v16 14/14] pvqspinlock: Collect slowpath lock statistics

[PATCH 00/11] Convert the posix_clock_operations and k_clock structure to ready for 2038
 2015-04-22 15:38 UTC  (49+ messages)
` [PATCH 01/11] linux/time64.h:Introduce the 'struct itimerspec64' for 64bit
` [PATCH 03/11] time/hrtimer:Introduce hrtimer_get_res64() with timespec64 type for getting the timer resolution
` [PATCH 04/11] posix timers:Introduce the 64bit methods with timespec64 type for k_clock structure
    ` [Y2038] "
` [PATCH 05/11] time/posix-timers:Convert to the 64bit methods for k_clock callback functions
      ` [Y2038] "
` [PATCH 09/11] cputime:Introduce the cputime_to_timespec64/timespec64_to_cputime function
` [PATCH 11/11] k_clock:Remove the 32bit methods with timespec type

[PATCH] bug: Recursion avoidance for WARN_ONCE() and friends
 2015-04-22 12:54 UTC  (2+ messages)
` [RESEND PATCH] "

[PATCH] kexec: override GFP flag for the control page allocation
 2015-04-21 12:06 UTC 

[PATCH v8 00/17] Re-introduce h8300 architecture
 2015-04-21  8:32 UTC  (41+ messages)
` [PATCH v8 01/17] h8300: Assembly headers
` [PATCH v8 02/17] h8300: UAPI headers
` [PATCH v8 03/17] h8300: Exception and Interrupt handling
` [PATCH v8 04/17] h8300: kernel booting
` [PATCH v8 05/17] h8300: process and signals
` [PATCH v8 06/17] h8300: CPU depend helpers
` [PATCH v8 07/17] h8300: miscellaneous functions
` [PATCH v8 08/17] h8300: Memory management
` [PATCH v8 09/17] h8300: library functions
` [PATCH v8 10/17] h8300: Build scripts
` [PATCH v8 11/17] h8300: clock driver
` [PATCH v8 12/17] h8300: clocksource
` [PATCH v8 13/17] h8300: configs
` [PATCH v8 14/17] serial: Add H8300
` [PATCH v8 15/17] Add ELF machine
` [PATCH v8 16/17] mksysmap: Add h8300 local symbol pattern
` [PATCH v8 17/17] Add H8/300 entry


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