First  |  Prev |  Next  |  Last
Pages: 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641
[PATCH 5/7] update the mutex name in the memory_block struct
This patch updates the name of the memory_block mutex since it is now used for more than just gating changes to the status of the memory section coveerd by the memory sysfs directory. Signed-off-by: Nathan Fontenot <nfont(a)austin.ibm.com> --- drivers/base/memory.c | 20 ++++++++++---------- include/linux/me... 12 Jul 2010 12:55
[PATCH 3/7] Update the [register,unregister]_memory routines
This patch moves the register/unregister_memory routines to avoid a forward declaration. It also moves the sysfs file creation and deletion for each directory into the register/ unregister routines to avoid duplicating it with these updates. Signed-off-by: Nathan Fontenot <nfont(a)austin.ibm.com> --- drivers/ba... 12 Jul 2010 12:55
Hang observed while reading a block device using a simple block driver using the file as a back-end data store
Hi, I am trying to implement a block driver and facing an issue. Please find attached a simple code snippet which reproduces this hang. I have used and modified the Simple Block driver(sbull) example from Linux Device Drivers (3rd Ed) to simulate the problem. The example has been modified to use a file as the back... 12 Jul 2010 12:55
[PATCH 4/7] Allow sysfs memory directories to be split
This patch introduces the new 'split' file in each memory sysfs directory and the associated routines needed to handle splitting a directory. Signed-off-by; Nathan Fontenot <nfont(a)austin.ibm.com> --- drivers/base/memory.c | 99 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 98 insertions(... 12 Jul 2010 12:55
[PATCH 6/7] Update sysfs node routines for new sysfs memory directories
This patch updates the node sysfs directory routines that create links to the memory sections under each node. This update makes the node code aware that a memory sysfs directory can cover multiple memory sections. Signed-off-by: Nathan Fontenot <nfont(a)austin.ibm.com> --- drivers/base/node.c | 12 ++++++++... 12 Jul 2010 12:55
[PATCH 7/7] Enable multiple memory sections per sysfs memory directory for powerpc/pseries
This patch updates the powerpc/pseries code to initialize the memory sysfs directory creation to create sysfs directories that each cover an LMB's worth of memory. Signed-off-by; Nathan Fontenot <nfont(a)austin.ibm.ocm> --- arch/powerpc/platforms/pseries/hotplug-memory.c | 66 +++++++++++++++++++----- 1 file c... 12 Jul 2010 12:55
[PATCH 1/2] serial: 8250_pci: add .probe member to struct pci_serial_quirk
This function, if present, is called early on by the 8250_pci probe; it can be used to reject devices meant for parport_serial. (The .init function cannot be used for this purpose, as it is also called by parport_serial.) Signed-off-by: Frédéric Brière <fbriere(a)fbriere.net> --- drivers/serial/8250_pci.c | ... 12 Jul 2010 12:55
[PATCH 2/7] Create the new 'end_phys_index' file
This patch adds a new 'end_phys_index' file to each memory sysfs directory to report the physical index of the last memory section coverd by the sysfs directory. Signed -off-by: Nathan Fontenot <nfont(a)austin.ibm.com> --- drivers/base/memory.c | 14 +++++++++++++- include/linux/memory.h | 3 +++ 2 file... 12 Jul 2010 12:55
[PATCH 3/3] staging/trivial: fix typos concerning "address"
Signed-off-by: Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> Cc: Greg Kroah-Hartman <gregkh(a)suse.de> --- .../staging/comedi/drivers/addi-data/addi_eeprom.c | 2 +- .../comedi/drivers/addi-data/hwdrv_apci3120.c | 8 ++++---- drivers/staging/comedi/drivers/ni_660x.c | 2 +- drivers/stag... 12 Jul 2010 11:48
Add intel drm blacklist to intel_opregion_present detect
On Mon, Jul 12, 2010 at 09:12:13AM -0600, Joey Lee wrote: M... Follow your suggestion, I am tracing the i915 drm driver and Poulsbo drm driver from here: http://sourceforge.net/mailarchive/message.php?msg_name=49C2ADA8.2090405%40shipmail.org I am not sure fully understood your suggestion... Did yo... 12 Jul 2010 11:48
First  |  Prev |  Next  |  Last
Pages: 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641