| Commit message (Expand) | Author | Age | Files | Lines |
* | OMAP: PM debug: make powerdomains use PM-debug counters | Peter 'p2' De Schrijver | 2009-09-03 | 1 | -6/+11 |
* | OMAP: PM: Add pm-debug counters | Peter 'p2' De Schrijver | 2009-09-03 | 3 | -1/+186 |
* | OMAP: PM: Add closures to clkdm_for_each and pwrdm_for_each. | Peter 'p2' De Schrijver | 2009-09-03 | 5 | -10/+13 |
* | OMAP: PM: Hook into PM counters | Peter 'p2' De Schrijver | 2009-09-03 | 3 | -0/+11 |
* | OMAP: PM counter infrastructure. | Peter 'p2' De Schrijver | 2009-09-03 | 3 | -2/+108 |
* | OMAP3: update OMAP3 Beagle defconfig | Paul Walmsley | 2009-08-28 | 1 | -9/+32 |
* | OMAP3: beagle: add missing twl4030 usb platform_data | Felipe Balbi | 2009-08-28 | 1 | -0/+5 |
* | OMAP3: Zoom2: Update board defconfig | Vikram Pandita | 2009-08-28 | 1 | -76/+408 |
* | OMAP3: Zoom2: Add TWL4030 support | Vikram Pandita | 2009-08-28 | 1 | -11/+192 |
* | OMAP3: MMC: Add mux for pins | Vikram Pandita | 2009-08-28 | 3 | -0/+119 |
* | OMAP3: rx51_defconfig: add twl4030 to rx51 default configuration | Timo Kokkonen | 2009-08-28 | 1 | -0/+1 |
* | OMAP3: 3430SDP: Fix defconfig | Sergio Aguirre | 2009-08-28 | 1 | -10/+10 |
* | OMAP2/3: Pass irqflags to 8250 driver | Vikram Pandita | 2009-08-28 | 2 | -1/+3 |
* | OMAP: iommu: add initial debugfs support | Hiroshi DOYU | 2009-08-28 | 6 | -19/+449 |
* | OMAP: iommu: fix wrong argument in flush_cache_vmap() | Hiroshi DOYU | 2009-08-28 | 1 | -1/+1 |
* | OMAP2: n8x0: add n8x0_defconfig | Kalle Valo | 2009-08-28 | 1 | -0/+1104 |
* | OMAP2: add board file for Nokia N800 and N810 | Kalle Valo | 2009-08-28 | 3 | -1/+155 |
* | OMAP2: compile usb-tusb6010.c | Kalle Valo | 2009-08-28 | 2 | -0/+6 |
* | OMAP1: AMS_DELTA: add modem support | Janusz Krzysztofik | 2009-08-28 | 1 | -0/+38 |
* | OMAP: GPIO: Avoid generating extra IRQs | Eero Nurkkala | 2009-08-28 | 1 | -4/+23 |
* | OMAP: Remove omap boot parsing code | Roger Quadros | 2009-08-28 | 1 | -44/+0 |
* | OMAP: UART: drop OMAP_TAG_UART, enable all UARTs, auto-disabled on idle | Kalle Valo | 2009-08-28 | 29 | -149/+0 |
* | OMAP: remove OMAP_TAG_SERIAL_CONSOLE | Kalle Valo | 2009-08-28 | 2 | -45/+0 |
* | OMAP: Remove ifdefs for io.h | Tony Lindgren | 2009-08-28 | 3 | -13/+34 |
* | OMAP: Rename OMAP_MPUIO_BASE to OMAP1_MPUIO_BASE | Tony Lindgren | 2009-08-28 | 4 | -18/+18 |
* | OMAP: Remove OMAP_IO_ADDRESS, use OMAP1_IO_ADDRESS and OMAP2_IO_ADDRESS instead | Tony Lindgren | 2009-08-28 | 27 | -157/+196 |
* | Linux 2.6.31-rc8v2.6.31-rc8 | Linus Torvalds | 2009-08-28 | 1 | -1/+1 |
* | module: workaround duplicate section names | James Bottomley | 2009-08-27 | 1 | -1/+2 |
* | module: fix BUG_ON() for powerpc (and other function descriptor archs) | Rusty Russell | 2009-08-27 | 1 | -2/+4 |
* | xenfb: connect to backend before registering fb | Jeremy Fitzhardinge | 2009-08-27 | 1 | -4/+4 |
* | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify | Linus Torvalds | 2009-08-27 | 2 | -85/+177 |
|\ |
|
| * | inotify: Ensure we alwasy write the terminating NULL. | Eric W. Biederman | 2009-08-27 | 1 | -7/+6 |
| * | inotify: fix locking around inotify watching in the idr | Eric Paris | 2009-08-27 | 1 | -10/+40 |
| * | inotify: do not BUG on idr entries at inotify destruction | Eric Paris | 2009-08-27 | 1 | -2/+31 |
| * | inotify: seperate new watch creation updating existing watches | Eric Paris | 2009-08-27 | 1 | -69/+103 |
* | | lmb: Remove __init from lmb_end_of_DRAM() | Benjamin Herrenschmidt | 2009-08-27 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 2009-08-27 | 10 | -134/+107 |
|\ \ |
|
| * | | 9p: update documentation pointers | Eric Van Hensbergen | 2009-08-17 | 1 | -0/+3 |
| * | | 9p: remove unnecessary v9fses->options which duplicates the mount string | Abhishek Kulkarni | 2009-08-17 | 3 | -35/+10 |
| * | | net/9p: insulate the client against an invalid error code sent by a 9p server | Abhishek Kulkarni | 2009-08-17 | 2 | -7/+2 |
| * | | 9p: Add missing cast for the error return value in v9fs_get_inode | Abhishek Kulkarni | 2009-08-17 | 1 | -1/+1 |
| * | | 9p: Remove redundant inode uid/gid assignment | Abhishek Kulkarni | 2009-08-17 | 1 | -5/+0 |
| * | | 9p: Fix possible regressions when ->get_sb fails. | Abhishek Kulkarni | 2009-08-17 | 1 | -4/+7 |
| * | | 9p: Fix v9fs show_options | Abhishek Kulkarni | 2009-08-17 | 1 | -2/+2 |
| * | | 9p: Fix possible memleak in v9fs_inode_from fid. | Abhishek Kulkarni | 2009-08-17 | 1 | -9/+4 |
| * | | 9p: minor comment fixes | Abhishek Kulkarni | 2009-08-17 | 5 | -24/+21 |
| * | | 9p: Fix possible inode leak in v9fs_get_inode. | Abhishek Kulkarni | 2009-08-17 | 1 | -49/+56 |
| * | | 9p: Check for error in return value of v9fs_fid_add | Abhishek Kulkarni | 2009-08-17 | 1 | -1/+4 |
* | | | ipv4: make ip_append_data() handle NULL routing table | Julien TINNES | 2009-08-27 | 1 | -0/+2 |
* | | | AFS: Stop readlink() on AFS crashing due to NULL 'file' ptr | David Howells | 2009-08-27 | 1 | -3/+15 |
| |/
|/| |
|