linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-06-14 17:40:22 to 2010-06-15 00:09:05 UTC [more...]

[PATCH 0/8] Fix gcc 4.6.0 set but not used warning messages
 2010-06-15  0:08 UTC  (27+ messages)
` [PATCH 1/8]reiserfs:stree.c Fix variable set but not used
` [PATCH 2/8]bluetooth/hci_ldisc.c Fix warning: variable 'tty' "
` [PATCH 3/8]char/hpet.c Fix variable 'hpet' "
` [PATCH 4/8]drivers:tmp.c Fix warning: variable 'rc' "
` [PATCH 5/8]drm:drm_gem Fix warning: variable 'dev' "
` [PATCH 6/8]i2c:i2c_core Fix warning: variable 'dummy' "
` [PATCH 7/8]ieee1394/sdp2 Fix warning: variable 'unit_characteristics' "
  ` [PATCH] ieee1394: sbp2: remove unused code
      ` (no subject)
        ` 
      ` [PATCH] ieee1394: remove unused variables
` [PATCH 8/8]tuners:tuner-simple Fix warning: variable 'tun' set but not used

linux-next: Tree for June 14
 2010-06-15  0:03 UTC  (2+ messages)
` [PATCH -next] vivi: fix depends again

[PATCH] backlight: fix 88pm860x_bl macro collision
 2010-06-15  0:01 UTC 

[RFC, PATCH 0/5] fsfreeze: fix sb vs bdev freeze/thaw b0rkage
 2010-06-15  0:01 UTC  (10+ messages)
` [PATCH 1/5] fsfreeze: Prevent emergency thaw from looping infinitely
` [PATCH 2/5] fsfreeze: emergency thaw will deadlock on s_umount
` [PATCH 3/5] fsfreeze: freeze_super and thaw_bdev don't play well together

[PATCH] Fix a race in pid generation that causes pids to be reused immediately
 2010-06-14 23:58 UTC  (3+ messages)

[PATCH] Topcliff PHUB: Generate PacketHub driver
 2010-06-14 23:56 UTC  (4+ messages)

[PATCH 1/8 v3]reiserfs:stree.c Fix variable set but not used
 2010-06-14 23:56 UTC 

Testing to see if a driver is loaded
 2010-06-14 23:53 UTC  (3+ messages)

e-SATA ExpressCard - OOPS plus incrementing "ataX" on Linux-2.6.xx
 2010-06-14 23:49 UTC  (6+ messages)

[PATCH] Fix the outstanding issue with hangs on insert/removal of mmc cards
 2010-06-14 23:48 UTC  (6+ messages)
` [PATCH v2] MMC: fix all hangs related to mmc/sd card insert/removal during suspend/resume

[PATCH 1/8 v2]reiserfs:stree.c Fix variable set but not used
 2010-06-14 23:41 UTC  (2+ messages)

[PATCH 0/12] Avoid overflowing of stack during page reclaim V2
 2010-06-14 23:21 UTC  (28+ messages)
` [PATCH 01/12] tracing, vmscan: Add trace events for kswapd wakeup, sleeping and direct reclaim
` [PATCH 02/12] tracing, vmscan: Add trace events for LRU page isolation
` [PATCH 03/12] tracing, vmscan: Add trace event when a page is written
` [PATCH 04/12] tracing, vmscan: Add a postprocessing script for reclaim-related ftrace events
` [PATCH 05/12] vmscan: kill prev_priority completely
` [PATCH 06/12] vmscan: simplify shrink_inactive_list()
` [PATCH 07/12] vmscan: Remove unnecessary temporary vars in do_try_to_free_pages
` [PATCH 08/12] vmscan: Setup pagevec as late as possible in shrink_inactive_list()
` [PATCH 09/12] vmscan: Setup pagevec as late as possible in shrink_page_list()
` [PATCH 10/12] vmscan: Update isolated page counters outside of main path in shrink_inactive_list()
` [PATCH 11/12] vmscan: Write out dirty pages in batch
` [PATCH 12/12] vmscan: Do not writeback pages in direct reclaim

[PATCH 1/5] vmlinux.lds.h: Include *(.text.*) in TEXT_TEXT
 2010-06-14 23:14 UTC  (15+ messages)
` [PATCH 2/5] blackfin: Remove *(.text.*) pattern from the linker script
` [PATCH 4/5] parisc: "

[PATCHSET] workqueue: concurrency managed workqueue, take#5
 2010-06-14 23:06 UTC  (42+ messages)
` [PATCH 01/30] kthread: implement kthread_data()
` [PATCH 02/30] acpi: use queue_work_on() instead of binding workqueue worker to cpu0
` [PATCH 03/30] workqueue: kill RT workqueue
` [PATCH 04/30] workqueue: misc/cosmetic updates
` [PATCH 05/30] workqueue: merge feature parameters into flags
` [PATCH 06/30] workqueue: define masks for work flags and conditionalize STATIC flags
` [PATCH 07/30] workqueue: separate out process_one_work()
` [PATCH 08/30] workqueue: temporarily disable workqueue tracing
` [PATCH 09/30] workqueue: kill cpu_populated_map
` [PATCH 10/30] workqueue: update cwq alignement
` [PATCH 11/30] workqueue: reimplement workqueue flushing using color coded works
` [PATCH 12/30] workqueue: introduce worker
` [PATCH 13/30] workqueue: reimplement work flushing using linked works
` [PATCH 14/30] workqueue: implement per-cwq active work limit
` [PATCH 15/30] workqueue: reimplement workqueue freeze using max_active
` [PATCH 16/30] workqueue: introduce global cwq and unify cwq locks
` [PATCH 17/30] workqueue: implement worker states
` [PATCH 18/30] workqueue: reimplement CPU hotplugging support using trustee
` [PATCH 19/30] workqueue: make single thread workqueue shared worker pool friendly
` [PATCH 20/30] workqueue: add find_worker_executing_work() and track current_cwq
` [PATCH 21/30] workqueue: carry cpu number in work data once execution starts
` [PATCH 22/30] workqueue: implement WQ_NON_REENTRANT
` [PATCH 23/30] workqueue: use shared worklist and pool all workers per cpu
` [PATCH 24/30] workqueue: implement concurrency managed dynamic worker pool
` [PATCH 25/30] workqueue: increase max_active of keventd and kill current_is_keventd()
` [PATCH 26/30] workqueue: add system_wq, system_long_wq and system_nrt_wq
` [PATCH 27/30] workqueue: implement DEBUGFS/workqueue
` [PATCH 28/30] workqueue: implement several utility APIs
` [PATCH 29/30] libata: take advantage of cmwq and remove concurrency limitations
` [PATCH 30/30] async: use workqueue for worker pool

drm/i915 BUG with 2.6.35-rc
 2010-06-14 22:38 UTC 

[PATCH] qcserial: fix a memory leak in qcprobe error path
 2010-06-14 22:33 UTC  (2+ messages)

[PATCH] [0/23] Fix gcc 4.6 set but unused variable warnings
 2010-06-14 22:24 UTC  (7+ messages)
` [PATCH] [16/23] XFS: Fix gcc 4.6 set but not read and unused statement warnings

[PATCH 0/6] Potential rt patches for tip/rt/2.6.33
 2010-06-14 22:21 UTC  (7+ messages)
` [PATCH 1/6] tracing: Update the comm field in the right variable in update_max_tr
` [PATCH 2/6: v4] lockdep: Make MAX_STACK_TRACE_ENTRIES configurable
` [PATCH 3/6] perf: Fix errors path in perf_output_begin()
` [PATCH 4/6] KEYS: find_keyring_by_name() can gain access to a freed keyring
` [PATCH 5/6] hvc_console: Fix race between hvc_close and hvc_remove
` [PATCH 6/6] "

[PATCHSET] irq: better lost/spurious irq handling
 2010-06-14 22:19 UTC  (6+ messages)
` [PATCH 12/12] usb: use IRQ watching

[PATCH 1/7] KVM: MMU: rename 'page' and 'shadow_page' to 'sp'
 2010-06-14 22:07 UTC  (3+ messages)
` [PATCH 7/7] KVM: MMU: don't walk every parent pages while mark unsync

2.6.35-rc3: Reported regressions 2.6.33 -> 2.6.34
 2010-06-14 21:52 UTC  (3+ messages)
` [Bug #15970] BUG: amd64-agp (2.6.34-rc7)

Why is kslowd accumulating so much CPU time?
 2010-06-14 21:46 UTC  (6+ messages)

[PATCH] trace-cmd: append to CFLAGS instead of being overriden
 2010-06-14 21:40 UTC  (5+ messages)
` [PATCH] trace-cmd: prevent print_graph_duration buffer overflow

Hardware Error Kernel Mini-Summit
 2010-06-14 21:34 UTC  (17+ messages)

Possible NetworkManager problem with 2.6.35-rc3
 2010-06-14 21:26 UTC 

[PATCH 1/2] perf: Add persistent events
 2010-06-14 21:24 UTC  (13+ messages)

[PATCH]: hpilo: fix pointer warning in ilo_ccb_setup [v2]
 2010-06-14 21:16 UTC  (3+ messages)

[PATCH v2] panic: keep blinking in spite of long spin timer mode
 2010-06-14 21:14 UTC  (3+ messages)

x86/pci Oops with CONFIG_SND_HDA_INTEL
 2010-06-14 21:10 UTC  (16+ messages)
` [Bug 16007] "
        ` [PATCH -v2] x86, pci: Handle fallout pci devices with peer root bus

[PATCH] ipmi: Make sure drivers were registered before unregistering them
 2010-06-14 20:47 UTC  (3+ messages)

fs/exec.c core dumping on NFS mounted directory
 2010-06-14 20:45 UTC 

[PATCH 1/1] kbuild: fix LOCALVERSION handling to match description
 2010-06-14 20:26 UTC  (2+ messages)

[RFC][PATCH 0/4] x86: ioremap() problem in X86_32 PAE
 2010-06-14 20:16 UTC  (9+ messages)
` [PATCH 2/4] x86: ioremap: fix physical address check

Timekeeping issue on aggressive suspend/resume
 2010-06-14 20:21 UTC  (7+ messages)

[PATCH 1/1] serial: mcf: Don't take spinlocks in already protected functions
 2010-06-14 20:20 UTC  (3+ messages)

[PATCHv4.1 07/13] USB: gadget: g_ether: updated INF file
 2010-06-14 20:04 UTC  (3+ messages)

fs/fs-writeback oopses in kernel 2.6.33.4-95.fc13.i686.PAE
 2010-06-14 19:57 UTC  (5+ messages)

[Regression, post-2.6.34] Hibernation broken on machines with radeon/KMS and r300
 2010-06-14 19:57 UTC  (5+ messages)

Fwd: [2.6.34] INFO: task rsync:20019 blocked for more than 120 seconds
 2010-06-14 19:49 UTC 

[2.6.35-rc3 regression] TCP connections on 'lo' interface randomly stall
 2010-06-14 19:36 UTC  (3+ messages)

[PATCH] uniform cdrom: fix mutex unlocking in /proc/sys/dev/cdrom/info file
 2010-06-14 19:34 UTC  (2+ messages)

Urgent Attention
 2010-06-14 19:26 UTC 

[RESEND][PATCH v2] perf probe: add kernel source path option
 2010-06-14 19:26 UTC 

[GIT PULL] Btrfs updates for 2.6.35
 2010-06-14 19:24 UTC  (2+ messages)

[PATCH] oom: Make coredump interruptible
 2010-06-14 19:17 UTC  (8+ messages)
      ` uninterruptible CLONE_VFORK (Was: oom: Make coredump interruptible)

[PATCH resend] um, hweight: Fix UML boot crash
 2010-06-14 18:18 UTC  (7+ messages)
` [uml-devel] "

[PATCH] hid-input: Use a larger event buffer for MT devices
 2010-06-14 18:17 UTC  (3+ messages)

CFQ read performance regression
 2010-06-14 18:06 UTC  (13+ messages)

core dumping on NFS mounted directory
 2010-06-14 18:05 UTC 

[RFC/T/D][PATCH 0/2] KVM page cache optimization (v2)
 2010-06-14 17:58 UTC  (20+ messages)
` [RFC/T/D][PATCH 2/2] Linux/Guest cooperative unmapped page cache control

[REGRESSION] [IWL3945] Broadcast is broken?
 2010-06-14 17:55 UTC  (2+ messages)

[PATCH v5 0/14] Uprobes v5
 2010-06-14 17:54 UTC  (14+ messages)
` [PATCH v5 1/14] X86 instruction analysis: Move Macro W to insn.h
` [PATCH v5 2/14] mm: Move replace_page to mm/memory.c
` [PATCH v5 3/14] User Space Breakpoint Assistance Layer
` [PATCH v5 5/14] Slot allocation for execution out of line (XOL)
` [PATCH v5 7/14] x86 support for Uprobes
` [PATCH v5 8/14] samples: Uprobes samples

[PATCH] intel_agp: Don't oops with zero stolen memory
 2010-06-14 17:50 UTC 

PCMCIA regression
 2010-06-14 17:41 UTC  (3+ messages)
    ` Another "


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).