summaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-281-0/+4
|\
| * Merge tag 'v5.5-rc7' into efi/core, to pick up fixesIngo Molnar2020-01-204-7/+8
| |\
| * \ Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar2020-01-101-0/+4
| |\ \
| | * | mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar2019-12-101-0/+4
* | | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-01-281-1/+1
|\ \ \ \
| * | | | scripts/sorttable: Rename 'sortextable' to 'sorttable'Shile Zhang2019-12-131-1/+1
| | |/ / | |/| |
* | | | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-272-4/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-062-4/+3
| | |/ | |/|
* | | Merge branch 'parisc-5.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-142-3/+3
|\ \ \
| * | | parisc: fix map_pages() to actually populate upper directoryMike Rapoport2020-01-141-1/+1
| * | | parisc: Use proper printk format for resource_size_tKrzysztof Kozlowski2020-01-141-2/+2
| |/ /
* / / parisc: Implement copy_thread_tlsAmanieu d'Antras2020-01-072-4/+5
|/ /
* | parisc: Fix compiler warnings in debug_core.cHelge Deller2019-12-201-2/+8
* | parisc: soft_offline_page() now takes the pfnHelge Deller2019-12-201-2/+1
* | parisc: add missing __init annotationSven Schnelle2019-12-151-1/+1
* | parisc: fix compilation when KEXEC=n and KEXEC_FILE=ySven Schnelle2019-12-152-5/+1
|/
* parisc/hugetlb: use pgtable-nopXd instead of 4level-fixupHelge Deller2019-12-041-6/+12
* parisc: use pgtable-nopXd instead of 4level-fixupMike Rapoport2019-12-047-76/+81
* arch: sembuf.h: make uapi asm/sembuf.h self-containedMasahiro Yamada2019-12-041-0/+1
* arch: msgbuf.h: make uapi asm/msgbuf.h self-containedMasahiro Yamada2019-12-041-0/+1
* Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-013-8/+8
|\
| * y2038: ipc: remove __kernel_time_t reference from headersArnd Bergmann2019-11-153-8/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2019-12-012-2/+0
|\ \
| * | sysctl: Remove the sysctl system callEric W. Biederman2019-11-262-2/+0
* | | Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-11-301-1/+1
|\ \ \
| * | | seccomp: simplify secure_computing()Christian Brauner2019-10-101-1/+1
| |/ /
* | | Merge branch 'parisc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-11-302-50/+53
|\ \ \
| * | | parisc: Avoid spurious inequivalent alias kernel error messagesJohn David Anglin2019-11-041-1/+1
| * | | parisc: Do not hardcode registers in checksum functionsHelge Deller2019-10-141-49/+52
| |/ /
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-281-4/+4
|\ \ \
| * | | dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-4/+4
* | | | Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2019-11-282-16/+5
|\ \ \ \
| * | | | parisc: remove __ioremapChristoph Hellwig2019-11-112-16/+5
| | |_|/ | |/| |
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-261-7/+4
|\ \ \ \
| * | | | parisc: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook2019-11-041-3/+1
| * | | | vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook2019-11-041-1/+1
| * | | | vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAKees Cook2019-11-041-2/+2
| * | | | vmlinux.lds.h: Move NOTES into RO_DATAKees Cook2019-11-041-1/+0
| | |_|/ | |/| |
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-11-253-11/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | module/ftrace: handle patchable-function-entryMark Rutland2019-11-063-11/+7
| |/ /
* | / parisc: fix frame pointer in ftrace_regs_caller()Sven Schnelle2019-10-301-1/+1
| |/ |/|
* | parisc: Fix vmap memory leak in ioremap()/iounmap()Helge Deller2019-10-141-5/+7
* | parisc: prefer __section from compiler_attributes.hNick Desaulniers2019-10-142-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-2/+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-1/+1
|\
| * kbuild: rebuild modules when module linker scripts are updatedMasahiro Yamada2019-08-211-1/+1
* | Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-191-1/+0
|\ \