public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-03-20 05:29:18 to 2009-03-20 15:03:29 UTC [more...]

[PATCH 00/25] Cleanup and optimise the page allocator V5
 2009-03-20 15:00 UTC  (27+ messages)
` [PATCH 01/25] Replace __alloc_pages_internal() with __alloc_pages_nodemask()
` [PATCH 02/25] Do not sanity check order in the fast path
` [PATCH 03/25] Do not check NUMA node ID when the caller knows the node is valid
` [PATCH 04/25] Check only once if the zonelist is suitable for the allocation
` [PATCH 05/25] Break up the allocator entry point into fast and slow paths
` [PATCH 06/25] Move check for disabled anti-fragmentation out of fastpath
` [PATCH 07/25] Check in advance if the zonelist needs additional filtering
` [PATCH 08/25] Calculate the preferred zone for allocation only once
` [PATCH 09/25] Calculate the migratetype "
` [PATCH 10/25] Calculate the alloc_flags "
` [PATCH 11/25] Calculate the cold parameter "
` [PATCH 12/25] Remove a branch by assuming __GFP_HIGH == ALLOC_HIGH
` [PATCH 13/25] Inline __rmqueue_smallest()
` [PATCH 14/25] Inline buffered_rmqueue()
` [PATCH 15/25] Inline __rmqueue_fallback()
` [PATCH 16/25] Save text by reducing call sites of __rmqueue()
` [PATCH 17/25] Do not call get_pageblock_migratetype() more than necessary
` [PATCH 18/25] Do not disable interrupts in free_page_mlock()
` [PATCH 19/25] Do not setup zonelist cache when there is only one node
` [PATCH 20/25] Do not check for compound pages during the page allocator sanity checks
` [PATCH 21/25] Use allocation flags as an index to the zone watermark
` [PATCH 22/25] Update NR_FREE_PAGES only as necessary
` [PATCH 23/25] Get the pageblock migratetype without disabling interrupts
` [PATCH 24/25] Re-sort GFP flags and fix whitespace alignment for easier reading
` [PATCH 25/25] Use a pre-calculated value instead of num_online_nodes() in fast paths

[patch 0/5] Intel Poulsbo/Morrestown DRM driver and DRM core changes
 2009-03-20 15:00 UTC  (12+ messages)

[PATCH 0/3] compressed in-memory swapping take2
 2009-03-20 14:57 UTC  (5+ messages)
` [PATCH 1/3] compressed RAM block device
` [PATCH 2/3] xvmalloc memory allocator
` [PATCH 3/3] compcache documentation

[PATCH/RFC] perfcounters: record time running and time enabled for each counter
 2009-03-20 14:50 UTC  (2+ messages)

[PATCH 1/1] Update intc.c and irq code
 2009-03-20 14:35 UTC 

[Patch 01/11] Introducing generic hardware breakpoint handler interfaces
 2009-03-20 14:33 UTC  (2+ messages)

29-rc-mmotm - HID/USB wedge w/ WARNING: at kernel/workqueue.c:371
 2009-03-20 13:42 UTC  (5+ messages)

Question about usage of RCU in the input layer
 2009-03-20 14:31 UTC  (11+ messages)

Microblaze linux support
 2009-03-20 14:27 UTC  (26+ messages)
` [PATCH 01/57] microblaze_v7: Kconfig patches
  ` [PATCH 02/57] microblaze_v7: Makefiles for Microblaze cpu
    ` [PATCH 03/57] microblaze_v7: Cpuinfo handling
      ` [PATCH 04/57] microblaze_v7: Open firmware files
        ` [PATCH 05/57] microblaze_v7: Platorm bus registration
          ` [PATCH 06/57] microblaze_v7: exception handling
            ` [PATCH 07/57] microblaze_v7: Signal support
              ` [PATCH 08/57] microblaze_v7: Interrupt handling, timer support, selfmod code

[PATCH] alsa: Intel HDA output and align Ids
 2009-03-20 14:22 UTC  (2+ messages)

[PATCH 2.6.27-stable] Fix misreporting of #cores as #hyperthreads for Q9550
 2009-03-20 14:14 UTC  (3+ messages)
` [stable] "

[RFC PATCH 0/3] GPIO switch framework
 2009-03-20 14:15 UTC  (5+ messages)
` [RFC PATCH 1/3] GPIOLIB: Add new gpio_device_create function
  ` [RFC PATCH 2/3] GPIO-SWITCH: Adaptation of GPIO switch framework for mainline
  ` [RFC PATCH 3/3] GPIO-SWITCH: Kconfig and Makefile

[patch] fix uml slowness caused by ptrace preemption bug on host
 2009-03-20 14:04 UTC  (8+ messages)

lockdep: fix deadlock in lockdep_trace_alloc
 2009-03-20 14:00 UTC  (6+ messages)
` [PATCH] "
` [tip:core/locking] "

[PATCH 0/7] [GIT PULL] tip/tracing/ftrace
 2009-03-20 13:56 UTC  (4+ messages)

PATCH: Introduce struct vma_link_info
 2009-03-20 13:34 UTC 

[PATCH] Add SELinux context and TTY name to AUDIT_TTY records
 2009-03-20 13:51 UTC  (2+ messages)

[TIP] BUG kmalloc-4096: Poison overwritten (ath5k_rx_skb_alloc)
 2009-03-20 13:14 UTC  (11+ messages)

Error testing ext3 on brd ramdisk
 2009-03-20 13:35 UTC  (13+ messages)

[PATCH] block: allows to turn off disk I/O stat accounting completely
 2009-03-19 10:54 UTC 

[PATCH] block: forbid to re-enable I/O stat accounting
 2009-03-19 10:36 UTC 

[PATCH] Serial: fix build problem
 2009-03-20 13:11 UTC 

[PATCH 0/7] blktrace: various cleanups and fixes
 2009-03-20 13:10 UTC  (24+ messages)
` [PATCH 1/7] blktrace: fix possible memory leak
  ` [tip:tracing/blktrace] "
` [PATCH 2/7] blktrace: make blk_tracer_enabled a bool flag
  ` [tip:tracing/blktrace] "
` [PATCH 3/7] blktrace: remove blk_probe_mutex
  ` [tip:tracing/blktrace] "
` [PATCH 4/7] blktrace: don't increase blk_probes_ref if failed to setup blk trace
  ` [tip:tracing/blktrace] "
` [PATCH 5/7] blktrace: report EBUSY correctly
  ` [tip:tracing/blktrace] "
` [PATCH 6/7] blktrace: remove sysfs_blk_trace_enable_show/store()
` [PATCH 7/7] blktrace: avoid accessing NULL bdev->bd_disk

Overagressive failing of disk reads, both LIBATA and IDE
 2009-03-20 13:09 UTC  (4+ messages)

linux-next: Tree for March 20
 2009-03-20 12:59 UTC  (6+ messages)
` Next March 20 : drivers/md/dm-exception-store build break
` linux-next: Tree for March 20 - timeriomem build break on s390
` linux-next: Tree for March 20 - dnet "
  ` [PATCH] dnet: DNET should depend on HAS_IOMEM
` linux-next: Tree for March 20 - crypto crash on s390

[PATCH] kbuild: work around distcc/icecc madness
 2009-03-20 12:23 UTC  (4+ messages)

[git-pull -tip] x86: mpparse cleanup
 2009-03-20 12:05 UTC  (7+ messages)

[PATCH] Phonet:fix build problem
 2009-03-20 11:58 UTC 

[PATCH 1/1] Update timer.c code
 2009-03-20 11:47 UTC 

[patch] don't preempt not TASK_RUNNING tasks
 2009-03-20 11:39 UTC  (6+ messages)

[PATCH] Staging: psb: fix build problem
 2009-03-20 11:35 UTC 

[RFC][PATCH -tip 7/9] tracing: kprobe-tracer plugin supports arguments
 2009-03-20 11:29 UTC  (3+ messages)

[PATCH] igb: fix kexec with igb
 2009-03-20 11:29 UTC  (4+ messages)
` [PATCH] pci: fix kexec with power state D3

How? PM suspend resume code in misc driver?
 2009-03-20 11:23 UTC  (2+ messages)

[PATCH v3 0/6] ATS capability support for Intel IOMMU
 2009-03-20 11:15 UTC  (4+ messages)

The Linux Staging tree, what it is and is not
 2009-03-20 11:15 UTC  (9+ messages)

PROBLEM: Kernel panic at boot in smp_apic_timer_interrupt in 2.6.28.7
 2009-03-20 11:07 UTC 

[PATCH] watchdog: New library code
 2009-03-20 11:06 UTC  (4+ messages)

[RFC PATCH] AT91: manage clock by functionality instead of CPUs
 2009-03-20 10:56 UTC 

[RFC][PATCH -tip 4/9] power: add kernel_trap_sp()
 2009-03-20 10:53 UTC  (4+ messages)

[PATCH 7/7] blktrace: avoid accessing NULL bdev->bd_disk
 2009-03-20 10:26 UTC  (2+ messages)
` [tip:tracing/blktrace] "

[PATCH 6/7] blktrace: remove sysfs_blk_trace_enable_show/store()
 2009-03-20 10:26 UTC  (2+ messages)
` [tip:tracing/blktrace] "

[PATCH 00/10] tracepoint perf counter events and new ABI
 2009-03-20 10:25 UTC  (6+ messages)
` [PATCH 10/10] perf_counter: powerpc: clean up perc_counter_interrupt
  ` [tip:perfcounters/core] "

[PATCH 09/10] perf_counter: unify irq output code
 2009-03-20 10:25 UTC  (2+ messages)
` [tip:perfcounters/core] "

[PATCH 08/10] perf_counter: revamp syscall input ABI
 2009-03-20 10:25 UTC  (2+ messages)
` [tip:perfcounters/core] "

[PATCH 07/10] perf_counter: hook up the tracepoint events
 2009-03-20 10:25 UTC  (2+ messages)
` [tip:perfcounters/core] "

[PATCH 06/10] perf_counter: fix up counter free paths
 2009-03-20 10:25 UTC  (2+ messages)
` [tip:perfcounters/core] "

[PATCH 02/10] perf_counter: generic context switch event
 2009-03-20 10:24 UTC  (2+ messages)
` [tip:perfcounters/core] "

[PATCH 01/10] perf_counter: fix uninitialized usage of event_list
 2009-03-20 10:24 UTC  (2+ messages)
` [tip:perfcounters/core] "

[patch 3/3] x86, CPA: Add set_pages_arrayuc and set_pages_array_wb
 2009-03-20 10:24 UTC  (2+ messages)
` [tip:x86/mm] "

[patch 2/3] x86, PAT: Add support for struct page pointer array in cpa set_clr
 2009-03-20 10:24 UTC  (2+ messages)
` [tip:x86/mm] "

[patch 1/3] x86, CPA: Add a flag parameter to cpa set_clr
 2009-03-20 10:24 UTC  (2+ messages)
` [tip:x86/mm] x86, CPA: Add a flag parameter to cpa set_clr()

Strange reboots on 2.6.29-rc6-wl
 2009-03-20 10:21 UTC  (5+ messages)

[PATCH 05/10] ftrace: event profile hooks
 2009-03-20 10:19 UTC  (2+ messages)
` [tip:tracing/ftrace] "

[PATCH 03/10] ftrace: provide an id file for each event
 2009-03-20 10:19 UTC  (2+ messages)
` [tip:tracing/ftrace] "

[PATCH 04/10] ftrace: ensure every event gets an id
 2009-03-20 10:19 UTC  (2+ messages)
` [tip:tracing/ftrace] "

[PATCH] ftrace: protect running nmi (V3)
 2009-03-20 10:18 UTC  (2+ messages)
` [tip:tracing/ftrace] "

[patch] vmscan: print shrink_slab symbol name on negative shrinker objects
 2009-03-20 10:15 UTC  (4+ messages)

2.6.29-rc8: Reported regressions from 2.6.28
 2009-03-20 10:13 UTC  (14+ messages)

Severe data corruption with ext4
 2009-03-20 10:01 UTC  (2+ messages)

[PATCH, resend] eliminate spurious pointless WARN_ON()s
 2009-03-20  9:58 UTC  (9+ messages)
` [tip:core/ipi] generic-ipi: "
    ` [tip:core/ipi] generic-ipi: eliminate spurious pointlessWARN_ON()s

[tip:core/ipi] s390: remove arch specific smp_send_stop()
 2009-03-20  9:51 UTC 

[PATCH] rcu_barrier VS cpu_hotplug: Ensure callbacks in dead cpu are migrated to online cpu
 2009-03-20  9:40 UTC  (5+ messages)

question about pt locking
 2009-03-20  9:24 UTC  (3+ messages)

[Patch 11/11] ftrace plugin for kernel symbol tracing using HW Breakpoint interfaces - v2
 2009-03-20  9:04 UTC  (2+ messages)

[RFC][PATCH -tip 0/9] tracing: kprobe-based event tracer
 2009-03-20  9:00 UTC  (5+ messages)

Slow file transfer speeds with CFQ IO scheduler in some cases
 2009-03-20  8:53 UTC  (13+ messages)

[PATCH 0/18] DMA-API debugging facility v4
 2009-03-20  8:46 UTC  (4+ messages)
` [PATCH 09/18] dma-debug: add checking for map/unmap_page/single

[patch] x86, bts: use atomic memory allocation
 2009-03-20  8:37 UTC  (4+ messages)

High contention on the sk_buff_head.lock
 2009-03-20  8:33 UTC  (4+ messages)
  ` [PATCH] net: reorder struct Qdisc for better SMP performance

[PATCH] crypto/scatterwalk.c to skip unnecessary flush_dcache_page() calls which may cause kernel panic
 2009-03-20  8:29 UTC  (3+ messages)

[PATCH 1/1] introduce user_ns inheritance in user-sched
 2009-03-20  8:24 UTC  (2+ messages)

check *uaddr==val after queueing - without faulting
 2009-03-20  8:15 UTC  (3+ messages)

Lava dual parallel PCI card IRQ problem
 2009-03-20  7:36 UTC  (5+ messages)

[PATCH] eCryptfs: NULL crypt_stat dereference during lookup
 2009-03-20  7:23 UTC 

ftruncate-mmap: pages are lost after writing to mmaped file
 2009-03-20  7:00 UTC  (6+ messages)

[PATCH] input: elantech.c provide a workaround for jumpy cursor on firmware 2.34
 2009-03-20  5:35 UTC 

[PATCH] input: elantech.c make sure touchpad is really in absolute mode
 2009-03-20  5:52 UTC 

[RFC Aufs2 #3 0/2] 'debug' module parm and /sys/fs/aufs entries
 2009-03-20  5:44 UTC  (11+ messages)
` [RFC Aufs2 #3 2/2] split 'xino' entry under sysfs

[PATCH] powerpc 4xx EMAC driver: device name reported on timeout is not correct
 2009-03-20  5:38 UTC  (2+ messages)


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