linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-09-16 19:52:04 to 2010-09-17 04:39:21 UTC [more...]

linux-next: build failure after merge of the rcu tree
 2010-09-17  4:39 UTC  (2+ messages)

[PATCH 00/34] Union mount core for review
 2010-09-17  4:34 UTC  (36+ messages)
` [PATCH 01/34] VFS: Make clone_mnt() and copy_tree() return error codes
` [PATCH 02/34] VFS: Add CL_NO_SHARED flag to clone_mnt()/copy_tree()
` [PATCH 03/34] VFS: Add CL_NO_SLAVE "
` [PATCH 04/34] VFS: Add CL_MAKE_HARD_READONLY "
` [PATCH 05/34] union-mount: Union mounts documentation
` [PATCH 06/34] union-mount: Introduce MNT_UNION and MS_UNION flags
` [PATCH 07/34] union-mount: Add CONFIG_UNION_MOUNT option
` [PATCH 08/34] union-mount: Create union_stack structure
` [PATCH 09/34] union-mount: Add two superblock fields for union mounts
` [PATCH 10/34] union-mount: Add union_alloc()
` [PATCH 11/34] union-mount: Add union_find_dir()
` [PATCH 12/34] union-mount: Create d_free_unions()
` [PATCH 13/34] union-mount: Free union stack on removal of topmost dentry from dcache
` [PATCH 14/34] union-mount: Create union_add_dir()
` [PATCH 15/34] union-mount: Add union_create_topmost_dir()
` [PATCH 16/34] union-mount: Create IS_MNT_UNION()
` [PATCH 17/34] union-mount: Create needs_lookup_union()
` [PATCH 18/34] union-mount: Create check_topmost_union_mnt()
` [PATCH 19/34] union-mount: Add clone_union_tree() and put_union_sb()
` [PATCH 20/34] union-mount: Create build_root_union()
` [PATCH 21/34] union-mount: Create prepare_mnt_union() and cleanup_mnt_union()
` [PATCH 22/34] union-mount: Prevent improper union-related remounts
` [PATCH 23/34] union-mount: Prevent topmost file system from being mounted elsewhere
` [PATCH 24/34] union-mount: Prevent bind mounts of union mounts
` [PATCH 25/34] union-mount: Implement union mount
` [PATCH 26/34] union-mount: Temporarily disable some syscalls
` [PATCH 27/34] union-mount: Basic infrastructure of __union_lookup()
` [PATCH 28/34] union-mount: Process negative dentries in __union_lookup()
` [PATCH 29/34] union-mount: Return files found in lower layers "
` [PATCH 30/34] union-mount: Build union stack in __lookup_union()
` [PATCH 31/34] union-mount: Follow mount "
` [PATCH 32/34] union-mount: Add lookup_union() wrapper for __lookup_union()
` [PATCH 33/34] union-mount: Add do_lookup_union() "
` [PATCH 34/34] union-mount: Call union lookup functions in lookup path

linux-next: build failure after merge of the final tree (powerpc related)
 2010-09-17  4:27 UTC  (2+ messages)

linux-next: build warnings in Linus' tree
 2010-09-17  4:26 UTC  (4+ messages)

linux-next: Tree for September 17
 2010-09-17  3:58 UTC 

[PATCH 0/2] Add device id for Intel B43 chipset
 2010-09-17  3:51 UTC  (3+ messages)
` [PATCH 1/2] apg/intel: Support for another B43 device id
` [PATCH 2/2] drm/i915: "

[PATCH] nouveau build regression, undefined reference to `acpi_video_get_edid'
 2010-09-17  3:39 UTC  (5+ messages)
    ` [PATCH v2] "

[PATCH] x86_64/lib: improve the performance of memmove
 2010-09-17  3:37 UTC  (4+ messages)

[PATCH 1/8] scsi: Drop struct Scsi_Host->host_lock around SHT->queuecommand()
 2010-09-17  3:20 UTC  (4+ messages)

linux-next: build failure after merge of the block tree
 2010-09-17  3:19 UTC  (2+ messages)

[PATCH] md: do not use ++ in rcu_dereference() argument
 2010-09-17  3:18 UTC  (7+ messages)

[RFC PATCH v9 09/16] Don't do skb recycle, if device use external buffer
 2010-09-17  3:16 UTC  (12+ messages)
` [RFC PATCH v9 10/16] Add a hook to intercept external buffers from NIC driver
  ` [RFC PATCH v9 11/16] Add header file for mp device
    ` [RFC PATCH v9 13/16] Add a kconfig entry and make entry "
      ` [RFC PATCH v9 12/16] Add mp(mediate passthru) device

EeePC 900 reboots/hangs when using using perf -a -f -g
 2010-09-17  3:01 UTC  (6+ messages)

Business Proposal?
 2010-09-17  2:55 UTC 

[PATCH] bsg: call idr_pre_get() outside the lock
 2010-09-17  2:55 UTC  (3+ messages)

[GIT PULL] hw_breakpoint fixes
 2010-09-17  2:48 UTC  (3+ messages)
` [PATCH 1/2] x86: Fix instruction breakpoint encoding
` [PATCH 2/2] hw breakpoints: Fix pid namespace bug

Patch "percpu: fix a memory leak in pcpu_extend_area_map()" has been added to the 2.6.35-stable tree
 2010-09-17  2:43 UTC  (4+ messages)

additional esx events (was Re: [PATCH] VMware Balloon: rename module)
 2010-09-17  2:37 UTC 

[RFC PATCH] [X86/mem] Optimize memmove for small size and unaligned cases
 2010-09-16 19:12 UTC 

(no subject)
 2010-09-16 19:10 UTC 

high power consumption in recent kernels
 2010-09-17  2:09 UTC  (4+ messages)

linux-next: manual merge of the mfd tree with the sh tree
 2010-09-17  2:05 UTC 

[PATCH -tip -v5] irq_work: generic hard-irq context callbacks
 2010-09-17  2:05 UTC 

[PATCH 0/6] Proper kernel irq time accounting
 2010-09-17  1:56 UTC  (7+ messages)
` [PATCH 1/6] Consolidate account_system_vtime extern declaration
` [PATCH 2/6] Add IRQ_TIME_ACCOUNTING, finer accounting of CPU irq time
` [PATCH 3/6] x86: Add IRQ_TIME_ACCOUNTING in x86
` [PATCH 4/6] sched: Do not account irq time to current task
` [PATCH 5/6] sched: Remove irq time from available CPU power
` [PATCH 6/6] Export per cpu hardirq and softirq time in proc

[PATCH 0/8] Drop host_lock around LLD SHT->queuecommand() caller
 2010-09-17  1:31 UTC  (8+ messages)

[PATCH 00/12] more BKL removal after get_sb pushdown
 2010-09-17  1:33 UTC  (9+ messages)
` [PATCH 04/12] BKL: Remove BKL from autofs4
` [PATCH 12/12] BKL: Remove BKL from OCFS2

[PATCH 0/3] prepare ti-st to mv out of staging
 2010-09-17  1:16 UTC  (6+ messages)
` [PATCH 1/3] drivers:staging:ti-st: set right the data types
  ` [PATCH 2/3] drivers:staging:ti-st: mv headers to ti_wilink_st
    ` [PATCH 3/3] drivers:staging:ti-st: use new ti_wilink_st header

[GIT PATCHES FOR 2.6.36] Two small fixes for Conexant TV chip drivers
 2010-09-17  1:14 UTC 

[RFC][PATCH] PM / Wakeup: Introduce wakeup source objects and event statistics (was: Re: Wakeup-events implementation)
 2010-09-17  0:54 UTC  (5+ messages)
  ` PM / Wakeup: Introduce wakeup source objects and event statistics (v2)

-mm: xfs lockdep warning
 2010-09-17  0:52 UTC  (2+ messages)

Default zone_reclaim_mode = 1 on NUMA kernel is bad for file/email/web servers
 2010-09-17  0:50 UTC  (4+ messages)

OOM help
 2010-09-17  0:39 UTC  (2+ messages)

[GIT PULL] x86 fixes for 2.6.36-rc5
 2010-09-17  0:37 UTC 

[PATCH] VMware Balloon: rename module
 2010-09-17  0:31 UTC  (4+ messages)

[RFCv2][PATCH] add some drop_caches documentation and info messsge
 2010-09-17  0:26 UTC  (2+ messages)

[PATCH 0/3 v2] nmi perf fixes
 2010-09-17  0:13 UTC  (8+ messages)
      ` [PATCH] x86: fix duplicate calls of the nmi handler

[RFC 1/6] x86, NMI, Add symbol definition for NMI magic constants
 2010-09-17  0:08 UTC  (6+ messages)
` [RFC 3/6] x86, NMI, Rename memory parity error to PCI SERR error

[PATCH] trivial, document that div64_u64() is not precise on 32bit platforms
 2010-09-17  0:00 UTC  (4+ messages)
  ` [PATCH] Make div64_u64() "

Sudden "hangs"
 2010-09-16 23:56 UTC  (2+ messages)

[MeeGo-Dev][PATCH v2] Topcliff: Update PCH_CAN driver to 2.6.35
 2010-09-16 23:55 UTC  (5+ messages)

[PATCH 0/3] BDI handling fixes
 2010-09-16 23:47 UTC  (5+ messages)
` [PATCH 1/3] bdi: Initialize noop_backing_dev_info properly
` [PATCH 2/3] char: Mark /dev/zero and /dev/kmem as not capable of writeback
` [PATCH 3/3] bdi: Fix warnings in __mark_inode_dirty for /dev/zero and friends

PATA IDE is slower in newer versions of kernel
 2010-09-16 23:30 UTC 

[PATCHv5 0/7] system time changes notification
 2010-09-16 23:15 UTC  (11+ messages)
` [PATCH 1/7] notify userspace about time changes
` [PATCH 2/7] wire up sys_time_change_notify() on ARM
` [PATCH 3/7] wire up sys_time_change_notify() on x86
` [PATCH 4/7] wire up sys_time_change_notify() on powerpc
` [PATCH 5/7] wire up sys_time_change_notify() on blackfin
` [PATCH 6/7] wire up sys_time_change_notify() on ia64
` [PATCH 7/7] wire up sys_time_change_notify() on s390

[PATCH] Fix kexec abort due to IPI from panic()
 2010-09-16 23:13 UTC  (2+ messages)

[PATCH] percpu: fix a memory leak in pcpu_extend_area_map()
 2010-09-16 23:13 UTC  (3+ messages)
  ` breaks 2.6.32.21+ (was: [PATCH] percpu: fix a memory leak in pcpu_extend_area_map())
    ` [stable] "

[PATCHv2 01/10] staging: rt2860: change plain format of mac address to %pM in *printf()
 2010-09-16 22:53 UTC  (5+ messages)

[PATCH] drivers:staging:ti-st: mv headers to ti_wilink_st
 2010-09-16 22:48 UTC  (2+ messages)

[PATCH 8/8] libfc: Remove host_lock unlock() + lock() from fc_queuecommand()
 2010-09-16 22:36 UTC 

[PATCH 7/8] tcm_loop: Remove host_lock unlock() + lock() from tcm_loop_queuecommand()
 2010-09-16 22:36 UTC 

[PATCH 6/8] qla2xxx: Remove host_lock unlock() + lock() from qla2xxx_queuecommand()
 2010-09-16 22:36 UTC 

[PATCH 5/8] qla4xxx: Remove host_lock unlock() + lock() from qla4xxx_queuecommand()
 2010-09-16 22:36 UTC 

[PATCH 4/8] lpfc: Remove host_lock unlock() + lock() from lpfc_queuecommand()
 2010-09-16 22:35 UTC 

[PATCH 3/8] libsas: Remove host_lock unlock() + lock() from sas_queuecommand()
 2010-09-16 22:35 UTC 

[PATCH 2/8] libiscsi: Remove host_lock unlock() + lock() from iscsi_queuecommand()
 2010-09-16 22:35 UTC 

[PATCH 0/8] Reduce latencies and improve overall reclaim efficiency v2
 2010-09-16 22:28 UTC  (4+ messages)
` [PATCH 8/8] writeback: Do not sleep on the congestion queue if there are no congested BDIs or if significant congestion is not being encountered in the current zone

Regression, bisected: WARNING spam with ipsec since 2.6.35
 2010-09-16 22:27 UTC  (2+ messages)

[PATCH] really nasty sigreturn bug on arm
 2010-09-16 22:17 UTC 

[PATCH] block: Fix race during disk initialization
 2010-09-16 22:14 UTC  (3+ messages)

Audit: add support to match lsm labels on user audit messages
 2010-09-16 22:14 UTC 

[PATCH RFC] kvm: enable irq injection from interrupt context
 2010-09-16 22:07 UTC  (11+ messages)

FW: next build fails
 2010-09-16 22:08 UTC  (6+ messages)

[PATCH v2 1/2] SLUB: Fix merged slab cache names
 2010-09-16 22:08 UTC  (14+ messages)
` [PATCH v2 2/2] SLUB: Mark merged slab caches in /proc/slabinfo

[PATCH] VMware Balloon: rename module
 2010-09-16 22:00 UTC 

ahci rmmodable and shouldn't
 2010-09-16 21:58 UTC  (2+ messages)

[PATCH 0/2] ia64: possible module unwind table optimisation
 2010-09-16 21:56 UTC  (6+ messages)

[PATCH 0/3] Fix the TIOCGICOUNT problem for good
 2010-09-16 22:01 UTC  (3+ messages)

[PATCH 0/2] hwmon: Replace update_rate sysfs attribute with update_interval
 2010-09-16 21:39 UTC  (8+ messages)
` [PATCH 1/2] hwmon: (adm1031) "

linux-next: Tree for September 16
 2010-09-16 21:31 UTC  (3+ messages)
` linux-next: Tree for September 16 (do_mounts.c)

Remaining BKL users, what to do
 2010-09-16 21:26 UTC  (7+ messages)

[PATCH] PM: Prevent waiting forever on asynchronous resume after abort
 2010-09-16 21:24 UTC  (4+ messages)
` [PATCH] PM: Fix potential issue with failing asynchronous suspend (was: Re: [PATCH] PM: Prevent waiting ...)

[PATCH] drivers:staging:ti-st: patches
 2010-09-16 21:24 UTC  (11+ messages)
` [PATCH] drivers:staging:ti-st: fix kim platform device id
  ` [RFC 1/3] drivers:staging:ti-st: mv headers to ti_wilink_st
    ` [RFC 2/3] drivers:staging:ti-st: mv ti_wilink_st to include/
      ` [RFC 3/3] include:linux: make ti_wilink_st like the rest

[Patch 1/1] hid: Fix for A4Tech RP-649 horizontal scrollwheel (updated)
 2010-09-16 21:19 UTC 

[PATCH] MAINTAINERS: move atlx discussions to netdev
 2010-09-16 21:08 UTC 

[PATCH] drivers/video/sis/sis_main.c: prevent reading uninitialized stack memory
 2010-09-16 21:06 UTC  (2+ messages)
` [Security] "

[PATCH][RFC] fs/exec.c: provide the correct process pid to the pipe helper
 2010-09-16 21:02 UTC  (4+ messages)

#2 (Re: More modaliases + patchtool)
 2010-09-16 20:23 UTC 

[PATCH] lio-target: Enable crc32c_x86_offload=1 by default
 2010-09-16 20:22 UTC 

spi: amba_pl022: driver and platform spi->mode fixes
 2010-09-16 13:18 UTC  (2+ messages)
` [PATCH] spi: amba_pl022: Add spi->mode support to AMBA SPI driver

[PATCH] spi_mpc8xxx: fix buffer overrun when sending only/receiving only more than PAGE_SIZE bytes
 2010-09-16 20:15 UTC  (2+ messages)

[PATCH][-mm] memcg : memory cgroup cpu hotplug support update
 2010-09-16 20:14 UTC  (2+ messages)

[PATCH] spi_mpc8xxx: fix writing to adress 0
 2010-09-16 20:11 UTC  (3+ messages)

Interrupt latency on some 945GM platforms
 2010-09-16 20:06 UTC  (3+ messages)

2.6.36-rc4/iwl: warning triggered in net/mac80211/scan.c:266
 2010-09-16 20:05 UTC  (2+ messages)

[PATCH RFC] x86: hpet: Avoid the readback penalty
 2010-09-16 20:04 UTC  (2+ messages)

[PATCH 3/3] PCI: allocate bus resources from the top down
 2010-09-16 20:02 UTC  (6+ messages)

[PATCH] staging/keucr: fix keucr lost disconnect
 2010-09-16 19:33 UTC  (2+ messages)

linux-next: Tree for September 14
 2010-09-16 19:33 UTC  (3+ messages)
` [PATCH -next] staging: cx25821 and go7007 depend on IR_CORE

[PATCH] staging: keucr: check kmalloc() return value
 2010-09-16 19:32 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;
as well as URLs for NNTP newsgroup(s).