aboutsummaryrefslogtreecommitdiffstats
path: root/arch/hexagon
AgeCommit message (Expand)AuthorFilesLines
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski2-5/+1
2015-02-11mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov1-1/+1
2015-02-10hexagon: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov1-44/+16
2014-12-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rku...Linus Torvalds8-27/+38
2014-12-16Hexagon: fix signal delivery for debug trapsRichard Kuo1-2/+2
2014-12-16Hexagon: set ARCH_DMA_MINALIGNRichard Kuo1-1/+3
2014-12-16Hexagon: fix alignment of init_task in RW_DATA_SECTIONRichard Kuo1-2/+2
2014-12-16hexagon: Fix build failures in linux-nextGuenter Roeck5-22/+31
2014-12-10net, lib: kill arch_fast_hash library bitsDaniel Borkmann1-1/+0
2014-10-13Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-31/+37
2014-09-13irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra1-0/+1
2014-08-29flush_icache_range: export symbol to fix build errorsPranith Kumar1-0/+1
2014-08-14locking,arch,hexagon: Fold atomic_opsPeter Zijlstra1-31/+37
2014-08-09Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-37/+20
2014-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2014-08-06hexagon: Use sigsp()Richard Weinberger1-11/+3
2014-08-06hexagon: Use get_signal() signal_setup_done()Richard Weinberger1-27/+18
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+0
2014-07-23ktime: Kill non-scalar ktime_t implementation for 2038John Stultz1-1/+0
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso1-0/+1
2014-06-19hexagon: update reference, kerneltrap.org no longer worksPranith Kumar1-1/+1
2014-04-18arch,hexagon: Convert smp_mb__*()Peter Zijlstra2-8/+2
2014-04-18arc,hexagon: Delete asm/barrier.hPeter Zijlstra1-37/+0
2014-04-07Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König1-1/+1
2014-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rku...Linus Torvalds21-62/+108
2014-04-04Hexagon: update CR year for elf.hRichard Kuo1-1/+1
2014-04-04Hexagon: remove SP macroRichard Kuo1-3/+1
2014-04-04Hexagon: set ELF_EXEC_PAGESIZE to PAGE_SIZERichard Kuo1-1/+1
2014-04-04Hexagon: set the e_flags in user regset view for core dumpsRichard Kuo1-0/+1
2014-04-04Hexagon: fix atomic_setRichard Kuo1-1/+14
2014-04-04Hexagon: add screen_info for VGA_CONSOLERichard Kuo2-0/+5
2014-04-04hexagon: correct type on pgd copyIlia Mirkin1-1/+1
2014-04-04smp, hexagon: kill SMP single function call interruptJiang Liu2-6/+1
2014-04-04arch: hexagon: include: asm: add generic macro 'mmiowb' in "io.h"Chen Gang1-0/+2
2014-04-04arch: hexagon: kernel: hexagon_ksyms.c: export related symbols which various ...Chen Gang1-4/+20
2014-04-04arch: hexagon: kernel: reset.c: use function pointer instead of function for ...Chen Gang1-3/+2
2014-04-04arch: hexagon: include: asm: add "vga.h" in KbuildChen Gang1-1/+2
2014-04-04arch: hexagon: include: asm: Kbuild: add generic "serial.h" in KbuildChen Gang1-0/+1
2014-04-04arch: hexagon: include: uapi: asm: setup.h add swith macro __KERNEL__Chen Gang1-0/+5
2014-04-04arch: hexagon: include: asm: add prefix "hvm[ci]_" for all enum members in "h...Chen Gang1-36/+36
2014-04-04arch: hexagon: Kconfig: add HAVE_DMA_ATTR in Kconfig and remove "linux/dma-ma...Chen Gang2-1/+1
2014-04-04arch: hexagon: kernel: add export symbol function __delay()Chen Gang2-0/+10
2014-04-04hexagon: include: asm: kgdb: extend DBG_MAX_REG_NUM for "cs0/1"Chen Gang1-2/+3
2014-04-04hexagon: kernel: kgdb: include related header for pass compiling.Chen Gang1-0/+2
2014-04-04hexagon: kernel: remove useless variables 'dn', 'r' and 'err' in time_init_de...Chen Gang1-3/+0
2014-02-09locking/mcs: Allow architecture specific asm files to be used for contended caseTim Chen1-0/+1
2014-02-09locking/mcs: Order the header files in Kbuild of each architecture in alphabe...Tim Chen1-3/+3
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2014-01-23hexagon: use generic fixmap.hMark Salter1-39/+1
2014-01-13arch: Re-sort some Kbuild files to hopefully help avoid some conflictsStephen Rothwell1-1/+1
2014-01-13net: resort some Kbuild files to hopefully help avoid some conflictsStephen Rothwell1-1/+1
2014-01-12arch: Clean up asm/barrier.h implementations using asm-generic/barrier.hPeter Zijlstra1-0/+1
2014-01-12arch: Move smp_mb__{before,after}_atomic_{inc,dec}.h into asm/atomic.hPeter Zijlstra2-5/+5
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/ker...Linus 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/...Linus 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/rku...Linus Torvalds2-8/+6
2013-05-07HEXAGON: Remove non existent reference to GENERIC_KERNEL_EXECVE & GENERIC_KER...Alexander 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/rku...Linus 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
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-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-0/+2
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-8/+0
2013-04-17idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner1-1/+0
2013-04-16Remove GENERIC_GPIO config optionAlexandre Courbot1-3/+0
2013-04-08hexagon: Use generic idle loopThomas Gleixner3-21/+5
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+0
2013-02-26default SET_PERSONALITY() in linux/elf.hAl Viro1-5/+0
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-14/+2
2013-02-14burying unused conditionalsAl Viro1-1/+0
2013-02-04arch Kconfig: Remove references to IRQ_PER_CPUJames Hogan1-1/+0
2013-02-03hexagon: don't leave ->uc_stack uninitializedAl Viro1-0/+1
2013-02-03hexagon: switch to generic sigaltstackAl Viro2-14/+2
2013-01-24Merge branch 'core/irq_work' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-1/+0
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+1
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-3/+0
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2-3/+0
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds10-171/+46
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-2/+1
2012-11-28take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.hAl Viro1-5/+0
2012-11-28hexagon: switch to generic clone()Al Viro4-52/+6
2012-11-28consolidate sys_execve() prototypeAl Viro1-3/+0
2012-11-17irq_work: Remove CONFIG_HAVE_IRQ_WORKFrederic Weisbecker1-1/+0
2012-11-16Merge branch 'arch-frv' into no-rebasesAl Viro104-136/+112
2012-11-13tracing,x86: Add a TSC trace_clockDavid Sharp1-0/+1
2012-10-23hexagon: switch to generic sys_execve()Al Viro2-19/+1
2012-10-23hexagon: kernel_thread()/kernel_execve() conversionAl Viro7-98/+46
2012-10-18Hexagon: Copyright marking changesRichard Kuo101-133/+100
2012-10-18UAPI: (Scripted) Disintegrate arch/hexagon/include/asmDavid Howells14-3/+12
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-2/+2
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-6/+0
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+0
2012-10-09Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-0/+1
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li1-0/+1
2012-10-09Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds1-0/+1
2012-10-07Merge branch 'uapi-prep' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds1-5/+0
2012-10-06cross-arch: don't corrupt personality flags upon exec()Jiri Kosina1-1/+2
2012-10-04Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhow...Arnd Bergmann2-5/+3
2012-10-04UAPI: Fix the guards on various asm/unistd.h filesDavid Howells1-5/+0
2012-10-03asm-generic: Add default clkdev.hMark Brown1-0/+1
2012-10-02UAPI: (Scripted) Set up UAPI Kbuild filesDavid Howells1-0/+3
2012-10-01Uninclude linux/freezer.hRichard Weinberger1-1/+0
2012-10-01bury the rest of TIF_IRETAl Viro1-2/+0
2012-10-01sanitize tsk_is_polling()Al Viro1-2/+0
2012-10-01bury _TIF_RESTORE_SIGMASKAl Viro1-1/+0
2012-09-28Make most arch asm/module.h files use asm-generic/module.hDavid Howells1-0/+1
2012-09-20don't bother exporting kernel_execve()Al Viro1-1/+0
2012-07-30Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds1-2/+0
2012-06-28Remove useless wrappers of asm-generic/ipc.hPaul Bolle1-1/+0
2012-06-28Remove useless wrappers of asm-generic/cpumask.hPaul Bolle1-1/+0
2012-06-05hexagon: SMP: Remove call to ipi_call_lock()/ipi_call_unlock()Yong Zhang1-2/+0
2012-06-01new helper: signal_delivered()Al Viro1-2/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-3/+0
2012-06-01don't call try_to_freeze() from do_signal()Al Viro1-4/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-20/+6
2012-06-01new helper: sigmask_to_save()Al Viro1-10/+3
2012-06-01new helper: restore_saved_sigmask()Al Viro1-4/+1
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+0
2012-05-24Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2012-05-24Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-13/+3
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro1-2/+0
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+4
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-7/+0
2012-05-22various Kconfig cleanup and old platform build code removalRichard Kuo2-22/+4
2012-05-22hexagon/mm/vm_fault.c: Port OOM changes to do_page_faultKautuk Consul1-5/+17
2012-05-22arch/hexagon/kernel/dma.c: make function staticJulia Lawall1-1/+1
2012-05-22Remove unneeded include of version.h from arch/hexagon/include/asm/spinlock_t...Jesper Juhl1-2/+0
2012-05-22Hexagon: Use resource_size functionThomas Meyer1-4/+2
2012-05-21hexagon: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro1-0/+3
2012-05-21hexagon: do_notify_resume() needs tracehook_notify_resume()Oleg Nesterov1-0/+1
2012-05-21Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+0
2012-05-21timers: Fixup the Kconfig consolidation falloutThomas Gleixner1-1/+0
2012-05-21hexagon: Remove select of not longer existing Kconfig switchesThomas Gleixner1-2/+0
2012-05-21hexagon: Use generic time configAnna-Maria Gleixner1-12/+3
2012-05-16fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha1-7/+0
2012-05-08hexagon: Use common threadinfo allocatorThomas Gleixner2-45/+0
2012-05-05init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASKThomas Gleixner1-1/+0
2012-05-05hexagon: Use generic idle_taskThomas Gleixner4-57/+3
2012-04-26hexagon: Use generic idle thread allocationThomas Gleixner2-9/+3
2012-04-26smp: Add task_struct argument to __cpu_up()Thomas Gleixner1-1/+1
2012-04-23hexagon: add missing cpu.h includeRichard Kuo1-1/+2
2012-04-23hexagon/CPU hotplug: Add missing call to notify_cpu_starting()Srivatsa S. Bhat1-0/+5
2012-04-23hexagon: use renamed tick_nohz_idle_* functionsRichard Kuo1-3/+3
2012-04-23Hexagon: misc compile warning/error cleanup due to missing headersRichard Kuo4-0/+4
2012-04-08kvmclock: Add functions to check if the host has stopped the vmEric B Munson1-0/+1
2012-04-04Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2-10/+17
2012-03-29remove references to cpu_*_map in arch/Rusty Russell1-4/+4
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds9-45/+109
2012-03-28Delete all instances of asm/system.hDavid Howells1-5/+0
2012-03-28Disintegrate asm/system.h for HexagonDavid Howells10-130/+199
2012-03-28Hexagon: adapt for dma_map_ops changesMarek Szyprowski2-10/+17
2012-03-23coredump: remove VM_ALWAYSDUMP flagJason Baron1-2/+1
2012-03-23Hexagon: use set_current_blocked() and block_sigmask()Matt Fleming1-10/+2
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+0