summaryrefslogtreecommitdiffstats
path: root/arch/alpha/include/asm
Commit message (Expand)AuthorAgeFilesLines
* alpha: Fix Eiger NR_IRQS to 128Meelis Roos2019-02-101-3/+3
* Fix 'acccess_ok()' on alpha and SHLinus Torvalds2019-01-061-3/+5
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-052-5/+5
|\
| * mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-3/+3
| * fls: change parameter to unsigned intMatthew Wilcox2019-01-041-2/+2
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-032-2/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds2018-12-312-2/+23
|\
| * alpha: generate uapi header and syscall table header filesFiroz Khan2018-12-211-1/+1
| * alpha: add __NR_syscalls along with NR_SYSCALLSFiroz Khan2018-12-211-1/+1
| * alpha: move __IGNORE* entries to non uapi headerFiroz Khan2018-12-211-0/+21
* | dma-mapping: bypass indirect calls for dma-directChristoph Hellwig2018-12-131-1/+1
|/
* Merge tag 'tty-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-11-101-1/+7
|\
| * arch/alpha, termios: implement BOTHER, IBSHIFT and termios2H. Peter Anvin (Intel)2018-11-081-1/+7
* | treewide: remove current_text_addrNick Desaulniers2018-10-311-6/+0
* | y2038: Compile utimes()/futimesat() conditionallyArnd Bergmann2018-08-291-0/+1
* | y2038: Remove newstat family from default syscall setArnd Bergmann2018-08-291-0/+1
|/
* locking/atomics: Rework ordering barriersMark Rutland2018-07-251-4/+4
* atomics/treewide: Make conditional inc/dec ops optionalMark Rutland2018-06-211-0/+1
* atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland2018-06-211-12/+0
* atomics/treewide: Make test ops optionalMark Rutland2018-06-211-12/+0
* atomics/alpha: Define atomic64_fetch_add_unless()Mark Rutland2018-06-211-11/+12
* atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland2018-06-211-1/+1
* atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland2018-06-211-2/+0
* atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-2/+2
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-041-0/+1
|\
| * time: Add an asm-generic/compat.h fileArnd Bergmann2018-04-191-0/+1
* | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-041-5/+0
|\ \
| * | PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-071-5/+0
| |/
* | alpha: simplify get_arch_dma_opsChristoph Hellwig2018-05-221-2/+2
* | alpha: use dma_direct_ops for jensenChristoph Hellwig2018-05-221-0/+4
|/
* alpha: io: reorder barriers to guarantee writeX() and iowriteX() orderingSinan Kaya2018-04-071-7/+7
* locking/xchg/alpha: Remove superfluous memory barriers from the _local() vari...Andrea Parri2018-03-122-31/+16
* locking/xchg/alpha: Fix xchg() and cmpxchg() memory ordering bugsAndrea Parri2018-02-231-3/+18
* locking/xchg/alpha: Clean up barrier usage by using smp_mb() in place of __AS...Andrea Parri2018-02-232-14/+8
* locking/xchg/alpha: Add unconditional memory barrier to cmpxchg()Andrea Parri2018-02-211-8/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds2018-02-022-8/+5
|\
| * alpha: Fix mixed up args in EXC macro in futex operationsMichael Cree2018-01-201-4/+4
| * alpha: make thread_saved_pc staticTobias Klauser2018-01-201-4/+1
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-02-011-1/+0
|\ \
| * | arch: Remove clkdev.h asm-generic from KbuildStephen Boyd2018-01-031-1/+0
| |/
* | Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-311-1/+1
|\ \
| * | asm-prototypes.h: use linux/uaccess.h, not asm/uaccess.hAl Viro2017-12-041-1/+1
| |/
* | Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-091-3/+0
|/
* Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-5/+0
|\
| * PCI: Remove redundant pci_dev, pci_bus, resource declarationsBjorn Helgaas2017-11-071-3/+0
| * PCI: Remove redundant pcibios_set_master() declarationsBjorn Helgaas2017-11-071-2/+0
* | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-11-142-4/+0
|\ \
| * | dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig2017-10-191-2/+0
| * | floppy: consolidate the dummy fd_cacheflush definitionChristoph Hellwig2017-10-191-2/+0
* | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0791-0/+91
|\ \ \
OpenPOWER on IntegriCloud