Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | NFS: Enable NFSv4 callback server to listen on AF_INET6 sockets | Chuck Lever | 2008-10-17 | 1 | -4/+15 | |
| |/ / / | ||||||
* | | | | Merge branch 'for-next' of git://git.o-hand.com/linux-mfd | Linus Torvalds | 2008-10-20 | 19 | -98/+2687 | |
|\ \ \ \ | ||||||
| * | | | | mfd: further unbork the ucb1400 ac97_bus dependencies | Andrew Morton | 2008-10-19 | 1 | -1/+1 | |
| * | | | | mfd: ucb1400 needs GPIO | Andrew Morton | 2008-10-19 | 1 | -0/+1 | |
| * | | | | mfd: ucb1400 sound driver uses/depends on AC97_BUS: | Randy Dunlap | 2008-10-19 | 1 | -0/+1 | |
| * | | | | mfd: Don't use NO_IRQ in WM8350 | Mark Brown | 2008-10-19 | 1 | -1/+1 | |
| * | | | | mfd: update TMIO drivers to use the clock API | Ian Molton | 2008-10-19 | 4 | -31/+61 | |
| * | | | | mfd: twl4030-core irq simplification | David Brownell | 2008-10-19 | 1 | -66/+2 | |
| * | | | | mfd: add base support for Dialog DA9030/DA9034 PMICs | Eric Miao | 2008-10-19 | 2 | -0/+764 | |
| * | | | | mfd: TWL4030 core driver | David Brownell | 2008-10-19 | 4 | -0/+1612 | |
| * | | | | mfd: support tmiofb cell on tc6393xb | Dmitry Baryshkov | 2008-10-19 | 2 | -0/+122 | |
| * | | | | mfd: add OHCI cell to tc6393xb | Dmitry Baryshkov | 2008-10-19 | 2 | -0/+88 | |
| * | | | | mfd: Fix htc-egpio compile warning | Samuel Ortiz | 2008-10-19 | 1 | -1/+1 | |
| * | | | | mfd: do tcb6393xb state restore on resume only if requested | Dmitry Baryshkov | 2008-10-19 | 3 | -40/+40 | |
| * | | | | mfd: provide and use setup hook for tc6393xb | Dmitry Baryshkov | 2008-10-19 | 4 | -17/+45 | |
| * | | | | mfd: update sm501 debugging/low information messages | Ben Dooks | 2008-10-19 | 1 | -3/+3 | |
| * | | | | mfd: reduce stack usage in mfd-core.c | Ian Molton | 2008-10-19 | 1 | -4/+11 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 | Linus Torvalds | 2008-10-20 | 21 | -167/+1187 | |
|\ \ \ \ | ||||||
| * | | | | UBIFS: fix ubifs_compress commentary | Geert Uytterhoeven | 2008-10-19 | 1 | -2/+0 | |
| * | | | | UBIFS: amend printk | Artem Bityutskiy | 2008-10-19 | 1 | -1/+1 | |
| * | | | | UBIFS: do not read unnecessary bytes when unpacking bits | Adrian Hunter | 2008-10-19 | 1 | -7/+38 | |
| * | | | | UBIFS: check buffer length when scanning for LPT nodes | Adrian Hunter | 2008-09-30 | 1 | -0/+2 | |
| * | | | | UBIFS: correct condition to eliminate unecessary assignment | Adrian Hunter | 2008-09-30 | 1 | -1/+1 | |
| * | | | | UBIFS: add more debugging messages for LPT | Adrian Hunter | 2008-09-30 | 5 | -13/+228 | |
| * | | | | UBIFS: fix bulk-read handling uptodate pages | Adrian Hunter | 2008-09-30 | 1 | -5/+11 | |
| * | | | | UBIFS: improve garbage collection | Adrian Hunter | 2008-09-30 | 1 | -10/+72 | |
| * | | | | UBIFS: allow for sync_fs when read-only | Adrian Hunter | 2008-09-30 | 1 | -9/+10 | |
| * | | | | UBIFS: commit on sync_fs | Artem Bityutskiy | 2008-09-30 | 1 | -0/+12 | |
| * | | | | UBIFS: correct comment for commit_on_unmount | Artem Bityutskiy | 2008-09-30 | 1 | -6/+3 | |
| * | | | | UBIFS: update dbg_dump_inode | Artem Bityutskiy | 2008-09-30 | 1 | -17/+25 | |
| * | | | | UBIFS: fix commentary | Artem Bityutskiy | 2008-09-30 | 1 | -2/+2 | |
| * | | | | UBIFS: fix races in bit-fields | Artem Bityutskiy | 2008-09-30 | 1 | -8/+9 | |
| * | | | | UBIFS: ensure data read beyond i_size is zeroed out correctly | Adrian Hunter | 2008-09-30 | 2 | -3/+8 | |
| * | | | | UBIFS: correct key comparison | Adrian Hunter | 2008-09-30 | 1 | -2/+2 | |
| * | | | | UBIFS: use bit-fields when possible | Artem Bityutskiy | 2008-09-30 | 1 | -13/+11 | |
| * | | | | UBIFS: check data CRC when in error state | Artem Bityutskiy | 2008-09-30 | 1 | -0/+1 | |
| * | | | | UBIFS: improve znode splitting rules | Adrian Hunter | 2008-09-30 | 1 | -21/+33 | |
| * | | | | UBIFS: add no_chk_data_crc mount option | Adrian Hunter | 2008-09-30 | 6 | -9/+61 | |
| * | | | | UBIFS: add bulk-read facility | Adrian Hunter | 2008-09-30 | 6 | -3/+629 | |
| * | | | | UBIFS: use an IS_ERR test rather than a NULL test | Julien Brunel | 2008-09-30 | 1 | -4/+0 | |
| * | | | | UBIFS: inline one-line functions | Artem Bityutskiy | 2008-09-30 | 3 | -30/+27 | |
| * | | | | UBIFS: remove unneeded unlikely() | Hirofumi Nakagawa | 2008-09-30 | 4 | -9/+9 | |
| * | | | | UBIFS: add a print, fix comments and more minor stuff | Artem Bityutskiy | 2008-09-30 | 3 | -24/+24 | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 2008-10-20 | 176 | -1219/+13195 | |
|\ \ \ \ \ | ||||||
| * | | | | | sh: Move SH-4 CPU headers down one more level. | Paul Mundt | 2008-10-20 | 2 | -0/+0 | |
| * | | | | | sh: Only build in gpio.o when CONFIG_GENERIC_GPIO is selected. | Paul Mundt | 2008-10-20 | 2 | -2/+4 | |
| * | | | | | sh: Migrate common board headers to mach-common/. | Paul Mundt | 2008-10-20 | 58 | -42/+45 | |
| * | | | | | sh: Move the CPU definition headers from asm/ to cpu/. | Paul Mundt | 2008-10-20 | 11 | -7/+7 | |
| * | | | | | serial: sh-sci: Add support SCIF of SH7723 | Nobuhiro Iwamatsu | 2008-10-20 | 1 | -1/+8 | |
| * | | | | | video: add sh_mobile_lcdc platform flags | Magnus Damm | 2008-10-20 | 2 | -0/+12 |