summaryrefslogtreecommitdiffstats
path: root/arch/hexagon
Commit message (Expand)AuthorAgeFilesLines
* new helper: signal_delivered()Al Viro2012-06-011-2/+1
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-3/+0
* don't call try_to_freeze() from do_signal()Al Viro2012-06-011-4/+0
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-20/+6
* new helper: sigmask_to_save()Al Viro2012-06-011-10/+3
* new helper: restore_saved_sigmask()Al Viro2012-06-011-4/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-311-2/+0
|\
| * move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-231-2/+0
* | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-241-0/+1
|\ \
| * | kvmclock: Add functions to check if the host has stopped the vmEric B Munson2012-04-081-0/+1
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-241-13/+3
|\ \ \ | |_|/ |/| |
| * | timers: Fixup the Kconfig consolidation falloutThomas Gleixner2012-05-211-1/+0
| * | hexagon: Use generic time configAnna-Maria Gleixner2012-05-211-12/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-231-0/+4
|\ \ \
| * | | hexagon: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro2012-05-211-0/+3
| * | | hexagon: do_notify_resume() needs tracehook_notify_resume()Oleg Nesterov2012-05-211-0/+1
* | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-05-231-7/+0
|\ \ \ \
| * | | | fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha2012-05-161-7/+0
| | |/ / | |/| |
* | | | various Kconfig cleanup and old platform build code removalRichard Kuo2012-05-222-22/+4
* | | | hexagon/mm/vm_fault.c: Port OOM changes to do_page_faultKautuk Consul2012-05-221-5/+17
* | | | arch/hexagon/kernel/dma.c: make function staticJulia Lawall2012-05-221-1/+1
* | | | Remove unneeded include of version.h from arch/hexagon/include/asm/spinlock_t...Jesper Juhl2012-05-221-2/+0
* | | | Hexagon: Use resource_size functionThomas Meyer2012-05-221-4/+2
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-05-211-2/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | hexagon: Remove select of not longer existing Kconfig switchesThomas Gleixner2012-05-211-2/+0
| | |/ | |/|
* | | hexagon: Use common threadinfo allocatorThomas Gleixner2012-05-082-45/+0
* | | init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASKThomas Gleixner2012-05-051-1/+0
* | | hexagon: Use generic idle_taskThomas Gleixner2012-05-054-57/+3
* | | hexagon: Use generic idle thread allocationThomas Gleixner2012-04-262-9/+3
* | | smp: Add task_struct argument to __cpu_up()Thomas Gleixner2012-04-261-1/+1
| |/ |/|
* | hexagon: add missing cpu.h includeRichard Kuo2012-04-231-1/+2
* | hexagon/CPU hotplug: Add missing call to notify_cpu_starting()Srivatsa S. Bhat2012-04-231-0/+5
* | hexagon: use renamed tick_nohz_idle_* functionsRichard Kuo2012-04-231-3/+3
* | Hexagon: misc compile warning/error cleanup due to missing headersRichard Kuo2012-04-234-0/+4
|/
* Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-04-042-10/+17
|\
| * Hexagon: adapt for dma_map_ops changesMarek Szyprowski2012-03-282-10/+17
* | remove references to cpu_*_map in arch/Rusty Russell2012-03-291-4/+4
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-289-45/+109
|\ \
| * | Delete all instances of asm/system.hDavid Howells2012-03-281-5/+0
| * | Disintegrate asm/system.h for HexagonDavid Howells2012-03-2810-130/+199
* | | coredump: remove VM_ALWAYSDUMP flagJason Baron2012-03-231-2/+1
* | | Hexagon: use set_current_blocked() and block_sigmask()Matt Fleming2012-03-231-10/+2
|/ /
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-201-2/+0
|\ \
| * | sched: Cleanup cpu_active madnessPeter Zijlstra2012-03-121-2/+0
| |/
* | Merge branch 'perf/fast' into perf/coreIngo Molnar2012-01-271-2/+0
|\ \ | |/ |/|
| * perf, arch: Rework perf_event_index()Peter Zijlstra2011-12-211-2/+0
* | lib: move GENERIC_IOMAP to lib/KconfigMichael S. Tsirkin2011-11-241-3/+1
|/
* Hexagon: Add basic stacktrace functionality for Hexagon architecture.Richard Kuo2011-11-011-0/+66
* Hexagon: Add configuration and makefiles for the Hexagon architecture.Richard Kuo2011-11-017-0/+498
* Hexagon: Comet platform supportRichard Kuo2011-11-011-0/+85