First  |  Prev |  Next  |  Last
Pages: 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889
scsi: remove dma_is_consistent usage in 53c700
On Sun, 2010-06-27 at 19:10 +0900, FUJITA Tomonori wrote: 53c700 is the only user of dma_is_consistent(): BUG_ON(!dma_is_consistent(hostdata->dev, pScript) && L1_CACHE_BYTES < dma_get_cache_alignment()); The above code tries to see if the system can allocate coherent memory or not. It's for some old... 29 Jun 2010 22:54
block: defer the use of inline biovecs for discard requests
On Sun, Jun 27 2010 at 5:39am -0400, Christoph Hellwig <hch(a)lst.de> wrote: On Sat, Jun 26, 2010 at 03:56:51PM -0400, Mike Snitzer wrote: Don't alloc discard bio with a biovec in blkdev_issue_discard. Doing so means bio_has_data() will not be true until the SCSI layer adds the payload to the disca... 28 Jun 2010 11:42
[PATCH 5/5] staging: slicoss: error handling with goto
This patch makes error handling more readable due to 'goto err' pattern. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/staging/slicoss/slicoss.c | 28 +++++++++++++++------------- 1 files changed, 15 insertions(+), 13 deletions(-) diff --git a/drivers/staging/slicoss/slicoss.c b/drivers/sta... 27 Jun 2010 09:33
[PATCH 1/5] staging: slicoss: Change return codes to -EYYY.
Change defined STATUS_XXX return codes to standard -EYYY. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/staging/slicoss/slicoss.c | 52 ++++++++++++++++++------------------ 1 files changed, 26 insertions(+), 26 deletions(-) diff --git a/drivers/staging/slicoss/slicoss.c b/drivers/staging/sl... 27 Jun 2010 09:33
[PATCH 4/5] staging: slicoss: error handling with goto
This patch makes error handling more readable due to 'goto err' pattern. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/staging/slicoss/slicoss.c | 15 +++++++-------- 1 files changed, 7 insertions(+), 8 deletions(-) diff --git a/drivers/staging/slicoss/slicoss.c b/drivers/staging/slicoss/sl... 27 Jun 2010 09:33
2.6.35-rc3 oops trying to suspend.
Happened while trying to suspend system. Ubuntu 10.04 64 bit userspace, config attached. Can't easily reproduce, I hit this while unsuccessfully trying to reproduce another issue http://lkml.org/lkml/2010/6/26/28 [ 116.451221] CIFS VFS: No response to cmd 113 mid 206 [ 126.606110] PM: Syncing filesystems ... ... 27 Jun 2010 11:43
[PATCH 2/4] device.h drivers/base/core.c Convert dev_<level> logging macros to functions
Reduces an x86 defconfig text and data ~55k, .6% smaller. $ size vmlinux* text data bss dec hex filename 7205273 716016 1366288 9287577 8db799 vmlinux 7258890 719768 1366288 9344946 8e97b2 vmlinux.master Uses %pV and struct va_format Format arguments are verified before printk The dev... 27 Jun 2010 07:23
[PATCH 3/4] netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functions
Reduces an x86 defconfig text and data ~2k. text is smaller, data is larger. $ size vmlinux* text data bss dec hex filename 7198862 720112 1366288 9285262 8dae8e vmlinux 7205273 716016 1366288 9287577 8db799 vmlinux.device_h Uses %pV and struct va_format Format arguments are verified be... 27 Jun 2010 07:23
[PATCH 1/4] vsprintf: Recursive vsnprintf: Add "%pV", struct va_format
Add the ability to print a format and va_list from a structure pointer Allows __dev_printk to be implemented as a single printk while minimizing string space duplication. %pV should not be used without some mechanism to verify the format and argument use ala __attribute__(format (printf(...))). Signed-off-by... 27 Jun 2010 07:23
[PATCH 0/4] Introduce and use printk pointer extension %pV
Recursive printk can reduce the total image size of an x86 defconfig about 1% by reducing duplicated KERN_<level> strings and centralizing the functions used by macros in new separate functions. Joe Perches (4): vsprintf: Recursive vsnprintf: Add "%pV", struct va_format device.h drivers/base/core.c Convert ... 27 Jun 2010 07:23
First  |  Prev |  Next  |  Last
Pages: 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889