summaryrefslogtreecommitdiffstats
path: root/arch/alpha
Commit message (Expand)AuthorAgeFilesLines
* alpha: use pgtable-nopud instead of 4level-fixupMike Rapoport2019-12-044-19/+22
* Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-031-4/+4
|\
| * PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-141-4/+4
* | Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-012-68/+3
|\ \
| * | y2038: use compat_{get,set}_itimer on alphaArnd Bergmann2019-11-152-67/+2
| * | y2038: rusage: use __kernel_old_timevalArnd Bergmann2019-11-151-1/+1
| |/
* | Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2019-11-281-6/+0
|\ \
| * | alpha: remove the unused __ioremap wrapperChristoph Hellwig2019-11-111-6/+0
| |/
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-261-10/+8
|\ \
| * | alpha: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook2019-11-041-1/+1
| * | vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook2019-11-041-1/+1
| * | vmlinux.lds.h: Replace RODATA with RO_DATAKees Cook2019-11-041-1/+1
| * | vmlinux.lds.h: Move NOTES into RO_DATAKees Cook2019-11-041-2/+0
| * | vmlinux.lds.h: Move Program Header restoration into NOTES macroKees Cook2019-11-041-4/+1
| * | vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notesKees Cook2019-11-041-0/+3
| * | alpha: Rename PT_LOAD identifier "kernel" to "text"Kees Cook2019-11-041-4/+4
| |/
* | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-251-2/+2
|\ \ | |/ |/|
| * alpha: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-2/+2
* | mm: introduce MADV_PAGEOUTMinchan Kim2019-09-251-0/+1
* | mm: introduce MADV_COLDMinchan Kim2019-09-251-0/+2
* | mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-241-5/+0
* | mm: remove quicklist page table cachesNicholas Piggin2019-09-241-2/+0
* | Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-09-201-0/+1
|\ \
| * | kbuild: add CONFIG_ASM_MODVERSIONSMasahiro Yamada2019-08-221-0/+1
* | | dma-mapping: explicitly wire up ->mmap and ->get_sgtableChristoph Hellwig2019-09-041-0/+2
|/ /
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-171-5/+0
|\ \
| * | arch/*: remove unused isa_page_to_bus()Stephen Kitt2019-07-161-5/+0
* | | arch: mark syscall number 435 reserved for clone3Christian Brauner2019-07-151-0/+1
|/ /
* | Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2019-07-121-2/+0
|\ \
| * | kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIGMasahiro Yamada2019-06-091-2/+0
* | | alpha: switch to generic version of pte allocationMike Rapoport2019-07-121-37/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-111-0/+2
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-06-201-0/+2
| |\ \ \ | | |/ / | |/| |
| | * | bpf: net: Add SO_DETACH_REUSEPORT_BPFMartin KaFai Lau2019-06-151-0/+2
* | | | Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-101-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | arch: wire-up pidfd_open()Christian Brauner2019-06-281-0/+1
* | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-083-5/+5
|\ \ \ \
| * | | | signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-292-3/+3
| * | | | signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-2/+2
| |/ / /
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-081-10/+10
|\ \ \ \
| * \ \ \ Merge tag 'v5.2-rc5' into locking/core, to pick up fixesIngo Molnar2019-06-172-19/+2
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | locking/atomic, alpha: Use s64 for atomic64Mark Rutland2019-06-031-10/+10
* | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-082-17/+8
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | smp: Remove smp_call_function() and on_each_cpu() return valuesNadav Amit2019-06-232-17/+8
| | |_|/ | |/| |
* | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2019-06-051-2/+1
* | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2019-06-051-17/+1
| |/ / |/| |
* | | treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-301-0/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-13/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/ /
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner2019-05-241-9/+1