summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-30Hexagon: add translation types for __vmnewmapRichard Kuo1-0/+7
2013-04-30Hexagon: fix signal.c compile errorRichard Kuo1-0/+2
2013-04-30Hexagon: break up user fn/arg register settingRichard Kuo1-1/+2
2013-04-30Hexagon: use generic sys_fork, sys_vfork, and sys_cloneRichard Kuo2-0/+5
2013-04-30Hexagon: fix psp/sp macroRichard Kuo1-2/+1
2013-04-30Hexagon: fix up int enable/disable at ret_from_forkRichard Kuo1-2/+11
2013-04-30Hexagon: add IOMEM and _relaxed IO macrosRichard Kuo1-0/+14
2013-04-30Hexagon: switch to using the device type for IO mappingsRichard Kuo1-5/+4
2013-04-30Hexagon: don't print info for offline CPU'sRichard Kuo1-0/+5
2013-04-30Hexagon: add support for single-stepping (v4+)Richard Kuo6-1/+38
2013-04-30Hexagon: use correct work mask when checking for more workRichard Kuo1-1/+1
2013-04-30Hexagon: add support for additional exceptionsRichard Kuo1-0/+10
2013-04-30Hexagon: fix initial page table setup prior to jump to VARichard Kuo1-12/+73
2013-04-30Hexagon: remove keyring related callRichard Kuo1-3/+0
2013-04-30Hexagon: check to if we will overflow the signal stackRichard Kuo1-0/+4
2013-04-30Hexagon: Signal and return path fixesRichard Kuo5-88/+84
2013-04-30Hexagon: add support for new v4+ registersRichard Kuo8-48/+206
2013-04-30Hexagon: add individual register access for switch_stackRichard Kuo1-6/+43
2013-04-30Hexagon: use defines for MIN_KERNEL_SEG calculationRichard Kuo1-1/+1
2013-04-30Hexagon: use GENERIC_CPU_DEVICESRichard Kuo3-53/+2
2013-04-30Hexagon: change arch version config to allow comparisonsRichard Kuo3-31/+10
2013-04-30Hexagon: add support for ARCH_PFN_OFFSETRichard Kuo8-55/+91
2013-04-30Hexagon: fix __atomic_add_unlessRichard Kuo1-9/+11
2013-04-30Hexagon: clean up generic headers in KbuildRichard Kuo1-1/+1
2013-04-30Merge branch 'akpm' (incoming from Andrew)Linus Torvalds214-1690/+2820
2013-04-30Merge tag 'md-3.10' of git://neil.brown.name/mdLinus Torvalds9-131/+368
2013-04-30Documentation/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)1-10/+10
2013-04-30ethernet/emac/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)1-1/+1
2013-04-30sparc/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)1-2/+2
2013-04-30powerpc/xmon/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)1-1/+1
2013-04-30ARM/etm/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)1-1/+1
2013-04-30power/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)1-1/+1
2013-04-30kgdb/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)1-1/+1
2013-04-30lib/decompress.c: fix initconstAndi Kleen1-1/+1
2013-04-30notifier-error-inject: fix module names in KconfigAkinobu Mita1-2/+2
2013-04-30kernel/sys.c: make prctl(PR_SET_MM) generally availableAmnon Shiloh1-8/+2
2013-04-30UAPI: remove empty Kbuild filesDavid Howells2-4/+0
2013-04-30menuconfig: print more info for symbol without promptsWengmeiling1-7/+20
2013-04-30init/Kconfig: re-order CONFIG_EXPERT options to fix menuconfig displayMike Frysinger1-40/+40
2013-04-30kconfig menu: move Virtualization drivers near other virtualization optionsRandy Dunlap1-2/+2
2013-04-30Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKSStephen Boyd16-76/+31
2013-04-30relay: use macro PAGE_ALIGN instead of FIX_SIZEzhangwei(Jovi)1-4/+1
2013-04-30kernel/relay.c: move FIX_SIZE macro into relay.czhangwei(Jovi)2-3/+3
2013-04-30kernel/relay.c: remove unused function argument actorzhangwei(Jovi)1-8/+4
2013-04-30drivers/w1/slaves/w1_ds2760.c: fix the error handling in w1_ds2760_add_slave()Wei Yongjun1-1/+2
2013-04-30drivers/w1/slaves/w1_ds2781.c: fix the error handling in w1_ds2781_add_slave()Wei Yongjun1-1/+2
2013-04-30drivers/w1/slaves/w1_ds2780.c: fix the error handling in w1_ds2780_add_slave()Wei Yongjun1-1/+2
2013-04-30drivers/w1/slaves/w1_bq27000.c: fix the error handling in w1_bq27000_add_slave()Wei Yongjun1-1/+3
2013-04-30drivers/memstick/host/r592.c: make r592_pm_ops staticJingoo Han1-5/+3
2013-04-30semaphore: use `bool' type for semaphore_waiter's upliguang1-3/+3