summaryrefslogtreecommitdiffstats
path: root/arch/alpha
Commit message (Expand)AuthorAgeFilesLines
* kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig2018-08-021-0/+1
* Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig2018-08-022-7/+0Star
* kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig2018-08-021-20/+0Star
* alpha: Remove custom dec_and_lock() implementationSebastian Andrzej Siewior2018-06-123-51/+0Star
* Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-06-061-1/+1
|\
| * kbuild: add machine size to CHECKFLAGSLuc Van Oostenryck2018-06-011-1/+1
* | 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-055-107/+30Star
|\ \
| * | signal/alpha: Use force_sig_fault where appropriateEric W. Biederman2018-04-252-21/+3Star
| * | signal/alpha: Use send_sig_fault where appropriateEric W. Biederman2018-04-253-79/+24Star
| * | signal/alpha: Replace TRAP_FIXME with TRAP_UNKEric W. Biederman2018-04-252-9/+2Star
| * | signal/alpha: Replace FPE_FIXME with FPE_FLTUNKEric W. Biederman2018-04-253-9/+2Star
| * | signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-254-0/+10
| * | signal/alpha: Document a conflict with SI_USER for SIGFPEEric W. Biederman2018-04-181-1/+1
| |/
* | Merge tag 'docs-4.18' of git://git.lwn.net/linuxLinus Torvalds2018-06-041-1/+1
|\ \
| * \ Merge branch 'mm-rst' into docs-nextJonathan Corbet2018-04-161-1/+1
| |\ \ | | |/ | |/|
| | * docs/vm: rename documentation files to .rstMike Rapoport2018-04-161-1/+1
* | | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-042-17/+2Star
|\ \ \
| * | | arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/KconfigChristoph Hellwig2018-05-091-3/+0Star
| * | | dma-mapping: move the NEED_DMA_MAP_STATE config symbol to lib/KconfigChristoph Hellwig2018-05-091-3/+1Star
| * | | scatterlist: move the NEED_SG_DMA_LENGTH config symbol to lib/KconfigChristoph Hellwig2018-05-091-3/+1Star
| * | | iommu-helper: mark iommu_is_span_boundary as inlineChristoph Hellwig2018-05-091-3/+0Star
| * | | PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-071-5/+0Star
| |/ /
* | | alpha: io: reorder barriers to guarantee writeX() and iowriteX() ordering #2Sinan Kaya2018-05-231-7/+7
* | | alpha: simplify get_arch_dma_opsChristoph Hellwig2018-05-232-5/+3Star
* | | alpha: use dma_direct_ops for jensenChristoph Hellwig2018-05-233-33/+5Star
|/ /
* | 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
* | alpha: Implement CPU vulnerabilities sysfs functions.Michael Cree2018-04-083-1/+47
* | alpha: rtc: stop validating rtc_time in .read_timeAlexandre Belloni2018-04-081-1/+1
* | alpha: rtc: remove unused set_mmss opsAlexandre Belloni2018-04-081-99/+0Star
* | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-04-073-11/+10Star
|\ \
| * | alpha: get rid of pointless insn in ret_from_kernel_threadAl Viro2018-03-281-1/+0Star
| * | alpha: switch pci syscalls to SYSCALL_DEFINEAl Viro2018-03-282-10/+10
* | | Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-031-1/+1
|\ \ \
| * | | mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski2018-04-021-1/+1
| |/ /
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-04-021-1/+1
|\ \ \
| * | | perf: Fix sibling iterationPeter Zijlstra2018-03-161-1/+1
| * | | perf/core: Remove perf_event::group_entryPeter Zijlstra2018-03-121-1/+1
| |/ /
* / / 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 tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-061-0/+1
|\
| * Merge branch 'pci/resource' into nextBjorn Helgaas2018-01-311-0/+1
| |\
| | * vgacon: Set VGA struct resource typesBjorn Helgaas2017-12-191-0/+1
| * | alpha/PCI: Deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-122-2/+2
| |/