First
|
Prev |
Next
|
Last
Pages: 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425
[PATCH 2/4] ibft: For UEFI machines actually do scan ACPI for iBFT. For machines with IBFT 1.03 do scan the ACPI table for 'iBFT' or for 'IBFT'. If the machine is in UEFI mode, only do the ACPI table scan. For all other machines (pre IBFT 1.03) do a memory scan if not found in the ACPI tables. Signed-off-by: Peter Jones <pjones(a)redhat.com> Signed-off-by: Konrad Rzeszutek Wilk <k... 11 May 2010 17:55
[PATCH -next] gpio: rdc321x needs to select MFD_CORE From: Randy Dunlap <randy.dunlap(a)oracle.com> Fix rdc321x-southbridge build: GPIO_RDC321X needs to select MFD_CORE so that the core is built at the same (or higher) tristate level. rdc321x-southbridge.c:(.devinit.text+0x6103): undefined reference to `mfd_add_devices' rdc321x-southbridge.c:(.devexit.text+0xe5f)... 11 May 2010 16:47
perf_event: when events are grouped, the time enabled / running values are incorrect On Tue, 2010-05-11 at 21:55 +0200, stephane eranian wrote: Events are also grouped in this example. Both this same issue exists also when only one event is used. I suspect an update_event_times() or update_group_times() is also missing on the sampling path in perf_overflow_handler(). Hrmm, you're righ... 11 May 2010 16:47
[GIT PULL] tracing: Lowering the footprint of TRACE_EVENTs On Tue, 2010-05-11 at 14:20 -0400, Steven Rostedt wrote: [ Final version! ] Ingo, Please pull the latest tip/tracing/core tree, which can be found at: Ingo, Hold on, this breaks a few places on a allyesconfig. I missed some places that use the register_trace_* and this changes the API. I'll... 11 May 2010 23:24
[CLEANUP] kprobes: Remove redundant text_mutex lock in optimize Hi Mathieu, Mathieu Desnoyers wrote: * Masami Hiramatsu (mhiramat(a)redhat.com) wrote: Remove text_mutex locking in optimize_all_kprobes, because that function doesn't modify text but just order optimization to worker. Hi Masami, A few comments: 1) optimize_all_kprobes/unoptimize_al... 11 May 2010 16:46
perf_event: when events are grouped, the time enabled / running values are incorrect Hi, I believe there is another bug related to timing and I am not sure if this patch fixes it too. If you add TIME_ENABLED|TIME_RUNNING in samples, they will get zero all the time (ENA, RUN): $ libpfm/perf_examples/task_smpl noploop 4 period=240000000 freq=0 58 PERF_COUNT_HW_CPU_CYCLES 59 PERF_COUNT_HW_... 11 May 2010 16:47
Your mailbox is over Quota ! ! ! Your mailbox has exceeded one or more size limits set by your administrator. Your mailbox size is 102145 KB. Mailbox size limits: You will receive a warning when your mailbox reaches 90000 KB. You cannot send mail when your mailbox reaches 100000 KB. You cannot send or receive mail when y... 11 May 2010 16:46
[GIT PULL] hwmon fixes for 2.6.34 Hi Linus, Please pull hwmon subsystem fixes for Linux 2.6.34 from: git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging.git hwmon-for-linus drivers/hwmon/applesmc.c | 61 ++++++++++++++++++-------------------------- drivers/hwmon/asc7621.c | 63 ++++++++++++++++++++++----------------------- 2... 11 May 2010 15:39
[PATCH RFC] virtio: put last seen used index into ring itself On 05/07/2010 06:23 AM, Rusty Russell wrote: On Thu, 6 May 2010 07:30:00 pm Avi Kivity wrote: On 05/05/2010 11:58 PM, Michael S. Tsirkin wrote: + /* We publish the last-seen used index at the end of the available ring. + * It is at the end for backwards compatibility. */ + vr->la... 11 May 2010 15:39
swiotlb: Make swiotlb bookkeeping functions visible in the header file. Konrad Rzeszutek Wilk wrote: +extern void *swiotlb_tbl_map_single(struct device *hwdev, phys_addr_t phys, + u64 tbl_dma_addr, size_t size, + enum dma_data_direction dir); + The phys and tbl_dma_addr arguments in the function prototype are swapped compared to the function definition... 11 May 2010 15:39 |