summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* OMAP: PM counter infrastructure.Peter 'p2' De Schrijver2009-09-023-2/+108
* OMAP3: update OMAP3 Beagle defconfigPaul Walmsley2009-08-281-9/+32
* OMAP3: beagle: add missing twl4030 usb platform_dataFelipe Balbi2009-08-281-0/+5
* OMAP3: Zoom2: Update board defconfigVikram Pandita2009-08-281-76/+408
* OMAP3: Zoom2: Add TWL4030 supportVikram Pandita2009-08-281-11/+192
* OMAP3: MMC: Add mux for pinsVikram Pandita2009-08-283-0/+119
* OMAP3: rx51_defconfig: add twl4030 to rx51 default configurationTimo Kokkonen2009-08-281-0/+1
* OMAP3: 3430SDP: Fix defconfigSergio Aguirre2009-08-281-10/+10
* OMAP2/3: Pass irqflags to 8250 driverVikram Pandita2009-08-282-1/+3
* OMAP: iommu: add initial debugfs supportHiroshi DOYU2009-08-286-19/+449
* OMAP: iommu: fix wrong argument in flush_cache_vmap()Hiroshi DOYU2009-08-281-1/+1
* OMAP2: n8x0: add n8x0_defconfigKalle Valo2009-08-281-0/+1104
* OMAP2: add board file for Nokia N800 and N810Kalle Valo2009-08-283-1/+155
* OMAP2: compile usb-tusb6010.cKalle Valo2009-08-282-0/+6
* OMAP1: AMS_DELTA: add modem supportJanusz Krzysztofik2009-08-281-0/+38
* OMAP: GPIO: Avoid generating extra IRQsEero Nurkkala2009-08-281-4/+23
* OMAP: Remove omap boot parsing codeRoger Quadros2009-08-281-44/+0
* OMAP: UART: drop OMAP_TAG_UART, enable all UARTs, auto-disabled on idleKalle Valo2009-08-2829-149/+0
* OMAP: remove OMAP_TAG_SERIAL_CONSOLEKalle Valo2009-08-282-45/+0
* OMAP: Remove ifdefs for io.hTony Lindgren2009-08-283-13/+34
* OMAP: Rename OMAP_MPUIO_BASE to OMAP1_MPUIO_BASETony Lindgren2009-08-284-18/+18
* OMAP: Remove OMAP_IO_ADDRESS, use OMAP1_IO_ADDRESS and OMAP2_IO_ADDRESS insteadTony Lindgren2009-08-2827-157/+196
* Linux 2.6.31-rc8v2.6.31-rc8Linus Torvalds2009-08-271-1/+1
* module: workaround duplicate section namesJames Bottomley2009-08-271-1/+2
* module: fix BUG_ON() for powerpc (and other function descriptor archs)Rusty Russell2009-08-271-2/+4
* xenfb: connect to backend before registering fbJeremy Fitzhardinge2009-08-271-4/+4
* Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2009-08-272-85/+177
|\
| * inotify: Ensure we alwasy write the terminating NULL.Eric W. Biederman2009-08-271-7/+6
| * inotify: fix locking around inotify watching in the idrEric Paris2009-08-271-10/+40
| * inotify: do not BUG on idr entries at inotify destructionEric Paris2009-08-271-2/+31
| * inotify: seperate new watch creation updating existing watchesEric Paris2009-08-271-69/+103
* | lmb: Remove __init from lmb_end_of_DRAM()Benjamin Herrenschmidt2009-08-271-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2009-08-2710-134/+107
|\ \
| * | 9p: update documentation pointersEric Van Hensbergen2009-08-171-0/+3
| * | 9p: remove unnecessary v9fses->options which duplicates the mount stringAbhishek Kulkarni2009-08-173-35/+10
| * | net/9p: insulate the client against an invalid error code sent by a 9p serverAbhishek Kulkarni2009-08-172-7/+2
| * | 9p: Add missing cast for the error return value in v9fs_get_inodeAbhishek Kulkarni2009-08-171-1/+1
| * | 9p: Remove redundant inode uid/gid assignmentAbhishek Kulkarni2009-08-171-5/+0
| * | 9p: Fix possible regressions when ->get_sb fails.Abhishek Kulkarni2009-08-171-4/+7
| * | 9p: Fix v9fs show_optionsAbhishek Kulkarni2009-08-171-2/+2
| * | 9p: Fix possible memleak in v9fs_inode_from fid.Abhishek Kulkarni2009-08-171-9/+4
| * | 9p: minor comment fixesAbhishek Kulkarni2009-08-175-24/+21
| * | 9p: Fix possible inode leak in v9fs_get_inode.Abhishek Kulkarni2009-08-171-49/+56
| * | 9p: Check for error in return value of v9fs_fid_addAbhishek Kulkarni2009-08-171-1/+4
* | | ipv4: make ip_append_data() handle NULL routing tableJulien TINNES2009-08-271-0/+2
* | | AFS: Stop readlink() on AFS crashing due to NULL 'file' ptrDavid Howells2009-08-271-3/+15
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-08-262-16/+47
|\ \
| * | virtio: net refill on out-of-memoryRusty Russell2009-08-261-15/+46
| * | smc91x: fix compilation on SMPAlexey Dobriyan2009-08-261-1/+1
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-08-262-136/+79
|\ \ \