aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc
AgeCommit message (Expand)AuthorFilesLines
2018-11-09Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 1-1/+1
2018-11-02mm: make the __PAGETABLE_PxD_FOLDED defines non-emptyGravatar Martin Schwidefsky 1-1/+1
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 1-1/+0
2018-10-31memblock: rename free_all_bootmem to memblock_free_allGravatar Mike Rapoport 1-1/+1
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKGravatar Mike Rapoport 1-1/+0
2018-10-31mm: remove CONFIG_NO_BOOTMEMGravatar Mike Rapoport 1-1/+0
2018-10-31treewide: remove current_text_addrGravatar Nick Desaulniers 1-11/+0
2018-10-29Merge branch 'parisc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-11/+7
2018-10-29Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+2
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 1-1/+1
2018-10-28parisc: Fix A500 boot crashGravatar John David Anglin 1-6/+4
2018-10-26hugetlb: introduce generic version of huge_ptep_getGravatar Alexandre Ghiti 1-5/+0
2018-10-26hugetlb: introduce generic version of huge_ptep_set_access_flags()Gravatar Alexandre Ghiti 1-0/+1
2018-10-26hugetlb: introduce generic version of huge_ptep_set_wrprotect()Gravatar Alexandre Ghiti 1-0/+1
2018-10-26hugetlb: introduce generic version of prepare_hugepage_rangeGravatar Alexandre Ghiti 1-0/+1
2018-10-26hugetlb: introduce generic version of huge_pte_wrprotectGravatar Alexandre Ghiti 1-5/+0
2018-10-26hugetlb: introduce generic version of huge_pte_none()Gravatar Alexandre Ghiti 1-5/+0
2018-10-26hugetlb: introduce generic version of huge_ptep_clear_flushGravatar Alexandre Ghiti 1-0/+1
2018-10-26hugetlb: introduce generic version of huge_ptep_get_and_clear()Gravatar Alexandre Ghiti 1-0/+1
2018-10-26hugetlb: introduce generic version of set_huge_pte_at()Gravatar Alexandre Ghiti 1-0/+1
2018-10-26hugetlb: introduce generic version of hugetlb_free_pgd_rangeGravatar Alexandre Ghiti 1-10/+2
2018-10-26parisc: Use LINUX_GATEWAY_SPACE constant in entry.SGravatar Helge Deller 1-2/+3
2018-10-26parisc64: change __kernel_suseconds_t to match glibcGravatar Arnd Bergmann 1-3/+0
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-20/+7
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-11/+1
2018-10-23Merge branch 'parisc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 26-184/+706
2018-10-22Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 2-2/+2
2018-10-20parisc: Retrieve and display the PDC PAT capabilitiesGravatar Helge Deller 2-0/+11
2018-10-20parisc: Optimze cache flush algorithmsGravatar John David Anglin 2-20/+229
2018-10-20parisc: Remove pte_inserted defineGravatar John David Anglin 1-8/+2
2018-10-19parisc: Add PDC PAT cell_info() and pd_get_pdc_revisions() functionsGravatar Helge Deller 2-13/+98
2018-10-19parisc: Drop two instructions from pte lookup codeGravatar Helge Deller 1-3/+1
2018-10-19parisc: Use zdep for shlw macro on PA1.1 and PA2.0Gravatar Helge Deller 1-8/+1
2018-10-17parisc: Add alternative coding infrastructureGravatar Helge Deller 12-43/+223
2018-10-17parisc: Include compressed vmlinux file in vmlinuz boot kernelGravatar Helge Deller 4-30/+91
2018-10-17parisc: Fix address in HPMC IVAGravatar John David Anglin 2-2/+3
2018-10-17parisc: Fix exported address of os_hpmc handlerGravatar Helge Deller 1-2/+1
2018-10-17parisc: Fix map_pages() to not overwrite existing pte entriesGravatar Helge Deller 1-6/+2
2018-10-17parisc: Purge TLB entries after updating page table entry and set page access...Gravatar John David Anglin 2-15/+13
2018-10-17parisc: Release spinlocks using ordered storeGravatar John David Anglin 2-10/+6
2018-10-17parisc: Clean up crash header outputGravatar Helge Deller 1-2/+2
2018-10-17parisc: Add SYSTEM_INFO and REGISTER TOC PAT functionsGravatar Helge Deller 1-0/+8
2018-10-17parisc: Remove PTE load and fault check from L2_ptep macroGravatar John David Anglin 1-6/+6
2018-10-17parisc: Reorder TLB flush timing calculationGravatar John David Anglin 1-8/+10
2018-10-17parisc: remove check for minimum required GCC versionGravatar Masahiro Yamada 1-9/+0
2018-10-17parisc: Use PARISC_ITLB_TRAP constant in entry.SGravatar Helge Deller 1-1/+1
2018-10-16parisc: Fix uninitialized variable usage in unwind.cGravatar Helge Deller 1-1/+1
2018-10-03signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZEGravatar Eric W. Biederman 2-11/+1
2018-10-02tty/serial_core: add ISO7816 infrastructureGravatar Nicolas Ferre 1-0/+2
2018-09-29Update email addressGravatar Matthew Wilcox 1-1/+1