summaryrefslogtreecommitdiffstats
path: root/arch/parisc (follow)
Commit message (Expand)AuthorAgeFilesLines
* parisc: regs_return_value() should return gpr28Sven Schnelle2019-04-171-1/+1
* parisc: Detect QEMU earlier in boot processHelge Deller2019-04-172-6/+3
* parisc: Fix ptrace syscall number modificationDmitry V. Levin2019-02-271-8/+21
* parisc: Fix exported address of os_hpmc handlerHelge Deller2018-11-131-2/+1
* parisc: Fix map_pages() to not overwrite existing pte entriesHelge Deller2018-11-131-6/+2
* parisc: Fix address in HPMC IVAJohn David Anglin2018-11-132-2/+3
* parisc: Remove unnecessary barriers from spinlock.hJohn David Anglin2018-08-241-6/+2
* parisc: Remove ordered stores from syscall.SJohn David Anglin2018-08-241-12/+12
* parisc: Define mb() and add memory barriers to assembler unlock sequencesJohn David Anglin2018-08-154-0/+39
* parisc: Enable CONFIG_MLONGCALLS by defaultHelge Deller2018-08-151-1/+1
* parisc: Move setup_profiling_timer() out of init sectionHelge Deller2018-06-211-2/+1
* parisc: drivers.c: Fix section mismatchesHelge Deller2018-06-211-3/+4
* parisc: time: Convert read_persistent_clock() to read_persistent_clock64()Baolin Wang2018-06-211-1/+1
* parisc: Fix HPMC handler by increasing size to multiple of 16 bytesHelge Deller2018-04-191-1/+5
* parisc: Fix out of array access in match_pci_device()Helge Deller2018-04-191-0/+4
* parisc: Handle case where flush_cache_range is called with no contextJohn David Anglin2018-03-211-9/+32
* parisc: Fix ordering of cache and TLB flushesJohn David Anglin2018-03-083-26/+54
* parisc: Reduce irq overhead when run in qemuHelge Deller2018-03-081-4/+5
* parisc: Use cr16 interval timers unconditionally on qemuHelge Deller2018-03-082-1/+3
* parisc: Reduce thread stack to 16 kbJohn David Anglin2018-03-031-0/+5
* parisc: qemu idle sleep supportHelge Deller2018-01-101-0/+39
* parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernelHelge Deller2018-01-103-4/+20
* Revert "parisc: Re-enable interrupts early"John David Anglin2017-12-291-3/+9
* parisc: Fix indenting in puts()Helge Deller2017-12-291-2/+2
* parisc: Align os_hpmc_size on word boundaryHelge Deller2017-12-291-0/+1
* fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscallJeff Layton2017-12-171-1/+0
* parisc: Fix validity check of pointer size argument in new CAS implementationJohn David Anglin2017-11-301-3/+3
* License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman2017-11-021-0/+1
* License cleanup: add SPDX license identifier to uapi header files with no licenseGreg Kroah-Hartman2017-11-0226-0/+26
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02103-0/+103
* parisc: Fix detection of nonsynchronous cr16 cycle countersHelge Deller2017-10-191-1/+4
* parisc: Export __cmpxchg_u64 unconditionallyGuenter Roeck2017-10-191-1/+1
* parisc: Fix double-word compare and exchange in LWS code on 32-bit kernelsJohn David Anglin2017-10-191-3/+3
* Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2017-10-061-1/+1
|\
| * parisc, watchdog/core: Use lockup_detector_stop()Thomas Gleixner2017-09-141-1/+1
* | parisc: Unbreak bootloader due to gcc-7 optimizationsHelge Deller2017-09-222-2/+3
* | parisc: Reintroduce option to gzip-compress the kernelHelge Deller2017-09-222-0/+17
* | parisc: Add HWPOISON page fault handler codeHelge Deller2017-09-221-4/+29
* | parisc: Move init_per_cpu() into init sectionHelge Deller2017-09-224-4/+4
* | parisc: Check if initrd was loaded into broken RAMHelge Deller2017-09-221-0/+9
* | parisc: Add PDCE_CHECK instruction to HPMC handlerHelge Deller2017-09-221-1/+9
* | parisc: Add wrapper for pdc_instr() firmware functionHelge Deller2017-09-222-0/+21
* | parisc: Move start_parisc() into init sectionHelge Deller2017-09-221-2/+2
* | parisc: Stop unwinding at start of stackHelge Deller2017-09-221-0/+12
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2017-09-111-16/+15
|\
| * signal: Remove kernel interal si_code magicEric W. Biederman2017-07-241-16/+15
* | arch: define CPU_BIG_ENDIAN for all fixed big endian archsBabu Moger2017-09-081-0/+3
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-061-11/+3
|\ \
| * | mm,fork: introduce MADV_WIPEONFORKRik van Riel2017-09-061-0/+3
| * | mm: arch: consolidate mmap hugetlb size encodingsMike Kravetz2017-09-061-11/+0