summaryrefslogtreecommitdiffstats
path: root/arch/arm/net (unfollow)
Commit message (Expand)AuthorFilesLines
2012-10-15ARM: imx: move debug macros to include/debugShawn Guo2-11/+30
2012-10-15video: imxfb: remove cpu_is_xxx by using platform_device_idShawn Guo7-23/+51
2012-10-15mmc: mxcmmc: remove cpu_is_xxx by using platform_device_idShawn Guo8-21/+50
2012-10-15media: mx2_camera: remove cpu_is_xxx by using platform_device_idShawn Guo5-35/+85
2012-10-15dma: imx-dma: remove cpu_is_xxx by using platform_device_idShawn Guo10-18/+66
2012-10-15dma: imx-dma: retrieve MEM and IRQ from resourcesShawn Guo6-20/+45
2012-10-15dma: imx-dma: use devm_kzalloc and devm_request_irqShawn Guo1-39/+15
2012-10-15rtc: mxc_rtc: remove cpu_is_xxx by using platform_device_idShawn Guo6-10/+40
2012-10-15mtd: mxc_nand: remove cpu_is_xxx by using platform_device_idShawn Guo10-52/+79
2012-10-15i2c: imx: remove cpu_is_xxx by using platform_device_idShawn Guo18-54/+87
2012-10-15watchdog: imx2_wdt: remove unneeded mach/hardware.h inclusionShawn Guo1-1/+0
2012-10-15video: mx3fb: remove unneeded mach/hardware.h inclusionShawn Guo1-1/+0
2012-10-15usb: ehci-mxc: remove unneeded mach/hardware.h inclusionShawn Guo1-1/+0
2012-10-15ASoC: imx-ssi: remove unneeded mach/hardware.h inclusionShawn Guo1-1/+0
2012-10-15dma: imx-sdma: remove unneeded mach/hardware.h inclusionShawn Guo1-1/+0
2012-10-15dma: ipu: rename mach/ipu.h to include/linux/dma/ipu-dma.hShawn Guo5-9/+7
2012-10-15ARM: imx: remove mach/dma-mx1-mx2.hShawn Guo1-10/+0
2012-10-15ARM: imx: include ulpi.h rather than mach/ulpi.hShawn Guo16-16/+15
2012-10-15ARM: imx: include iram.h rather than mach/iram.hShawn Guo2-1/+2
2012-10-15ARM: imx: include iim.h rather than mach/iim.hShawn Guo4-3/+5
2012-10-15ARM: imx: ARM: imx: include cpuidle.h rather than mach/cpuidle.hShawn Guo3-2/+2
2012-10-15ARM: imx: include common.h rather than mach/common.hShawn Guo77-77/+93
2012-10-15ARM: imx: merge plat-mxc into mach-imxShawn Guo46-104/+98
2012-10-15ARM: imx: move platform device code into mach-imxShawn Guo52-49/+51
2012-10-15ARM: imx: remove unnecessary inclusion from device-imx*.hShawn Guo9-8/+1
2012-10-15ARM: imx: move iomux drivers and headers into mach-imxShawn Guo68-70/+79
2012-10-15ARM: imx: include board headers in the same folderShawn Guo21-15/+15
2012-10-14Linux 3.7-rc1v3.7-rc1Linus Torvalds1-2/+2
2012-10-14x86, boot: Explicitly include autoconf.h for hostprogsMatt Fleming1-1/+2
2012-10-14perf: Fix UAPI falloutIngo Molnar10-11/+11
2012-10-13ARM: config: make sure that platforms are ordered by option stringRussell King1-38/+38
2012-10-13ARM: config: sort select statements alphanumericallyRussell King39-767/+765
2012-10-13UAPI: (Scripted) Disintegrate include/linux/byteorderDavid Howells6-206/+214
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells578-30108/+32659
2012-10-13UAPI: Unexport linux/blk_types.hDavid Howells2-61/+59
2012-10-13UAPI: Unexport part of linux/ppp-comp.hDavid Howells1-0/+4
2012-10-13perf: Handle new rbtree implementationMarkus Trippelsdorf2-1/+4
2012-10-13procfs: don't need a PATH_MAX allocation to hold a string representation of a...Jeff Layton1-2/+3
2012-10-13vfs: embed struct filename inside of names_cache allocation if possibleJeff Layton2-20/+50
2012-10-13audit: make audit_inode take struct filenameJeff Layton5-19/+42
2012-10-13vfs: make path_openat take a struct filename pointerJeff Layton7-21/+42
2012-10-13vfs: turn do_path_lookup into wrapper around struct filename variantJeff Layton1-7/+23
2012-10-13audit: allow audit code to satisfy getname requests from its names_listJeff Layton3-0/+38
2012-10-13vfs: define struct filename and have getname() return itJeff Layton40-175/+218
2012-10-13btrfs: Fix compilation with user namespace support enabledEric W. Biederman1-2/+2
2012-10-12userns: Fix posix_acl_file_xattr_userns gid conversionEric W. Biederman1-1/+1
2012-10-12userns: Properly print bluetooth socket uidsEric W. Biederman1-1/+1
2012-10-12dm: store dm_target_io in bio front_padMikulas Patocka1-59/+49
2012-10-12dm thin: move bio_prison code to separate moduleMike Snitzer5-404/+499
2012-10-12dm thin: prepare to separate bio_prison codeMike Snitzer1-90/+131