aboutsummaryrefslogtreecommitdiffstats
path: root/arch/hexagon/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-05hexagon: Use generic idle_taskThomas Gleixner2-55/+1
2012-04-26hexagon: Use generic idle thread allocationThomas Gleixner1-9/+2
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-04Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds1-4/+5
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/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds3-3/+0
2012-03-28Disintegrate asm/system.h for HexagonDavid Howells3-3/+0
2012-03-28Hexagon: adapt for dma_map_ops changesMarek Szyprowski1-4/+5
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-12sched: Cleanup cpu_active madnessPeter Zijlstra1-2/+0
2011-11-01Hexagon: Add basic stacktrace functionality for Hexagon architecture.Richard Kuo1-0/+66
2011-11-01Hexagon: Add configuration and makefiles for the Hexagon architecture.Richard Kuo3-0/+210
2011-11-01Hexagon: kgdb support filesLinas Vepstas1-0/+254
2011-11-01Hexagon: Provide DMA implementationRichard Kuo1-0/+220
2011-11-01Hexagon: Add SMP supportRichard Kuo2-0/+328
2011-11-01Hexagon: Provide basic debugging and system trap support.Richard Kuo1-0/+454
2011-11-01Hexagon: Add ptrace supportRichard Kuo1-0/+180
2011-11-01Hexagon: Add time and timer functionsRichard Kuo1-0/+250