linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-07-02 08:39:03 to 2011-07-12 09:15:56 UTC [more...]

[PATCHSET x86/mm] memblock, x86: Allow node info in memblock and remove x86 specific memblock code
 2011-07-12  9:15 UTC  (2+ messages)
` [PATCH 03/13] memblock: Add optional region->nid

[PATCHSET x86/mm] memblock, x86: Implement for_each_mem_pfn_range() and use it to improve memblock allocator
 2011-07-12  8:46 UTC  (15+ messages)
` [PATCH 1/8] bootmem: Replace work_with_active_regions() with for_each_mem_pfn_range()
` [PATCH 2/8] bootmem: Reimplement __absent_pages_in_range() using for_each_mem_pfn_range()
` [PATCH 3/8] bootmem: Use for_each_mem_pfn_range() in page_alloc.c
` [PATCH 4/8] memblock: Improve generic memblock_nid_range() using for_each_mem_pfn_range()
` [PATCH 5/8] memblock: Don't allow archs to override memblock_nid_range()
` [PATCH 6/8] memblock: Make memblock_alloc_[try_]nid() top-down
` [PATCH 7/8] memblock: Separate out memblock_find_in_range_node()
` [PATCH 8/8] memblock, x86: Replace memblock_x86_find_in_range_node() with generic memblock calls

[PATCHSET x86/mm] memblock, x86: Misc cleanups
 2011-07-12  7:58 UTC  (13+ messages)
` [PATCH 1/6] x86: Fix memblock_x86_check_reserved_size() use in efi_reserve_boot_services()
` [PATCH 2/6] bootmem: Fix __free_pages_bootmem() to use @order properly
` [PATCH 3/6] memblock: Use MEMBLOCK_ALLOC_ACCESSIBLE instead of ANYWHERE in memblock_alloc_try_nid()
` [PATCH 4/6] memblock: Use round_up/down() instead of memblock_align_up/down()
` [PATCH 5/6] memblock: Kill MEMBLOCK_ERROR
` [PATCH 6/6] memblock: Replace memblock_find_base() with memblock_find_in_range()

(unknown),
 2011-07-12  2:17 UTC 

(unknown),
 2011-07-12  2:39 UTC 

[PATCH 00/39] UAPI header file split [ver #2]
 2011-07-11 14:38 UTC  (42+ messages)
` [PATCH [ver #2] 01/39] UAPI: Add script to convert #include "..." to #include <path/...> in sys headers
` [PATCH [ver #2] 02/39] UAPI: Convert #include "..." to #include <path/...> in kernel system headers
` [PATCH [ver #2] 03/39] UAPI: Add script to audit drivers/gpu/ for #including system headers with "..."
` [PATCH [ver #2] 05/39] UAPI: Add include/uapi/ directories to build
` [PATCH [ver #2] 06/39] UAPI: Differentiate userspace build and kernelspace build include path sets
` [PATCH [ver #2] 07/39] UAPI: Fix AHZ multiple inclusion when __KERNEL__ is removed
` [PATCH [ver #2] 08/39] UAPI: ac_etime in linux/acct.h must keep its __KERNEL__ guards
` [PATCH [ver #2] 09/39] UAPI: Make linux/patchkey.h easier to parse
` [PATCH [ver #2] 10/39] UAPI: Don't have a #elif clause in a __KERNEL__ guard in linux/soundcard.h
` [PATCH [ver #2] 11/39] UAPI: Fix nested __KERNEL__ guards in video/edid.h
` [PATCH [ver #2] 12/39] UAPI: Split trivial #if defined(__KERNEL__) && X conditionals
` [PATCH [ver #2] 13/39] UAPI: Remove the inclusion of linux/types.h from x86's asm/page.h
` [PATCH [ver #2] 14/39] UAPI: Fix definition of HZ in asm-generic/param.h
` [PATCH [ver #2] 15/39] UAPI: elf_read_implies_exec() is a kernel-only feature - so hide from userspace
` [PATCH [ver #2] 16/39] UAPI: Fix sigset_t ordering problem
` [PATCH [ver #2] 17/39] UAPI: Fix E820_X_MAX "
` [PATCH [ver #2] 18/39] UAPI: Fix linux/netfilter.h inclusion order
` [PATCH [ver #2] 19/39] UAPI: Fix linux/input.h "
` [PATCH [ver #2] 20/39] UAPI: Fix up linux/netfilter/xt_policy.h
` [PATCH [ver #2] 21/39] UAPI: Fix linux/auto_fs.h inclusion order
` [PATCH [ver #2] 22/39] UAPI: Fix drmP.h to use #include <...> when referring to system header files
` [PATCH [ver #2] 23/39] UAPI: sound/sound_core.c should include linux/fs.h
` [PATCH [ver #2] 24/39] UAPI: Fix SNDRV_*_ENDIAN ordering problem
` [PATCH [ver #2] 25/39] UAPI: Fix u_quad_t ordering problem in linux/coda.h
` [PATCH [ver #2] 26/39] UAPI: Fix linux/coda.h
` [PATCH [ver #2] 27/39] UAPI: Guard linux/isdn_divertif.h
` [PATCH [ver #2] 28/39] UAPI: Guard linux/sound.h
` [PATCH [ver #2] 29/39] UAPI: Fix linux/ncp.h
` [PATCH [ver #2] 30/39] UAPI: Fix x86_64 system call count and generation
` [PATCH [ver #2] 31/39] UAPI: Fix arch/mips/include/asm/Kbuild to have separate header-y lines
` [PATCH [ver #2] 32/39] UAPI: Add a script to create a commit to set up new UAPI dirs
` [PATCH [ver #2] 33/39] UAPI: Set up UAPI Kbuild files
` [PATCH [ver #2] 34/39] UAPI: Plumb the UAPI Kbuilds into the user header handling system
` [PATCH [ver #2] 35/39] UAPI: Set up uapi/asm/Kbuild.asm
` [PATCH [ver #2] 36/39] UAPI: Move linux/version.h
` [PATCH [ver #2] 37/39] UAPI: Make UAPI headers install to usr/include/
` [PATCH [ver #2] 38/39] UAPI: Fix the page-types query program in the docs
` [PATCH [ver #2] 39/39] UAPI: Scripts to disintegrate header files

OpenRISC Architecture: Patch set version 2
 2011-07-08  7:44 UTC  (47+ messages)
` [PATCH v2 01/19] OpenRISC: Boot code
` [PATCH v2 02/19] OpenRISC: Device tree
` [PATCH v2 03/19] OpenRISC: Memory management
` [PATCH v2 04/19] OpenRISC: Signal handling
` [PATCH v2 05/19] OpenRISC: Build infrastructure
` [PATCH v2 06/19] OpenRISC: PTrace
` [PATCH v2 07/19] OpenRISC: DMA
` [PATCH v2 08/19] OpenRISC: Timekeeping
` [PATCH v2 09/19] OpenRISC: IRQ
` [PATCH v2 10/19] OpenRISC: System calls
` [PATCH v2 11/19] OpenRISC: Idle/Power management
` [PATCH v2 12/19] OpenRISC: Scheduling/Process management
` [PATCH v2 13/19] OpenRISC: GPIO
` [PATCH v2 14/19] OpenRISC: Module support
` [PATCH v2 15/19] OpenRISC: Traps
` [PATCH v2 16/19] OpenRISC: Headers
` [PATCH v2 17/19] OpenRISC: Library routines
` [PATCH v2 18/19] OpenRISC: Miscellaneous
` [PATCH v2 19/19] OpenRISC: Add MAINTAINERS entry

[PATCH/RFC 0/8] ARM: DMA-mapping framework redesign
 2011-07-07 12:38 UTC  (11+ messages)
` [PATCH 1/8] ARM: dma-mapping: remove offset parameter to prepare for generic dma_ops
` [PATCH 3/8] ARM: dma-mapping: use asm-generic/dma-mapping-common.h

[PATCH 00/35] UAPI header file split
 2011-07-06 11:04 UTC  (37+ messages)
` [PATCH 01/35] UAPI: Convert #include "..." to #include <path/...> in kernel system headers
` [PATCH 03/35] UAPI: Add uapi/ include directory to build
` [PATCH 04/35] UAPI: Differentiate userspace build and kernelspace build include path sets
` [PATCH 05/35] UAPI: Fix AHZ multiple inclusion when __KERNEL__ is removed
` [PATCH 06/35] UAPI: ac_etime in linux/acct.h must keep its __KERNEL__ guards
` [PATCH 07/35] UAPI: Make linux/patchkey.h easier to parse
` [PATCH 08/35] UAPI: Don't have a #elif clause in a __KERNEL__ guard in linux/soundcard.h
` [PATCH 09/35] UAPI: Fix nested __KERNEL__ guards in video/edid.h
` [PATCH 10/35] UAPI: Split trivial #if defined(__KERNEL__) && X conditionals
` [PATCH 11/35] UAPI: Remove the inclusion of linux/types.h from x86's asm/page.h
` [PATCH 12/35] UAPI: Fix definition of HZ in asm-generic/param.h
` [PATCH 13/35] UAPI: elf_read_implies_exec() is a kernel-only feature - so hide from userspace
` [PATCH 14/35] UAPI: Fix sigset_t ordering problem
` [PATCH 15/35] UAPI: Fix E820_X_MAX "
` [PATCH 16/35] UAPI: Fix linux/netfilter.h inclusion order
` [PATCH 17/35] UAPI: Fix linux/input.h "
` [PATCH 18/35] UAPI: Fix up linux/netfilter/xt_policy.h
` [PATCH 19/35] UAPI: Fix linux/auto_fs.h inclusion order
` [PATCH 20/35] UAPI: Fix drmP.h to use #include <...> when referring to system header files
` [PATCH 21/35] UAPI: sound/sound_core.c should include linux/fs.h
` [PATCH 22/35] UAPI: Fix SNDRV_*_ENDIAN ordering problem
` [PATCH 23/35] UAPI: Fix u_quad_t ordering problem in linux/coda.h
` [PATCH 24/35] UAPI: Fix linux/coda.h
` [PATCH 25/35] UAPI: Guard linux/isdn_divertif.h
` [PATCH 26/35] UAPI: Guard linux/sound.h
` [PATCH 27/35] UAPI: Fix linux/ncp.h
` [PATCH 28/35] UAPI: Fix x86_64 system call count and generation
` [PATCH 29/35] UAPI: Fix arch/mips/include/asm/Kbuild to have separate header-y lines
` [PATCH 31/35] UAPI: Plumb the UAPI Kbuilds into the user header handling system
` [PATCH 32/35] UAPI: Set up uapi/asm/Kbuild.asm
` [PATCH 33/35] UAPI: Move linux/version.h
` [PATCH 34/35] UAPI: Make UAPI headers install to usr/include/
` [PATCH 35/35] UAPI: Fix the page-types query program in the docs
` [PATCH 00/35] UAPI header file split - scripts

[RFC v1] implement SL*B and stack usercopy runtime checks
 2011-07-06  3:39 UTC  (12+ messages)
      ` [kernel-hardening] "

[PATCH] modules: add default loader hook implementations
 2011-07-05 11:25 UTC  (8+ messages)
` [PATCH 1/2] "
  ` [PATCH 2/2] modules: make arch's use default loader hooks

[PATCH 1/2] asm-generic: adapt delay.h to common implementation
 2011-07-04 14:18 UTC  (7+ messages)
` [PATCH 2/2] asm-generic: move archictures to common delay.h

[PATCH 1/2] asm-generic: add MMU variants of io.h functions
 2011-07-04  2:28 UTC  (14+ messages)
` [PATCH 2/2] iomap: make IOPORT/PCI mapping functions conditional
      ` [PATCH v2 1/1] asm-generic: add MMU variants of io.h functions

Build regressions/improvements in v3.0-rc5
 2011-07-02  8:38 UTC  (3+ messages)


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