aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.4.129 into android-msm-wahoo-4.4-oreo-m2Nathan Chancellor2018-04-241-0/+4
|\
| * parisc: Fix out of array access in match_pci_device()Helge Deller2018-04-241-0/+4
* | Merge 4.4.111 into android-msm-wahoo-4.4-oreo-mr1Nathan Chancellor2018-01-102-4/+18
|\|
| * parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernelHelge Deller2018-01-102-4/+18
* | Merge 4.4.105 into android-msm-wahoo-4.4-oreo-mr1Nathan Chancellor2017-12-092-78/+77
|\|
| * parisc: Fix validity check of pointer size argument in new CAS implementationJohn David Anglin2017-11-301-3/+3
| * parisc: Fix double-word compare and exchange in LWS code on 32-bit kernelsJohn David Anglin2017-10-271-3/+3
| * parisc: Avoid trashing sr2 and sr3 in LWS codeJohn David Anglin2017-10-271-29/+24
| * parisc: perf: Fix potential NULL pointer dereferenceArvind Yadav2017-10-081-45/+49
* | Merged linux-4.4.80 into android-msm-wahoo-4.4Thierry Strudel2017-09-201-1/+1
|\|
| * parisc: use compat_sys_keyctl()Eric Biggers2017-07-211-1/+1
| * mm: larger stack guard gap, between vmasHugh Dickins2017-06-261-6/+9
* | mm: larger stack guard gap, between vmasHugh Dickins2017-07-191-6/+9
* | Merge branch 'android-msm-8998-4.4-common' into android-msm-wahoo-4.4Thierry Strudel2017-04-076-54/+67
|\|
| * 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: 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: 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-281-0/+8
* | Merge branch 'android-msm-8998-4.4' into android-msm-muskie-4.4Thierry Strudel2016-12-061-1/+9
|\|
| * parisc: Fix pagefault crash in unaligned __get_user() callHelge Deller2016-06-241-1/+9
* | arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko2016-11-021-0/+1
|/
* parisc: Unbreak handling exceptions from kernel modulesHelge Deller2016-04-201-0/+1
* 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 syscall restartsHelge Deller2015-12-211-12/+52
* parisc: Wire up mlock2 syscallHelge Deller2015-12-121-0/+1
* 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-227-50/+80
|\
| * parisc: Map kernel text and data on huge pagesHelge Deller2015-11-222-3/+14
| * parisc: Add Huge Page and HUGETLBFS supportHelge Deller2015-11-222-15/+41
| * 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-221-2/+2
| * parisc: Initialize the fault vector earlier in the boot process.Helge Deller2015-11-223-28/+21
* | parisc: Wire up userfaultfd syscallHelge Deller2015-10-221-0/+1
* | parisc: allocate sys_membarrier system call numberMathieu Desnoyers2015-10-221-0/+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/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-311-6/+6
* parisc: Fix some PTE/TLB race conditions and optimize __flush_tlb_range based...John David Anglin2015-07-103-126/+146
* Merge tag 'module_init-device_initcall-v4.1-rc8' of git://git.kernel.org/pub/...Linus Torvalds2015-07-022-4/+2
|\
| * parisc64: don't use module_init for non-modular core perf codePaul Gortmaker2015-06-161-2/+1
| * parisc: don't use module_init for non-modular core pdc_cons codePaul Gortmaker2015-06-161-2/+1
* | parisc: use for_each_sg()Akinobu Mita2015-06-241-11/+16