summaryrefslogtreecommitdiffstats
path: root/arch/alpha/include
Commit message (Expand)AuthorAgeFilesLines
* alpha: Fix Eiger NR_IRQS to 128Meelis Roos2019-02-201-3/+3
* arch/alpha, termios: implement BOTHER, IBSHIFT and termios2H. Peter Anvin (Intel)2018-11-213-1/+29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-161-0/+3
|\
| * net: Add a new socket option for a future transmit time.Richard Cochran2018-07-041-0/+3
* | 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/+0Star
* | atomics/treewide: Make test ops optionalMark Rutland2018-06-211-12/+0Star
* | 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/+0Star
* | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-2/+2
|/
* Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-055-92/+4Star
|\
| * y2038: alpha: Remove unneeded ipc uapi header filesArnd Bergmann2018-04-205-92/+4Star
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-051-0/+1
|\|
| * time: Add an asm-generic/compat.h fileArnd Bergmann2018-04-191-0/+1
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-051-14/+0Star
|\ \
| * | signal/alpha: Replace TRAP_FIXME with TRAP_UNKEric W. Biederman2018-04-251-7/+0Star
| * | signal/alpha: Replace FPE_FIXME with FPE_FLTUNKEric W. Biederman2018-04-251-7/+0Star
| |/
* | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-041-5/+0Star
|\ \
| * | PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-071-5/+0Star
| |/
* | alpha: simplify get_arch_dma_opsChristoph Hellwig2018-05-231-2/+2
* | alpha: use dma_direct_ops for jensenChristoph Hellwig2018-05-231-0/+4
|/
* mm: introduce MAP_FIXED_NOREPLACEMichal Hocko2018-04-111-0/+1
* alpha: io: reorder barriers to guarantee writeX() and iowriteX() orderingSinan Kaya2018-04-081-7/+7
* locking/xchg/alpha: Remove superfluous memory barriers from the _local() vari...Andrea Parri2018-03-122-31/+16Star
* 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/+8Star
* locking/xchg/alpha: Add unconditional memory barrier to cmpxchg()Andrea Parri2018-02-211-8/+7Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds2018-02-023-9/+10
|\
| * alpha: Fix mixed up args in EXC macro in futex operationsMichael Cree2018-01-211-4/+4
| * alpha: make thread_saved_pc staticTobias Klauser2018-01-211-4/+1Star
| * alpha: make XTABS equivalent to TAB3Eugene Syromiatnikov2018-01-211-1/+5
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-02-021-1/+0Star
|\ \
| * | arch: Remove clkdev.h asm-generic from KbuildStephen Boyd2018-01-031-1/+0Star
* | | Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-011-1/+1
|\ \ \
| * | | asm-prototypes.h: use linux/uaccess.h, not asm/uaccess.hAl Viro2017-12-051-1/+1
| |/ /
* | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-312-2/+1Star
|\ \ \
| * | | switch wrapper poll.h instances to generic-yAl Viro2017-11-272-2/+2
| |/ /
* | / Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-101-3/+0Star
| |/ |/|
* | bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner2017-12-051-0/+2
|/
* Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-171-0/+1
|\
| * mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flagsDan Williams2017-11-031-0/+1
* | Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-161-5/+0Star
|\ \
| * | PCI: Remove redundant pci_dev, pci_bus, resource declarationsBjorn Helgaas2017-11-081-3/+0Star
| * | PCI: Remove redundant pcibios_set_master() declarationsBjorn Helgaas2017-11-081-2/+0Star
* | | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-11-152-4/+0Star
|\ \ \
| * | | dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig2017-10-191-2/+0Star
| * | | floppy: consolidate the dummy fd_cacheflush definitionChristoph Hellwig2017-10-191-2/+0Star
| | |/ | |/|
* | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-07131-0/+131
|\ \ \