linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-04-21 08:32:45 to 2015-04-29 19:22:38 UTC [more...]

[RFC][PATCH 00/13] Convert bitop funcs to bool return type and propagate to various callers/users
 2015-04-29 19:22 UTC  (19+ messages)
` [PATCH 01/13] Make the x86 bitops like test_bit() return bool
` [PATCH 02/13] Make bitmap functions that return boolean values return a bool type
` [PATCH 03/13] Make generic bitops return bool
` [PATCH 04/13] Make cpumask functions that return boolean values "
` [PATCH 05/13] Make nodemask functions that return a boolean value "
` [PATCH 06/13] Make a bunch of mm funcs return bool when they're returning a boolean value
` [PATCH 07/13] Make some apic functions return bool when "
` [PATCH 08/13] Make tick functions that return a boolean value return bool
` [PATCH 09/13] input: Use bool and don't use !! on test_bit
` [PATCH 10/13] Use bool with jbd2_journal_cancel_revoke()

[PATCH v16 00/14] qspinlock: a 4-byte queue spinlock with PV support
 2015-04-29 18:27 UTC  (18+ 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 v9 00/17] Re-introduce h8300 architecture
 2015-04-29 17:07 UTC  (65+ 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
  ` [v9,14/17] "
` [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] scatterlist: enable sg chaining for all architectures
 2015-04-29  7:31 UTC  (9+ messages)

[withdrawn] scatterlist-enable-sg-chaining-for-all-architectures.patch removed from -mm tree
 2015-04-29  1:51 UTC  (2+ messages)

+ scatterlist-enable-sg-chaining-for-all-architectures.patch added to -mm tree
 2015-04-28 21:27 UTC  (2+ messages)

[PATCH v6 00/15] Add support to STMicroelectronics STM32 family
 2015-04-28 12:13 UTC  (5+ messages)
` [PATCH v6 10/15] serial: stm32-usart: Add STM32 USART Driver

[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  (39+ 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 00/11] Convert the posix_clock_operations and k_clock structure to ready for 2038
 2015-04-22 15:38 UTC  (33+ messages)
` [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] 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  (4+ messages)
` [PATCH v8 01/17] h8300: Assembly headers


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