[PATCH] perf: fix the is_software_event() definition
On Mon, 2010-01-18 at 12:13 +0100, Peter Zijlstra wrote: On Sun, 2010-01-17 at 15:12 +0100, Frederic Weisbecker wrote: You need to also call pmu->disable() if it is a software event, because a breakpoint needs to be unregistered in hardware level too. breakpoint isn't a software pmu. But ye... 18 Jan 2010 09:44
(none)
+++++++++++++++++++++++++++++++++ I LIKE YOUR CHRIST...I JUST DO NOT CARE FOR YOUR CHRISTIANS. Ghandi -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please r... 17 Jan 2010 21:44
"USB: use kfifo to buffer usb-generic serial writes" causes gobi_loader to hang
On Sun, Jan 17, 2010 at 10:14:44AM +0100, Oliver Neukum wrote: please load usbserial with debug=1 and post the output of just before the hang. drivers/usb/serial/generic.c: usb_serial_generic_write_bulk_callback - port 0 qcserial ttyUSB0: usb_serial_generic_write_start - length = 512, data = 01 00 a0 e1 60... 22 Feb 2010 17:33
[PATCH 20/40] workqueue: implement per-cwq active work limit
Add cwq->nr_active, cwq->max_active and cwq->delayed_work. nr_active counts the number of active works per cwq. A work is active if it's flushable (colored) and is on cwq's worklist. If nr_active reaches max_active, new works are queued on cwq->delayed_work and activated later as works on the cwq complete and de... 17 Jan 2010 20:38
perf-wq.c used to generate synthetic workload
Attached. Thanks. -- tejun ... 17 Jan 2010 20:38
[PATCH 02/40] sched: rename preempt_notifiers to sched_notifiers and refactor implementation
Rename preempt_notifiers to sched_notifiers and move it to sched.h. Also, refactor implementation in sched.c such that adding new callbacks is easier. This patch does not introduce any functional change and in fact generates the same binary at least with my configuration (x86_64 SMP, kvm and some debug options).... 17 Jan 2010 20:38
[PATCH 25/40] workqueue: make single thread workqueue shared worker pool friendly
Reimplement st (single thread) workqueue so that it's friendly to shared worker pool. It was originally implemented by confining st workqueues to use cwq of a fixed cpu and always having a worker for the cpu. This implementation isn't very friendly to shared worker pool and suboptimal in that it ends up crossing ... 17 Jan 2010 20:38
linux-next: manual merge of the vfs tree with the gfs2 tree
Hi Al, Today's linux-next merge of the vfs tree got a conflict in fs/gfs2/ops_inode.c between commit 83c77e8b3457f2ee5dad028dc54cf3ce540104b2 ("GFS2: Fix refcnt leak on gfs2_follow_link() error path") from the gfs2 tree and commit 261a144ac2b3867c7be70f08925e446430df6937 ("Switch gfs2 to nd_set_link()") from th... 18 Jan 2010 06:25
trivial: fix typo s/Defaultd/Defaults/ in EISA documentation
On Sun, 17 Jan 2010, Thadeu Lima de Souza Cascardo wrote: Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo(a)holoscopio.com> --- Documentation/eisa.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/eisa.txt b/Documentation/eisa.txt index 60e361b..f29... 17 Jan 2010 17:18
System timer flooding bus on Lenovo Thinkpad W500 laptop in x86_64 - update
On Wednesday 06 January 2010 14:28:04 Shawn Starr wrote: 2.6.33-rc4 (Sun Jan 17 04:26:20 EST 2010 git snapshot) has different behavour. I cannot enable dynamic ticks. Must boot with nohz=off. The rescheduling interrupts no longer is increasing rapidly, seems to be a normal rescheduling period. However, enabl... 17 Jan 2010 16:10