aboutsummaryrefslogtreecommitdiff
path: root/arch/alpha/include
AgeCommit message (Expand)AuthorFilesLines
2017-12-05bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeGravatar Hendrik Brueckner 1-0/+2
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2017-11-15Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-5/+0
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 2-4/+0
2017-11-07PCI: Remove redundant pci_dev, pci_bus, resource declarationsGravatar Bjorn Helgaas 1-3/+0
2017-11-07PCI: Remove redundant pcibios_set_master() declarationsGravatar Bjorn Helgaas 1-2/+0
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 131-0/+131
2017-11-03mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flagsGravatar Dan Williams 1-0/+1
2017-11-02License cleanup: add SPDX license identifier to uapi header files with a licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-11-02License cleanup: add SPDX license identifier to uapi header files with no lic...Gravatar Greg Kroah-Hartman 39-0/+39
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 91-0/+91
2017-10-24locking/atomics/alpha: Add smp_read_barrier_depends() to _release()/_relaxed(...Gravatar Will Deacon 1-0/+13
2017-10-19dma-mapping: turn dma_cache_sync into a dma_map_ops methodGravatar Christoph Hellwig 1-2/+0
2017-10-19floppy: consolidate the dummy fd_cacheflush definitionGravatar Christoph Hellwig 1-2/+0
2017-10-10locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsGravatar Will Deacon 1-4/+0
2017-10-10locking/core: Remove {read,spin,write}_can_lock()Gravatar Will Deacon 1-10/+0
2017-10-10locking/arch, alpha: Add __down_read_killable()Gravatar Kirill Tkhai 1-3/+18
2017-10-03alpha: fix build failuresGravatar Sudip Mukherjee 1-0/+1
2017-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-0/+14
2017-09-08alpha: add support for memset16Gravatar Matthew Wilcox 2-8/+9
2017-09-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-11/+3
2017-09-06mm,fork: introduce MADV_WIPEONFORKGravatar Rik van Riel 1-0/+3
2017-09-06mm: arch: consolidate mmap hugetlb size encodingsGravatar Mike Kravetz 1-11/+0
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+2
2017-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Gravatar Linus Torvalds 5-19/+20
2017-09-04alpha: Restore symbol versions for symbols exported from assemblyGravatar Ben Hutchings 1-0/+18
2017-09-04alpha: marvel: make use of raw_spinlock variantsGravatar Julia Cartwright 1-1/+1
2017-09-04alpha: cleanup: remove __NR_sys_epoll_*, leave __NR_epoll_*Gravatar Sergei Trofimovich 1-5/+0
2017-09-04alpha: use generic fb.hGravatar Tobias Klauser 2-13/+1
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-21/+5
2017-09-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-5/+0
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsGravatar Ingo Molnar 5-3/+28
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 5-3/+28
2017-08-29alpha: uapi: Add support for __SANE_USERSPACE_TYPES__Gravatar Ben Hutchings 2-2/+12
2017-08-29alpha: Define ioremap_wcGravatar Guenter Roeck 1-0/+1
2017-08-29alpha: Update for new syscallsGravatar Richard Henderson 2-1/+15
2017-08-25futex: Remove duplicated code and fix undefined behaviourGravatar Jiri Slaby 1-21/+5
2017-08-17arch: Remove spin_unlock_wait() arch-specific definitionsGravatar Paul E. McKenney 1-5/+0
2017-08-03sock: add SOCK_ZEROCOPY sockoptGravatar Willem de Bruijn 1-0/+2
2017-07-24signal: Remove kernel interal si_code magicGravatar Eric W. Biederman 1-2/+2
2017-07-19signal/alpha: Document a conflict with SI_USER for SIGTRAPGravatar Eric W. Biederman 1-0/+14
2017-07-17tty: Fix TIOCGPTPEER ioctl definitionGravatar Gleb Fotengauer-Malinovskiy 1-1/+1
2017-07-06Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+0
2017-07-06Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-1/+0
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+4
2017-06-21net: introduce SO_PEERGROUPS getsockoptGravatar David Herrmann 1-0/+2
2017-06-09tty: add TIOCGPTPEER ioctlGravatar Aleksa Sarai 1-0/+1
2017-05-27trim __ARCH_WANT_SYS_OLD_GETRLIMITGravatar Al Viro 1-1/+0
2017-05-21net: Define SCM_TIMESTAMPING_PKTINFO on all architectures.Gravatar David S. Miller 1-0/+2
2017-05-15kill strlen_user()Gravatar Al Viro 1-1/+0