public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-02-04 09:07:09 to 2010-02-04 17:22:22 UTC [more...]

[00/74] 2.6.32.8-stable review
 2010-02-04 17:18 UTC  (12+ messages)
` [06/74] S390: fix single stepped svcs with TRACE_IRQFLAGS=y
` [09/74] libata: retry FS IOs even if it has failed with AC_ERR_INVALID
` [10/74] [S390] zcrypt: Do not remove coprocessor for error 8/72
` [11/74] [S390] dasd: fix possible NULL pointer errors
` [16/74] UBI: fix volume creation input checking
` [17/74] e1000: enhance frame fragment detection
` [23/74] fix oops in fs/9p late mount failure
` [25/74] Fix remount races with symlink handling in affs
` [27/74] Fix failure exit in ipathfs
` [31/74] sparc: TIF_ABI_PENDING bit removal
` [33/74] Input: winbond-cir - remove dmesg spam

[PATCH] can: ems_usb: removed duplicated code setting local echo support
 2010-02-04 17:21 UTC  (5+ messages)

[git pull] drm fixes
 2010-02-04 17:15 UTC  (11+ messages)
  ` [crash, PATCH] Revert "drm/radeon/kms: move radeon KMS on/off switch out of staging."
            ` hung bootup with "

[PATCH 1/1] media: dvb-usb/af9015, fix disconnection crashes
 2010-02-05 14:02 UTC  (19+ messages)

Slab Fragmentation Reduction V15
 2010-02-04 17:13 UTC  (12+ messages)
` inodes: Support generic defragmentation

[PATCH][RFC] %pd - for printing dentry name
 2010-02-04 17:13 UTC  (10+ messages)

[PATCHv2 00/11] Base support for Freescale i.MX51 SoC platform
 2010-02-04 17:09 UTC  (5+ messages)
  ` [PATCHv2 01/11] arm: mxc: TrustZone interrupt controller (TZIC) for i.MX5 family

[Patch 0/2] sysfs: fix s_active lockdep warning
 2010-02-04 16:59 UTC  (17+ messages)

Upgrade Your Email Account
 2010-02-04 16:25 UTC 

[PATCH] enhanced reimplemention of the kfifo API
 2010-02-04 16:52 UTC  (5+ messages)

PATCH? process_32.c:__switch_to() calls __math_state_restore() before updating current_task
 2010-02-04 16:51 UTC 

[RFC] slub: ARCH_SLAB_MINALIGN defaults to 8 on x86_32. is this too big?
 2010-02-04 16:42 UTC  (4+ messages)

port multiplier problem
 2010-02-04 16:39 UTC  (9+ messages)

2.6.33-rc6 - BUG at drivers/cpufreq/cpufreq.c:88
 2010-02-04 16:00 UTC 

[RFC PATCH] ARM: Change the mandatory barriers implementation
 2010-02-04 16:39 UTC  (3+ messages)

[PATCH] i915: slow acpi_lid_open() causes flickering - V2
 2010-02-04 16:37 UTC  (2+ messages)

[PATCH] perf_events: AMD event scheduling (v2)
 2010-02-04 16:35 UTC  (8+ messages)

Fix For Korg Bug #14897 (GM45 Display Flicker)
 2010-02-04 16:35 UTC  (3+ messages)
` [PATCH] Disable SR when more than one pipe is enabled

[PATCH] emulate accessed bit for EPT
 2010-02-04 16:17 UTC  (7+ messages)

[PATCH] ext4: ext4_xattr_ibody_set() error ignored in ext4_expand_extra_isize_ea()
 2010-02-04 16:11 UTC 

[PATCH 0/5] [RESEND] FMODE_NONOTIFY and FMODE_NEG_OFFSET bits
 2010-02-04 16:04 UTC  (16+ messages)
` [PATCH 2/5] bitops: compile time optimization for hweight_long(CONSTANT)

[PATCH 4/6] improve sys_personality for compat architectures
 2010-02-04 16:00 UTC  (5+ messages)

[PATCH] Fix 'flush_old_exec()/setup_new_exec()' split
 2010-02-04 15:57 UTC  (5+ messages)
      ` [stable] "

[PATCH] i915: slow acpi_lid_open() causes flickering
 2010-02-04 15:43 UTC  (2+ messages)

[PATCH 00/11] [RFC] 512K readahead size with thrashing safe readahead
 2010-02-04 15:52 UTC  (11+ messages)
` [PATCH 01/11] readahead: limit readahead size for small devices

[RFC GIT PULL] perf/trace/lock optimization/scalability improvements
 2010-02-04 15:47 UTC  (3+ messages)
` [PATCH 10/11] tracing/perf: Fix lock events recursions in the fast path

[PATCH] exit: PR_SET_ANCHOR for marking processes as reapers for child processes
 2010-02-04 15:42 UTC  (2+ messages)

patch idr-fix-a-critical-misallocation-bug.patch added to 2.6.32-stable tree
 2010-02-04 15:41 UTC  (3+ messages)

[PATCH] HID: use multi input quirk for TouchPack touchscreen
 2010-02-04 15:36 UTC 

[PATCH] define percpu_counter_batch when CONFIG_SMP is not set
 2010-02-04 15:03 UTC  (3+ messages)

associating miscdevice with inode
 2010-02-04 15:00 UTC  (3+ messages)

[PATCH 00/30] hpsa: Feb 2010 driver updates
 2010-02-04 14:43 UTC  (31+ messages)
` [PATCH 01/30] hpsa: fix typo in comments
` [PATCH 02/30] hpsa: Use kernel integer types, not userland ones
` [PATCH 03/30] hpsa: avoid unwanted promotion from unsigned to signed for raid level index
` [PATCH 04/30] hpsa: Use BUG_ON instead of an if statement
` [PATCH 05/30] hpsa: make adjust_hpsa_scsi_table return void
` [PATCH 06/30] hpsa: remove superfluous returns from void functions
` [PATCH 07/30] hpsa: return proper error codes not minus one
` [PATCH 08/30] hpsa: use sizeof() not an inline constant in memset
` [PATCH 09/30] hpsa: use kzalloc not kmalloc plus memset
` [PATCH 10/30] hpsa: remove unwanted debug code
` [PATCH 11/30] hpsa: eliminate unnecessary memcpys
` [PATCH 12/30] hpsa: make tag macros into functions
` [PATCH 13/30] hpsa: fix some debug printks to use dev_dbg instead
` [PATCH 14/30] hpsa: interrupt pending function should return bool not unsigned long
` [PATCH 15/30] hpsa: Allow multiple command completions per interrupt
` [PATCH 16/30] hpsa: add pci ids for storageworks 1210m, remove p400, p800, p700m
` [PATCH 17/30] hpsa: Fix p1210m LUN assignment
` [PATCH 18/30] hpsa: Return DID_RESET for commands which complete with status of UNSOLICITED ABORT
` [PATCH 19/30] hpsa: Retry commands completing with a sense key of ABORTED_COMMAND
` [PATCH 20/30] hpsa: Don't return DID_NO_CONNECT when a device is merely not ready
` [PATCH 21/30] hpsa: Add an shost_to_hba helper function
` [PATCH 22/30] hpsa: use scan_start and scan_finished entry points for scanning
` [PATCH 23/30] hpsa: when resetting devices, print out which device
` [PATCH 24/30] hpsa: print all the bytes of the CDB, not just the first one
` [PATCH 25/30] hpsa: clarify obscure comment in adjust_hpsa_scsi_table
` [PATCH 26/30] hpsa: Fix hpsa_find_scsi_entry so that it doesn't try to dereference NULL pointers
` [PATCH 27/30] hpsa: fix bug in adjust_hpsa_scsi_table
` [PATCH 28/30] hpsa: eliminate lock_kernel in compat_ioctl
` [PATCH 29/30] hpsa: Reorder compat ioctl functions to eliminate some forward declarations
` [PATCH 30/30] hpsa: `update driver version to 2.0.1-3

[BISECTED] post -rc6 regression, X server crash
 2010-02-04 14:36 UTC 

xilinx_spi in linux-next
 2010-02-04 14:36 UTC 

[PATCH 0/3] HID: make raw output callback more flexible
 2010-02-04 14:23 UTC  (6+ messages)
      ` [PATCH] Bluetooth: Keep a copy of each HID device's report descriptor

[PATCH 02/10] drivers/ata: Fix continuation line formats
 2010-02-04 14:07 UTC  (8+ messages)

debug: nt_conntrack and KVM crash
 2010-02-04 14:00 UTC  (35+ messages)
  ` [PATCH] netfilter: per netns nf_conntrack_cachep

linux-next: manual merge of the trivial tree with the net tree
 2010-02-04 13:52 UTC  (6+ messages)

[PATCH -tip 0/4] kprobes updates
 2010-02-04 13:49 UTC  (5+ messages)
` [PATCH -tip 4/4] ftrace: Remove record freezing
  ` [tip:perf/core] "

[PATCH] x86, cacheinfo: Remove NUMA dependency
 2010-02-04 13:13 UTC 

[PATCH] [ALSA] es1968: remove unused code and macros
 2010-02-04 13:08 UTC  (2+ messages)

[PATCH 1/9] perf symbols: Remove perf_session usage in symbols layer
 2010-02-04 13:04 UTC  (3+ messages)

[RFC Patch] net: reserve ports for applications using fixed port numbers
 2010-02-04 12:44 UTC  (4+ messages)

WONNING
 2010-02-04 11:01 UTC 

usbserial speed limitations ?
 2010-02-04 11:56 UTC  (4+ messages)

[PATCH] staging wlan-ng: fix to allow driver to be built on 2.6.33-rc6
 2010-02-04 11:33 UTC 

patch net-restore-ip-source-validation.patch added to 2.6.32-stable tree
 2010-02-04 11:13 UTC  (2+ messages)

[PATCH] x86, acpi: map hotadded cpu to correct node
 2010-02-04 11:06 UTC 

[PATCH 0/5] pps: time synchronization over LPT
 2010-02-04 11:05 UTC  (4+ messages)
` [PATCH 2/5] pps: capture MONOTONIC_RAW timestamps as well

[RFC Patch v2] net: reserve ports for applications using fixed port numbers
 2010-02-04 10:59 UTC  (2+ messages)

[PATCH] core: workqueue: BUG_ON on workqueue recursion
 2010-02-04 10:52 UTC  (5+ messages)
    ` [PATCH v2] core: workqueue: return "

[PATCH 01/11] tree-wide: fix spelling of 'success'
 2010-02-04 10:52 UTC  (3+ messages)
` [PATCH] tree-wide: Assorted spelling fixes

CLONE_VM: parent terminates silently when child segfaults
 2010-02-04 10:50 UTC  (3+ messages)

[tip:x86/debug] x86_64: Print modules like i386 does
 2010-02-04 10:27 UTC  (5+ messages)
` [tip:perf/core] perf_events: Optimize perf_event_task_tick()
` [tip:perf/core] perf_events, x86: Implement intel core solo/duo support
` [tip:perf/core] bitops: Ensure the compile time HWEIGHT is only used for such
  ` [PATCH] bitops: Optimize hweight() by making use of compile-time evaluation

[PATCH] Input: serio - re-add thaw (and add freeze)
 2010-02-04 10:22 UTC  (3+ messages)

2.6.33-rc6: Reported regressions 2.6.31 -> 2.6.32
 2010-02-04 10:13 UTC  (24+ messages)
` [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0
        ` ohci1394_dma=early crash since 2.6.32 (was Re: [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0)

GFS2: Pull request (fixes)
 2010-02-04 10:06 UTC 

[PATCH v2] perf tools: using O_LARGEFILE to open perf data file - fix
 2010-02-04  9:57 UTC  (2+ messages)
` [tip:perf/core] perf tools: Clean up O_LARGEFILE et al usage

mtrr/state.c unused?
 2010-02-04  9:57 UTC  (2+ messages)
` [tip:x86/cleanups] x86, mtrr: Remove unused mtrr/state.c

[PATCH -tip 2/4] ftrace/alternatives: Introducing *_text_reserved functions
 2010-02-04  9:55 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH] perf_events: fix bug in hw_perf_enable()
 2010-02-04  9:57 UTC  (2+ messages)
` [tip:perf/core] perf_events, x86: Fix "

[RFC PATCH 2/2] sched: remove member rt_se from struct rt_rq
 2010-02-04  9:56 UTC  (2+ messages)
` [tip:sched/core] sched: Remove "

[PATCH -tip 3/4] kprobes: Check probe address is reserved
 2010-02-04  9:55 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH -tip 1/4] [RESEND] kprobes: Disable booster when CONFIG_PREEMPT=y
 2010-02-04  9:55 UTC  (2+ messages)
` [tip:perf/core] "

[RFC PATCH 1/2] sched: change usage of rt_rq->rt_se to rt_rq->tg->rt_se[cpu]
 2010-02-04  9:56 UTC  (2+ messages)
` [tip:sched/core] sched: Change "

[PATCH 8/9] perf annotate: fix it for non-prelinked *.so
 2010-02-04  9:54 UTC  (2+ messages)
` [tip:perf/core] perf annotate: Fix perf top module symbol annotation

[PATCH 9/9] perf top: teach it to autolocate vmlinux
 2010-02-04  9:54 UTC  (2+ messages)
` [tip:perf/core] perf top: Teach "

[PATCH 8/9] perf annotate: fix it for non-prelinked *.so
 2010-02-04  9:54 UTC  (2+ messages)
` [tip:perf/core] perf annotate: Fix "

GFS2: Pre-pull patch posting (fixes)
 2010-02-04  9:46 UTC  (3+ messages)
` [PATCH 1/2] GFS2: Wait for unlock completion on umount
  ` [PATCH 2/2] GFS2: Extend umount wait coverage to full glock lifetime

[PATCH] x86/agp: fix agp_amd64_init module initialization regression
 2010-02-04  9:51 UTC  (2+ messages)
` [tip:x86/urgent] x86/agp: Fix amd64-agp "

[tip:perf/urgent] perf: Make bp_len type to u64 generic across the arch
 2010-02-04  9:51 UTC 

Improving OOM killer
 2010-02-04  9:50 UTC  (6+ messages)

linux-next: manual merge of the omap_dss2 tree with the omap tree
 2010-02-04  9:42 UTC  (4+ messages)

[2.6.33-rc6-git regression] idr fix breaks Xorg
 2010-02-04  9:39 UTC  (4+ messages)

Problem with set_memory_rw
 2010-02-04  9:12 UTC  (5+ messages)
    ` Fwd: "


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