All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-03-16 17:50:29 to 2009-03-16 19:00:56 UTC [more...]

[U-Boot] [PATCH] OMAP3: Update Overo pin mux for new expansion board
 2009-03-16 19:00 UTC 

[Patch 1/2] tracepoints for softirq entry/exit - add softirq-to-name array
 2009-03-16 18:58 UTC  (2+ messages)

Linux 2.6.29-rc6
 2009-03-16 18:59 UTC  (30+ messages)

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

user-cr: UTS support and test
 2009-03-16 18:58 UTC  (4+ messages)
  ` [PATCH] Add UTS support to mktree
  ` [PATCH] Add a simple UTS test program

[PATCH 00/35] Cleanup and optimise the page allocator V3
 2009-03-16 16:47 UTC  (29+ messages)
` [PATCH 15/35] Inline __rmqueue_fallback()
` [PATCH 17/35] Do not call get_pageblock_migratetype() more than necessary
` [PATCH 18/35] Do not disable interrupts in free_page_mlock()
` [PATCH 19/35] Do not setup zonelist cache when there is only one node
` [PATCH 20/35] Use a pre-calculated value for num_online_nodes()
` [PATCH 22/35] Use allocation flags as an index to the zone watermark
` [PATCH 23/35] Update NR_FREE_PAGES only as necessary
` [PATCH 24/35] Convert gfp_zone() to use a table of precalculated values
` [PATCH 26/35] Use the per-cpu allocator for orders up to PAGE_ALLOC_COSTLY_ORDER
` [PATCH 29/35] Do not store the PCP high and batch watermarks in the per-cpu structure
` [PATCH 30/35] Skip the PCP list search by counting the order and type of pages on list
` [PATCH 31/35] Optimistically check the first page on the PCP free list is suitable
` [PATCH 34/35] Allow compound pages to be stored on the PCP lists

[PATCH] pvcreate: conditionally wipe swap signatures
 2009-03-16 18:56 UTC 

[PATCH] kvm-userspace: x86: Support for breakpoints in ROM code
 2009-03-16 18:53 UTC  (2+ messages)

USB Transfer Rate with kvm-77
 2009-03-16 18:53 UTC 

[PATCH] nfs-utils: fix AC_CHECK_FUNC calls in configure.ac
 2009-03-16 18:51 UTC 

Fw: Re: tip.git regression from "vsprintf: unify the format decoding layer for its 3 users"
 2009-03-16 18:51 UTC  (3+ messages)

[Patch 2/2] tracepoints for softirq entry/exit - tracepoints
 2009-03-16 18:51 UTC  (6+ messages)

[PATCH v2] mac80211: don't drop null frames during software scan
 2009-03-16 18:50 UTC  (4+ messages)

[linux-lvm] fsync() and LVM
 2009-03-16 18:50 UTC  (8+ messages)

VFS, NFS security bug? Should CAP_MKNOD and CAP_LINUX_IMMUTABLE be added to CAP_FS_MASK?
 2009-03-16 18:49 UTC  (11+ messages)
        ` Ответ: "

[Qemu-devel] [PATCH] Hardware watchdog patch, version 5
 2009-03-16 18:49 UTC 

[PATCH] MMC: tmio_mmc.h: fix build problem
 2009-03-16 18:48 UTC  (2+ messages)

e100 firmware in 2.6.29-rc7?
 2009-03-16 18:47 UTC  (2+ messages)

git confusing a submodule & subdirectory?
 2009-03-16 18:39 UTC 

[git-pull -tip] x86: cleanup 20090317
 2009-03-16 18:45 UTC 

[RFC v2 0/7] introduce netfilter conntrack protos pernet functionality v2
 2009-03-16 18:45 UTC  (8+ messages)
` [RFC v2 3/7] net: netfilter conntrack - add per-net functionality for SCTP protocol

[PATCH] kvm/x86: check KVM_REQ_TLB_FLUSH with irqs disabled
 2009-03-16 18:44 UTC  (5+ messages)

ath9k panic when connecting to 802.11n-enabled AP
 2009-03-16 18:44 UTC  (6+ messages)
    ` [ath9k-devel] "
      ` [ath9k-devel] Slow data rate in 11n when client connects in 20mhz mode

[U-Boot] [PATCH 1/1] The GP timer is fixed for 1msec and CONFIG_SYS_HZ to 1000
 2009-03-16 18:44 UTC  (2+ messages)

[PATCH] powerpc/cell: fix unused variable warning in interrupt.c
 2009-03-16 18:42 UTC  (3+ messages)
` [tip:irq/sparseirq] sparseirq, "

[PATCH 1/1] DaVinci: MMC: MMC/SD controller driver for DaVinci/DM6446
 2009-03-16 18:40 UTC  (3+ messages)

[PATCH] pickaxe: count regex matches only once
 2009-03-16 18:38 UTC 

REVIEW: bttv conversion to v4l2_subdev
 2009-03-16 18:39 UTC  (2+ messages)

Intel 82567LM e1000e DHCP problem/question
 2009-03-16 18:38 UTC  (2+ messages)

precision formatting in grub_printf
 2009-03-16 18:38 UTC  (6+ messages)

[aarcange@redhat.com: [PATCH] fork vs gup(-fast) fix]
 2009-03-16 18:37 UTC  (13+ messages)

[RFC/PATCH 0/3] checkpoint/restart for powerpc
 2009-03-16 18:37 UTC  (7+ messages)
` [PATCH 1/3] powerpc: bare minimum checkpoint/restart implementation

[PATCH] Add new lower-latency C1 state
 2009-03-16 18:37 UTC  (5+ messages)
` [PATCH] Add new lower-latency C1 state take #2

[PATCH] fs: fput() can be called from interrupt context
 2009-03-16 18:36 UTC  (12+ messages)
            ` [patch] eventfd - remove fput() call from possible IRQ context
                ` [patch] eventfd - remove fput() call from possible IRQ context (2nd rev)

[PATCH] kvm-userspace: Fix twisted kvm_arch_get/put_registers
 2009-03-16 18:36 UTC 

Latest brk patchset
 2009-03-16 18:31 UTC  (17+ messages)
      ` [crash] "

[PATCH] add new frequency table for Strasbourg, France
 2009-03-16 18:32 UTC  (3+ messages)

Forwarding packets that have your IP as source
 2009-03-16 18:32 UTC 

linux-next: Tree for March 16
 2009-03-16 18:32 UTC  (2+ messages)
` linux-next: Tree for March 16 (slob)

[PATCH 00/05] tmio_mmc: Minor fixes and cnf/irq changes
 2009-03-16 18:30 UTC  (2+ messages)

well working usb wlan stick
 2009-03-16 18:29 UTC  (8+ messages)
            ` zd1211rw panuc (was: well working usb wlan stick)

LVM2 ./Makefile.in scripts/Makefile.in test/Ma 
 2009-03-16 18:28 UTC 

[PATCH v2 0/4] pxa_camera: DMA redesign
 2009-03-16 18:26 UTC  (4+ messages)
` [PATCH v2 1/4] pxa_camera: Enforce YUV422P frame sizes to be 16 multiples

[PATCH] Fix SLAB corruption during
 2009-03-16 18:25 UTC 

missing kvm smp tlb flush in invlpg
 2009-03-16 18:22 UTC  (4+ messages)

[PATCH 0/4] Omap board updates for merge window after 2.6.29
 2009-03-16 18:22 UTC  (16+ messages)
` [PATCH 1/4] ARM: OMAP3: Add SMSC911X support to Overo platform (V2)
` [PATCH 3/4] ARM: OMAP3: Add support for 3430 SDP
      ` [PATCH 3/4] ARM: OMAP3: Add support for 3430 SDP, v2
        ` [PATCH 3/4] ARM: OMAP3: Add support for 3430 SDP, v3
` [PATCH 4/4] ARM OMAP3: Initial support for Nokia RX-51
    ` [PATCH 4/4] ARM OMAP3: Initial support for Nokia RX-51, v2

[PATCH] Fix NULL dereference when suspending snd_opl3sa2
 2009-03-16 18:21 UTC  (4+ messages)

[BUG 2.6.29_rc8] BIOS Bug: CPU MTRRs don't cover all of memory, losing 0MB of RAM
 2009-03-16 18:21 UTC  (2+ messages)

[PATCH v2] mac80211: Tear down aggregation sessions for suspend/resume
 2009-03-16 18:20 UTC  (3+ messages)

Problems with Hauppauge HVR 1600 and cx18 driver
 2009-03-16 18:18 UTC  (2+ messages)

rtl8180 Bit Rate regression in 2.6.29
 2009-03-16 18:08 UTC  (2+ messages)

[PATCH 0/16 v5] Device assignment improvement in userspace
 2009-03-16 18:12 UTC  (3+ messages)

question on sparc64 switch_to macro
 2009-03-16 18:12 UTC  (3+ messages)

ATA support for 4k sector size
 2009-03-16 18:11 UTC  (12+ messages)

System tick rate
 2009-03-16 18:11 UTC  (5+ messages)

Error in compiling -unstable
 2009-03-16 18:10 UTC  (3+ messages)
  ` [PATCH] Make stubdom compile on systems with libvde installed

[PATCH] [RFC] c/r: Add UTS support (v2)
 2009-03-16 18:10 UTC 

[RFC Aufs2 #2 00/28] source files
 2009-03-16 18:05 UTC  (3+ messages)
` [RFC Aufs2 #2 21/28] aufs sysfs entries

[GIT PATCH] block: cleanup patches, take#2
 2009-03-16 17:53 UTC  (2+ messages)

[SPAM] My lamp site is GOLAMPS
 2009-03-16 18:08 UTC 

[RFC][PATCH 0/2] Sensor orientation reporting
 2009-03-16 18:20 UTC  (3+ messages)

[PATCH 1/2] ide-disk: use ATA_ERR
 2009-03-16 17:59 UTC  (2+ messages)

[PATCH 2/2] ide: use ATA_HOB
 2009-03-16 18:00 UTC  (2+ messages)

[GIT RFC] percpu: use dynamic percpu allocator as the default percpu allocator
 2009-03-16 18:01 UTC  (2+ messages)

Bugs on aspire one A150
 2009-03-16 18:06 UTC  (12+ messages)
  ` [alsa-devel] "

[PATCH 00/86] OMAP2/3: clock sync with linux-omap
 2009-03-16 18:06 UTC  (2+ messages)

[RFC][PATCH 00/13] Kemari: VM synchronization mechanism for fault tolerance
 2009-03-16 18:05 UTC  (4+ messages)
` [RFC][PATCH 12/13] Kemari: use signal to save qemu state for Kemari

[RFC][PATCH v5] MPC5121 TLB errata workaround
 2009-03-16 18:05 UTC  (2+ messages)

[Bug #12465] KVM guests stalling on 2.6.28 (bisected)
 2009-03-16 17:57 UTC  (12+ messages)
                ` [RFC][PATCH] ftrace: function graph trace context switches

git-p4 workflow suggestions?
 2009-03-16 18:01 UTC  (3+ messages)

Re: tip.git regression from "vsprintf: unify the format decoding layer for its 3 users"
 2009-03-16 17:55 UTC  (3+ messages)
` [Xen-devel] "

Fedora 10 x86_64 alsa problem: Realtek ALC889A Audio Codec(ATI azalia) not detected on alsa
 2009-03-16 18:02 UTC  (20+ messages)
    ` My PC has 6GB memory but the limitation of the alsa-driver is 4GB

[patch -mm v2] cpusets: add memory_slab_hardwall flag
 2009-03-16 16:41 UTC  (10+ messages)

nf_conntrack.acct has no effect
 2009-03-16 18:01 UTC  (3+ messages)

[PATCH 00/12] Omap3 updates for the merge window after 2.6.29
 2009-03-16 18:01 UTC  (11+ messages)
` [PATCH 07/12] ARM: OMAP3: mmc-twl4030 add MMC3 support
        ` [PATCH 07/12] ARM: OMAP3: mmc-twl4030 add MMC3 support, v2
` [PATCH 10/12] ARM: OMAP3: mmc-twl4030 allow arbitrary slot names

2.6.29-rc8: Reported regressions from 2.6.28
 2009-03-16 17:54 UTC  (4+ messages)
` [Bug #12765] i915 VT switch with AIGLX causes X lock up

Hot plug scripts not working c/s 19355 (was: Re: [PATCH] xen: mask XSAVE in cpuid since we don't allow guests to use it)
 2009-03-16 18:00 UTC  (2+ messages)
` Hot plug scripts not working c/s 19355

Multipath failover issues
 2009-03-16 17:59 UTC  (2+ messages)

AHCI errors on ICH10 board
 2009-03-16 17:57 UTC  (3+ messages)

how to enable shadow page table? Do I have to run HVM guest systems for shadow paging mode?
 2009-03-16 17:57 UTC  (2+ messages)
`  "

[PATCH 1/2] nfsstat.c: Print diff stats every N seconds
 2009-03-16 17:45 UTC  (2+ messages)
  ` [PATCH 2/2] nfsstat: Add --list flag

[PATCH] ext4: Rename pa_linear to pa_type
 2009-03-16 17:54 UTC  (2+ messages)

[PATCH] fix bb_prealloc_list corruption due to wrong group locking
 2009-03-16 17:53 UTC  (6+ messages)
` [PATCH V2] "
  ` [PATCH V3] "

[Qemu-devel] [PATCH] x86: Add NULL check to lsl
 2009-03-16 17:52 UTC 

Kernel panic during stress with igb in the upstream kernel
 2009-03-16 17:50 UTC  (4+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.