Age | Commit message (Expand) | Author | Files | Lines |
2009-06-13 | cb710: more cleanup for the DEBUG case. | Michał Mirosław | 1 | -0/+4 |
2009-06-13 | cb710: handle DEBUG define in Makefile | Pierre Ossman | 1 | -0/+4 |
2009-06-13 | cb710: add missing parenthesis | Pierre Ossman | 1 | -1/+1 |
2009-06-13 | mmc: Driver for CB710/720 memory card reader (MMC part) | Michał Mirosław | 7 | -0/+653 |
2009-05-15 | [SCSI] ses: fix problems caused by empty SES provided name | Yinghai Lu | 1 | -3/+3 |
2009-05-06 | isl29003: fix resume functionality | Daniel Mack | 1 | -2/+7 |
2009-04-21 | sgi-xp/sgi-gru: allow modules to load on non-uv systems | Robin Holt | 2 | -7/+7 |
2009-04-13 | sgi-xpc: clean up numerous globals | Robin Holt | 6 | -295/+254 |
2009-04-13 | sgi-xpc: implement opencomplete messaging | Robin Holt | 5 | -61/+124 |
2009-04-13 | sgi-xpc: prevent false heartbeat failures | Robin Holt | 4 | -152/+123 |
2009-04-13 | at25: make input buffers of at25_*write() const | Geert Uytterhoeven | 1 | -2/+3 |
2009-04-13 | at24: make input buffers of at24_*write() const | Geert Uytterhoeven | 1 | -4/+4 |
2009-04-07 | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 1 | -1/+1 |
2009-04-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -3/+3 |
2009-04-02 | xpc_sn2: fix max() warning about pointers of different types | Robin Holt | 1 | -5/+5 |
2009-04-02 | sgi-gru: remove SGI_GRU as a valid config option for ia64 configs with SGI_UV | Robin Holt | 1 | -2/+2 |
2009-04-02 | sgi-gru: support multiple pagesizes in GRU | Jack Steiner | 6 | -38/+35 |
2009-04-02 | sgi-gru: fix bugs related to module unload of the GRU driver | Jack Steiner | 3 | -1/+24 |
2009-04-02 | sgi-gru: macro for scanning all gru chiplets | Jack Steiner | 4 | -13/+14 |
2009-04-02 | sgi-gru: add support to the GRU driver for message queue interrupts | Jack Steiner | 7 | -118/+305 |
2009-04-02 | sgi-gru: restructure the GRU vtop functions | Jack Steiner | 1 | -24/+44 |
2009-04-02 | sgi-gru: aSID (context management) bug fixes | Jack Steiner | 2 | -4/+10 |
2009-04-02 | sgi-gru: add support for a user to explicitly unload a GRU context | Jack Steiner | 1 | -0/+36 |
2009-04-02 | sgi-gru: add statistics to the GRU context management functions | Jack Steiner | 3 | -0/+59 |
2009-04-02 | sgi-gru: change GRU CCH commands from inline functions to outofline functions | Jack Steiner | 4 | -160/+218 |
2009-04-02 | sgi-gru: improvements to GRU debug messages & statistics | Jack Steiner | 7 | -27/+38 |
2009-04-02 | sgi-gru: misc GRU cleanup | Jack Steiner | 8 | -43/+55 |
2009-04-02 | memory_accessor: implement the new memory_accessor interfaces for SPI EEPROMs | David Brownell | 1 | -14/+44 |
2009-04-02 | memory_accessor: implement the new memory_accessor interface for I2C EEPROM | Kevin Hilman | 1 | -13/+54 |
2009-04-01 | drivers/misc/isl29003.c: driver for the ISL29003 ambient light sensor | Daniel Mack | 3 | -0/+481 |
2009-04-01 | hpilo: reduce frequency of IO operations | David Altobelli | 2 | -4/+8 |
2009-03-30 | trivial: fix typos/grammar errors in Kconfig texts | Matt LaPlante | 1 | -3/+3 |
2009-03-28 | Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 | Linus Torvalds | 1 | -1/+1 |
2009-03-28 | eeprom/at24: Remove EXPERIMENTAL | Wolfram Sang | 1 | -1/+1 |
2009-03-01 | Merge branch 'x86/urgent' into x86/pat | Ingo Molnar | 1 | -1/+2 |
2009-02-27 | hpilo: new pci device | David Altobelli | 1 | -1/+2 |
2009-02-11 | SGI IA64 UV: fix ia64 build error in the linux-next tree | Dean Nelson | 3 | -31/+11 |
2009-02-09 | Merge commit 'v2.6.29-rc4' into core/percpu | Ingo Molnar | 7 | -13/+17 |
2009-02-05 | sgi-xp: fix writing past the end of kzalloc()'d space | Dean Nelson | 2 | -8/+8 |
2009-02-05 | atmel-ssc: fix misuse of dev_dbg when requested ssc instance is not found | Hans-Christian Egtvedt | 1 | -1/+1 |
2009-02-05 | misc: dell-laptop should depend on POWER_SUPPLY | Matthew Garrett | 1 | -0/+1 |
2009-02-05 | hpilo: open/close fix | David Altobelli | 2 | -3/+5 |
2009-02-03 | sgi-xp: link XPNET's net_device_ops to its net_device structure | Dean Nelson | 1 | -1/+2 |
2009-01-30 | Merge branch 'linus' into core/percpu | Ingo Molnar | 4 | -17/+24 |
2009-01-29 | hpilo: increment version | David Altobelli | 1 | -1/+1 |
2009-01-29 | sgi-xpc: fix up stale DBUG_ON statements | Robin Holt | 2 | -7/+11 |
2009-01-29 | sgi-xpc: Remove NULL pointer dereference. | Robin Holt | 1 | -4/+6 |
2009-01-29 | sgi-xpc: ensure flags are updated before bte_copy | Robin Holt | 2 | -5/+6 |
2009-01-27 | Merge branch 'linus' into core/percpu | Ingo Molnar | 8 | -9/+1293 |
2009-01-26 | eeprom: More consistent symbol names | Jean Delvare | 2 | -7/+7 |