summaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
* parisc: Don't use BITS_PER_LONG in userspace-exported swab.h headerHelge Deller2017-02-013-5/+10
* parisc: Fix TLB related boot crash on SMP machinesHelge Deller2016-12-151-0/+11
* parisc: Remove unnecessary TLB purges from flush_dcache_page_asm and flush_ic...John David Anglin2016-12-151-21/+1
* parisc: Purge TLB before setting PTEJohn David Anglin2016-12-151-4/+4
* parisc: Also flush data TLB in flush_icache_page_asmJohn David Anglin2016-12-021-15/+22
* parisc: Fix race in pci-dma.cJohn David Anglin2016-12-021-1/+1
* parisc: Fix races in parisc_setup_cache_timing()John David Anglin2016-12-022-19/+16
* parisc: Ensure consistent state when switching to kernel stack at syscall entryJohn David Anglin2016-11-101-2/+9
* parisc: Increase initial kernel mapping sizeHelge Deller2016-10-281-3/+3
* parisc: Fix kernel memory layout regarding position of __gpHelge Deller2016-10-281-2/+5
* parisc: Increase KERNEL_INITIAL_SIZE for 32-bit SMP kernelsHelge Deller2016-10-282-1/+9
* parisc: fix copy_from_user()Al Viro2016-09-241-2/+4
* parisc: Fix order of EREFUSED define in errno.hHelge Deller2016-09-071-2/+2
* parisc: Fix pagefault crash in unaligned __get_user() callHelge Deller2016-06-241-1/+9
* parisc: Unbreak handling exceptions from kernel modulesHelge Deller2016-04-204-0/+9
* parisc: Fix kernel crash with reversed copy_from_user()Helge Deller2016-04-201-0/+3
* parisc: Avoid function pointers for kernel exception routinesHelge Deller2016-04-201-5/+5
* parisc: Fix ptrace syscall number and return value modificationHelge Deller2016-03-092-6/+15
* parisc: Fix __ARCH_SI_PREAMBLE_SIZEHelge Deller2016-02-171-0/+4
* parisc: Protect huge page pte changes with spinlocksHelge Deller2016-02-172-28/+52
* parisc: Fix syscall restartsHelge Deller2015-12-211-12/+52
* parisc: Disable huge pages on Mako machinesHelge Deller2015-12-121-1/+2
* parisc: Wire up mlock2 syscallHelge Deller2015-12-122-1/+3
* parisc: Remove unused pcibios_init_bus()Bjorn Helgaas2015-12-121-18/+0
* Merge branch 'parisc-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-11-2217-116/+382
|\
| * parisc: Map kernel text and data on huge pagesHelge Deller2015-11-223-26/+31
| * parisc: Add Huge Page and HUGETLBFS supportHelge Deller2015-11-226-15/+291
| * parisc: Use long branch to do_syscall_trace_exitHelge Deller2015-11-221-2/+2
| * parisc: Increase initial kernel mapping to 32MB on 64bit kernelHelge Deller2015-11-222-3/+7
| * parisc: Initialize the fault vector earlier in the boot process.Helge Deller2015-11-223-28/+21
| * parisc: Add defines for Huge page supportHelge Deller2015-11-222-4/+29
| * parisc: Drop unused MADV_xxxK_PAGES flags from asm/mman.hHelge Deller2015-11-221-10/+0
| * parisc: Drop definition of start_thread_som for HP-UX SOM binariesHelge Deller2015-11-201-27/+0
| * parisc: Fix wrong comment regarding first pmd entry flagsHelge Deller2015-11-201-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-091-1/+0
|\ \
| * | kmap_atomic_to_page() has no users, remove itNicolas Pitre2015-11-091-1/+0
* | | Merge branch 'parisc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-11-098-52/+44
|\ \ \ | |/ / |/| |
| * | parisc: Fixes and cleanups in kernel uapi header filesHelge Deller2015-11-087-21/+44
| * | parisc: Drop hpux_stat64 struct from stat.h header fileHelge Deller2015-11-081-31/+0
| |/
* | mm: mlock: add mlock flags to enable VM_LOCKONFAULT usageEric B Munson2015-11-051-0/+3
* | Merge branch 'parisc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-11-043-14/+10
|\ \
| * | parisc: Change L1_CACHE_BYTES to 16John David Anglin2015-10-251-13/+5
| * | parisc: Wire up userfaultfd syscallHelge Deller2015-10-222-1/+3
| * | parisc: allocate sys_membarrier system call numberMathieu Desnoyers2015-10-222-1/+3
| |/
* / atomic, arch: Audit atomic_{read,set}()Peter Zijlstra2015-09-231-1/+1
|/
* parisc: Use platform_device_register_simple("rtc-generic")Helge Deller2015-09-081-10/+4
* parisc: Drop CONFIG_SMP around update_cr16_clocksource()Helge Deller2015-09-081-7/+0
* parisc: Use double word condition in 64bit CAS operationJohn David Anglin2015-09-081-1/+1
* parisc: Filter out spurious interrupts in PA-RISC irq handlerHelge Deller2015-09-081-2/+7
* parisc: Additionally check for in_atomic() in page fault handlerHelge Deller2015-09-081-1/+1