First  |  Prev |  Next  |  Last
Pages: 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478
[PATCH 1/2] edac: i5000: carefull error handling
-EIO is not the only error code that pci_enable_device() may return, also the set of errors can be enhanced in future. We should compare return code with zero, not with concrete error value. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/edac/i5000_edac.c | 2 +- 1 files changed, 1 insertion... 21 Jul 2010 15:49
[PATCH 3/3] cfq-iosched: Print number of sectors dispatched per cfqq slice
o Divyesh had gotten rid of this code in the past. I want to re-introduce it back as it helps me a lot during debugging. Reviewed-by: Jeff Moyer <jmoyer(a)redhat.com> Reviewed-by: Divyesh Shah <dpshah(a)google.com> Signed-off-by: Vivek Goyal <vgoyal(a)redhat.com> --- block/cfq-iosched.c | 9 +++++++-- 1 files ... 21 Jul 2010 15:49
[PATCH] drivers/spi: Convert printks to pr_<level>
Add #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt Convert printks to pr_<level> Convert a test w/ errmsg to a more normal form Uncompiled, untested Signed-off-by: Joe Perches <joe(a)perches.com> --- drivers/spi/amba-pl022.c | 6 ++++-- drivers/spi/au1550_spi.c | 5 +++-- drivers/spi/dw_spi.c ... 21 Jul 2010 15:49
ib/qib: use generic_file_llseek
thanks, applied -- Roland Dreier <rolandd(a)cisco.com> || For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/index.html -- 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 a... 21 Jul 2010 15:49
KVM: MMU: fix page dirty tracking lost while sync page
On 07/16/2010 06:25 AM, Xiao Guangrong wrote: In sync-page path, if spte.writable is changed, it will lose page dirty tracking, for example: assume spte.writable = 0 in a unsync-page, when it's synced, it map spte to writable(that is spte.writable = 1), later guest write spte.gfn, it means spte.gfn is... 21 Jul 2010 22:24
x86, xsave: some code cleanups and reworks, -v2
On Wed, 2010-07-21 at 10:03 -0700, Robert Richter wrote: Hans Peter, Suresh, and Cyrill, thanks for your feedback. This is version 2 of the patch series. Patches 2, 4, 7 are unchanged compared to -v1. Patch 1 folds the initialization code into one patch. fpu_init() is now called before xsave_... 21 Jul 2010 18:02
x86, xsave: disable xsave in i387 emulation mode
On Wed, 2010-07-21 at 10:03 -0700, Robert Richter wrote: xsave is broken for (!HAVE_HWFP). This is the case if config MATH_EMULATION is enabled, 'no387' kernel parameter is set and xsave exists. xsave will not work because x86/math-emu and xsave share the same memory. As this case can be treated as corner c... 27 Jul 2010 05:10
[PATCH 1/4] posix-timers: Refactoring of CPUCLOCK* macros
This is merely a preparation to introduce wall time clocks for threads/processes. All occurences of CPUCLOCK* macros were replaced by POSIX_CLOCK*. Signed-off-by: Tomasz Buchert <tomasz.buchert(a)inria.fr> --- include/linux/posix-timers.h | 25 ++++++----- include/linux/sched.h | 2 +- kernel/itimer... 21 Jul 2010 14:43
[PATCH 3/4] posix-cpu-timers: Wider access to the thread clocks
Per-thread clocks are so far accessible only within the same thread group. This patch makes it possible to get this information for any thread of the same user and for a user with CAP_SYS_ADMIN capability. same_thread_group is not used anymore because if the thread is in the same thread group as 'current' then t... 21 Jul 2010 14:43
[PATCH 2/4] posix-cpu-timers: Introduction of wall clocks
Currently Linux lacks a good way to get an elapsed time of a process/thread. This patch adds the interface to obtain this piece of information. The access to the new thread/process clock is restricted according to the same rules as the access to the CPU clocks. POSIX_CLOCK_WALL occupies previously unused value ... 21 Jul 2010 14:43
First  |  Prev |  Next  |  Last
Pages: 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478