perf sched: Determine the number of CPUs automatically
On Thu, 17 Sep 2009 18:07:09 GMT perf sched: Determine the number of CPUs automatically For 'perf sched map' output, determine max_cpu automatically, instead of the static default of 15. static u32 curr_pid[MAX_CPUS] = { [0 ... MAX_CPUS-1] = -1 }; @@ -1818,6 +1818,9 @@ static struct tr... 17 Sep 2009 15:53
performance counter for linux question.
Hello list, I am interested by monitoring instructions versus cycles with a Nehalem box using 2.6.31 with PCL. Is there a way with perf report to display both counters ? I used perf record -e cycles -e instructions -a for the recording session. perf report -n seems to be doing what I need but for only... 19 Sep 2009 04:59
asus_atk0110 not working on Asus P7P55D PRO
Just built a new system with an Asus P7P55D PRO motherboard. The ATK0110 driver doesn't seem to be able to retrieve any hardware monitoring parameters successfully, sensors gives: atk0110-acpi-0 Adapter: ACPI interface ERROR: Can't get value of subfeature in0_input: I/O error Vcore Voltage: +0.00 V (min... 21 Sep 2009 21:27
[PATCH 0/3] usb console: 2.6.32 regression fixes
There are 3 regressions in the 2.6.32 development stream for the usb serial console. 1) A hang in the usb serial core due to a unfreed mutex 2) Crash in the usb serial core if you use a serial console because there is a double open of the low level device 3) It is not possible to pass the console baud rat... 17 Sep 2009 00:12
[PATCH 2/3] usb console,usb-serial: fix regression use of serial->console
During the 2.6.32 development usb serial tty interface was changed. This change caused the usb serial driver to crash when used as a system console. The open and close of the raw hardware has to be protected by the serial->console variable so either the console code does the open and close or the higher level tt... 17 Sep 2009 00:12
[PATCH 1/3] usb console: fix mutex lock regression
During the 2.6.32 development the use of serial->disc_mutex was introduced. In usb_console_setup() the call to usb_serial_get_by_index() will obtain this mutex. The usb_console_setup() must release the mutex before it completes else later calls to the usb serial core will hang. Signed-off-by: Jason Wessel <jaso... 17 Sep 2009 00:12
[PATCH 0/3][mmotm] showing size of kcore (Was Re: kcore patches (was Re: 2.6.32 -mm merge plans)
On Wed, 16 Sep 2009 20:17:52 +0900 (JST) "KAMEZAWA Hiroyuki" <kamezawa.hiroyu(a)jp.fujitsu.com> wrote: But for now, we have to use some fixed value....and using above patch for 2.6.31 is not very bad. This set is based on mmotm's kcore patch stack. So, just for discussing. [1/3] ... clean up (tiny bu... 16 Sep 2009 23:06
[PATCH 07/11] USB: musb: fix musb_platform_set_mode() definition
From: Bryan Wu <cooloney(a)kernel.org> Update function definition to match latest MUSB framework. Signed-off-by: Bryan Wu <cooloney(a)kernel.org> Signed-off-by: Cliff Cai <cliff.cai(a)analog.com> Signed-off-by: Mike Frysinger <vapier(a)gentoo.org> --- drivers/usb/musb/blackfin.c | 3 ++- 1 files changed, 2 inser... 16 Sep 2009 19:45
[patch 43/45] PCI quirk: update 82576 device ids in SR-IOV quirks list
2.6.31-stable review patch. If anyone has any objections, please let us know. ------------------ From: Alexander Duyck <alexander.h.duyck(a)intel.com> commit 6f1186be4feb3364d3a52cbea81e43e4d5296196 upstream. This patch adds the most recent additions to the list of 82576 device IDs to the list of devices need... 16 Sep 2009 19:45
[PATCH] KEYS: Have the garbage collector set its timer for live expired keys
The key garbage collector sets a timer to start a new collection cycle at the point the earliest key to expire should be considered garbage. However, it currently only does this if the key it is considering hasn't yet expired. If the key being considering has expired, but hasn't yet reached the collection time t... 16 Sep 2009 11:49