aboutsummaryrefslogtreecommitdiffstats
path: root/arch/hexagon (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-13net: resort some Kbuild files to hopefully help avoid some conflictsStephen Rothwell1-1/+1
2013-12-17lib: Add missing arch generic-y entries for asm-generic/hash.hDavid S. Miller1-0/+1
2013-11-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+0
2013-11-15kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig1-1/+0
2013-11-15hexagon: handle pgtable_page_ctor() failKirill A. Shutemov1-4/+6
2013-11-13preempt: Make PREEMPT_ACTIVE genericThomas Gleixner1-4/+0
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-3/+0
2013-10-09hexagon: remove unnecessary prom.h includesRob Herring1-3/+0
2013-09-25sched, arch: Create asm/preempt.hPeter Zijlstra1-0/+1
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+0
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-2/+4
2013-08-13arch: *: Kconfig: add "kernel/Kconfig.freezer" to "arch/*/Kconfig"Chen Gang1-0/+1
2013-07-14hexagon: delete __cpuinit usage from all hexagon filesPaul Gortmaker2-3/+3
2013-07-03mm/hexagon: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-3/+1
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-1/+1
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro1-4/+0
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-3/+0
2013-05-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernelLinus Torvalds2-8/+6
2013-05-07HEXAGON: Remove non existent reference to GENERIC_KERNEL_EXECVE & GENERIC_KERNEL_THREADAlexander Shiyan1-2/+0
2013-05-07Hexagon: fix register used to call do_work_pendingRichard Kuo1-6/+6
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernelLinus Torvalds33-343/+659
2013-04-30Hexagon: add v4 CS regs to core copyout macroRichard Kuo1-3/+12
2013-04-30Hexagon: use correct translation for VMALLOC_STARTRichard Kuo1-2/+1
2013-04-30Hexagon: use correct translations for DMA mappingsRichard Kuo2-10/+22
2013-04-30Hexagon: fix return value for notify_resume case in do_work_pendingRichard Kuo1-0/+1
2013-04-30Hexagon: fix signal number for user mem faultsRichard Kuo1-2/+2
2013-04-30Hexagon: remove two Kconfig entriesPaul Bolle1-9/+0
2013-04-30arch: remove CONFIG_GENERIC_FIND_NEXT_BIT againPaul Bolle1-3/+0
2013-04-30Hexagon: update copyright datesRichard Kuo20-20/+20
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