| Commit message (Expand) | Author | Age | Files | Lines |
* | parisc: Fix exported address of os_hpmc handler | Helge Deller | 2018-11-13 | 1 | -2/+1 |
* | parisc: Fix address in HPMC IVA | John David Anglin | 2018-11-13 | 2 | -2/+3 |
* | parisc: Remove ordered stores from syscall.S | John David Anglin | 2018-08-24 | 1 | -12/+12 |
* | parisc: Define mb() and add memory barriers to assembler unlock sequences | John David Anglin | 2018-08-15 | 3 | -0/+7 |
* | parisc: Move setup_profiling_timer() out of init section | Helge Deller | 2018-06-21 | 1 | -2/+1 |
* | parisc: drivers.c: Fix section mismatches | Helge Deller | 2018-06-21 | 1 | -3/+4 |
* | parisc: time: Convert read_persistent_clock() to read_persistent_clock64() | Baolin Wang | 2018-06-21 | 1 | -1/+1 |
* | parisc: Fix HPMC handler by increasing size to multiple of 16 bytes | Helge Deller | 2018-04-19 | 1 | -1/+5 |
* | parisc: Fix out of array access in match_pci_device() | Helge Deller | 2018-04-19 | 1 | -0/+4 |
* | parisc: Handle case where flush_cache_range is called with no context | John David Anglin | 2018-03-21 | 1 | -9/+32 |
* | parisc: Fix ordering of cache and TLB flushes | John David Anglin | 2018-03-08 | 2 | -26/+53 |
* | parisc: Reduce irq overhead when run in qemu | Helge Deller | 2018-03-08 | 1 | -4/+5 |
* | parisc: Use cr16 interval timers unconditionally on qemu | Helge Deller | 2018-03-08 | 1 | -1/+1 |
* | parisc: qemu idle sleep support | Helge Deller | 2018-01-10 | 1 | -0/+39 |
* | parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernel | Helge Deller | 2018-01-10 | 2 | -4/+18 |
* | Revert "parisc: Re-enable interrupts early" | John David Anglin | 2017-12-29 | 1 | -3/+9 |
* | parisc: Align os_hpmc_size on word boundary | Helge Deller | 2017-12-29 | 1 | -0/+1 |
* | parisc: Fix validity check of pointer size argument in new CAS implementation | John David Anglin | 2017-11-30 | 1 | -3/+3 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 15 | -0/+15 |
* | parisc: Fix detection of nonsynchronous cr16 cycle counters | Helge Deller | 2017-10-19 | 1 | -1/+4 |
* | parisc: Export __cmpxchg_u64 unconditionally | Guenter Roeck | 2017-10-19 | 1 | -1/+1 |
* | parisc: Fix double-word compare and exchange in LWS code on 32-bit kernels | John David Anglin | 2017-10-19 | 1 | -3/+3 |
* | Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2017-10-06 | 1 | -1/+1 |
|\ |
|
| * | parisc, watchdog/core: Use lockup_detector_stop() | Thomas Gleixner | 2017-09-14 | 1 | -1/+1 |
* | | parisc: Move init_per_cpu() into init section | Helge Deller | 2017-09-22 | 3 | -4/+3 |
* | | parisc: Check if initrd was loaded into broken RAM | Helge Deller | 2017-09-22 | 1 | -0/+9 |
* | | parisc: Add PDCE_CHECK instruction to HPMC handler | Helge Deller | 2017-09-22 | 1 | -1/+9 |
* | | parisc: Add wrapper for pdc_instr() firmware function | Helge Deller | 2017-09-22 | 1 | -0/+20 |
* | | parisc: Move start_parisc() into init section | Helge Deller | 2017-09-22 | 1 | -2/+2 |
* | | parisc: Stop unwinding at start of stack | Helge Deller | 2017-09-22 | 1 | -0/+12 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2017-09-11 | 1 | -16/+15 |
|\ |
|
| * | signal: Remove kernel interal si_code magic | Eric W. Biederman | 2017-07-24 | 1 | -16/+15 |
* | | parisc/core: Fix section mismatches | Helge Deller | 2017-08-22 | 1 | -3/+3 |
* | | parisc: Make existing core files reuseable for bootloader | Helge Deller | 2017-08-22 | 2 | -1/+18 |
* | | parisc/random: Add machine specific randomness | Helge Deller | 2017-08-22 | 1 | -3/+21 |
* | | parisc: Static initialization of pcxl_res_lock spinlock | Helge Deller | 2017-08-22 | 1 | -2/+1 |
* | | parisc: Static initialization of spinlocks in perf and unwind code | Helge Deller | 2017-08-22 | 2 | -6/+2 |
* | | parisc: PDT: Add full support for memory failure via Page Deallocation Table ... | Helge Deller | 2017-08-22 | 1 | -41/+239 |
* | | parisc: PDT/firmware: Add support to read PDT on older PAT-machines | Helge Deller | 2017-08-22 | 1 | -8/+39 |
* | | parisc: Increase thread and stack size to 32kb | Helge Deller | 2017-07-31 | 1 | -1/+1 |
* | | parisc: Handle vma's whose context is not current in flush_cache_range | John David Anglin | 2017-07-31 | 1 | -3/+2 |
* | | parisc: Extend disabled preemption in copy_user_page | John David Anglin | 2017-07-25 | 1 | -1/+1 |
* | | parisc: Prevent TLB speculation on flushed pages on CPUs that only support eq... | John David Anglin | 2017-07-25 | 1 | -20/+14 |
* | | parisc: Suspend lockup detectors before system halt | Helge Deller | 2017-07-25 | 1 | -0/+2 |
* | | parisc: Show DIMM slot number which holds broken memory module | Helge Deller | 2017-07-25 | 1 | -5/+14 |
* | | parisc: Add function to return DIMM slot of physical address | Helge Deller | 2017-07-25 | 1 | -0/+25 |
* | | parisc: Fix crash when calling PDC_PAT_MEM PDT firmware function | Helge Deller | 2017-07-25 | 2 | -3/+12 |
* | | parisc: Merge millicode routines via linker script | Helge Deller | 2017-07-23 | 1 | -0/+2 |
* | | parisc: Disable further stack checks when panic occurs during stack check | Helge Deller | 2017-07-23 | 1 | -1/+7 |
|/ |
|
* | Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2017-07-03 | 1 | -10/+13 |
|\ |
|