Description:
linux-kernel@vger.kernel.org (Moderated)
|
|
|
please pull infiniband.git
|
| |
Linus, please pull from master.kernel.org:/pub/scm/lin ux/kernel/git/roland/infiniban d.git for-linus This tree is also available from kernel.org mirrors at: git://git.kernel.org/pub/scm/l inux/kernel/git/roland/infinib and.git for-linus This will get a few very small fixes that have trickled in over the... more »
|
|
staging/asus_oled: Add NULL test for kmalloc
|
| |
...This patch adds a NULL test to check wether kmalloc was successful or not. Signed-off-by: Peter Huewe <peterhu...@gmx.de> --- Patch against Linux-next of Do 7. Jan 19:59:41 CET 2010 drivers/staging/asus_oled/asus _oled.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/drivers/staging/asus_oled/as us_oled.c b/drivers/staging/asus_oled/as us_oled.c... more »
|
|
blackfin kgdb fixes for 2.6.33-rc3
|
| |
Linus, please pull the kgdb git tree fixes for 2.6.33-rc3 git://git.kernel.org/pub/scm/l inux/kernel/git/jwessel/linux- 2.6-kgdb.git for_linus Summary: * Fix builds of blackfin with CONFIG_KGDB=y * Grammar fixes from Randy which go into the generated docs This series fixes the build issues and cleans the up duplicated code... more »
|
|
blackfin,kgdb: Do not put PC in gdb_regs into retx.
|
| |
...In blackfin, kgdb is running in delayed exception IRQ5 other than in exception IRQ3 directly. Register reti other than retx in pt_regs is the kgdb return address. So, don't put PC in gdb_regs into retx. CC: Mike Frysinger <vap...@gentoo.org> Signed-off-by: Sonic Zhang <sonic....@gmail.com> Signed-off-by: Jason Wessel <jason.wes...@windriver.com>... more »
|
|
Input: wacom - Setup features via driver info
|
| |
This patchset moves the feature info into the driver info of the usb device ids. The wacom driver always needs this info to setup the device. Currently the driver uses two synchronized arrays with the standard ids and the features. It calculates the index into the features array by hand and does not check for overflow. With the ability to add new ids... more »
|
|
x86: Merge atomic headers
|
| |
This patchset merges the implementations of the atomic_t functions which are common between 32-bit and 64-bit mode. It splits out the atomic64_t functions into new headers since those are still different. [PATCH 1/3] x86: Split atomic64_t functions into seperate headers [PATCH 2/3] x86: Sync atomic_xx.h... more »
|
|
x86: Split atomic64_t functions into seperate headers
|
| |
Signed-off-by: Brian Gerst <brge...@gmail.com> --- arch/x86/include/asm/atomic64_ 32.h | 160 +++++++++++++++++++++++++ arch/x86/include/asm/atomic64_ 64.h | 224 ++++++++++++++++++++++++++++++ ++++++ arch/x86/include/asm/atomic_32 .h | 152 +------------------------ arch/x86/include/asm/atomic_64 .h | 217 +----------------------------- -----... more »
|
|
perf: add close()/closedir() calls when needed
|
| |
Close file and directory descriptors before exiting or dying. Signed-off-by: Alexander Beregalov <a.berega...@gmail.com> --- tools/perf/builtin-kmem.c | 2 ++ tools/perf/builtin-trace.c | 6 +++++- tools/perf/util/parse-events.c | 1 + tools/perf/util/symbol.c | 1 +... more »
|
|
|