aboutsummaryrefslogtreecommitdiffstats
path: root/arch/hexagon/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-14hexagon: delete __cpuinit usage from all hexagon filesPaul Gortmaker2-3/+3
2013-05-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernelLinus Torvalds1-6/+6
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 Torvalds15-218/+439
2013-04-30Hexagon: use correct translations for DMA mappingsRichard Kuo1-10/+17
2013-04-30Hexagon: fix return value for notify_resume case in do_work_pendingRichard Kuo1-0/+1
2013-04-30Hexagon: update copyright datesRichard Kuo11-11/+11
2013-04-30Hexagon: break up user fn/arg register settingRichard Kuo1-1/+2
2013-04-30Hexagon: fix up int enable/disable at ret_from_forkRichard Kuo1-2/+11
2013-04-30Hexagon: don't print info for offline CPU'sRichard Kuo1-0/+5
2013-04-30Hexagon: add support for single-stepping (v4+)Richard Kuo4-1/+30
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 Kuo4-88/+82
2013-04-30Hexagon: add support for new v4+ registersRichard Kuo6-46/+191
2013-04-30Hexagon: use GENERIC_CPU_DEVICESRichard Kuo2-53/+1
2013-04-30Hexagon: add support for ARCH_PFN_OFFSETRichard Kuo3-12/+22
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-08hexagon: Use generic idle loopThomas Gleixner2-21/+4
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2013-02-03hexagon: don't leave ->uc_stack uninitializedAl Viro1-0/+1
2013-02-03hexagon: switch to generic sigaltstackAl Viro1-14/+1
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+1
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-2/+1
2012-11-28hexagon: switch to generic clone()Al Viro3-52/+5
2012-11-16Merge branch 'arch-frv' into no-rebasesAl Viro28-28/+28
2012-10-23hexagon: switch to generic sys_execve()Al Viro1-19/+0
2012-10-23hexagon: kernel_thread()/kernel_execve() conversionAl Viro4-97/+40
2012-10-18Hexagon: Copyright marking changesRichard Kuo28-28/+28
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-2/+2
2012-10-01Uninclude linux/freezer.hRichard Weinberger1-1/+0
2012-09-20don't bother exporting kernel_execve()Al Viro1-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-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/viro/signalLinus Torvalds1-0/+4
2012-05-22arch/hexagon/kernel/dma.c: make function staticJulia Lawall1-1/+1
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-08hexagon: Use common threadinfo allocatorThomas Gleixner1-37/+0