summaryrefslogtreecommitdiff
path: root/arch/parisc
AgeCommit message (Expand)AuthorFilesLines
2018-11-21parisc: Fix map_pages() to not overwrite existing pte entriesHelge Deller1-6/+2
2018-11-21parisc: Fix address in HPMC IVAJohn David Anglin2-2/+3
2018-08-24parisc: Remove unnecessary barriers from spinlock.hJohn David Anglin1-6/+2
2018-08-24parisc: Remove ordered stores from syscall.SJohn David Anglin1-12/+12
2018-08-15parisc: Define mb() and add memory barriers to assembler unlock sequencesJohn David Anglin4-0/+39
2018-08-15parisc: Enable CONFIG_MLONGCALLS by defaultHelge Deller1-1/+1
2018-05-26futex: Remove duplicated code and fix undefined behaviourJiri Slaby1-21/+4
2018-04-24parisc: Fix out of array access in match_pci_device()Helge Deller1-0/+4
2018-01-10parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernelHelge Deller3-4/+20
2017-11-30parisc: Fix validity check of pointer size argument in new CAS implementationJohn David Anglin1-3/+3
2017-10-27parisc: Fix double-word compare and exchange in LWS code on 32-bit kernelsJohn David Anglin1-3/+3
2017-10-27parisc: Avoid trashing sr2 and sr3 in LWS codeJohn David Anglin1-29/+24
2017-10-08parisc: perf: Fix potential NULL pointer dereferenceArvind Yadav1-45/+49
2017-07-21parisc/mm: Ensure IRQs are off in switch_mm()Helge Deller1-2/+13
2017-07-21parisc: DMA API: return error instead of BUG_ON for dma ops on non dma devsThomas Bogendoerfer1-4/+7
2017-07-21parisc: use compat_sys_keyctl()Eric Biggers1-1/+1
2017-07-21parisc: Report SIGSEGV instead of SIGBUS when running out of stackHelge Deller1-1/+1
2017-06-26mm: larger stack guard gap, between vmasHugh Dickins1-6/+9
2017-02-01parisc: Don't use BITS_PER_LONG in userspace-exported swab.h headerHelge Deller3-5/+10
2016-12-15parisc: Fix TLB related boot crash on SMP machinesHelge Deller1-0/+11
2016-12-15parisc: Remove unnecessary TLB purges from flush_dcache_page_asm and flush_ic...John David Anglin1-21/+1
2016-12-15parisc: Purge TLB before setting PTEJohn David Anglin1-4/+4
2016-12-02parisc: Also flush data TLB in flush_icache_page_asmJohn David Anglin1-15/+22
2016-12-02parisc: Fix race in pci-dma.cJohn David Anglin1-1/+1
2016-12-02parisc: Fix races in parisc_setup_cache_timing()John David Anglin2-19/+16
2016-11-10parisc: Ensure consistent state when switching to kernel stack at syscall entryJohn David Anglin1-2/+9
2016-10-28parisc: Increase initial kernel mapping sizeHelge Deller1-3/+3
2016-10-28parisc: Fix kernel memory layout regarding position of __gpHelge Deller1-2/+5
2016-10-28parisc: Increase KERNEL_INITIAL_SIZE for 32-bit SMP kernelsHelge Deller2-1/+9
2016-09-24parisc: fix copy_from_user()Al Viro1-2/+4
2016-09-07parisc: Fix order of EREFUSED define in errno.hHelge Deller1-2/+2
2016-06-24parisc: Fix pagefault crash in unaligned __get_user() callHelge Deller1-1/+9
2016-04-20parisc: Unbreak handling exceptions from kernel modulesHelge Deller4-0/+9
2016-04-20parisc: Fix kernel crash with reversed copy_from_user()Helge Deller1-0/+3
2016-04-20parisc: Avoid function pointers for kernel exception routinesHelge Deller1-5/+5
2016-03-10parisc: Fix ptrace syscall number and return value modificationHelge Deller2-6/+15
2016-02-17parisc: Fix __ARCH_SI_PREAMBLE_SIZEHelge Deller1-0/+4
2016-02-17parisc: Protect huge page pte changes with spinlocksHelge Deller2-28/+52
2015-12-21parisc: Fix syscall restartsHelge Deller1-12/+52
2015-12-12parisc: Disable huge pages on Mako machinesHelge Deller1-1/+2
2015-12-12parisc: Wire up mlock2 syscallHelge Deller2-1/+3
2015-12-12parisc: Remove unused pcibios_init_bus()Bjorn Helgaas1-18/+0
2015-11-22Merge branch 'parisc-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds17-116/+382
2015-11-22parisc: Map kernel text and data on huge pagesHelge Deller3-26/+31
2015-11-22parisc: Add Huge Page and HUGETLBFS supportHelge Deller6-15/+291
2015-11-22parisc: Use long branch to do_syscall_trace_exitHelge Deller1-2/+2
2015-11-22parisc: Increase initial kernel mapping to 32MB on 64bit kernelHelge Deller2-3/+7
2015-11-22parisc: Initialize the fault vector earlier in the boot process.Helge Deller3-28/+21
2015-11-22parisc: Add defines for Huge page supportHelge Deller2-4/+29
2015-11-22parisc: Drop unused MADV_xxxK_PAGES flags from asm/mman.hHelge Deller1-10/+0