LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2010-04-20 15:17:01 to 2010-04-21 00:25:29 UTC [more...]

2.6.34-rc5: Reported regressions from 2.6.33
 2010-04-21 15:55 UTC  (15+ messages)
` [Bug #15589] 2.6.34-rc1: Badness at fs/proc/generic.c:316
` [Bug #15659] [Regresion] [2.6.34-rc1] [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung
` [Bug #15672] KVM bug, git bisected
` [Bug #15795] 2.6.34-rc4 : OOPS in unmap_vma

[PATCHv6 2.6.34-rc5 1/5] mxc: Update GPIO for USB support on Freescale MX51 Babbage HW
 2010-04-21  0:23 UTC  (6+ messages)
` [PATCHv6 2.6.34-rc5 2/5] mx5: Add USB device definitions for "
  ` [PATCHv6 2.6.34-rc5 3/5] mx5: Enable board specific functions for enabling USB host on Babbage
    ` [PATCHv6 2.6.34-rc5 4/5] mxc: Add generic USB HW initialization for MX51
      ` [PATCHv6 2.6.34-rc5 5/5] mx5: Add USB to Freescale MX51 defconfig

[PATCH 0/5] pv clock misc fixes
 2010-04-21  0:07 UTC  (32+ messages)
` [PATCH 1/5] Add a global synchronization point for pvclock

[PATCH] perf: Fix perf probe build error
 2010-04-21  0:02 UTC  (2+ messages)

[PATCH] x86/apbt: conditionally register cpu hp notifier for apbt
 2010-04-21  0:00 UTC  (2+ messages)
` [tip:x86/urgent] x86, mrst: Conditionally register cpu hotplug "

[patch] vt: deactive Shift In/Out in unicode mode
 2010-04-20 23:49 UTC  (6+ messages)

[PATCH] gpio: max732x: fix input configuration for open-drain pins
 2010-04-20 23:51 UTC  (2+ messages)

mprotect() failed: Cannot allocate memory
 2010-04-20 23:44 UTC  (3+ messages)

[PATCH 0/5] uml: Some trivial cleanups
 2010-04-20 23:43 UTC  (16+ messages)
` [PATCH 2/5] uml: Drop private round_down definition
      ` [uml-devel] "
` [PATCH 3/5] uml: Fix warning due to missing task_struct declaration
` [PATCH 4/5] uml: i386: Avoid redefinition of NR_syscalls

[PATCH] hugetlbfs: Kill applications that use MAP_NORESERVE with SIGBUS instead of OOM-killer
 2010-04-20 23:33 UTC  (2+ messages)

[PATCH 0/4] writeback: tracing and wbc->nr_to_write fixes
 2010-04-20 23:31 UTC  (6+ messages)
` [PATCH 5/4] writeback: limit write_cache_pages integrity scanning to current EOF

perf top broken on ppc64
 2010-04-20 23:21 UTC 

[PATCH] sst25l.c: simplify reading the device ManID/DevID
 2010-04-20 23:17 UTC 

patch input-wacom-switch-mode-upon-system-resume.patch added to 2.6.33-stable tree
 2010-04-20 23:12 UTC 

Suspicious compilation warning
 2010-04-20 23:07 UTC  (3+ messages)

Considerations on sched APIs under RT patch
 2010-04-20 23:00 UTC  (4+ messages)

domU is causing misaligned disk writes
 2010-04-20 22:58 UTC  (12+ messages)
` [Xen-devel] "
      ` [LKML] "

[PATCH] ring-buffer: Make non-consuming read less expensive with lots of cpus
 2010-04-20 22:47 UTC 

[PATCH 1/2] NFSv4: Fix the locking in nfs_inode_reclaim_delegation()
 2010-04-20 22:21 UTC  (2+ messages)

[PATCH] kvm: use the correct RCU API
 2010-04-20 22:21 UTC  (11+ messages)
` [BUG] kvm: dereference srcu-protected pointer without srcu_read_lock() held

2.6.34rc4 NFS writeback regression (bisected): client often fails to delete things it just created
 2010-04-20 22:19 UTC  (11+ messages)

[PATCH 0/4] enhanced reimplemention of the kfifo API
 2010-04-20 22:14 UTC  (10+ messages)
` [PATCH 1/4] fix kfifo miss use of nozami.c
` [PATCH 2/4] add the new generic kfifo API
` [PATCH 3/4] replace the old non generic API
` [PATCH 4/4] add example files to the kernel sample directory

[PATCH tip/core/rcu 0/23] v3 patches queued for 2.6.35
 2010-04-20 21:44 UTC  (24+ messages)
` [PATCH tip/core/rcu 01/23] rcu: substitute set_need_resched for sending resched IPIs
` [PATCH tip/core/rcu 02/23] rcu: make dead code really dead
` [PATCH tip/core/rcu 03/23] rcu: move some code from macro to function
` [PATCH tip/core/rcu 04/23] rcu: ignore offline CPUs in last non-dyntick-idle CPU check
` [PATCH tip/core/rcu 05/23] rcu: Fix bogus CONFIG_PROVE_LOCKING in comments to reflect reality
` [PATCH tip/core/rcu 06/23] rcu: fix now-bogus rcu_scheduler_active comments
` [PATCH tip/core/rcu 07/23] rcu: shrink rcutiny by making synchronize_rcu_bh() be inline
` [PATCH tip/core/rcu 08/23] rcu: rename rcutiny rcu_ctrlblk to rcu_sched_ctrlblk
` [PATCH tip/core/rcu 09/23] rcu: refactor RCU's context-switch handling
` [PATCH tip/core/rcu 10/23] rcu: slim down rcutiny by removing rcu_scheduler_active and friends
` [PATCH tip/core/rcu 11/23] rcu: enable CPU_STALL_VERBOSE by default
` [PATCH tip/core/rcu 12/23] rcu: disable CPU stall warnings upon panic
` [PATCH tip/core/rcu 13/23] rcu: print boot-time console messages if RCU configs out of ordinary
` [PATCH tip/core/rcu 14/23] rcu: improve RCU CPU stall-warning messages
` [PATCH tip/core/rcu 15/23] rcu: permit discontiguous cpu_possible_mask CPU numbering
` [PATCH tip/core/rcu 16/23] rcu: v2: reduce the number of spurious RCU_SOFTIRQ invocations
` [PATCH tip/core/rcu 17/23] rcu: improve the RCU CPU-stall warning documentation
` [PATCH tip/core/rcu 18/23] Debugobjects transition check
` [PATCH tip/core/rcu 19/23] rcu head introduce rcu head init on stack
` [PATCH tip/core/rcu 20/23] remove all rcu head initializations, except on_stack initializations
` [PATCH tip/core/rcu 21/23] rcu head remove init
` [PATCH tip/core/rcu 22/23] tree/tiny rcu: Add debug RCU head objects (v5)
` [PATCH tip/core/rcu 23/23] rcu: make SRCU usable in modules

[PATCH] CRED: Fix double free in prepare_usermodehelper_creds() error handling
 2010-04-20 21:41 UTC 

[PATCH 00/35] Union mounts - everything but the xattrs
 2010-04-20 21:40 UTC  (26+ messages)
` [PATCH 01/35] VFS: Make lookup_hash() return a struct path
  ` [PATCH 02/35] VFS: Add read-only users count to superblock
      ` [PATCH 04/35] whiteout/NFSD: Don't return information about whiteouts to userspace
        ` [PATCH 05/35] whiteout: Add vfs_whiteout() and whiteout inode operation
          ` [PATCH 06/35] whiteout: Set S_OPAQUE inode flag when creating directories
            ` [PATCH 07/35] whiteout: Allow removal of a directory with whiteouts
              ` [PATCH 08/35] whiteout: tmpfs whiteout support
                ` [PATCH 09/35] whiteout: Split of ext2_append_link() from ext2_add_link()
                  ` [PATCH 10/35] whiteout: ext2 whiteout support
                    ` [PATCH 11/35] whiteout: jffs2 "
                      ` [PATCH 12/35] fallthru: Basic fallthru definitions
                        ` [PATCH 13/35] fallthru: ext2 fallthru support
                          ` [PATCH 14/35] fallthru: jffs2 "
                            ` [PATCH 15/35] fallthru: tmpfs "
                              ` [PATCH 16/35] union-mount: Writable overlays/union mounts documentation

[GIT PULL] ext4 fixes
 2010-04-20 21:39 UTC 

A possible bug in reqsk_queue_hash_req()
 2010-04-20 21:29 UTC  (4+ messages)

blkio controller BUG_ON()
 2010-04-20 21:17 UTC 

[RFC: PATCH] lockdep: Make MAX_STACK_TRACE_ENTRIES configurable
 2010-04-20 21:09 UTC  (4+ messages)
` [RFC: PATCH v2] "

[PATCH 0/14] Memory Compaction v8
 2010-04-20 21:01 UTC  (15+ messages)
` [PATCH 01/14] mm,migration: Take a reference to the anon_vma before migrating
` [PATCH 02/14] mm,migration: Share the anon_vma ref counts between KSM and page migration
` [PATCH 03/14] mm,migration: Do not try to migrate unmapped anonymous pages
` [PATCH 04/14] mm,migration: Allow the migration of PageSwapCache pages
` [PATCH 05/14] mm: Allow CONFIG_MIGRATION to be set without CONFIG_NUMA or memory hot-remove
` [PATCH 06/14] mm: Export unusable free space index via debugfs
` [PATCH 07/14] mm: Export fragmentation "
` [PATCH 08/14] mm: Move definition for LRU isolation modes to a header
` [PATCH 09/14] mm,compaction: Memory compaction core
` [PATCH 10/14] mm,compaction: Add /proc trigger for memory compaction
` [PATCH 11/14] mm,compaction: Add /sys trigger for per-node "
` [PATCH 12/14] mm,compaction: Direct compact when a high-order allocation fails
` [PATCH 13/14] mm,compaction: Add a tunable that decides when memory should be compacted and when it should be reclaimed
` [PATCH 14/14] mm,compaction: Defer compaction using an exponential backoff when compaction fails

Should calculation of vm.overcommit_ratio be changed?
 2010-04-20 20:51 UTC 

[PATCH] 2.6.34-rc3 v2 Disable R_OK (Early ACK) on SII 3726 PMP
 2010-04-20 20:52 UTC  (2+ messages)

CFQ read performance regression
 2010-04-20 20:50 UTC  (4+ messages)

Your Mail Box Quota Has Exceeded The Set Limit
 2010-04-20 20:26 UTC 

[PATCH] rmap: anon_vma_prepare() can leak anon_vma_chain
 2010-04-20 20:47 UTC  (2+ messages)

Memory policy question for NUMA arch
 2010-04-20 20:34 UTC 

[PATCH 1/3] fbmem: fix aperture overlapping check
 2010-04-20 19:54 UTC  (9+ messages)
        ` [PATCH] vga16fb, drm/nouveau: vga16fb->nouveau handoff
          ` [PATCH] vga16fb, drm: vga16fb->drm handoff

[PATCH] x86/PCI: parse additional host bridge window resource types
 2010-04-20 19:52 UTC 

[REGRESSION 2.6.34] Suspend fails in pm_test=processor on Dell laptop
 2010-04-20 19:28 UTC  (2+ messages)

[PATCH RFC tip/core/rcu 10/16] rcu: slim down rcutiny by removing rcu_scheduler_active and friends
 2010-04-20 19:18 UTC  (4+ messages)
` [PATCH tip/core/rcu 0/16] rcu: v2 patches queued for 2.6.35

kernel BUG at kernel/power/snapshot.c:522
 2010-04-20 19:03 UTC  (2+ messages)

[PATCH] ACPI: DMI init_set_sci_en_on_resume for multiple Lenovo ThinkPads
 2010-04-20 19:01 UTC  (7+ messages)

[regression, bisected] Xonar DX invalid PCI I/O range since 977d17bb174
 2010-04-20 18:45 UTC  (9+ messages)

pull request: wireless-2.6 2010-04-20
 2010-04-20 18:30 UTC 

[PATCH 1/3] ipmi: Split device discovery and registration
 2010-04-20 18:40 UTC  (3+ messages)
` [PATCH 2/3] ipmi: Only register one si per bmc
  ` [PATCH 3/3] ipmi: Change device discovery order

CD/DVD-R eject after burn to sync/validate/update read cache and/or media flags
 2010-04-20 12:52 UTC 

[PATCH] Fix a huge latency problem in the MTD CFI and LPDDR flash drivers
 2010-04-20 18:16 UTC  (2+ messages)

Irish 2010 Grant Winner
 2010-04-20 18:10 UTC 

Should calculation of vm.overcommit_ratio be changed?
 2010-04-20 18:06 UTC  (3+ messages)

[PATCH] i915: Skip wrong TV outputs on HP laptop
 2010-04-20 17:58 UTC  (3+ messages)

[PATCH linux-next 1/2] irq: Add CPU mask affinity hint callback framework
 2010-04-20 18:01 UTC  (2+ messages)
` [PATCH linux-next 2/2] ixgbe: Example usage of the new IRQ affinity_hint callback

[PATCH V5 1/3] perf & kvm: Enhance perf to collect KVM guest os statistics from host side
 2010-04-20 17:54 UTC  (2+ messages)
` [tip:perf/core] perf & kvm: Clean up some of the guest profiling callback API details

[PATCH 0/3] [idled]: Idle Cycle Injector for power capping
 2010-04-20 17:52 UTC  (6+ messages)

pci_get_dev_by_id() from interrupt handlers
 2010-04-20 17:52 UTC  (4+ messages)

[PATCH] acpi: Fall back to manually changing SCI_EN
 2010-04-20 17:31 UTC  (3+ messages)

Google Summer of Code 2010 - Please resolve duplicates
 2010-04-20 17:31 UTC  (3+ messages)

warning at serial_write_room and serial_write
 2010-04-20 17:34 UTC  (2+ messages)

[RFC PATCH 0/3] Avoid the use of congestion_wait under zone pressure
 2010-04-20 17:22 UTC  (8+ messages)

[PATCH v4] perf: Split out arch specific code & improve PowerPC perf probe support
 2010-04-20 16:35 UTC  (5+ messages)
` [PATCH v4 1/2] perf: Move arch specific code into separate arch directory
  ` [PATCH v4 2/2] perf probe: Add PowerPC DWARF register number mappings

[PATCH]Fix typo in percpu.h
 2010-04-20 17:14 UTC  (3+ messages)

[PATCH] uml: Fix build breakage after slab.h changes
 2010-04-20 17:11 UTC  (8+ messages)

[patch v2 1/2] sched: check for prev_cpu == this_cpu before calling wake_affine()
 2010-04-20 17:03 UTC  (6+ messages)

Attn:
 2010-04-20 16:55 UTC 

[PULL REQUEST] Quota fix for 2.6.34-rc5
 2010-04-20 16:37 UTC 

[PATCH] mc13783-regulator: fix a memory leak in mc13783_regulator_remove
 2010-04-20 16:32 UTC  (4+ messages)

[BUG] sysfs: don't use allocated key for lockdep
 2010-04-20 16:23 UTC  (4+ messages)

[PATCH] [RFC] Xilinx MPMC SDMA subsystem
 2010-04-20 16:29 UTC  (4+ messages)

rx interrupt in userspace
 2010-04-20 16:22 UTC 

[PATCH v3] x86: Do not write into VGA memory space if there is no VGA device in the system
 2010-04-20 16:16 UTC 

[PATCH 3/3] MFD: AB3550 core driver
 2010-04-20 16:20 UTC  (3+ messages)

[PATCH 0/6] lockup detector changes
 2010-04-20 16:16 UTC  (10+ messages)
` [PATCH 1/6] [watchdog] combine nmi_watchdog and softlockup
` [PATCH 2/6] [watchdog] convert touch_softlockup_watchdog to touch_watchdog
` [PATCH 3/6] [watchdog] remove old softlockup code
` [PATCH 4/6] [watchdog] remove nmi_watchdog.c file
` [PATCH 5/6] [x86] watchdog: move trigger_all_cpu_backtrace to its own die_notifier
` [PATCH 6/6] [x86] watchdog: cleanup hw_nmi.c cruft
` [PATCH 7/6] [watchdog] resolve softlockup.c conflicts

[PATCH 2.6.34-rc5] mx5: Add registration of GPIOs for MX51 Babbage board
 2010-04-20 16:14 UTC 

PCIe hotplug failure
 2010-04-20 16:10 UTC 

[PATCH 00/12] perf: introduce model specific events and AMD IBS
 2010-04-20 16:05 UTC  (4+ messages)
` [PATCH 11/12] perf, x86: implement AMD IBS event configuration

[PATCH 0/3] Taming execve, setuid, and LSMs
 2010-04-20 15:53 UTC  (10+ messages)

GOOD DAY
 2010-04-20 15:43 UTC 

INFO: suspicious rcu_dereference_check() usage - include/linux/cgroup.h:492 invoked rcu_dereference_check() without protection!
 2010-04-20 15:38 UTC  (10+ messages)
          ` [PATCH] RCU: don't turn off lockdep when find suspicious rcu_dereference_check() usage

[PATCH v2 0/11] Uprobes patches
 2010-04-20 15:30 UTC  (7+ messages)
` [PATCH v2 7/11] Uprobes Implementation

Your Reply
 2010-04-20 15:20 UTC 

busy inodes -> ext3 umount crash
 2010-04-20 15:28 UTC  (5+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).