linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-11-16 09:22:21 to 2010-11-16 16:39:06 UTC [more...]

[PATCH 1/1] LogFS: Deadlock in logfs_get_wblocks, hold and wait on super->s_write_mutex
 2010-11-16 16:38 UTC 

[PATCH -v4 0/2] Lockless memory allocator and list
 2010-11-16 16:38 UTC  (6+ messages)
` [PATCH -v4 2/2] lib, Add lock-less NULL terminated single list

Hole Punching V2
 2010-11-16 16:33 UTC  (17+ messages)
` [PATCH 1/6] fs: add hole punching to fallocate
` [PATCH 3/6] Ocfs2: handle hole punching via fallocate properly
` [PATCH 4/6] Ext4: fail if we try to use hole punch

[RFC][PATCH] futex: Hide false positive about uninit var usage
 2010-11-16 16:32 UTC 

[RFC][PATCH] irq_work: Don't ignore possible cmpxchg failure
 2010-11-16 16:32 UTC 

[performance bug] volanomark regression on 37-rc1
 2010-11-16 16:31 UTC  (5+ messages)

[PATCH] selinux: introduced new mount parameter umountcontext
 2010-11-16 16:24 UTC 

[PATCH] atmel_serial: Atmel RS485 support v2
 2010-11-16 16:13 UTC  (11+ messages)
` [PATCH] Documentation about RS485 serial communications

tty: add 'active' sysfs attribute to tty0 and console device
 2010-11-16 16:13 UTC  (3+ messages)

[RFC][PATCH v2 0/7] taskstats: Enhancements for precise process accounting (version 2)
 2010-11-16 16:05 UTC  (22+ messages)
` [RFC][PATCH v2 1/7] taskstats: Add new taskstats command TASKSTATS_CMD_ATTR_PIDS
` [RFC][PATCH v2 4/7] taskstats: Add per task steal time accounting

[PATCH] support polling of /proc/swaps
 2010-11-16 15:56 UTC  (5+ messages)

[PATCH] capabilities/syslog: open code cap_syslog logic to fix build failure
 2010-11-16 15:54 UTC  (3+ messages)

[PATCH 0/3] Xen Microcode update driver for 2.6.38
 2010-11-16 15:52 UTC  (5+ messages)
` [PATCH 1/3] xen dom0: Add support for the platform_ops hypercall
    ` [Xen-devel] "

dyntick-hpc and RCU
 2010-11-16 15:51 UTC  (10+ messages)
` [PATCH] a local-timer-free version of RCU

[REGRESSION] [2.6.37-rc1] Fan noise after suspend to ram/disk
 2010-11-16 15:46 UTC  (3+ messages)

[RFC/RFT PATCH v3] sched: automated per tty task groups
 2010-11-16 15:41 UTC  (22+ messages)

[PATCH v2 00/20] ARM: Add support for the Large Physical Address Extensions
 2010-11-16 15:32 UTC  (16+ messages)
` [PATCH v2 02/20] ARM: LPAE: Factor out 2-level page table definitions into separate files
` [PATCH v2 05/20] ARM: LPAE: Introduce L_PTE_NOEXEC and L_PTE_NOWRITE
` [PATCH v2 06/20] ARM: LPAE: Introduce the 3-level page table format definitions

[PATCH] 3c59x: fix build failure on !CONFIG_PCI
 2010-11-16 15:27 UTC 

[PATCH] Revert oom rewrite series
 2010-11-16 15:15 UTC  (13+ messages)

[PATCH 0/4] firewire-net updates
 2010-11-16 15:11 UTC  (5+ messages)
` Remaining problems in firewire-net

[PATCH 44/44] sound/soc/codecs: Remove unnecessary semicolons
 2010-11-16 15:04 UTC  (13+ messages)
                    ` rfc: rewrite commit subject line for subsystem maintainer preference tool

[PATCH] checkpatch: Allow space before [ in the case of inline asm constraints
 2010-11-16 15:00 UTC  (2+ messages)

[PATCH RESEND] MIPS: Define dummy MAX_DMA_CHANNELS to fix build failure
 2010-11-16 14:47 UTC 

[PATCH TRIVIAL] AT91: usb: fix typo in atmel_usba_udc driver
 2010-11-16 14:35 UTC  (4+ messages)

[REGRESSION] [BISECT] ACPI+Inspiron 1545 = crash at xrstor_state()
 2010-11-16 14:42 UTC 

[PATCH v1.3 4/4] keys: add new key-type encrypted
 2010-11-16 14:38 UTC  (10+ messages)
      ` [PATCH v1.3 0/4] keys: trusted and encrypted keys

Sync semantics
 2010-11-16 14:31 UTC  (2+ messages)

[patch 00/28] [rfc] dcache scaling part 1
 2010-11-16 14:09 UTC  (29+ messages)
` [patch 01/28] fs: d_validate fixes
` [patch 02/28] kernel: kmem_ptr_validate considered harmful
` [patch 03/28] fs: dcache documentation cleanup
` [patch 04/28] fs: change d_delete semantics
` [patch 05/28] cifs: dont overwrite dentry name in d_revalidate
` [patch 06/28] jfs: "
` [patch 07/28] fs: change d_compare for rcu-walk
` [patch 08/28] fs: change d_hash "
` [patch 09/28] hostfs: simplify locking
` [patch 10/28] fs: dcache scale hash
` [patch 11/28] fs: dcache scale lru
` [patch 12/28] fs: dcache scale dentry refcount
` [patch 13/28] fs: dcache scale d_unhashed
` [patch 14/28] fs: dcache scale subdirs
` [patch 15/28] fs: scale inode alias list
` [patch 16/28] fs: Use rename lock and RCU for multi-step operations
` [patch 17/28] fs: increase d_name lock coverage
` [patch 18/28] fs: dcache remove dcache_lock
` [patch 19/28] fs: dcache avoid starvation in dcache multi-step operations
` [patch 20/28] fs: dcache reduce dput locking
` [patch 21/28] fs: dcache reduce locking in d_alloc
` [patch 22/28] fs: dcache reduce dcache_inode_lock
` [patch 23/28] fs: dcache rationalise dget variants
` [patch 24/28] fs: dcache reduce d_parent locking
` [patch 25/28] fs: dcache reduce prune_one_dentry locking
` [patch 26/28] fs: reduce dcache_inode_lock width in lru scanning
` [patch 27/28] fs: use RCU in shrink_dentry_list to reduce lock nesting
` [patch 28/28] fs: consolidate dentry kill sequence

,
 2010-11-16 13:59 UTC 

[RFC/RFT PATCH] sched: automated per tty task groups
 2010-11-16 14:26 UTC  (23+ messages)
                  ` [RFC/RFT PATCH v3] "

[PATCH 0/2] Introduce kref_sub
 2010-11-16 14:21 UTC  (3+ messages)
` [PATCH 1/2] kref: Add a kref_sub function
  ` [PATCH 2/2] drm/ttm: Use kref_sub instead of repeatedly calling kref_put

5ada28bf76752 causes compilation error if !CONFIG_LEDS_CLASS
 2010-11-16 14:20 UTC 

regression since 2.6.36: backlight in sony-laptop not working
 2010-11-16 14:18 UTC  (11+ messages)

[PATCH] do not select ACPI_VIDEO in poulsbo stub driver
 2010-11-16 14:11 UTC  (2+ messages)

[PATCH v5 1/1] usb: Adding SuperSpeed support to dummy_hcd
 2010-11-16 14:08 UTC 

[PATCH 4/4][v2] rapidio, powerpc/85xx: Error interrupt handler for sRIO
 2010-11-16 14:00 UTC  (2+ messages)

[PATCH v3] EG20T: Update PCH_UART driver to 2.6.36
 2010-11-16 13:34 UTC  (2+ messages)

[PATCH v3] perf symbols: fix symbol offset breakage with separated debug
 2010-11-16 13:35 UTC 

[PATCH 1/2] ext3: Add error check in ext3_mkdir()
 2010-11-16 13:28 UTC  (3+ messages)
` [PATCH 2/2] ext4: Add error check in ext4_mkdir()

[PATCH 8/19]: SCST SYSFS interface implementation
 2010-11-16 13:19 UTC  (28+ messages)
                        ` [Scst-devel] "

[PATCH] Corrected data type mismatch
 2010-11-16 13:16 UTC  (4+ messages)
`  "

[PATCH 1/3 v2] backlight: constify backlight_ops
 2010-11-16 13:14 UTC  (2+ messages)

[PATCH 1/2] tracing,mm - add kernel pagefault tracepoint for x86 & x86_64
 2010-11-16 13:13 UTC  (6+ messages)
` [PATCHv2 2/2] "

[PATCH] regulator: Fix prototype for MAX8998 buck set_voltage()
 2010-11-16 13:11 UTC 

[PATCHv3] drivers/misc: Altera active serial implementation
 2010-11-16 13:09 UTC  (8+ messages)

[PATCH][V2] nommu: yield CPU while disposing VM
 2010-11-16 13:06 UTC 

[PATCH][RESEND] nommu: yield CPU periodically while disposing large VM
 2010-11-16 13:03 UTC  (5+ messages)

[PATCH 1/4] udf: Add missed protection for s_lvid_dirty
 2010-11-16 13:03 UTC  (4+ messages)

[PATCH v4 0/6] FM V4L2 drivers for WL128x
 2010-11-16 13:18 UTC  (7+ messages)
` [PATCH v4 1/6] drivers:staging: ti-st: fmdrv common header file
  ` [PATCH v4 2/6] drivers:staging: ti-st: fmdrv_v4l2 sources
    ` [PATCH v4 3/6] drivers:staging: ti-st: fmdrv_common sources
      ` [PATCH v4 4/6] drivers:staging: ti-st: fmdrv_rx sources
        ` [PATCH v4 5/6] drivers:staging: ti-st: fmdrv_tx sources
          ` [PATCH v4 6/6] drivers:staging: ti-st: Kconfig & Makefile change

[PATCH] ext4: ext4_fill_super shouldn't return 0 on corruption
 2010-11-16 12:56 UTC  (4+ messages)
  ` [PATCH v2] "

linux-next: Tree for November 16
 2010-11-16 12:42 UTC  (2+ messages)

[PATCH] [RFC] fsnotify: Tell the user what part of the file might have changed
 2010-11-16 12:37 UTC  (3+ messages)

[PATCH RFC] tools/virtio: virtio_ring testing tool
 2010-11-16 12:34 UTC 

[tg_shares_up rewrite v4 00/11] reduce overhead for tg->shares distribution
 2010-11-16 12:31 UTC  (2+ messages)

[PATCH net-next-2.6 v3] can: Topcliff: PCH_CAN driver: Add Flow control,
 2010-11-16 12:22 UTC  (3+ messages)

[PATCH net-next-2.6 v4] can: Topcliff: PCH_CAN driver: Add Flow control/Fix Endianess issue/Separate IF register/Enumerate LEC macro/Move MSI processing/Use BIT(X)/Change Message Object index/Add prefix PCH_
 2010-11-16 12:22 UTC  (2+ messages)

[PATCH] jbd2: avoid the concurrent data writeback
 2010-11-16 12:13 UTC  (3+ messages)

Interesting deal
 2010-11-16 11:57 UTC 

/dev/sda disappearing with SYFS_DEPRECATED?
 2010-11-16 12:08 UTC  (3+ messages)

[PATCH 2/3] block: Rename trace_block_remap to trace_block_bio_remap
 2010-11-16 11:51 UTC  (6+ messages)
  ` [PATCH v2] block: rename "

[GIT PULL] s390 patches for 2.6.37-rc2
 2010-11-16 11:49 UTC 

[RFC] OMAP: Serial: Define register access modes in LCR
 2010-11-16 11:01 UTC 

[RFC] OMAP: Serial: Define register access modes in LCR
 2010-11-16 11:43 UTC 

(no subject)
 2010-11-16 11:37 UTC 

[PATCH 0/5] ASoC: Fix incorrect kfree in error path
 2010-11-16 11:37 UTC  (3+ messages)

[PATCH] powerpc: Update a comment
 2010-11-16 11:33 UTC  (2+ messages)

Fixed Powerpc SPE data type conversion failure
 2010-11-16 11:29 UTC  (3+ messages)
` [PATCH] Fix float to unsigned conversion failure with SPE enabled

[PATCH 00/11] Remove unnecessary casts of pci_get_drvdata
 2010-11-16 11:27 UTC  (3+ messages)
` [PATCH 05/11] drivers/net/irda: "

[git pull] PCI fixes
 2010-11-16 11:23 UTC  (3+ messages)

[PATCH] fs: select: fix information leak to userspace
 2010-11-16 11:19 UTC  (7+ messages)
    ` [PATCH v2] "

BUG: Bad page state in process (current git)
 2010-11-16 11:13 UTC  (8+ messages)
            ` [PATCH] ext4 Fix setting random pages PageUptodate

[PATCH 0/3] HID: roccat: finishing usage of sysfs_create_bin_group()
 2010-11-16 11:01 UTC  (5+ messages)
    ` Aw: "

[PATCH] kernel: make /proc/kallsyms mode 400 to reduce ease of attacking
 2010-11-16 10:46 UTC 

[PATCH] media: video: do not clear 'driver' from an i2c_client
 2010-11-16 10:34 UTC  (3+ messages)

[PATCH] tools: add power/x86/turbostat
 2010-11-16 10:29 UTC  (5+ messages)
` [PATCH] tools: add power/x86/turbostat - v2
  ` [PATCH RESEND] "

[PATCH v7 0/3] Generic exponentially weighted moving average (EWMA)
 2010-11-16  9:37 UTC  (3+ messages)
` [PATCH v7 3/3] nl80211/mac80211: Report signal average

[BUGFIX] memcg: avoid deadlock between move charge and try_charge()
 2010-11-16 10:17 UTC 

[PATCH] Make swap accounting default behavior configurable
 2010-11-16 10:17 UTC 

[PATCH net-next-2.6 v2] can: Topcliff: PCH_CAN driver: Add Flow control,
 2010-11-16 10:16 UTC  (8+ messages)

[RFC PATCH] Make swap accounting default behavior configurable
 2010-11-16 10:03 UTC  (10+ messages)
      ` [RFC PATCH] Make swap accounting default behavior configurable v2
          ` [RFC PATCH] Make swap accounting default behavior configurable v3

[PATCH] perf: add no-aggregation mode to perf stat -a (v3)
 2010-11-16  9:05 UTC 

Incorrect size checks on mmap() for sysfs PCI resource files is breaking X?
 2010-11-16 10:03 UTC  (3+ messages)
` [REGRESSSION 2.6.37-rc2][PATCH] pci: Fix mmap address check in pci_mmap_fits

[PATCH 1/2] mm: page allocator: Adjust the per-cpu counter threshold when memory is low
 2010-11-16  9:58 UTC  (6+ messages)
  ` [PATCH] set_pgdat_percpu_threshold() don't use for_each_online_cpu

[REGRESSION] [BISECT] ACPI+Inspiron 1545 = crash at xrstor_state()
 2010-11-16  9:56 UTC 

[PATCH] perf: add no-aggregation mode to perf stat -a (v2)
 2010-11-16  8:50 UTC 

2.6.37-rc2 after KVM shutdown - unregister_netdevice: waiting for vmtst01eth0 to become free. Usage count = 1
 2010-11-16  9:46 UTC  (2+ messages)

linux-next: build failure after merge of the bkl-config tree
 2010-11-16  9:21 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).