First  |  Prev |  Next  |  Last
Pages: 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526
[PATCH] math-emu: correct test for downshifting fraction in _FP_FROM_INT()
The kernel's math-emu code contains a macro _FP_FROM_INT() which is used to convert an integer to a raw normalized floating-point value. It does this basically in three steps: 1. Compute the exponent from the number of leading zero bits. 2. Downshift large fractions to put the MSB in the right position for no... 19 Jul 2010 19:04
[Patch 03/25] GRU - update gru tlb miss statistics
From: Jack Steiner <steiner(a)sgi.com> Update the GRU TLB dropin statistics. Add counts to indicate number of TLB miss interrupts and a separate count of TLB entries actually written. Also minor code cleanup of the TLB fault path. Signed-off-by: Jack Steiner <steiner(a)sgi.com> --- drivers/misc/sgi-gru/gru.h... 19 Jul 2010 17:58
[Patch 16/25] GRU - add refcnt to vdata structure
From: Jack Steiner <steiner(a)sgi.com> The GRU vdata structure must have a reference count. Signed-off-by: Jack Steiner <steiner(a)sgi.com> --- drivers/misc/sgi-gru/grufile.c | 21 +++++++++++++++++++-- drivers/misc/sgi-gru/grumain.c | 1 + drivers/misc/sgi-gru/gruprocfs.c | 1 + drivers/misc/sgi... 19 Jul 2010 17:58
[Patch 13/25] GRU - delete obsolete debug code
From: Jack Steiner <steiner(a)sgi.com> SGI UV driver. Delete some debug code that has outlived it's usefullness. The code is not part of a supported API Signed-off-by: Jack Steiner <steiner(a)sgi.com> --- drivers/misc/sgi-gru/grufile.c | 25 ------------------------- drivers/misc/sgi-gru/grulib.h | 3 ---... 19 Jul 2010 17:58
[Patch 15/25] GRU - reorder interrupt processing
From: Jack Steiner <steiner(a)sgi.com> Reorder the servicing of CBR completion interrupts & TLB miss interrupts. There is a small performance gain to service TLB misses first. Completion interrupts are rare. Signed-off-by: Jack Steiner <steiner(a)sgi.com> --- drivers/misc/sgi-gru/grufault.c | 24 ++++++++++... 19 Jul 2010 17:58
[Patch 23/25] GRU - update driverr version
From: Jack Steiner <steiner(a)sgi.com> Update the GRU driver version to 1.0. Signed-off-by: Jack Steiner <steiner(a)sgi.com> --- drivers/misc/sgi-gru/grutables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux/drivers/misc/sgi-gru/grutables.h ===========================================... 19 Jul 2010 17:58
[Patch 24/25] GRU - rename gru pagesize defines
From: Jack Steiner <steiner(a)sgi.com> Change the name of GRU_GSEG_PAGESIZE to GRU_MIN_GSEG_PAGESIZE to more accurately reflect it's use. This is in preparation for allocating contexts using hugepages. Signed-off-by: Jack Steiner <steiner(a)sgi.com> --- drivers/misc/sgi-gru/gru.h | 10 ++--------... 19 Jul 2010 17:58
drivers/gpu/drm/radeon/r600_blit.c: fix possible NULL pointer derefernce
This patch fix possible NULL pointer dereference when r600_prepare_blit_copy tries to fill dev_priv->blit_vb->file_priv without check of dev_priv->blit_vb. dev_priv->blit_vb should be filled by r600_nomm_get_vb but latest can fail with EAGAIN. Addresses: https://bugzilla.kernel.org/show_bug.cgi?id=16375 --- dr... 19 Jul 2010 17:58
[Patch 22/25] GRU - gru api cleanup
From: Jack Steiner <steiner(a)sgi.com> Header file cleanup & reorganization. A variant of the gru_instructions.h header file is part of the user API. Move items that are NOT part of the user API from this header file to internal header files. - move the CBX definition - move the exception retrybits - remove ... 19 Jul 2010 17:58
[Patch 19/25] GRU - update debug messages and comments
From: Jack Steiner <steiner(a)sgi.com> Misc clean: - update debug messages - update stale comments in the code Signed-off-by: Jack Steiner <steiner(a)sgi.com> --- drivers/misc/sgi-gru/grufault.c | 1 - drivers/misc/sgi-gru/grukservices.h | 3 +-- drivers/misc/sgi-gru/grulib.h | 1 - d... 19 Jul 2010 17:58
First  |  Prev |  Next  |  Last
Pages: 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526