summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-01Hexagon: break up user fn/arg register settingRichard Kuo
2013-05-01Hexagon: use generic sys_fork, sys_vfork, and sys_cloneRichard Kuo
2013-05-01Hexagon: fix psp/sp macroRichard Kuo
2013-05-01Hexagon: fix up int enable/disable at ret_from_forkRichard Kuo
2013-05-01Hexagon: add IOMEM and _relaxed IO macrosRichard Kuo
2013-05-01Hexagon: switch to using the device type for IO mappingsRichard Kuo
2013-05-01Hexagon: don't print info for offline CPU'sRichard Kuo
2013-05-01Hexagon: add support for single-stepping (v4+)Richard Kuo
2013-05-01Hexagon: use correct work mask when checking for more workRichard Kuo
2013-05-01Hexagon: add support for additional exceptionsRichard Kuo
2013-05-01Hexagon: fix initial page table setup prior to jump to VARichard Kuo
2013-05-01Hexagon: remove keyring related callRichard Kuo
2013-05-01Hexagon: check to if we will overflow the signal stackRichard Kuo
2013-05-01Hexagon: Signal and return path fixesRichard Kuo
2013-05-01Hexagon: add support for new v4+ registersRichard Kuo
2013-05-01Hexagon: add individual register access for switch_stackRichard Kuo
2013-05-01Hexagon: use defines for MIN_KERNEL_SEG calculationRichard Kuo
2013-05-01Hexagon: use GENERIC_CPU_DEVICESRichard Kuo
2013-05-01Hexagon: change arch version config to allow comparisonsRichard Kuo
2013-05-01Hexagon: add support for ARCH_PFN_OFFSETRichard Kuo
2013-05-01Hexagon: fix __atomic_add_unlessRichard Kuo
2013-05-01Hexagon: clean up generic headers in KbuildRichard Kuo
2013-05-01Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2013-05-01Merge tag 'md-3.10' of git://neil.brown.name/mdLinus Torvalds
2013-05-01Documentation/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)
2013-05-01ethernet/emac/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)
2013-05-01sparc/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)
2013-05-01powerpc/xmon/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)
2013-05-01ARM/etm/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)
2013-05-01power/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)
2013-05-01kgdb/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)
2013-05-01lib/decompress.c: fix initconstAndi Kleen
2013-05-01notifier-error-inject: fix module names in KconfigAkinobu Mita
2013-05-01kernel/sys.c: make prctl(PR_SET_MM) generally availableAmnon Shiloh
2013-05-01UAPI: remove empty Kbuild filesDavid Howells
2013-05-01menuconfig: print more info for symbol without promptsWengmeiling
2013-05-01init/Kconfig: re-order CONFIG_EXPERT options to fix menuconfig displayMike Frysinger
2013-05-01kconfig menu: move Virtualization drivers near other virtualization optionsRandy Dunlap
2013-05-01Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKSStephen Boyd
2013-05-01relay: use macro PAGE_ALIGN instead of FIX_SIZEzhangwei(Jovi)
2013-05-01kernel/relay.c: move FIX_SIZE macro into relay.czhangwei(Jovi)
2013-05-01kernel/relay.c: remove unused function argument actorzhangwei(Jovi)
2013-05-01drivers/w1/slaves/w1_ds2760.c: fix the error handling in w1_ds2760_add_slave()Wei Yongjun
2013-05-01drivers/w1/slaves/w1_ds2781.c: fix the error handling in w1_ds2781_add_slave()Wei Yongjun
2013-05-01drivers/w1/slaves/w1_ds2780.c: fix the error handling in w1_ds2780_add_slave()Wei Yongjun
2013-05-01drivers/w1/slaves/w1_bq27000.c: fix the error handling in w1_bq27000_add_slave()Wei Yongjun
2013-05-01drivers/memstick/host/r592.c: make r592_pm_ops staticJingoo Han
2013-05-01semaphore: use `bool' type for semaphore_waiter's upliguang
2013-05-01semaphore: use unlikely() for down's timeoutliguang
2013-05-01pps: pps_kc_hardpps_lock can be staticFengguang Wu