| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | gru: change context load and unload | Jack Steiner | 2009-06-18 | 3 | -7/+11 |
* | gru: dynamic allocation of kernel contexts | Jack Steiner | 2009-06-18 | 2 | -29/+33 |
* | gru: dump chiplet state | Jack Steiner | 2009-06-18 | 5 | -1/+267 |
* | gru: bug fixes for GRU exception handling | Jack Steiner | 2009-06-18 | 6 | -26/+52 |
* | Merge branch 'akpm' | Linus Torvalds | 2009-06-16 | 2 | -2/+2 |
|\ |
|
| * | page allocator: do not check NUMA node ID when the caller knows the node is v... | Mel Gorman | 2009-06-16 | 2 | -2/+2 |
* | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve... | Linus Torvalds | 2009-06-16 | 1 | -0/+2 |
|\ \ |
|
| * \ | Merge commit 'linus/master' into HEAD | Vegard Nossum | 2009-06-15 | 7 | -0/+661 |
| |\ \ |
|
| * | | | c2port: annotate bitfield for kmemcheck | Vegard Nossum | 2009-06-15 | 1 | -0/+2 |
* | | | | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2009-06-16 | 3 | -0/+261 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | i2c/chips: Move max6875 to drivers/misc/eeprom | Wolfram Sang | 2009-06-15 | 3 | -0/+261 |
| | |/
| |/| |
|
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2009-06-15 | 8 | -3/+664 |
|\ \ \
| |/ / |
|
| * | | cb710: more cleanup for the DEBUG case. | Michał Mirosław | 2009-06-13 | 1 | -0/+4 |
| * | | cb710: handle DEBUG define in Makefile | Pierre Ossman | 2009-06-13 | 1 | -0/+4 |
| * | | cb710: add missing parenthesis | Pierre Ossman | 2009-06-13 | 1 | -1/+1 |
| * | | mmc: Driver for CB710/720 memory card reader (MMC part) | Michał Mirosław | 2009-06-13 | 7 | -0/+653 |
| |/ |
|
| * | [SCSI] ses: fix problems caused by empty SES provided name | Yinghai Lu | 2009-05-15 | 1 | -3/+3 |
* | | net: fix network driver ndo_start_xmit() return values (part 1) | Patrick McHardy | 2009-06-13 | 1 | -1/+2 |
|/ |
|
* | isl29003: fix resume functionality | Daniel Mack | 2009-05-06 | 1 | -2/+7 |
* | sgi-xp/sgi-gru: allow modules to load on non-uv systems | Robin Holt | 2009-04-21 | 2 | -7/+7 |
* | sgi-xpc: clean up numerous globals | Robin Holt | 2009-04-13 | 6 | -295/+254 |
* | sgi-xpc: implement opencomplete messaging | Robin Holt | 2009-04-13 | 5 | -61/+124 |
* | sgi-xpc: prevent false heartbeat failures | Robin Holt | 2009-04-13 | 4 | -152/+123 |
* | at25: make input buffers of at25_*write() const | Geert Uytterhoeven | 2009-04-13 | 1 | -2/+3 |
* | at24: make input buffers of at24_*write() const | Geert Uytterhoeven | 2009-04-13 | 1 | -4/+4 |
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 2009-04-07 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-04-03 | 1 | -3/+3 |
|\ |
|
| * | trivial: fix typos/grammar errors in Kconfig texts | Matt LaPlante | 2009-03-30 | 1 | -3/+3 |
* | | xpc_sn2: fix max() warning about pointers of different types | Robin Holt | 2009-04-02 | 1 | -5/+5 |
* | | sgi-gru: remove SGI_GRU as a valid config option for ia64 configs with SGI_UV | Robin Holt | 2009-04-02 | 1 | -2/+2 |
* | | sgi-gru: support multiple pagesizes in GRU | Jack Steiner | 2009-04-02 | 6 | -38/+35 |
* | | sgi-gru: fix bugs related to module unload of the GRU driver | Jack Steiner | 2009-04-02 | 3 | -1/+24 |
* | | sgi-gru: macro for scanning all gru chiplets | Jack Steiner | 2009-04-02 | 4 | -13/+14 |
* | | sgi-gru: add support to the GRU driver for message queue interrupts | Jack Steiner | 2009-04-02 | 7 | -118/+305 |
* | | sgi-gru: restructure the GRU vtop functions | Jack Steiner | 2009-04-02 | 1 | -24/+44 |
* | | sgi-gru: aSID (context management) bug fixes | Jack Steiner | 2009-04-02 | 2 | -4/+10 |
* | | sgi-gru: add support for a user to explicitly unload a GRU context | Jack Steiner | 2009-04-02 | 1 | -0/+36 |
* | | sgi-gru: add statistics to the GRU context management functions | Jack Steiner | 2009-04-02 | 3 | -0/+59 |
* | | sgi-gru: change GRU CCH commands from inline functions to outofline functions | Jack Steiner | 2009-04-02 | 4 | -160/+218 |
* | | sgi-gru: improvements to GRU debug messages & statistics | Jack Steiner | 2009-04-02 | 7 | -27/+38 |
* | | sgi-gru: misc GRU cleanup | Jack Steiner | 2009-04-02 | 8 | -43/+55 |
* | | memory_accessor: implement the new memory_accessor interfaces for SPI EEPROMs | David Brownell | 2009-04-02 | 1 | -14/+44 |
* | | memory_accessor: implement the new memory_accessor interface for I2C EEPROM | Kevin Hilman | 2009-04-02 | 1 | -13/+54 |
* | | drivers/misc/isl29003.c: driver for the ISL29003 ambient light sensor | Daniel Mack | 2009-04-01 | 3 | -0/+481 |
* | | hpilo: reduce frequency of IO operations | David Altobelli | 2009-04-01 | 2 | -4/+8 |
|/ |
|
* | Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 | Linus Torvalds | 2009-03-28 | 1 | -1/+1 |
|\ |
|
| * | eeprom/at24: Remove EXPERIMENTAL | Wolfram Sang | 2009-03-28 | 1 | -1/+1 |
* | | Merge branch 'x86/urgent' into x86/pat | Ingo Molnar | 2009-03-01 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | hpilo: new pci device | David Altobelli | 2009-02-27 | 1 | -1/+2 |
* | | SGI IA64 UV: fix ia64 build error in the linux-next tree | Dean Nelson | 2009-02-11 | 3 | -31/+11 |