Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | | Merge branch 'linus' into x86/xen | Ingo Molnar | 2008-07-31 | 242 | -8554/+10250 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | xen-balloon: clean up unused functions | Jeremy Fitzhardinge | 2008-07-28 | 1 | -144/+3 | |
| | * | | | | | | | | | | | | xen-balloon: fix up sysfs issues | Jeremy Fitzhardinge | 2008-07-28 | 1 | -15/+12 | |
* | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz... | Linus Torvalds | 2008-10-12 | 14 | -475/+1153 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinn... | Pierre Ossman | 2008-10-12 | 3 | -382/+987 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | atmel-mci: Add missing flush_dcache_page() in PIO transfer code | Haavard Skinnemoen | 2008-10-05 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | atmel-mci: Don't overwrite error bits when NOTBUSY is set | Haavard Skinnemoen | 2008-10-05 | 1 | -1/+3 | |
| | * | | | | | | | | | | | | | | atmel-mci: Add experimental DMA support | Haavard Skinnemoen | 2008-10-05 | 2 | -16/+269 | |
| | * | | | | | | | | | | | | | | atmel-mci: support multiple mmc slots | Haavard Skinnemoen | 2008-10-05 | 1 | -308/+614 | |
| | * | | | | | | | | | | | | | | atmel-mci: Platform code for supporting multiple mmc slots | Haavard Skinnemoen | 2008-10-05 | 2 | -6/+24 | |
| | * | | | | | | | | | | | | | | atmel-mci: Don't stop the clock between transfers | Haavard Skinnemoen | 2008-10-05 | 1 | -38/+22 | |
| | * | | | | | | | | | | | | | | atmel-mci: Implement tasklet as a state machine | Haavard Skinnemoen | 2008-10-05 | 1 | -104/+145 | |
| | * | | | | | | | | | | | | | | atmel-mci: Initialize BLKR before sending data transfer command | Haavard Skinnemoen | 2008-10-05 | 1 | -2/+4 | |
| * | | | | | | | | | | | | | | | MMC: Use timeout values from CSR | Matthew Fleming | 2008-10-12 | 1 | -11/+21 | |
| * | | | | | | | | | | | | | | | MMC: CSD and CID timeout values | Matthew Fleming | 2008-10-12 | 1 | -2/+6 | |
| * | | | | | | | | | | | | | | | sdhci: 'scratch' may be used uninitialized | Steven Noonan | 2008-10-12 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | mmc: explicitly mention SDIO support in Kconfig | Pierre Ossman | 2008-10-12 | 3 | -11/+13 | |
| * | | | | | | | | | | | | | | | mmc: remove redundant "depends on" | Pierre Ossman | 2008-10-12 | 2 | -4/+3 | |
| * | | | | | | | | | | | | | | | sdio: high-speed support | Pierre Ossman | 2008-10-12 | 1 | -3/+49 | |
| * | | | | | | | | | | | | | | | mmc_block: hard code 512 byte block size | Pierre Ossman | 2008-10-12 | 1 | -18/+5 | |
| * | | | | | | | | | | | | | | | sdhci: force high speed capability on some controllers | Pierre Ossman | 2008-10-12 | 3 | -2/+6 | |
| * | | | | | | | | | | | | | | | mmc_block: filter out PC requests | Pierre Ossman | 2008-10-12 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | mmc_block: indicate strict ordering | Pierre Ossman | 2008-10-12 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | mmc_block: inform block layer about sector count restriction | Pierre Ossman | 2008-10-12 | 2 | -28/+15 | |
| * | | | | | | | | | | | | | | | sdio: give sdio irq thread a host specific name | Pierre Ossman | 2008-10-12 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | sdio: make sleep on error interruptable | Pierre Ossman | 2008-10-12 | 1 | -4/+9 | |
| * | | | | | | | | | | | | | | | sdhci: reduce card detection delay | Pierre Ossman | 2008-10-12 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | sdhci: let the controller wait for busy state to end | Pierre Ossman | 2008-10-12 | 1 | -6/+33 | |
* | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog | Linus Torvalds | 2008-10-12 | 8 | -132/+1970 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | [WATCHDOG] orion5x_wdt.c: add spinlocking | Wim Van Sebroeck | 2008-10-10 | 1 | -6/+20 | |
| * | | | | | | | | | | | | | | | | [WATCHDOG] Orion: add hardware watchdog support | Sylver Bruneau | 2008-10-10 | 3 | -0/+241 | |
| * | | | | | | | | | | | | | | | | [WATCHDOG] omap_wdt.c: cleanup a bit omap_wdt.c | Felipe Balbi | 2008-10-10 | 1 | -54/+78 | |
| * | | | | | | | | | | | | | | | | [WATCHDOG] omap_wdt.c: another ioremap() fix | Felipe Balbi | 2008-10-10 | 1 | -21/+29 | |
| * | | | | | | | | | | | | | | | | [WATCHDOG] omap_wdt.c: sync linux-omap changes | Felipe Balbi | 2008-10-10 | 2 | -121/+190 | |
| * | | | | | | | | | | | | | | | | [WATCHDOG] Add AT91SAM9X watchdog | Renaud CERRATO | 2008-10-10 | 3 | -0/+336 | |
| * | | | | | | | | | | | | | | | | [WATCHDOG] Add driver for winbond w83697ug/uf watchdog feature | Flemming Frandsen | 2008-10-10 | 3 | -0/+408 | |
| * | | | | | | | | | | | | | | | | [WATCHDOG] add watchdog driver IT8716 IT8726 IT8712J/K | Oliver Schuster | 2008-10-10 | 3 | -0/+738 | |
| |/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6 | Linus Torvalds | 2008-10-12 | 72 | -5893/+3677 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2008-10-11 | 816 | -34474/+74162 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | leo: disable cursor when leaving graphics mode | Robert Reif | 2008-10-10 | 1 | -38/+56 | |
| * | | | | | | | | | | | | | | | | | cg6: disable cursor when leaving graphics mode | Robert Reif | 2008-10-10 | 1 | -1/+35 | |
| * | | | | | | | | | | | | | | | | | drivers/rtc/Kconfig: don't build rtc-cmos.o on sparc32 | Andrew Morton | 2008-09-22 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp... | David S. Miller | 2008-09-16 | 320 | -4595/+6153 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | rtc-bq4802: Fix sparse warnings. | David S. Miller | 2008-09-09 | 1 | -4/+5 | |
| * | | | | | | | | | | | | | | | | | | rtc-m48t59: Only check century bits on m48t59 chips. | Robert Reif | 2008-09-09 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | | | | rtc-m48t59: fix setting of a year on m48t08 and m48t02 rtcs | Krzysztof Helt | 2008-09-07 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | sparc: Kill sbus mostek RTC driver. | David S. Miller | 2008-09-03 | 3 | -286/+0 | |
| * | | | | | | | | | | | | | | | | | | rtc-m48t59: allow externally mapped ioaddr | Krzysztof Helt | 2008-09-03 | 1 | -4/+10 | |
| * | | | | | | | | | | | | | | | | | | rtc-m48t59: add support for M48T02 and M48T59 chips | Krzysztof Helt | 2008-09-03 | 2 | -10/+44 | |
| * | | | | | | | | | | | | | | | | | | rtc-m48t59: reduce structure m48t59_private | Krzysztof Helt | 2008-09-03 | 1 | -3/+1 |