| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ |
|
| * | parisc: parisc_bus_type: use dev_groups and not dev_attrs for bus_type | Greg Kroah-Hartman | 2017-06-09 | 1 | -10/+13 |
* | | Merge branch 'parisc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-07-03 | 9 | -14/+289 |
|\ \ |
|
| * | | parisc: use compat_sys_keyctl() | Eric Biggers | 2017-07-02 | 1 | -1/+1 |
| * | | parisc: Don't hardcode PSW values in hpmc code | Helge Deller | 2017-06-09 | 1 | -2/+3 |
| * | | parisc: Add Page Deallocation Table (PDT) support | Helge Deller | 2017-05-12 | 4 | -1/+261 |
| * | | parisc: Enhance detection of synchronous cr16 clocksources | Helge Deller | 2017-05-10 | 2 | -5/+24 |
| * | | parisc: Drop per_cpu uaccess related exception_data struct | Helge Deller | 2017-05-10 | 1 | -5/+0 |
| |/ |
|
* | | arch: remove unused macro/function thread_saved_pc() | Tobias Klauser | 2017-06-28 | 1 | -5/+0 |
* | | mm: larger stack guard gap, between vmas | Hugh Dickins | 2017-06-19 | 1 | -6/+9 |
|/ |
|
* | Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-05-08 | 1 | -28/+0 |
|\ |
|
| * | parisc: Use generic pci_mmap_resource_range() | David Woodhouse | 2017-04-20 | 1 | -29/+0 |
| * | PCI: Add BAR index argument to pci_mmap_page_range() | David Woodhouse | 2017-04-20 | 1 | -1/+2 |
* | | scripts/spelling.txt: add regsiter -> register spelling mistake | Stephen Boyd | 2017-05-08 | 1 | -1/+1 |
* | | mm, vmalloc: use __GFP_HIGHMEM implicitly | Michal Hocko | 2017-05-08 | 1 | -1/+1 |
* | | parisc: Avoid stalled CPU warnings after system shutdown | Helge Deller | 2017-03-29 | 1 | -0/+2 |
* | | parisc: Clean up fixup routines for get_user()/put_user() | Helge Deller | 2017-03-29 | 1 | -10/+0 |
* | | parisc: Fix system shutdown halt | Helge Deller | 2017-03-18 | 1 | -0/+2 |
* | | parisc: perf: Fix potential NULL pointer dereference | Arvind Yadav | 2017-03-18 | 1 | -45/+49 |
* | | parisc: Wire up statx system call | Helge Deller | 2017-03-15 | 1 | -0/+1 |