summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'parisc-4.20-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-11-141-2/+2
|\
| * parisc: Revert "Release spinlocks using ordered store"John David Anglin2018-11-061-2/+2
* | Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2018-11-091-1/+1
|\ \ | |/ |/|
| * mm: make the __PAGETABLE_PxD_FOLDED defines non-emptyMartin Schwidefsky2018-11-021-1/+1
* | treewide: remove current_text_addrNick Desaulniers2018-10-311-11/+0
* | hugetlb: introduce generic version of huge_ptep_getAlexandre Ghiti2018-10-261-5/+0
* | hugetlb: introduce generic version of huge_ptep_set_access_flags()Alexandre Ghiti2018-10-261-0/+1
* | hugetlb: introduce generic version of huge_ptep_set_wrprotect()Alexandre Ghiti2018-10-261-0/+1
* | hugetlb: introduce generic version of prepare_hugepage_rangeAlexandre Ghiti2018-10-261-0/+1
* | hugetlb: introduce generic version of huge_pte_wrprotectAlexandre Ghiti2018-10-261-5/+0
* | hugetlb: introduce generic version of huge_pte_none()Alexandre Ghiti2018-10-261-5/+0
* | hugetlb: introduce generic version of huge_ptep_clear_flushAlexandre Ghiti2018-10-261-0/+1
* | hugetlb: introduce generic version of huge_ptep_get_and_clear()Alexandre Ghiti2018-10-261-0/+1
* | hugetlb: introduce generic version of set_huge_pte_at()Alexandre Ghiti2018-10-261-0/+1
* | hugetlb: introduce generic version of hugetlb_free_pgd_rangeAlexandre Ghiti2018-10-261-10/+2
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-252-20/+7
|\
| * y2038: utimes: Rework #ifdef guards for compat syscallsArnd Bergmann2018-08-291-0/+1
| * asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macroArnd Bergmann2018-08-291-1/+0
| * asm-generic: Move common compat types to asm-generic/compat.hArnd Bergmann2018-08-291-16/+2
| * y2038: Remove newstat family from default syscall setArnd Bergmann2018-08-291-0/+1
| * y2038: globally rename compat_time to old_time32Arnd Bergmann2018-08-271-3/+3
* | parisc: Retrieve and display the PDC PAT capabilitiesHelge Deller2018-10-201-0/+1
* | parisc: Remove pte_inserted defineJohn David Anglin2018-10-201-8/+2
* | parisc: Add PDC PAT cell_info() and pd_get_pdc_revisions() functionsHelge Deller2018-10-191-13/+41
* | parisc: Use zdep for shlw macro on PA1.1 and PA2.0Helge Deller2018-10-191-8/+1
* | parisc: Add alternative coding infrastructureHelge Deller2018-10-175-7/+70
* | parisc: Include compressed vmlinux file in vmlinuz boot kernelHelge Deller2018-10-171-5/+7
* | parisc: Purge TLB entries after updating page table entry and set page access...John David Anglin2018-10-171-12/+12
* | parisc: Release spinlocks using ordered storeJohn David Anglin2018-10-171-2/+2
* | parisc: Add SYSTEM_INFO and REGISTER TOC PAT functionsHelge Deller2018-10-171-0/+8
|/
* Merge branch 'parisc-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-225-20/+14
|\
| * parisc: Fix boot failure of 64-bit kernelHelge Deller2018-08-211-9/+0
| * parisc: Consolidate unwind initialization callsHelge Deller2018-08-171-2/+4
| * parisc: Restore possibility to execute 64-bit applicationsHelge Deller2018-08-173-9/+10
* | Merge branch 'parisc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-136-17/+29
|\|
| * parisc: Fix and improve kernel stack unwindingHelge Deller2018-08-133-6/+16
| * parisc: Remove unnecessary barriers from spinlock.hJohn David Anglin2018-08-131-6/+2
| * parisc: Add HAVE_REGS_AND_STACK_ACCESS_API featureHelge Deller2018-08-131-0/+11
| * parisc: use generic dma_noncoherent_opsChristoph Hellwig2018-08-131-4/+0
| * parisc: merge pcx_dma_ops and pcxl_dma_opsChristoph Hellwig2018-08-131-2/+1
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-131-107/+0
|\ \ | |/ |/|
| * Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar2018-07-171-8/+0
| |\
| * | atomics/treewide: Make conditional inc/dec ops optionalMark Rutland2018-06-211-23/+0
| * | atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland2018-06-211-12/+0
| * | atomics/treewide: Make test ops optionalMark Rutland2018-06-211-22/+0
| * | atomics/treewide: Make atomic64_fetch_add_unless() optionalMark Rutland2018-06-211-24/+0
| * | atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland2018-06-211-24/+0
| * | atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland2018-06-211-2/+0
| * | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-2/+2
* | | parisc: Define mb() and add memory barriers to assembler unlock sequencesJohn David Anglin2018-08-081-0/+32
| |/ |/|