summaryrefslogtreecommitdiffstats
path: root/arch/hexagon
Commit message (Expand)AuthorAgeFilesLines
...
* | | atomic: Provide atomic_{or,xor,and}Peter Zijlstra2015-07-271-2/+0
* | | hexagon: Provide atomic_{or,xor,and}Peter Zijlstra2015-07-271-0/+6
|/ /
* / mm: clean up per architecture MM hook header filesLaurent Dufour2015-07-172-15/+1
|/
* Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-1/+0
|\
| * remove scatterlist.h generation from arch Kbuild filesChristoph Hellwig2015-05-191-1/+0
* | mm: new mm hook frameworkLaurent Dufour2015-06-241-0/+15
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-06-221-1/+2
|\ \
| * | mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e...David Hildenbrand2015-05-191-1/+2
| |/
* / arch: Remove __ARCH_HAVE_CMPXCHGThomas Gleixner2015-05-131-1/+0
|/
* Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-151-2/+0
|\
| * arch: Remove exec_domain from remaining archsRichard Weinberger2015-04-121-2/+0
* | whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread()Al Viro2015-04-111-2/+0
|/
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-122-5/+1
* mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov2015-02-111-1/+1
* hexagon: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov2015-02-101-44/+16
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rku...Linus Torvalds2014-12-198-27/+38
|\
| * Hexagon: fix signal delivery for debug trapsRichard Kuo2014-12-161-2/+2
| * Hexagon: set ARCH_DMA_MINALIGNRichard Kuo2014-12-161-1/+3
| * Hexagon: fix alignment of init_task in RW_DATA_SECTIONRichard Kuo2014-12-161-2/+2
| * hexagon: Fix build failures in linux-nextGuenter Roeck2014-12-165-22/+31
* | net, lib: kill arch_fast_hash library bitsDaniel Borkmann2014-12-101-1/+0
|/
* Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-131-31/+37
|\
| * locking,arch,hexagon: Fold atomic_opsPeter Zijlstra2014-08-141-31/+37
* | irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra2014-09-131-0/+1
* | flush_icache_range: export symbol to fix build errorsPranith Kumar2014-08-291-0/+1
* | Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-08-091-37/+20
|\ \
| * | hexagon: Use sigsp()Richard Weinberger2014-08-061-11/+3
| * | hexagon: Use get_signal() signal_setup_done()Richard Weinberger2014-08-061-27/+18
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-08-061-1/+1
|\ \ \
| * | | hexagon: update reference, kerneltrap.org no longer worksPranith Kumar2014-06-191-1/+1
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-08-051-1/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | ktime: Kill non-scalar ktime_t implementation for 2038John Stultz2014-07-231-1/+0
| | |/ | |/|
* / | arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso2014-07-171-0/+1
|/ /
* | arch,hexagon: Convert smp_mb__*()Peter Zijlstra2014-04-182-8/+2
* | arc,hexagon: Delete asm/barrier.hPeter Zijlstra2014-04-181-37/+0
* | Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König2014-04-071-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rku...Linus Torvalds2014-04-0521-62/+108
|\ \ | |/ |/|
| * Hexagon: update CR year for elf.hRichard Kuo2014-04-041-1/+1
| * Hexagon: remove SP macroRichard Kuo2014-04-041-3/+1
| * Hexagon: set ELF_EXEC_PAGESIZE to PAGE_SIZERichard Kuo2014-04-041-1/+1
| * Hexagon: set the e_flags in user regset view for core dumpsRichard Kuo2014-04-041-0/+1
| * Hexagon: fix atomic_setRichard Kuo2014-04-041-1/+14
| * Hexagon: add screen_info for VGA_CONSOLERichard Kuo2014-04-042-0/+5
| * hexagon: correct type on pgd copyIlia Mirkin2014-04-041-1/+1
| * smp, hexagon: kill SMP single function call interruptJiang Liu2014-04-042-6/+1
| * arch: hexagon: include: asm: add generic macro 'mmiowb' in "io.h"Chen Gang2014-04-041-0/+2
| * arch: hexagon: kernel: hexagon_ksyms.c: export related symbols which various ...Chen Gang2014-04-041-4/+20
| * arch: hexagon: kernel: reset.c: use function pointer instead of function for ...Chen Gang2014-04-041-3/+2
| * arch: hexagon: include: asm: add "vga.h" in KbuildChen Gang2014-04-041-1/+2
| * arch: hexagon: include: asm: Kbuild: add generic "serial.h" in KbuildChen Gang2014-04-041-0/+1