linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-04-17 19:08:18 to 2013-05-08 15:51:13 UTC [more...]

[PATCH v5, part4 00/41] Simplify mem_init() implementations and kill num_physpages
 2013-05-08 15:51 UTC  (17+ messages)
` [PATCH v5, part4 01/41] vmlinux.lds: add comments for global variables and clean up useless declarations
` [PATCH v5, part4 02/41] avr32: normalize global variables exported by vmlinux.lds
` [PATCH v5, part4 03/41] c6x: "
` [PATCH v5, part4 04/41] h8300: "
` [PATCH v5, part4 05/41] score: "
` [PATCH v5, part4 06/41] tile: "
` [PATCH v5, part4 07/41] UML: "
` [PATCH v5, part4 08/41] mm: introduce helper function mem_init_print_info() to simplify mem_init()
` [PATCH v5, part4 09/41] mm: use totalram_pages instead of num_physpages at runtime
` [PATCH v5, part4 10/41] mm/hotplug: prepare for removing num_physpages
` [PATCH v5, part4 11/41] mm/alpha: prepare for removing num_physpages and simplify mem_init()
` [PATCH v5, part4 12/41] mm/ARC: "
` [PATCH v5, part4 13/41] mm/ARM: "
` [PATCH v5, part4 14/41] mm/ARM64: "
` [PATCH v5, part4 15/41] mm/AVR32: "
` [PATCH v5, part4 16/41] mm/blackfin: "

[PATCH v5, part3 00/15] accurately calculate memory statisitic information
 2013-05-08 15:50 UTC  (33+ messages)
` [PATCH v5, part3 01/15] mm: fix build warnings caused by free_reserved_area()
` [PATCH v5, part3 02/15] mm: enhance free_reserved_area() to support poisoning memory with zero
` [PATCH v5, part3 03/15] mm/ARM64: kill poison_init_mem()
` [PATCH v5, part3 04/15] mm/x86: use free_reserved_area() to simplify code
` [PATCH v5, part3 05/15] mm/tile: use common help functions to free reserved pages
` [PATCH v5, part3 06/15] mm, powertv: use free_reserved_area() to simplify code
` [PATCH v5, part3 07/15] mm, acornfb: "
` [PATCH v5, part3 08/15] mm: fix some trivial typos in comments
` [PATCH v5, part3 09/15] mm: use managed_pages to calculate default zonelist order
` [PATCH v5, part3 10/15] mm: accurately calculate zone->managed_pages for highmem zones
` [PATCH v5, part3 11/15] mm: use a dedicated lock to protect totalram_pages and zone->managed_pages
` [PATCH v5, part3 12/15] mm: make __free_pages_bootmem() only available at boot time
` [PATCH v5, part3 13/15] mm: correctly update zone->mamaged_pages
` [PATCH v5, part3 14/15] mm: concentrate modification of totalram_pages into the mm core
` [PATCH v5, part3 15/15] mm: report available pages as "MemTotal" for each NUMA node

[RFC PATCH v2 00/11] HugeTLB and THP support for ARM64
 2013-05-08 12:44 UTC  (18+ messages)
` [RFC PATCH v2 01/11] mm: hugetlb: Copy huge_pmd_share from x86 to mm
` [RFC PATCH v2 02/11] x86: mm: Remove x86 version of huge_pmd_share
` [RFC PATCH v2 03/11] mm: hugetlb: Copy general hugetlb code from x86 to mm
` [RFC PATCH v2 04/11] x86: mm: Remove general hugetlb code from x86
` [RFC PATCH v2 05/11] mm: thp: Correct the HPAGE_PMD_ORDER check
` [RFC PATCH v2 06/11] ARM64: mm: Restore memblock limit when map_mem finished
` [RFC PATCH v2 07/11] ARM64: mm: Make PAGE_NONE pages read only and no-execute
` [RFC PATCH v2 08/11] ARM64: mm: Swap PTE_FILE and PTE_PROT_NONE bits
` [RFC PATCH v2 09/11] ARM64: mm: HugeTLB support
` [RFC PATCH v2 10/11] ARM64: mm: Raise MAX_ORDER for 64KB pages and THP
` [RFC PATCH v2 11/11] ARM64: mm: THP support

dringender Vorschlag
 2013-05-08  8:46 UTC 

[PATCHv3] arm: Preserve the user r/w register TPIDRURW on context switch and fork
 2013-05-08  8:57 UTC  (3+ messages)

The type of bitops
 2013-05-07 23:36 UTC  (12+ messages)

Build errors caused by modalias generation patch
 2013-05-07 16:40 UTC  (7+ messages)

[PATCHv2] arm: Preserve TPIDRURW on context switch
 2013-05-07 10:16 UTC  (19+ messages)

[patch 00/34] idle: Consolidate idle implementations
 2013-05-03  9:47 UTC  (15+ messages)
` [patch 08/34] arm: Use generic idle loop

[GIT PULL] Removal of GENERIC_GPIO
 2013-05-03  6:53 UTC  (4+ messages)

[RFC PATCH 0/9] HugeTLB and THP support for ARM64
 2013-05-02 10:05 UTC  (30+ messages)
` [RFC PATCH 1/9] mm: hugetlb: Copy huge_pmd_share from x86 to mm
` [RFC PATCH 2/9] x86: mm: Remove x86 version of huge_pmd_share
` [RFC PATCH 3/9] mm: hugetlb: Copy general hugetlb code from x86 to mm
` [RFC PATCH 4/9] x86: mm: Remove general hugetlb code from x86
` [RFC PATCH 5/9] ARM64: mm: Add support for flushing huge pages
` [RFC PATCH 6/9] ARM64: mm: Restore memblock limit when map_mem finished
` [RFC PATCH 7/9] ARM64: mm: HugeTLB support
` [RFC PATCH 8/9] ARM64: mm: Introduce MAX_ZONE_ORDER for 64K and THP
` [RFC PATCH 9/9] ARM64: mm: THP support

[PATCH v3 0/3] Wait/wound mutex implementation, v3
 2013-04-30 20:38 UTC  (13+ messages)
` [PATCH v3 1/3] arch: make __mutex_fastpath_lock_retval return whether fastpath succeeded or not
` [PATCH v3 2/3] mutex: add support for wound/wait style locks, v3
` [PATCH v3 3/3] mutex: Add ww tests to lib/locking-selftest.c. v3
` [PATCH] [RFC] mutex: w/w mutex slowpath debugging

[RFC PATCH 0/2] mm: Promote huge_pmd_share from x86 to mm
 2013-04-29 22:10 UTC  (12+ messages)
` [RFC PATCH 1/2] mm: hugetlb: Copy "
` [RFC PATCH 2/2] x86: mm: Remove x86 version of huge_pmd_share

bonjour
 2013-04-27  3:43 UTC 

Using __int128 on 64-bit architectures
 2013-04-21  9:51 UTC  (5+ messages)

[PATCH v4, part3 00/15] accurately calculate memory statisitic information
 2013-04-20 15:34 UTC  (5+ messages)
` [PATCH v4, part3 01/15] mm: fix build warnings caused by free_reserved_area()

[PATCH v4, part3 00/41] Simplify mem_init() implementations and kill num_physpages
 2013-04-20 15:19 UTC  (5+ messages)
` [PATCH v4, part3 13/41] mm/ARM: prepare for removing num_physpages and simplify mem_init()

[PATCH v4 0/4] mutex: Improve mutex performance by doing less atomic-ops & better spinning
 2013-04-19  7:37 UTC  (10+ messages)
` [PATCH v4 1/4] mutex: Move mutex spinning code from sched/core.c back to mutex.c
` [PATCH v4 2/4] mutex: Make more scalable by doing less atomic operations
` [PATCH v4 3/4] mutex: Queue mutex spinners with MCS lock to reduce cacheline contention
` [PATCH v4 optional 4/4] mutex: back out architecture specific check for negative mutex count

[PATCH v2 1/3] arch: make __mutex_fastpath_lock_retval return whether fastpath succeeded or not
 2013-04-18 17:37 UTC  (11+ messages)
` [PATCH v2 2/3] mutex: add support for reservation style locks, v2

[PATCHSET v2] arch: unify task dump debug info
 2013-04-18 14:34 UTC  (2+ messages)

[PATCH v3 0/5] mutex: Improve mutex performance by doing less atomic-ops & better spinning
 2013-04-17 19:28 UTC  (4+ messages)
` [PATCH v3 5/5] mutex: Move mutex spinning code from sched/core.c back to mutex.c


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