summaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
...
| * | parisc: Purge TLB entries after updating page table entry and set page access...John David Anglin2018-10-172-15/+13
| * | parisc: Release spinlocks using ordered storeJohn David Anglin2018-10-172-10/+6
| * | parisc: Clean up crash header outputHelge Deller2018-10-171-2/+2
| * | parisc: Add SYSTEM_INFO and REGISTER TOC PAT functionsHelge Deller2018-10-171-0/+8
| * | parisc: Remove PTE load and fault check from L2_ptep macroJohn David Anglin2018-10-171-6/+6
| * | parisc: Reorder TLB flush timing calculationJohn David Anglin2018-10-171-8/+10
| * | parisc: remove check for minimum required GCC versionMasahiro Yamada2018-10-171-9/+0
| * | parisc: Use PARISC_ITLB_TRAP constant in entry.SHelge Deller2018-10-171-1/+1
| |/
* | Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-10-222-2/+2
|\ \
| * | dma-mapping: merge direct and noncoherent opsChristoph Hellwig2018-09-202-2/+2
| |/
* / parisc: Fix uninitialized variable usage in unwind.cHelge Deller2018-10-161-1/+1
|/
* Merge branch 'parisc-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-2212-137/+113
|\
| * parisc: Add hardware description to stack tracesHelge Deller2018-08-211-0/+2
| * parisc: Fix boot failure of 64-bit kernelHelge Deller2018-08-213-27/+15
| * parisc: Consolidate unwind initialization callsHelge Deller2018-08-174-57/+36
| * parisc: Update comments in syscall.S regarding wide userlandHelge Deller2018-08-171-10/+3
| * parisc: Fix ptraced 64-bit applications to call 64-bit syscallsHelge Deller2018-08-171-4/+18
| * parisc: Restore possibility to execute 64-bit applicationsHelge Deller2018-08-176-39/+39
* | mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-171-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-151-0/+3
|\ \
| * \ Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-111-1/+0
| |\ \
| * \ \ Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-095-1/+40
| |\ \ \
| * | | | net: Add a new socket option for a future transmit time.Richard Cochran2018-07-041-0/+3
* | | | | Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-152-32/+0
|\ \ \ \ \
| * | | | | kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig2018-08-021-1/+0
| * | | | | Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig2018-08-022-7/+0
| * | | | | kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig2018-08-021-24/+0
| |/ / / /
* | | | | Merge branch 'parisc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-1320-436/+260
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | parisc: Fix and improve kernel stack unwindingHelge Deller2018-08-1310-232/+88
| * | | | parisc: Remove unnecessary barriers from spinlock.hJohn David Anglin2018-08-131-6/+2
| * | | | parisc: Remove ordered stores from syscall.SJohn David Anglin2018-08-131-12/+12
| * | | | parisc: prefer _THIS_IP_ and _RET_IP_ statement expressionsNick Desaulniers2018-08-131-2/+2
| * | | | parisc: Add HAVE_REGS_AND_STACK_ACCESS_API featureHelge Deller2018-08-133-0/+112
| * | | | parisc: Drop architecture-specific ENOTSUP defineHelge Deller2018-08-131-1/+0
| * | | | parisc: use generic dma_noncoherent_opsChristoph Hellwig2018-08-134-139/+16
| * | | | parisc: always use flush_kernel_dcache_range for DMA cache maintainanceChristoph Hellwig2018-08-131-3/+3
| * | | | parisc: merge pcx_dma_ops and pcxl_dma_opsChristoph Hellwig2018-08-134-59/+43
| | |_|/ | |/| |
* | | | 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-177-34/+17
| |\| |
| * | | 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
* | | | lib/ubsan: remove null-pointer checksAndrey Ryabinin2018-08-101-1/+0
| |_|/ |/| |
* | | parisc: Define mb() and add memory barriers to assembler unlock sequencesJohn David Anglin2018-08-084-0/+39
* | | parisc: Enable CONFIG_MLONGCALLS by defaultHelge Deller2018-08-081-1/+1
| |/ |/|
* | parisc: Build kernel without -ffunction-sectionsHelge Deller2018-06-291-4/+0