public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2008-05-07 16:04:34 to 2008-05-29 10:10:17 UTC [more...]

[PATCH 0/2] Kill unused parameter to smp_call_function and friends
 2008-05-29 10:09 UTC  (4+ messages)
` [PATCH 1/2] smp_call_function: get rid of the unused nonatomic/retry argument
` [PATCH 2/2] on_each_cpu(): kill unused 'retry' parameter

[PATCH 0/10] Add generic helpers for arch IPI function calls #4
 2008-05-29  8:58 UTC  (11+ messages)
` [PATCH 1/10] Add generic helpers for arch IPI function calls
` [PATCH 2/10] x86: convert to generic helpers for "
` [PATCH 3/10] powerpc: "
` [PATCH 4/10] ia64: "
` [PATCH 5/10] alpha: "
` [PATCH 6/10] arm: "
` [PATCH 7/10] m32r: "
` [PATCH 8/10] mips: "
` [PATCH 9/10] parisc: "
` [PATCH 10/10] sh: "

MMIO and gcc re-ordering issue
 2008-05-29  7:10 UTC  (48+ messages)

[patch 1/2] x86: implement pte_special
 2008-05-29  3:43 UTC  (13+ messages)
` [patch 2/2] lockless get_user_pages

[PATCH 4/6v3] byteorder: wire up arches to use new headers
 2008-05-28 20:31 UTC  (4+ messages)

[PATCH 1/6v3] byteorder: add a new include/linux/swab.h to define byteswapping functions
 2008-05-28 19:33 UTC 

[PATCH 2/6v3] byteorder: add include/linux/byteorder.h to define endian helpers
 2008-05-28 19:33 UTC 

[PATCH 3/6v3] byteorder: add get/put endian helpers for the aligned case
 2008-05-28 19:33 UTC 

[PATCH 5/6v3] byteorder: fix direct byteswap includes
 2008-05-28 19:33 UTC 

[PATCH 6/6v3] byteorder: remove the old byteorder implementation
 2008-05-28 19:33 UTC 

[PATCH] avr32: Fix cpufreq oops when ondemand governor is default
 2008-05-27  7:47 UTC  (2+ messages)

[PATCH 2/4] byteorder: wire up the arches to use the new headers
 2008-05-24 15:43 UTC  (2+ messages)

[patch 1/2] x86: implement pte_special
 2008-05-24  0:04 UTC  (7+ messages)
` [patch 2/2] mm: lockless get_user_pages

[PATCH 1/4] include: add linux/byteorder.h and linux/swab.h
 2008-05-23 22:38 UTC  (2+ messages)
` [PATCH-FIX 1/4] fix extra underscore on in-place byteswapping methods

[PATCH 4/4] byteorder: remove the old implementation
 2008-05-23 22:08 UTC 

[PATCH 3/4] byteorder: fix up direct includes
 2008-05-23 22:08 UTC 

[PATCH 1/2] include: add linux/byteorder.h and linux/swab.h
 2008-05-23 18:01 UTC 

[PATCH 2/2] Examples using new linux/byteorder.h alpha/arm/x86
 2008-05-23 18:01 UTC 

[rfc] add io barriers, remove mmiowb
 2008-05-23  1:44 UTC  (7+ messages)

- make-list_poison-less-deadly-v2.patch removed from -mm tree
 2008-05-21 21:22 UTC  (2+ messages)

[PATCH 1/2] Add thread_info_cache_init() to all archs
 2008-05-21 20:52 UTC  (17+ messages)

-ffreestanding or not -ffreestanding
 2008-05-21 11:44 UTC  (3+ messages)

+ make-list_poison-less-deadly-v2.patch added to -mm tree
 2008-05-20  9:37 UTC 

[patch 0/2]: lockless get_user_pages patchset
 2008-05-15  1:13 UTC  (6+ messages)
` [patch 2/2]: introduce fast_gup

[patch 1/2] read_barrier_depends fixlets
 2008-05-14 13:26 UTC  (22+ messages)
` [patch 2/2] fix SMP data race in pagetable setup vs walking
                ` [patch 1/2] read_barrier_depends arch fixlets

+ flag-parameters-paccept-sys_ni.patch added to -mm tree
 2008-05-14  2:48 UTC 

[PATCH] Make for_each_cpu_mask a bit smaller
 2008-05-13 12:02 UTC  (19+ messages)
  ` [RFC/PATCH] Make for_each_node_mask out-of-line
          ` [PATCHv2] Make for_each_cpu_mask a bit smaller
              ` [PATCHv3] "

[ARM] Remove obsolete and unused ARM dyntick support
 2008-05-12 16:31 UTC  (5+ messages)
  ` Remove last reminants of "

Microblaze patches V2
 2008-05-11 21:55 UTC  (42+ messages)
` [PATCH 01/56] microblaze_v2: Kconfig patches
  ` [PATCH 02/56] microblaze_v2: Makefiles for Microblaze cpu
    ` [PATCH 03/56] microblaze_v2: Cpuinfo handling
  ` [PATCH 04/56] microblaze_v2: Open firmware files
    ` [PATCH 05/56] microblaze_v2: Support for semaphores
      ` [PATCH 06/56] microblaze_v2: exception handling
        ` [PATCH 07/56] microblaze_v2: Signal support
          ` [PATCH 08/56] microblaze_v2: Interrupt handling, timer support, supported function
    ` [microblaze-uclinux] [PATCH 04/56] microblaze_v2: Open firmware files
` [PATCH 27/56] microblaze_v2: support for a.out
  ` [PATCH 28/56] microblaze_v2: memory inicialization, MMU, TLB
    ` [PATCH 29/56] microblaze_v2: page.h, segment.h, unaligned.h
      ` [PATCH 30/56] microblaze_v2: includes SHM*, msgbuf
        ` [PATCH 31/56] microblaze_v2: bug headers files
          ` [PATCH 32/56] microblaze_v2: definitions of types
            ` [PATCH 33/56] microblaze_v2: ioctl support
              ` [PATCH 34/56] microblaze_v2: io.h IO operations
                ` [PATCH 35/56] microblaze_v2: headers for executables format FLAT, ELF
                  ` [PATCH 36/56] microblaze_v2: dma support
                    ` [PATCH 37/56] microblaze_v2: headers for irq
` [PATCH 45/56] microblaze_v2: headers simple files - empty or redirect to asm-generic

OF files
 2008-05-11 13:59 UTC  (3+ messages)

+ flag-parameters-inotify_init-fix.patch added to -mm tree
 2008-05-08 22:43 UTC  (2+ messages)

+ flag-parameters-inotify_init-fix.patch added to -mm tree
 2008-05-08 21:41 UTC 

+ introduce-have_efficient_unaligned_access-kconfig-symbol.patch added to -mm tree
 2008-05-08 19:54 UTC 

[PATCH 1/10] Add generic helpers for arch IPI function calls
 2008-05-08  4:36 UTC  (12+ messages)

+ flag-parameters-add-on-remove-epoll_create-size-param.patch added to -mm tree
 2008-05-07 22:07 UTC  (2+ messages)

+ flag-parameters-pipe.patch added to -mm tree
 2008-05-07 22:05 UTC  (2+ messages)

+ flag-parameters-signalfd.patch added to -mm tree
 2008-05-07 22:05 UTC 

+ flag-parameters-epoll_create.patch added to -mm tree
 2008-05-07 22:05 UTC  (2+ messages)

+ flag-parameters-dup2.patch added to -mm tree
 2008-05-07 22:05 UTC 

+ flag-parameters-inotify_init.patch added to -mm tree
 2008-05-07 22:05 UTC  (2+ messages)

+ flag-parameters-eventfd.patch added to -mm tree
 2008-05-07 22:05 UTC 

+ flag-parameters-paccept.patch added to -mm tree
 2008-05-07 22:05 UTC  (2+ messages)

[PATCH] introduce HAVE_EFFICIENT_UNALIGNED_ACCESS Kconfig symbol
 2008-05-07 21:05 UTC 


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