summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0215-0/+15
* 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/...Linus Torvalds2017-10-061-1/+1
|\
| * parisc, watchdog/core: Use lockup_detector_stop()Thomas Gleixner2017-09-141-1/+1
* | parisc: Move init_per_cpu() into init sectionHelge Deller2017-09-223-4/+3
* | 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-221-0/+20
* | 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/ebi...Linus Torvalds2017-09-111-16/+15
|\
| * signal: Remove kernel interal si_code magicEric W. Biederman2017-07-241-16/+15
* | parisc/core: Fix section mismatchesHelge Deller2017-08-221-3/+3
* | parisc: Make existing core files reuseable for bootloaderHelge Deller2017-08-222-1/+18
* | parisc/random: Add machine specific randomnessHelge Deller2017-08-221-3/+21
* | parisc: Static initialization of pcxl_res_lock spinlockHelge Deller2017-08-221-2/+1
* | parisc: Static initialization of spinlocks in perf and unwind codeHelge Deller2017-08-222-6/+2
* | parisc: PDT: Add full support for memory failure via Page Deallocation Table ...Helge Deller2017-08-221-41/+239
* | parisc: PDT/firmware: Add support to read PDT on older PAT-machinesHelge Deller2017-08-221-8/+39
* | parisc: Increase thread and stack size to 32kbHelge Deller2017-07-311-1/+1
* | parisc: Handle vma's whose context is not current in flush_cache_rangeJohn David Anglin2017-07-311-3/+2
* | parisc: Extend disabled preemption in copy_user_pageJohn David Anglin2017-07-251-1/+1
* | parisc: Prevent TLB speculation on flushed pages on CPUs that only support eq...John David Anglin2017-07-251-20/+14
* | parisc: Suspend lockup detectors before system haltHelge Deller2017-07-251-0/+2
* | parisc: Show DIMM slot number which holds broken memory moduleHelge Deller2017-07-251-5/+14
* | parisc: Add function to return DIMM slot of physical addressHelge Deller2017-07-251-0/+25
* | parisc: Fix crash when calling PDC_PAT_MEM PDT firmware functionHelge Deller2017-07-252-3/+12
* | parisc: Merge millicode routines via linker scriptHelge Deller2017-07-231-0/+2
* | parisc: Disable further stack checks when panic occurs during stack checkHelge Deller2017-07-231-1/+7
|/
* Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-07-031-10/+13
|\
| * parisc: parisc_bus_type: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman2017-06-091-10/+13
* | Merge branch 'parisc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-039-14/+289
|\ \
| * | parisc: use compat_sys_keyctl()Eric Biggers2017-07-021-1/+1
| * | parisc: Don't hardcode PSW values in hpmc codeHelge Deller2017-06-091-2/+3
| * | parisc: Add Page Deallocation Table (PDT) supportHelge Deller2017-05-124-1/+261
| * | parisc: Enhance detection of synchronous cr16 clocksourcesHelge Deller2017-05-102-5/+24
| * | parisc: Drop per_cpu uaccess related exception_data structHelge Deller2017-05-101-5/+0
| |/
* | arch: remove unused macro/function thread_saved_pc()Tobias Klauser2017-06-281-5/+0
* | mm: larger stack guard gap, between vmasHugh Dickins2017-06-191-6/+9
|/
* Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-081-28/+0
|\
| * parisc: Use generic pci_mmap_resource_range()David Woodhouse2017-04-201-29/+0
| * PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse2017-04-201-1/+2
* | scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd2017-05-081-1/+1
* | mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-081-1/+1
* | parisc: Avoid stalled CPU warnings after system shutdownHelge Deller2017-03-291-0/+2
* | parisc: Clean up fixup routines for get_user()/put_user()Helge Deller2017-03-291-10/+0
* | parisc: Fix system shutdown haltHelge Deller2017-03-181-0/+2
* | parisc: perf: Fix potential NULL pointer dereferenceArvind Yadav2017-03-181-45/+49