messages from 2010-03-04 16:58:43 to 2010-03-21 07:16:35 UTC [more...]
[PATCH 00/20] x86: early_res and irq_desc
2010-03-21 7:13 UTC (19+ messages)
` [PATCH 01/20] x86: add find_e820_area_node
` [PATCH 04/20] x86: use wake_system_ram_range instead of e820_any_mapped in agp path
` [PATCH 05/20] x86: make e820 to be initdata
` [PATCH 07/20] irq: move some interrupt arch_* functions into struct irq_chip
` [PATCH 08/20] x86: fix out of order of gsi - full
` [PATCH 10/20] x86: kill smpboot_hooks.h
` [PATCH 11/20] x86: use vector_desc instead of vector_irq
` [PATCH 12/20] genericirq: change ack/mask in irq_chip to take irq_desc instead of irq -- x86 and core
` [PATCH 13/20] genericirq: change ack/mask in irq_chip to take irq_desc instead of irq -- other arch
` [PATCH 14/20] genericirq: add set_irq_desc_chip/data
` [PATCH 16/20] x86: use num_processors for possible cpus
` [PATCH 18/20] x86: remove arch_probe_nr_irqs
` [PATCH 19/20] x86/pci: ioh new version read all at same time
891,934.000GBP has been awarded to you
2010-03-19 21:52 UTC
perf_arch_fetch_caller_regs
2010-03-19 4:51 UTC (5+ messages)
64-syscall args on 32-bit vs syscall()
2010-03-19 1:22 UTC (38+ messages)
+ documentation-volatile-considered-harmfultxt-correct-cpu_relax-documentation.patch added to -mm tree
2010-03-18 21:54 UTC (2+ messages)
[PATCH v2] headers: remove mm_types.h from sched.h
2010-03-18 21:30 UTC
SMP barriers semantics
2010-03-17 13:42 UTC (8+ messages)
Yahoo/Msn Ticket Number 3XTA932CL9
2010-03-13 6:27 UTC
[PATCH] headers: detach sched.h and mm_types.h
2010-03-11 18:31 UTC (2+ messages)
Code 2:3:5 {urgent}
2010-03-11 17:33 UTC
DMA_ERROR_CODE (was: Re: linux-next: build failure after merge of the final tree)
2010-03-11 17:30 UTC (5+ messages)
[PATCH -v2 0/6] early_res: fw_memmap.c
2010-03-11 3:59 UTC (35+ messages)
` [PATCH 1/4] x86: add get_centaur_ram_top
` [PATCH 2/4] x86: make e820 to be static
` [PATCH 3/4] x86: use wake_system_ram_range instead of e820_any_mapped in agp path
` [PATCH 4/4] x86: make e820 to be initdata
` [PATCH 5/6] early_res: seperate common memmap func from e820.c to fw_memmap.c
` [RFC PATCH 6/6] sparc64: use early_res and nobootmem
[to-be-updated] add-a-kernel_address-that-works-for-data-too.patch removed from -mm tree
2010-03-10 20:43 UTC (3+ messages)
[tip:perf/urgent] perf: Take a hot regs snapshot for trace events
2010-03-10 15:37 UTC
[tip:perf/urgent] perf: Introduce new perf_fetch_caller_regs() for hot regs snapshot
2010-03-10 15:37 UTC
[PATCH/RFC 0/8] Numa: Use Generic Per-cpu Variables for numa_*_id()
2010-03-10 9:06 UTC (35+ messages)
` [PATCH/RFC 1/8] numa: prep: move generic percpu interface definitions to percpu-defs.h
` [PATCH/RFC 2/8] numa: add generic percpu var implementation of numa_node_id()
` [PATCH/RFC 3/8] numa: x86_64: use generic percpu var for numa_node_id() implementation
` [PATCH/RFC 4/8] numa: ia64: use generic percpu var "
` [PATCH/RFC 5/8] numa: Introduce numa_mem_id()- effective local memory node id
` [PATCH/RFC 6/8] numa: ia64: support numa_mem_id() for memoryless nodes
` [PATCH/RFC 7/8] numa: slab: use numa_mem_id() for slab local memory node
` [PATCH/RFC 8/8] numa: in-kernel profiling -- support memoryless nodes
further plans on bootmem, was: Re: - bootmem-avoid-dma32-zone-by-default.patch removed from -mm tree
2010-03-10 7:16 UTC (4+ messages)
[merged] elf-coredump-make-offset-calculation-process-and-writing-process-explicit.patch removed from -mm tree
2010-03-09 19:09 UTC (2+ messages)
[merged] elf-coredump-add-extended-numbering-support.patch removed from -mm tree
2010-03-09 19:09 UTC (2+ messages)
[merged] elf-coredump-replace-elf_core_extra_-macros-by-functions.patch removed from -mm tree
2010-03-09 19:09 UTC (2+ messages)
[merged] coredump-move-dump_write-and-dump_seek-into-a-header-file.patch removed from -mm tree
2010-03-09 19:09 UTC (2+ messages)
[merged] coredump-unify-dump_seek-implementations-for-each-binfmt_c.patch removed from -mm tree
2010-03-09 19:09 UTC (2+ messages)
[RFC:PATCH] Correct cpu_relax() documentation
2010-03-09 16:30 UTC (2+ messages)
[PATCH 4/6] improve sys_personality for compat architectures
2010-03-09 12:58 UTC (8+ messages)
please don't apply : bootmem: avoid DMA32 zone by default
2010-03-07 9:16 UTC (5+ messages)
[git:v4l-dvb/master] mm: flush dcache before writing into page to avoid alias
2010-03-06 14:27 UTC
Winner
2010-03-06 13:24 UTC
[patch 134/160] elf coredump: add extended numbering support
2010-03-05 21:44 UTC
[patch 132/160] elf coredump: replace ELF_CORE_EXTRA_* macros by functions
2010-03-05 21:44 UTC
[patch 130/160] coredump: unify dump_seek() implementations for each binfmt_*.c
2010-03-05 21:44 UTC
[patch 131/160] coredump: move dump_write() and dump_seek() into a header file
2010-03-05 21:44 UTC
[patch 133/160] elf coredump: make offset calculation process and writing process explicit
2010-03-05 21:44 UTC
[PATCH 0/2] Perf hot regs snapshot for trace events
2010-03-05 20:55 UTC (13+ messages)
` [PATCH 1/2] perf: Introduce new perf_save_regs() for hot regs snapshot
` [PATCH 1/2] perf: Introduce new perf_fetch_caller_regs() "
` [PATCH 2/2] perf: Take a hot regs snapshot for trace events
New Message!
2010-03-05 11:05 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox