summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel
Commit message (Expand)AuthorAgeFilesLines
* parisc: fix a bug when syscall number of tracee is __NR_Linux_syscallsDmitry V. Levin2016-05-061-1/+1
* Merge branch 'parisc-4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-04-154-146/+106
|\
| * parisc: Fix ftrace function tracerHelge Deller2016-04-144-146/+106
* | parisc: Unbreak handling exceptions from kernel modulesHelge Deller2016-04-081-0/+1
* | parisc: Fix kernel crash with reversed copy_from_user()Helge Deller2016-04-081-0/+3
* | parisc: Avoid function pointers for kernel exception routinesHelge Deller2016-04-081-5/+5
* | parisc: Handle R_PARISC_PCREL32 relocations in kernel modulesHelge Deller2016-04-081-0/+8
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
* | Merge branch 'parisc-4.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-03-313-2/+14
|\ \
| * | parisc: Fix and enable seccomp filter supportHelge Deller2016-03-312-2/+9
| * | parisc: Fix SIGSYS signals in compat caseHelge Deller2016-03-311-0/+5
| |/
* | arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko2016-03-251-0/+1
* | parisc: Wire up preadv2 and pwritev2 syscallsHelge Deller2016-03-231-0/+2
* | parisc: Panic immediately when panic_on_oopsAaro Koskinen2016-03-231-4/+1
* | parisc: Drop alloc_hugepages and free_hugepages syscallsHelge Deller2016-03-232-12/+2
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-151-1/+1
|\ \ | |/ |/|
| * arch/hotplug: Call into idle with a proper stateThomas Gleixner2016-03-011-1/+1
* | parisc: Wire up copy_file_range syscallHelge Deller2016-03-011-0/+1
* | parisc: Fix ptrace syscall number and return value modificationHelge Deller2016-03-012-6/+15
|/
* parisc: convert to dma_map_opsChristoph Hellwig2016-01-202-41/+53
* Merge branch 'parisc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-01-173-5/+57
|\
| * parisc: Imporove debug info about space registers and TLB configurationHelge Deller2016-01-121-4/+22
| * parisc: Reduce overhead of parisc_requires_coherency()Helge Deller2016-01-121-1/+9
| * parisc: Initialize PCI bridge cache line and default latencyHelge Deller2016-01-121-0/+26
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-01-141-16/+16
|\ \ | |/ |/|
| * module: use a structure to encapsulate layout.Rusty Russell2015-12-041-16/+16
* | 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
* | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-191-2/+2
|/
* parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards a...Helge Deller2015-05-121-0/+3
* parisc: copy_thread(): rename 'arg' argument to 'kthread_arg'Alex Dowad2015-04-241-4/+6
OpenPOWER on IntegriCloud