summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds43-1451/+1109
2013-05-02Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-9/+11
2013-05-02ppc: Clean up scanlogDavid Howells1-18/+11
2013-05-02ppc: Clean up rtas_flash driver somewhatDavid Howells1-248/+204
2013-05-02proc: Supply PDE attribute setting accessor functionsDavid Howells2-2/+2
2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds22-49/+103
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+6
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds11-49/+93
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rku...Linus Torvalds34-346/+659
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds59-869/+74
2013-05-01Hexagon: add v4 CS regs to core copyout macroRichard Kuo1-3/+12
2013-05-01Hexagon: use correct translation for VMALLOC_STARTRichard Kuo1-2/+1
2013-05-01Hexagon: use correct translations for DMA mappingsRichard Kuo2-10/+22
2013-05-01Hexagon: fix return value for notify_resume case in do_work_pendingRichard Kuo1-0/+1
2013-05-01Hexagon: fix signal number for user mem faultsRichard Kuo1-2/+2
2013-05-01Hexagon: remove two Kconfig entriesPaul Bolle1-9/+0
2013-05-01arch: remove CONFIG_GENERIC_FIND_NEXT_BIT againPaul Bolle2-6/+0
2013-05-01Hexagon: update copyright datesRichard Kuo20-20/+20
2013-05-01Hexagon: add translation types for __vmnewmapRichard Kuo1-0/+7
2013-05-01Hexagon: fix signal.c compile errorRichard Kuo1-0/+2
2013-05-01Hexagon: break up user fn/arg register settingRichard Kuo1-1/+2
2013-05-01Hexagon: use generic sys_fork, sys_vfork, and sys_cloneRichard Kuo2-0/+5
2013-05-01Hexagon: fix psp/sp macroRichard Kuo1-2/+1
2013-05-01Hexagon: fix up int enable/disable at ret_from_forkRichard Kuo1-2/+11
2013-05-01Hexagon: add IOMEM and _relaxed IO macrosRichard Kuo1-0/+14
2013-05-01Hexagon: switch to using the device type for IO mappingsRichard Kuo1-5/+4
2013-05-01Hexagon: don't print info for offline CPU'sRichard Kuo1-0/+5
2013-05-01Hexagon: add support for single-stepping (v4+)Richard Kuo6-1/+38
2013-05-01Hexagon: use correct work mask when checking for more workRichard Kuo1-1/+1
2013-05-01Hexagon: add support for additional exceptionsRichard Kuo1-0/+10
2013-05-01Hexagon: fix initial page table setup prior to jump to VARichard Kuo1-12/+73
2013-05-01Hexagon: remove keyring related callRichard Kuo1-3/+0
2013-05-01Hexagon: check to if we will overflow the signal stackRichard Kuo1-0/+4
2013-05-01Hexagon: Signal and return path fixesRichard Kuo5-88/+84
2013-05-01Hexagon: add support for new v4+ registersRichard Kuo8-48/+206
2013-05-01Hexagon: add individual register access for switch_stackRichard Kuo1-6/+43
2013-05-01Hexagon: use defines for MIN_KERNEL_SEG calculationRichard Kuo1-1/+1
2013-05-01Hexagon: use GENERIC_CPU_DEVICESRichard Kuo3-53/+2
2013-05-01Hexagon: change arch version config to allow comparisonsRichard Kuo3-31/+10
2013-05-01Hexagon: add support for ARCH_PFN_OFFSETRichard Kuo8-55/+91
2013-05-01Hexagon: fix __atomic_add_unlessRichard Kuo1-9/+11
2013-05-01Hexagon: clean up generic headers in KbuildRichard Kuo1-1/+1
2013-05-01Merge branch 'akpm' (incoming from Andrew)Linus Torvalds75-439/+88
2013-05-01sparc/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)1-2/+2
2013-05-01powerpc/xmon/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)1-1/+1
2013-05-01ARM/etm/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)1-1/+1
2013-05-01Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKSStephen Boyd14-83/+10
2013-05-01coredump: factor out the setting of PF_DUMPCOREOleg Nesterov1-1/+0
2013-05-01arc, print-fatal-signals: reduce duplicated informationVineet Gupta1-1/+1
2013-05-01dump_stack: unify debug information printed by show_regs()Tejun Heo37-84/+53