summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* ARM: S3C24XX: Move mach-s3c2412/ cpufreq driver into mach-s3c24xx/Kukjin Kim2013-01-227-31/+12
* ARM: S3C2412: Remove useless codes mach-s3c2412/gpio.cKukjin Kim2013-01-222-68/+0
* ARM: S3C24XX: Move mach-s3c2410/ pll into mach-s3c24xx/Kukjin Kim2013-01-225-30/+9
* ARM: S3C24XX: Move mach-s3c2410/ cpufreq into mach-s3c24xx/Kukjin Kim2013-01-225-13/+10
* ARM: S3C64XX: Fix missing header error with CONFIG_CPU_IDLE enabledTomasz Figa2013-01-101-2/+1
* ARM: S3C64XX: make regs-syscon-power.h localKukjin Kim2013-01-102-6/+5
* ARM: S3C64XX: make regs-sys.h localKukjin Kim2013-01-109-39/+41
* ARM: S3C64XX: make regs-srom.h localKukjin Kim2013-01-104-9/+8
* ARM: S3C64XX: make regs-modem.h localKukjin Kim2013-01-108-13/+12
* ARM: S3C64XX: make regs-gpio-memport.h localKukjin Kim2013-01-103-8/+7
* ARM: S3C64XX: make crag6410.h localKukjin Kim2013-01-103-2/+2
* ARM: S3C24XX: remove dsc.c and make regs-dsc.h localKukjin Kim2013-01-106-62/+8
* ARM: S3C24XX: remove idle.hKukjin Kim2013-01-106-29/+0
* ARM: S3C2412: cleanup regs-s3c2412.hKukjin Kim2013-01-102-37/+14
* ARM: S3C2416: remove regs-s3c2416-mem.h and regs-s3c2416.hKukjin Kim2013-01-102-54/+0
* ARM: S3C24XX: make vr1000-cpld.h, vr1000-irq.h and vr1000-map.h localKukjin Kim2013-01-105-170/+133
* ARM: S3C24XX: make otom-map.h localKukjin Kim2013-01-102-22/+18
* ARM: S3C24XX: make osiris-cpld.h and osiris-map.h localKukjin Kim2013-01-104-52/+29
* ARM: S3C24XX: make h1940.h and h1940-latch.h localKukjin Kim2013-01-107-79/+62
* ARM: S3C24XX: make gta02.h localKukjin Kim2013-01-102-35/+38
* ARM: S3C24XX: make bast-cpld.h, bast-irq.h and bast-map.h localKukjin Kim2013-01-1012-296/+242
* ARM: S3C24XX: make anubis-cpld, anubis-irq and anubis-map localKukjin Kim2013-01-105-92/+58
* ARM: SAMSUNG: cleanup mach/gpio-fns.h gpio-track.h and gpio-nrs.hKukjin Kim2013-01-109-141/+96
* ARM: SAMSUNG: cleanup mach/regs-audss.h fileKukjin Kim2013-01-104-38/+4
* ARM: EXYNOS: move mach/pmu.h file into common.hKukjin Kim2013-01-106-38/+26
* ARM: S5PV210: move regs-sys.h into setup-usb-phy.c fileKukjin Kim2013-01-102-16/+6
* ARM: S5P64X0: move s5p64x0-clock.h into local directoryKukjin Kim2013-01-103-7/+6
* ARM: S5P64X0: move i2c.h into local directoryKukjin Kim2013-01-105-6/+5
* ARM: S5P64X0: remove gpiolib.c file in mach-s5p64x0Kukjin Kim2013-01-101-508/+0
* cpufreq: exynos: cleanup exynos-cpufreq headerKukjin Kim2013-01-101-36/+0
* Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds2012-12-227-36/+4
|\
| * xtensa: Use generic asm/mmu.h for nommuLars-Peter Clausen2012-12-092-4/+1
| * h8300: Use generic asm/mmu.hLars-Peter Clausen2012-12-092-10/+1
| * c6x: Use generic asm/mmu.hLars-Peter Clausen2012-12-092-22/+1
| * asm-generic/io.h: remove asm/cacheflush.h includeJames Hogan2012-10-251-0/+1
* | ARM: dts: fix duplicated build target and alphabetical sort out for exynosKukjin Kim2012-12-221-3/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-211-1/+1
|\ \
| * | vfs: turn is_dir argument to kern_path_create into a lookup_flags argJeff Layton2012-12-211-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-21105-309/+54
|\ \ \
| * | | alpha: switch to generic sigaltstackAl Viro2012-12-202-9/+2
| * | | new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to thoseAl Viro2012-12-203-25/+7
| * | | generic compat_sys_sigaltstack()Al Viro2012-12-208-67/+6
| * | | introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro2012-12-2012-21/+7
| * | | new helper: compat_user_stack_pointer()Al Viro2012-12-202-2/+10
| * | | unify SS_ONSTACK/SS_DISABLE definitionsAl Viro2012-12-2016-97/+0
| * | | new helper: current_user_stack_pointer()Al Viro2012-12-206-0/+10
| * | | missing user_stack_pointer() instancesAl Viro2012-12-209-0/+10
| * | | Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-2056-89/+0
| * | | COMPAT_SYSCALL_DEFINE: infrastructureAl Viro2012-12-201-0/+3
* | | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-12-216-7/+11
|\ \ \ \