aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alphaLinus Torvalds3-9/+10
2018-02-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-1/+0
2018-01-31Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-2/+1
2018-01-20alpha: Fix mixed up args in EXC macro in futex operationsMichael Cree1-4/+4
2018-01-20alpha: make thread_saved_pc staticTobias Klauser1-4/+1
2018-01-20alpha: make XTABS equivalent to TAB3Eugene Syromiatnikov1-1/+5
2018-01-09Construct init thread stack in the linker script rather than by unionDavid Howells1-3/+0
2018-01-03arch: Remove clkdev.h asm-generic from KbuildStephen Boyd1-1/+0
2017-12-05bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner1-0/+2
2017-12-04asm-prototypes.h: use linux/uaccess.h, not asm/uaccess.hAl Viro1-1/+1
2017-11-27switch wrapper poll.h instances to generic-yAl Viro2-2/+2
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+1
2017-11-15Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-5/+0
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-4/+0
2017-11-07PCI: Remove redundant pci_dev, pci_bus, resource declarationsBjorn Helgaas1-3/+0
2017-11-07PCI: Remove redundant pcibios_set_master() declarationsBjorn Helgaas1-2/+0
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar131-0/+131
2017-11-03mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flagsDan Williams1-0/+1
2017-11-02License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman1-0/+1
2017-11-02License cleanup: add SPDX license identifier to uapi header files with no licenseGreg Kroah-Hartman39-0/+39
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman91-0/+91
2017-10-24locking/atomics/alpha: Add smp_read_barrier_depends() to _release()/_relaxed() atomicsWill Deacon1-0/+13
2017-10-19dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig1-2/+0
2017-10-19floppy: consolidate the dummy fd_cacheflush definitionChristoph Hellwig1-2/+0
2017-10-10locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsWill Deacon1-4/+0
2017-10-10locking/core: Remove {read,spin,write}_can_lock()Will Deacon1-10/+0
2017-10-10locking/arch, alpha: Add __down_read_killable()Kirill Tkhai1-3/+18
2017-10-03alpha: fix build failuresSudip Mukherjee1-0/+1
2017-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+14
2017-09-08alpha: add support for memset16Matthew Wilcox2-8/+9
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-11/+3
2017-09-06mm,fork: introduce MADV_WIPEONFORKRik van Riel1-0/+3
2017-09-06mm: arch: consolidate mmap hugetlb size encodingsMike Kravetz1-11/+0
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+2
2017-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alphaLinus Torvalds5-19/+20
2017-09-04alpha: Restore symbol versions for symbols exported from assemblyBen Hutchings1-0/+18
2017-09-04alpha: marvel: make use of raw_spinlock variantsJulia Cartwright1-1/+1
2017-09-04alpha: cleanup: remove __NR_sys_epoll_*, leave __NR_epoll_*Sergei Trofimovich1-5/+0
2017-09-04alpha: use generic fb.hTobias Klauser2-13/+1
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-21/+5
2017-09-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+0
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar5-3/+28
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-3/+28
2017-08-29alpha: uapi: Add support for __SANE_USERSPACE_TYPES__Ben Hutchings2-2/+12
2017-08-29alpha: Define ioremap_wcGuenter Roeck1-0/+1
2017-08-29alpha: Update for new syscallsRichard Henderson2-1/+15
2017-08-25futex: Remove duplicated code and fix undefined behaviourJiri Slaby1-21/+5
2017-08-17arch: Remove spin_unlock_wait() arch-specific definitionsPaul E. McKenney1-5/+0
2017-08-03sock: add SOCK_ZEROCOPY sockoptWillem de Bruijn1-0/+2