public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-01-22 08:25:30 to 2009-01-22 17:51:03 UTC [more...]

[RFC PATCH 00/19] lockdep series
 2009-01-22 17:37 UTC  (20+ messages)
` [RFC PATCH 01/19] lockdep: annotate reclaim context (__GFP_NOFS)
` [RFC PATCH 02/19] lockdep: sanitize bit names
` [RFC PATCH 03/19] lockdep: sanitize reclaim "
` [RFC PATCH 04/19] lockdep: lockdep_states.h
` [RFC PATCH 05/19] lockdep: simplify mark_held_locks
` [RFC PATCH 06/19] lockdep: simplify mark_lock()
` [RFC PATCH 07/19] lockdep: move state bit definitions around
` [RFC PATCH 08/19] lockdep: generate the state bit definitions
` [RFC PATCH 09/19] lockdep: generate usage strings
` [RFC PATCH 10/19] lockdep: split up mark_lock_irq()
` [RFC PATCH 11/19] lockdep: simplify the mark_lock_irq() helpers
` [RFC PATCH 12/19] lockdep: further simplify "
` [RFC PATCH 13/19] simplify mark_lock_irq() helpers #3
` [RFC PATCH 14/19] lockdep: merge the _READ mark_lock_irq() helpers
` [RFC PATCH 15/19] lockdep: merge the !_READ "
` [RFC PATCH 16/19] lockdep: fully reduce mark_lock_irq()
` [RFC PATCH 17/19] lockdep: simplify get_user_chars()
` [RFC PATCH 18/19] lockdep: get_user_chars() redo
` [RFC PATCH 19/19] lockdep: simplify check_prev_add_irq()

[PATCH 0/5] cpumask: more cpumask updates
 2009-01-22 17:40 UTC  (8+ messages)
` [PATCH 3/5] cpumask: convert misc driver functions
    ` [PATCH] cpumask: modifiy oprofile initialization

build issue #587 for v2.6.29-rc2-13-gf3b8436 :_set_irq_handler" [drivers/mfd/pcf50633-core.ko] undefined!
 2009-01-22 17:30 UTC  (2+ messages)

[PATCH 2/3] workqueue: not allow recursion run_workqueue
 2009-01-22 17:23 UTC  (7+ messages)

[PATCH 2.6.28 1/2] memory: improve find_vma
 2009-01-22 17:22 UTC  (2+ messages)

linux-next: Tree for January 22
 2009-01-22 17:21 UTC  (6+ messages)
` linux-next: Tree for January 22 (staging/rtl8187se)
` linux-next: Tree for January 22 (staging/altpcichdma)
` linux-next: Tree for January 22 (staging/android)

[PATCH] regulator: add unset_regulator_supplies to fix regulator_unregister
 2009-01-22 17:08 UTC  (3+ messages)

BUG: Possible cifs+IPv6-Regression 2.6.27.4 -> 2.6.27.9
 2009-01-22 17:02 UTC  (8+ messages)
` [linux-cifs-client] "

[PATCH] sysfs: Take sysfs_mutex when fetching the root inode
 2009-01-22 16:49 UTC  (2+ messages)
` [PATCH] sysfs: Reference sysfs_dirent from sysfs inodes

[PATCH] drivers/serial/8250_pci.c (add support for '8-port RS-232 MIC-3620 from advantech'
 2009-01-22 16:44 UTC  (6+ messages)

[PATCH 0/4] [Target_Core_Mod]: Add SPC-3 reserverations infrastructure
 2009-01-22 16:17 UTC  (3+ messages)

[PATCH] NFS regression in 2.6.26?, "task blocked for more than 120 seconds"
 2009-01-22 16:44 UTC  (13+ messages)
` [PATCH 0/3] "

2.6.29-rc2-git1: Reported regressions 2.6.27 -> 2.6.28
 2009-01-22 16:43 UTC  (5+ messages)
` [Bug #12426] TMDC Joystick no longer works in kernel 2.6.28

[PATCH] cifs: wrap cifs_dnotify_thread in CONFIG_BROKEN
 2009-01-22 16:34 UTC 

[BUG] inotify_destroy infinite loop (unbalanced lock?)
 2009-01-22 16:07 UTC 

uml: sigprocmask fix
 2009-01-22 16:20 UTC  (2+ messages)

[dm-devel] [PATCH 1/2] dm-ioband: I/O bandwidth controller v1.10.0: Source code and patch
 2009-01-22 16:12 UTC 

[PATCH] workqueue: don't alloc_percpu for single workqueue
 2009-01-22 16:11 UTC  (4+ messages)

[Patch] uml: fix a link error
 2009-01-22 16:12 UTC  (5+ messages)
` [uml-devel] "

[Patch] Btrfs: use BTRFS_VOL_NAME_MAX for struct btrfs_ioctl_vol_args
 2009-01-22 16:11 UTC  (5+ messages)

[PATCH] x86, um: fix ELF_CORE_COPY_REGS macro
 2009-01-22 16:07 UTC  (2+ messages)

[PATCH] x86, um: fix GETREG/PUTREG macros
 2009-01-22 16:05 UTC  (4+ messages)
` [PATCH] x86, um: fix EXECUTE_SYSCALL macros

[PATCH] drm: fix LOCK_TEST_WITH_RETURN macro
 2009-01-22 15:54 UTC 

[PATCH, RFC] Remove fasync() BKL usage, take 3325
 2009-01-22 16:09 UTC  (3+ messages)

[PATCH] ide: motherboard-info based blacklist for ide-dma
 2009-01-22 15:53 UTC  (6+ messages)

[PATCH] cifs: make sure we allocate enough storage for socket address
 2009-01-22 15:48 UTC 

plz help fixing lirc_igorplugusb kernel module
 2009-01-22 15:43 UTC  (5+ messages)

[PATCH] virtio: fix BAD_RING, START_US and END_USE macros
 2009-01-22 15:42 UTC 

[RFC Patch 0/9] Hardware Breakpoint interfaces - v4
 2009-01-22 15:42 UTC  (12+ messages)
` [RFC Patch 1/10] Introducing generic hardware breakpoint handler interfaces
` [RFC Patch 2/10] x86 architecture implementation of Hardware Breakpoint interfaces
` [RFC Patch 3/10] Modifying generic debug exception to use virtual debug registers
` [RFC Patch 4/10] Modify kprobe exception handler to recognise single-stepping by HW Breakpoint handler
` [RFC Patch 5/10] Use wrapper routines around debug registers in processor related functions
` [RFC Patch 6/10] Use virtual debug registers in process/thread handling code
` [RFC Patch 7/10] Modify signal handling code to refrain from re-enabling HW Breakpoints
` [RFC Patch 8/10] Modify Ptrace routines to access breakpoint registers
` [RFC Patch 9/10] Cleanup HW Breakpoint registers before kexec
` [RFC Patch 10/10] Sample HW breakpoint over kernel data address

[PATCH -stable] cifs: make sure we allocate enough storage for socket address
 2009-01-22 15:35 UTC 

IXP4XX queues
 2009-01-22 15:30 UTC  (4+ messages)

2.6.29-rc1 does not resume on Lenove T61
 2009-01-22 15:14 UTC  (10+ messages)

[PATCH 0/6] arm: omap iommu: add initial support
 2009-01-22 15:02 UTC  (4+ messages)
` [PATCH 6/6] omap2 iommu: entries for Kconfig and Makefile

[PATCH 1/9] via82cxxx: fix cable warning message
 2009-01-22 14:52 UTC  (4+ messages)
` [PATCH 7/9] ide: move ->rqsize init from init_irq() to ide_init_port()

since 2.6.29-rc: apple infrared keeps system awake?
 2009-01-22 14:49 UTC 

[PATCH] V4L/DVB: fix v4l2_device_call_all/v4l2_device_call_until_err macro
 2009-01-22 14:49 UTC 

[ANNOUNCE] util-linux-ng v2.14.2-rc2
 2009-01-22 14:32 UTC 

[PATCH 0/8] ide: unify code for reading device identify data
 2009-01-22 14:18 UTC  (9+ messages)
` [PATCH 1/8] ide: fix kmalloc() failure handling in ide_driveid_update()
` [PATCH 2/8] ide: propagate AltStatus workarounds to ide_driveid_update()
` [PATCH 3/8] ide: shorten timeout value in ide_driveid_update()
` [PATCH 4/8] ide: remove broken EXABYTENEST support
` [PATCH 5/8] ide: classify device type in do_probe()
` [PATCH 6/8] ide: sanitize SELECT_MASK() usage in ide_driveid_update()
` [PATCH 7/8] ide: clear drive IRQ after re-enabling local IRQs "
` [PATCH 8/8] ide: use try_to_identify() "

[PATCH] V4L/DVB: fix v4l2_device_call_all/v4l2_device_call_until_err macro
 2009-01-22 14:14 UTC 

[PATCH] asm-generic: fix local_add_unless macro
 2009-01-22 14:07 UTC 

[PATCH 2.6.29-rc1] usb-serial ch341: support for DTR/RTS/CTS
 2009-01-22 13:50 UTC  (2+ messages)

[PULL REQUEST] OCFS2 quota fix
 2009-01-22 13:48 UTC 

[APIC] Kernel panic, rsync corruption, intel q8200, 2.6.28-rc8
 2009-01-22 13:37 UTC 

[PATCH 0/5] x86: Merge hardirq.h
 2009-01-22 13:33 UTC  (6+ messages)
` [PATCH 1/5] x86-32: Remove idle_timestamp
` [PATCH 2/5] x86-64: Remove include of apic.h from hardirq_64.h
` [PATCH 3/5] x86: Sync hardirq_{32,64}.h
` [PATCH 4/5] x86: Merge hardirq_{32,64}.h into hardirq.h
` [PATCH 5/5] x86: make irq_cpustat_t fields conditional

How to generate a Kerntypes file?
 2009-01-22 13:31 UTC  (2+ messages)

2.6.29-rc2 regression: hibernation hang on eeepc-701 (method "platform" only)
 2009-01-22 13:23 UTC  (4+ messages)
` BISECTED: 2.6.29-rc2 regression: hibernation hang on eeepc-701

[RFC] [PATCH] Cgroup based OOM killer controller
 2009-01-22 13:21 UTC  (14+ messages)

[BUG] tg3 module problem on Linux-2.6.29-rc1-2
 2009-01-22 13:12 UTC  (3+ messages)

RFC: Working around dynamic device allocation in i2c. Interaction with other subystems
 2009-01-22 12:55 UTC  (2+ messages)

2.6.28 headers break kbd and net-tools userspace builds
 2009-01-22 12:45 UTC 

[patch] SLQB slab allocator
 2009-01-22 12:47 UTC  (5+ messages)

[PATCH 60/80] tty: extract the pty init time special cases
 2009-01-22 12:40 UTC  (2+ messages)

[ACPI] GPE storm detected on FS Amilo Pro
 2009-01-22 12:22 UTC  (6+ messages)

Suspned/resume can't work on the 2.6.29-rc1 but it can work well on the 2.6.28
 2009-01-22 12:14 UTC  (4+ messages)

[announce] Performance Counters for Linux, v6
 2009-01-22 12:06 UTC  (4+ messages)

[PATCH RFC 0/10] Freescale "eSDHC" SDHCI support (was [PATCH] mmc: Add driver for Freescale eSDHC controllers)
 2009-01-22 12:05 UTC  (5+ messages)
` [PATCH 02/10] sdhci: Add support for bus-specific IO memory accessors
` [PATCH 10/10] mmc: Add OpenFirmware bindings for SDHCI driver

[PATCH 0/5] ftrace: updates for tip
 2009-01-22 12:03 UTC  (7+ messages)
` [PATCH 1/5] trace: do not disable wake up tracer on output of trace

[PATCH] w35und: fix usb_control_msg() error handling in wb35_probe()
 2009-01-22 11:42 UTC  (2+ messages)

Mainline kernel OLTP performance update
 2009-01-22 11:29 UTC  (21+ messages)

[GIT PULL] Finish fs/Kconfig split
 2009-01-22 11:11 UTC  (2+ messages)

Warning and BUG with btrfs and corrupted image
 2009-01-22 10:06 UTC  (8+ messages)
  ` Corrupted XFS log replay oops. (was Re: Warning and BUG with btrfs and corrupted image)
      ` [PATCH] Re: Corrupted XFS log replay oops

[PATCH] workqueue: not allow recursion run_workqueue
 2009-01-22  9:52 UTC  (4+ messages)

[PATCH] rcu: remove duplicate CONFIG_RCU_CPU_STALL_DETECTOR
 2009-01-22  9:48 UTC  (5+ messages)

[PATCH 0/7] cgroup/memcg updates 2009/01/22
 2009-01-22  9:41 UTC  (8+ messages)
` [PATCH 1/7] cgroup: add CSS ID
` [PATCH 2/7] memcg : use CSS ID in memcg
` [PATCH 3/7] memcg: show hierarchical stat
` [FIX][PATCH 4/7] memcg : make set_limit return -EBUSY after reasonable retries
` [FIX][PATCH 5/7] memcg : fix OOM Killer behavior under memcg
` [FIX][PATCH 6/7] cgroup/memcg: fix frequent -EBUSY at rmdir
` [RFC] [PATCH 7/7] memcg: background reclaim (example)

[PATCH 1/2] tracing/function-graph-tracer: various fixes and features
 2009-01-22  9:33 UTC  (4+ messages)

[patch] SLQB slab allocator
 2009-01-22  9:33 UTC  (15+ messages)

sparc64 build breakage
 2009-01-22  9:20 UTC  (5+ messages)

[PATCH 3/3] workqueue: cleanup workqueue.c to make checkpatch happy
 2009-01-22  9:14 UTC 

[PATCH 1/3] workqueue: don't alloc_percpu for single workqueue
 2009-01-22  9:14 UTC 

[PATCH v2] tcp: splice as many packets as possible at once
 2009-01-22  9:04 UTC  (5+ messages)
      ` [PATCH v3] "

WARNING: at drivers/usb/storage/transport.c:584
 2009-01-22  9:00 UTC  (3+ messages)

[PATCH] crypto: fix handling of ccm vectors with null assoc data
 2009-01-22  8:58 UTC  (3+ messages)

[PATCH] softlockup: remove hung_task_check_count
 2009-01-22  8:34 UTC  (3+ messages)
` [PATCH v2] "

[BUG] Page table corruption from commit 9542ada803198e6eba29d3289abb39ea82047b92
 2009-01-22  8:31 UTC  (2+ messages)

Fail to early boot with v2.6.27-rc2 to at least v2.6.29-rc2 due to dc1e35c
 2009-01-22  8:28 UTC  (4+ messages)

[PATCH 4/4] [Target_Core_Mod/ConfigFS] Add target/core/$HBA/$STORAGE_OBJECT/pr for T10 reservations
 2009-01-22  8:25 UTC 

[PATCH 3/4] [Target_Core_Mod] Add generic >= SPC-3 and legacy SPC-2 infrastructure
 2009-01-22  8:24 UTC 


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