summaryrefslogtreecommitdiff
path: root/arch/alpha
Commit message (Expand)AuthorAge
* Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-31
|\
| * asm-prototypes.h: use linux/uaccess.h, not asm/uaccess.hAl Viro2017-12-04
* | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-01-31
|\ \
| * | alpha: mark jensen as brokenChristoph Hellwig2018-01-09
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-31
|\ \ \
| * | | alpha: osf_sys.c: use timespec64 where appropriateArnd Bergmann2018-01-25
| * | | alpha: osf_sys.c: fix put_tv32 regressionArnd Bergmann2018-01-25
| | |/ | |/|
* | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-30
|\ \ \
| * | | switch wrapper poll.h instances to generic-yAl Viro2017-11-27
| |/ /
* | | Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-01-29
|\ \ \
| * | | Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-09
| | |/ | |/|
* | | alpha/PCI: Fix noname IRQ level detectionLorenzo Pieralisi2018-01-20
* | | alpha: extend memset16 to EV6 optimised routinesMichael Cree2018-01-16
|/ /
* | bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner2017-12-05
|/
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-21
* Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-17
|\
| * mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flagsDan Williams2017-11-03
* | Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-15
|\ \
| * | alpha/PCI: Make pdev_save_srm_config() staticBjorn Helgaas2017-11-07
| * | PCI: Remove redundant pci_dev, pci_bus, resource declarationsBjorn Helgaas2017-11-07
| * | PCI: Remove redundant pcibios_set_master() declarationsBjorn Helgaas2017-11-07
* | | Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-15
|\ \ \
| * | | treewide: Fix typos in KconfigMasanari Iida2017-10-12
| | |/ | |/|
* | | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-11-14
|\ \ \
| * | | dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig2017-10-19
| * | | floppy: consolidate the dummy fd_cacheflush definitionChristoph Hellwig2017-10-19
| |/ /
* | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-07
|\ \ \
| * \ \ Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-02
| |\ \ \
| | * | | License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman2017-11-02
| | * | | License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman2017-11-02
| | * | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
| | |/ /
| * | | Merge tag 'pci-v4.14-fixes-6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-10-28
| |\ \ \ | | |/ / | |/| |
| | * | alpha/PCI: Move pci_map_irq()/pci_swizzle() out of initdataLorenzo Pieralisi2017-10-26
| | |/
* | | locking/atomics/alpha: Add smp_read_barrier_depends() to _release()/_relaxed(...Will Deacon2017-10-24
* | | locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsWill Deacon2017-10-10
* | | locking/core: Remove {read,spin,write}_can_lock()Will Deacon2017-10-10
* | | locking/arch, alpha: Add __down_read_killable()Kirill Tkhai2017-10-10
|/ /
* | alpha: fix build failuresSudip Mukherjee2017-10-03
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-09-11
|\
| * signal: Remove kernel interal si_code magicEric W. Biederman2017-07-24
| * signal/alpha: Document a conflict with SI_USER for SIGTRAPEric W. Biederman2017-07-19
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-09
|\ \
| * | alpha: add support for memset16Matthew Wilcox2017-09-08
* | | Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-08
|\ \ \ | |/ / |/| |
| * | alpha/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooksLorenzo Pieralisi2017-08-03
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-06
|\ \ \
| * | | mm,fork: introduce MADV_WIPEONFORKRik van Riel2017-09-06
| * | | mm: arch: consolidate mmap hugetlb size encodingsMike Kravetz2017-09-06
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-06
|\ \ \ \ | |/ / / |/| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-01
| |\ \ \