public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-12-01 02:00:47 to 2010-12-01 11:32:44 UTC [more...]

[PATCH 0/7] Use memory compaction instead of lumpy reclaim during high-order allocations V2
 2010-12-01 11:32 UTC  (17+ messages)
` [PATCH 2/7] mm: vmscan: Convert lumpy_mode into a bitmask
` [PATCH 3/7] mm: vmscan: Reclaim order-0 and use compaction instead of lumpy reclaim
` [PATCH 4/7] mm: migration: Allow migration to operate asynchronously and avoid synchronous compaction in the faster path
` [PATCH 5/7] mm: migration: Cleanup migrate_pages API by matching types for offlining and sync
` [PATCH 6/7] mm: compaction: Perform a faster migration scan when migrating asynchronously
` [PATCH 7/7] mm: vmscan: Rename lumpy_mode to reclaim_mode

[PATCH] ASoC: Remove unused aic3x_i2c_init and aic3x_i2c_exit functions
 2010-12-01 11:28 UTC  (3+ messages)

perf hw in kexeced kernel broken in tip
 2010-12-01 11:27 UTC  (2+ messages)

[PATCHv2] make mc13783 regulator code generic
 2010-12-01 11:25 UTC  (3+ messages)

[PATCH 3/3] Allow setup_irq call for VPE1 timer
 2010-12-01 11:24 UTC  (2+ messages)

[PATCH] lsm303dlh: Adding Accelerometer and Magnetometer support
 2010-12-01 11:28 UTC  (4+ messages)
  ` [lm-sensors] "

[Patch] net: kill an RCU warning in inet_fill_link_af()
 2010-12-01 11:21 UTC  (2+ messages)

[git patches] libata updates for 2.6.37
 2010-12-01 11:17 UTC  (9+ messages)

tty: add 'active' sysfs attribute to tty0 and console device
 2010-12-01 11:15 UTC  (11+ messages)

[Patch] bonding: clean up netpoll code
 2010-12-01 11:15 UTC  (5+ messages)

[RFC PATCH 0/3] Prevent kswapd dumping excessive amounts of memory in response to high-order allocations
 2010-12-01 11:07 UTC  (12+ messages)
` [PATCH 1/3] mm: kswapd: Stop high-order balancing when any suitable zone is balanced

edac_core: crashes on shutdown
 2010-12-01 11:01 UTC 

[PATCH] [RFC] timerfd: add TFD_NOTIFY_CLOCK_SET to watch for clock changes
 2010-12-01 11:00 UTC  (4+ messages)

2.6.35 -> 2.6.36 panic when vlan and promisc with tg3
 2010-12-01 10:55 UTC  (6+ messages)
        ` [PATCH 2.6.36] vlan: Avoid hwaccel vlan packets when vid not used

[PATCH] spi: spidev: Add 32 bit compat ioctl()
 2010-12-01 10:51 UTC 

[PATCH] dma : EG20T PCH: Fix miss-setting DMA descriptor
 2010-12-01 10:49 UTC 

Kernel crash with 2.6.36
 2010-12-01 10:34 UTC  (4+ messages)
` BUG in skb_dequeue (skb->next is NULL) (was: Re: Kernel crash with 2.6.36)
    ` BUG in skb_dequeue (skb->next is NULL)

Ensure Your Account
 2010-12-01  9:35 UTC 

[PATCH 0/6] KVM: SVM: Wrap access to intercept masks into functions
 2010-12-01 10:34 UTC  (3+ messages)

Add device tree support for x86
 2010-12-01 10:31 UTC  (6+ messages)
` [PATCH 04/11] x86/dtb: add irq host abstraction
        ` [sodaville] "

[PATCH] genirq: Provide reverse compat handling for irq_chip methods
 2010-12-01 10:28 UTC  (3+ messages)

Atomic non-durable file write API
 2010-12-01 10:27 UTC  (2+ messages)

kernel BUG at mm/truncate.c:475!
 2010-12-01 10:25 UTC  (3+ messages)

low overhead packet capturing on linux
 2010-12-01 10:18 UTC  (3+ messages)

autogroup patches for mainline 2.6.37-rc4 and stable 2.6.36.1
 2010-12-01 10:17 UTC  (2+ messages)

Free memory never fully used, swapping
 2010-12-01 10:17 UTC  (3+ messages)

[PATCH 0/3] KVM: Introduce VCPU-wide notion of guest-mode
 2010-12-01 10:03 UTC  (4+ messages)
` [PATCH 0/3] KVM: Introduce VCPU-wide notion of guest-mode V2

[PATCH] net/r8169: Remove the firmware of RTL8111D
 2010-12-01  9:54 UTC  (3+ messages)

How do I choose an arbitrary minor number for my tty device?
 2010-12-01  9:54 UTC  (12+ messages)

[PATCH] ASoC: ak4535: Improve readability for setting mute
 2010-12-01  9:53 UTC  (2+ messages)

linux-next: build failure after merge of the sound-asoc tree
 2010-12-01  9:50 UTC  (3+ messages)
` [PATCH] ASoC: Fix build failure in soc-core.c
  ` [alsa-devel] "

[PATCH v16 01/17] Add a new structure for skb buffer from external
 2010-12-01  9:38 UTC  (19+ messages)
` [PATCH v16 02/17]Add a new struct for device to manipulate external buffer
` [PATCH v16 03/17] Add a ndo_mp_port_prep pointer to net_device_ops
` [PATCH v16 04/17]Add a function make external buffer owner to query capability
` [PATCH v16 05/17] Add a function to indicate if device use external buffer
` [PATCH v16 06/17]move member destructor_arg before member dataref
` [PATCH v16 07/17]Modify netdev_alloc_page() to get external buffer
` [PATCH v16 08/17]Modify netdev_free_page() to release "
` [PATCH v16 09/17] Don't do skb recycle, if device use "
` [PATCH v16 10/17] If device is in zero-copy mode first, bonding will fail
` [PATCH v16 11/17]Add a hook to intercept external buffers from NIC driver
` [PATCH v16 12/17] Add header file for mp device
` [PATCH v16 13/17] Add mp(mediate passthru) device
` [PATCH v16 14/17]Add a kconfig entry and make entry for mp device
` [PATCH v16 15/17]Provides multiple submits and asynchronous notifications
` [PATCH v16 16/17]An example how to modifiy NIC driver to use napi_gro_frags() interface
` [PATCH v16 17/17]An example how to alloc user buffer based on "
` [PATCH v16 00/17] Provide a zero-copy method on KVM virtio-net

[PATCH 0/6] Add misc device handling
 2010-12-01  9:35 UTC  (10+ messages)
` [PATCH 2/6] staging: ft1000: Use misc device instead self created device

Sudden and massive page cache eviction
 2010-12-01  9:15 UTC  (15+ messages)

[PATCH] perf tools: fix event parsing of comma-separated tracepoint events
 2010-12-01  9:14 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 2/2] perf: add memcpy to perf packaging
 2010-12-01  9:13 UTC  (2+ messages)
` [tip:perf/core] perf packaging: add memcpy to perf MANIFEST

[tip:perf/core] perf session: Allocate chunks of sample objects
 2010-12-01  9:13 UTC 

[tip:perf/core] perf session: Cache sample objects
 2010-12-01  9:12 UTC 

[tip:perf/core] perf session: Keep file mmaped instead of malloc/memcpy
 2010-12-01  9:12 UTC 

[tip:perf/core] perf session: Use sensible mmap size
 2010-12-01  9:12 UTC 

[tip:perf/core] perf session: Simplify termination checks
 2010-12-01  9:11 UTC 

[tip:perf/core] perf session: Move ui_progress_update in __perf_session__process_events()
 2010-12-01  9:11 UTC 

[tip:perf/core] perf session: Cleanup __perf_session__process_events()
 2010-12-01  9:11 UTC 

[tip:perf/core] perf session: Fix list sort algorithm
 2010-12-01  9:10 UTC 

[tip:perf/core] perf session: Use appropriate pointer type instead of silly typecasting
 2010-12-01  9:10 UTC 

[patch 0/3] three cpu hotplug fixes
 2010-12-01  9:11 UTC  (4+ messages)
` [patch 3/3] nohz/s390: fix arch_needs_cpu() return value on offline cpus

[PATCH 0/3] Series short description
 2010-12-01  8:59 UTC  (20+ messages)
` [PATCH 1/3] Move zone_reclaim() outside of CONFIG_NUMA
` [PATCH 2/3] Refactor zone_reclaim
` [PATCH 3/3] Provide control over unmapped pages

[PATCH] Show file_caps_enabled in /sys/kernel/fscaps
 2010-12-01  8:56 UTC 

[patch 0/4] x86, intr-remapping patches for addressing kexec/kdump issues
 2010-12-01  8:52 UTC  (9+ messages)
` [patch 1/4] vt-d: quirk for masking vtd spec errors to platform error handling logic
` [patch 2/4] x86, vtd: fix the vt-d fault handling irq migration in the x2apic mode
` [patch 3/4] x86: enable the intr-remap fault handling after local apic setup
` [patch 4/4] vt-d: handle previous faults after enabling fault handling

[GIT PULL 0/2] perf/core fixes
 2010-12-01  8:30 UTC  (3+ messages)
` [PATCH 2/2] perf tools: fix event parsing of comma-separated tracepoint events

[GIT PULL 00/11] perf/core performance improvements
 2010-12-01  8:22 UTC  (2+ messages)

[PATCH 00/14] perf documentation updates
 2010-12-01  8:22 UTC  (6+ messages)
` [PATCH 02/14] perf: Document missing buildid-list options
` [PATCH 04/14] perf: Document missing diff options
` [PATCH 06/14] perf: Document missing lock options
` [PATCH 07/14] perf: Fix spelling mistake in probe documentation

Could we do immediate pte zaps in vunmap?
 2010-12-01  8:16 UTC  (7+ messages)
  ` [PATCH RFC] vmalloc: eagerly clear ptes on vunmap

[Regression] 2.6.37-rc1: Lenovo T61 mute button does not work
 2010-12-01  8:08 UTC  (3+ messages)

[PATCH] Input: Lenovo S10-3t's touchpad support
 2010-12-01  8:01 UTC  (11+ messages)
` [PATCH v2] Input: Bug 18122 - Support Lenovo S10-3t's 2-button ClickPad

[PATCH wireless-next] ath: Rename ath_print to ath_debug
 2010-12-01  7:59 UTC  (9+ messages)
  ` [ath9k-devel] "

[PATCH] genirq: fix incorrect proc spurious output
 2010-12-01  7:45 UTC  (5+ messages)
` [tip:irq/urgent] genirq: Fix "

[PATCH] touchscreen: Cypress TTSP G3 MTDEV Core Driver
 2010-12-01  7:22 UTC  (4+ messages)

[PATCH] ARM: module: fix 'mod' undeclared compile error
 2010-12-01  7:21 UTC 

CONFIG_SND_HDA_INTEL regression on 2.6.37-rc3 - no audio
 2010-12-01  6:50 UTC  (2+ messages)

[RFC v2 0/8] TI DMM-TILER driver
 2010-12-01  6:47 UTC  (4+ messages)
` [RFC v2 1/8] TILER-DMM: DMM-PAT driver for TI TILER

Re
 2010-12-01  6:38 UTC 

ISL/009/NED/010
 2010-12-01  6:32 UTC 

[Patch] debugfs: remove module_exit()
 2010-12-01  6:33 UTC  (3+ messages)

[PATCH v4 0/8] SMP support for CNS3xxx + some SMP SCU cleanups
 2010-12-01  6:21 UTC  (4+ messages)
` [PATCH 1/8] ARM: SCU: Add common routines for secondary CPU bootup

[PATCH v4] sched: automated per session task groups
 2010-12-01  6:16 UTC  (6+ messages)

[PATCH v4] sched: automated per session task groups
 2010-12-01  6:09 UTC  (14+ messages)

2.6.37-rc3-git installed modules zero bytes long
 2010-12-01  6:07 UTC  (3+ messages)

drivers/serial/8250.c:2411:1: internal compiler error: Segmentation fault
 2010-12-01  5:35 UTC  (2+ messages)

[RFC v1 PATCH 0/6] Qualcomm PMIC8058 sub-device drivers
 2010-12-01  5:34 UTC  (5+ messages)
` [RFC v1 PATCH 5/6] input: pmic8058-othc: Add support for PM8058 based OTHC

Congratulation...(Google End Of Year Promo ©2010)
 2010-12-01  5:27 UTC 

[PATCH 0/8] Add yaffs2 file system: Third patchset
 2010-12-01  5:30 UTC  (3+ messages)
` [PATCH 8/8] Add yaffs2 file system: VFS glue code, hook into kernel tree building

[PATCH] drivers: char: hvc: add arm JTAG DCC console support
 2010-12-01  5:30 UTC  (2+ messages)

mem-hotplug + ksm make lockdep warning
 2010-12-01  5:29 UTC  (4+ messages)
  ` [PATCH 1/2] mem-hotplug: Introduce {un}lock_memory_hotplug()
  ` [PATCH 2/2] ksm: annotate ksm_thread_mutex is no deadlock source

[PATCH 0/2] Fix dmar fault interrupt problems
 2010-12-01  5:13 UTC  (4+ messages)
` [PATCH 1/2] dmar: fix fault interrupt setup

[PATCH] NFS: Fix a readdirplus bug
 2010-12-01  5:06 UTC  (8+ messages)
` [PATCH 0/3] Fix more NFS readdir regressions
` [PATCH 1/3] NFS: Ensure we use the correct cookie in nfs_readdir_xdr_filler
` [PATCH 2/3] NFS: lock the readdir page while it is in use
` [PATCH 3/3] NFS: Fix a memory leak in nfs_readdir

[RFC] mlock: release mmap_sem every 256 faulted pages
 2010-12-01  4:42 UTC  (2+ messages)

[PATCH] USB: whci-hcd: fix compiler warning
 2010-12-01  4:28 UTC 

Bcache version 9
 2010-12-01  4:16 UTC  (4+ messages)

flush_to_ldisc executing 2500 times a second ?
 2010-12-01  4:07 UTC 

(no subject)
 2010-11-29 21:56 UTC 

[git pull] drm fixes
 2010-12-01  3:39 UTC 

[RFC PATCH 2/3 v2] perf: Implement Nehalem uncore pmu
 2010-12-01  3:28 UTC  (12+ messages)

[PATCH 0/2] exec: more excessive argument size fixes for 2.6.37/stable
 2010-12-01  3:09 UTC  (5+ messages)
` [PATCH 2/2] exec: copy-and-paste the fixes into compat_do_execve() paths
` [PATCH 0/4] exec: unify compat/non-compat code

[via_rhine][NET][2.6.35.6] - Transmit queue 0 timed out during load maybe broken in recent kernels too?
 2010-12-01  3:02 UTC 

[PATCH] mm_release: Do a set_fs(USER_DS) before handling clear_child_tid
 2010-12-01  2:50 UTC  (3+ messages)
` [PATCH v2] do_exit(): Make sure we run with get_fs() == USER_DS

2 epoll questions
 2010-12-01  2:43 UTC  (3+ messages)

linux-next: Tree for December 1
 2010-12-01  2:33 UTC 

[PATCH v5] EG20T: Update PCH_UART driver to 2.6.36
 2010-12-01  2:33 UTC  (3+ messages)
` Serial: EG20T: add PCH_UART driver

[PATCH v3 1/3] KVM: MMU: rename 'no_apf' to 'prefault'
 2010-12-01  2:20 UTC  (10+ messages)
` [PATCH v3 2/3] KVM: MMU: fix accessed bit set on prefault path


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