summaryrefslogtreecommitdiffstats
path: root/kernel/sched (unfollow)
Commit message (Expand)AuthorFilesLines
2012-10-23ARM: imx: select HAVE_IMX_SRC when SMP is enabledShawn Guo1-2/+1
2012-10-19ARM: mach-imx: Fix selection of ARCH_MXCFabio Estevam3-1/+3
2012-10-15ARM: imx: enable multi-platform buildShawn Guo6-201/+33
2012-10-15ARM: imx: call mxc_device_init() in soc specific functionShawn Guo7-2/+16
2012-10-15ARM: imx: remove header file mach/irqs.hShawn Guo6-25/+5
2012-10-15ARM: imx: include hardware.h rather than mach/hardware.hShawn Guo132-179/+160
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-15vt8500: Fix header in mach-vt8500/timer.cTony Prisk1-1/+1
2012-10-15vt8500: Remove arm/boot/compressed/head-vt8500.STony Prisk2-50/+0
2012-10-15vt8500: Remove unused headers from include/mach/Tony Prisk4-49/+0
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