Age | Commit message (Expand) | Author | Files | Lines |
2008-08-07 | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach | Russell King | 182 | -366/+366 |
2008-08-07 | Merge branch 'header-move' of git://git.kernel.org/pub/scm/linux/kernel/git/h... | Russell King | 2 | -3/+3 |
2008-08-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes | Russell King | 551 | -15802/+30676 |
2008-08-07 | [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead | Russell King | 96 | -96/+93 |
2008-08-07 | [ARM] Eliminate useless includes of asm/mach-types.h | Russell King | 15 | -15/+0 |
2008-08-05 | Re-introduce "[SCSI] extend the last_sector_bug flag to cover more sectors" | Linus Torvalds | 2 | -6/+21 |
2008-08-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 56 | -1121/+1834 |
2008-08-05 | drivers/media/video/vino.c needs v4l2-ioctl.h | Andrew Morton | 1 | -0/+1 |
2008-08-05 | drivers/misc/sgi-gru/grutlbpurge.c: removed duplicated #include | Huang Weiyi | 1 | -1/+0 |
2008-08-05 | atyfb_base.c: fix warning | Alexander Beregalov | 1 | -14/+15 |
2008-08-05 | drivers/video/fsl-diu-fb.c: add missing of_node_put | Julia Lawall | 1 | -2/+6 |
2008-08-05 | radeonfb: give i2c buses nicer names | Jean Delvare | 1 | -1/+2 |
2008-08-05 | fbcon: fix scrolling after logo is cleared | Krzysztof Helt | 1 | -0/+3 |
2008-08-05 | radeon: misc corrections | David Miller | 1 | -2/+2 |
2008-08-05 | backlight: add MODULE_ALIAS() to pwm_backlight driver | Ben Dooks | 1 | -0/+2 |
2008-08-05 | backlight: add more information output to pwm_backlight | Ben Dooks | 1 | -2/+6 |
2008-08-05 | blackfin RTC driver: drop PIE/stopwatch code since the hardware can only do a... | Mike Frysinger | 1 | -32/+14 |
2008-08-05 | blackfin RTC driver: convert PIE handling to irq_set_state() as pointed out b... | Mike Frysinger | 1 | -10/+18 |
2008-08-05 | blackfin RTC driver: wait for the write complete interrupt complete before sl... | Mike Frysinger | 1 | -2/+3 |
2008-08-05 | blackfin RTC driver: disable the write complete irq upon close | Mike Frysinger | 1 | -4/+4 |
2008-08-05 | blackfin RTC driver: don't bother passing the rtc struct down to bfin_rtc_int... | Mike Frysinger | 1 | -11/+9 |
2008-08-05 | blackfin RTC driver: add support for power management framework | Mike Frysinger | 1 | -14/+17 |
2008-08-05 | blackfin RTC driver: Fix bug Only RTC interrupt can wake up deeper sleep core | Sonic Zhang | 1 | -0/+28 |
2008-08-05 | blackfin RTC driver: if we dont define irq_set_freq, the common rtc-dev layer... | Mike Frysinger | 1 | -15/+0 |
2008-08-05 | spi: new orion_spi driver | Shadi Ammouri | 3 | -0/+581 |
2008-08-05 | block/cciss.c: remove pointless curr_queue calculation | Hannes Reinecke | 1 | -2/+0 |
2008-08-05 | vt8623fb: fix kernel oops | Ondrej Zajicek | 3 | -28/+28 |
2008-08-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 34 | -85/+72 |
2008-08-05 | Fix USB storage hang on command abort | Alan Stern | 1 | -1/+1 |
2008-08-05 | ide: ->cable_detect method cannot be marked __devinit | Bartlomiej Zolnierkiewicz | 21 | -24/+24 |
2008-08-05 | ide: ->quirkproc method cannot be marked __devinit | Bartlomiej Zolnierkiewicz | 2 | -2/+2 |
2008-08-05 | cs5520: add enablebits checking | Bartlomiej Zolnierkiewicz | 1 | -0/+1 |
2008-08-05 | cdrom: don't check CDC_PLAY_AUDIO in cdrom_count_tracks() | Tejun Heo | 1 | -4/+0 |
2008-08-05 | ide-cd: fix endianity for the error message in cdrom_read_capacity | Petr Tesarik | 1 | -8/+10 |
2008-08-05 | ide: remove CONFIG_IDE_MAX_HWIFS | Adrian Bunk | 1 | -10/+0 |
2008-08-05 | ide: fix regression caused by ide_device_{get,put}() addition (take 2) | Bartlomiej Zolnierkiewicz | 5 | -25/+31 |
2008-08-05 | remove unnecessary <linux/hdreg.h> includes | Bartlomiej Zolnierkiewicz | 3 | -4/+0 |
2008-08-05 | ide: fix ide_fix_driveid() | Bartlomiej Zolnierkiewicz | 1 | -3/+3 |
2008-08-05 | ide: fix pre-EIDE SWDMA support on big-endian | Bartlomiej Zolnierkiewicz | 1 | -5/+1 |
2008-08-05 | avr32: Use <mach/foo.h> instead of <asm/arch/foo.h> | Haavard Skinnemoen | 2 | -3/+3 |
2008-08-05 | Merge branch 'no-ath9k' of git://git.kernel.org/pub/scm/linux/kernel/git/linv... | David S. Miller | 32 | -715/+733 |
2008-08-04 | tg3: Fix 'scheduling while atomic' errors | Matt Carlson | 1 | -16/+4 |
2008-08-04 | mm: rename page trylock | Nick Piggin | 1 | -1/+1 |
2008-08-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 3 | -110/+129 |
2008-08-04 | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Linus Torvalds | 3 | -3/+3 |
2008-08-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 | Linus Torvalds | 3 | -7/+26 |
2008-08-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-fixes-2.6 | Linus Torvalds | 1 | -1/+1 |
2008-08-04 | sc1200 watchdog driver: Fix locking, sems and coding style | Alan Cox | 1 | -92/+113 |
2008-08-04 | alpha: Fix breakage in wdt_pci | Andrew Morton | 1 | -0/+1 |
2008-08-04 | wdt: Cleanup and sort out locking and inb_p | Alan Cox | 2 | -211/+265 |