aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-13parisc: mark parisc_terminate() noreturn and cold.Helge Deller1-1/+1
2013-07-31parisc: Fix interrupt routing for C8000 serial portsThomas Bogendoerfer1-0/+3
2013-07-09parisc: Ensure volatile space register %sr1 is not clobberedJohn David Anglin1-2/+3
2013-07-09parisc: optimize mtsp(0,sr) inline assemblyHelge Deller1-3/+6
2013-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+0
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro1-3/+0
2013-06-18parisc: provide pci_mmap_page_range() for pariscThomas Bogendoerfer1-0/+5
2013-06-18parisc: fix kernel BUG at arch/parisc/include/asm/mmzone.h:50 (part 2)Helge Deller1-2/+2
2013-06-01parisc: fix kernel BUG at arch/parisc/include/asm/mmzone.h:50Helge Deller1-4/+1
2013-05-24parisc: fix irq stack on UP and SMPHelge Deller2-26/+0
2013-05-24parisc: make interrupt and interruption stack allocation reentrantJohn David Anglin1-1/+0
2013-05-24parisc: show number of FPE and unaligned access handler calls in /proc/interruptsHelge Deller1-0/+2
2013-05-11parisc: implement irq stacks - part 2 (v2)Helge Deller2-0/+12
2013-05-07parisc: tlb flush counting fix for SMP and UPHelge Deller2-5/+3
2013-05-07parisc: more irq statistics in /proc/interruptsHelge Deller2-2/+35
2013-05-07parisc: implement irq stacksHelge Deller1-2/+17
2013-05-07parisc: add kernel stack overflow checkHelge Deller1-1/+1
2013-05-06parisc: implement atomic64_dec_if_positive()Helge Deller1-0/+23
2013-05-06parisc: Provide default implementation for dma_{alloc, free}_attrsDamian Hobson-Garcia1-0/+3
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-8/+0
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2013-04-25parisc: use spin_lock_irqsave/spin_unlock_irqrestore for PTE updatesJohn David Anglin1-22/+25
2013-04-25parisc: uaccess: fix compiler warnings caused by __put_user castingWill Deacon1-10/+4
2013-04-25parisc: Change kunmap macro to static inline functionJohn David Anglin1-1/+4
2013-04-08arch: Consolidate tsk_is_polling()Thomas Gleixner1-2/+0
2013-03-03consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro1-8/+0
2013-03-02parisc: fix compile warnings triggered by atomic_sub(sizeof(),v)Helge Deller1-2/+2
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds2-7/+2
2013-02-20arch/parisc/include/asm: use ARRAY_SIZE macro in mmzone.hNikitas Angelinas1-1/+1
2013-02-20parisc: remove empty lines and unnecessary #ifdef coding in include/asm/signal.hHelge Deller1-4/+0
2013-02-20parisc: sendfile and sendfile64 syscall cleanupsHelge Deller1-0/+1
2013-02-20parisc: switch to available compat_sched_rr_get_interval implementationHelge Deller1-0/+1
2013-02-20parisc: convert msgrcv and msgsnd syscalls to use compat layerHelge Deller1-0/+61
2013-02-20parisc: fix personality on 32bit kernelHelge Deller1-1/+1
2013-02-20parisc: remove unused compat_rt_sigframe.h headerPaul Bolle1-50/+0
2013-02-20parisc: always detect multiple physical rangesJohn David Anglin1-3/+2
2013-02-20parisc: disable preemption while flushing D- or I-caches through TMPALIAS regionJohn David Anglin1-0/+2
2013-02-20parisc: remove IRQF_DISABLEDPeter Zijlstra1-2/+2
2013-02-20parisc: fixes and cleanups in page cache flushing (1/4)John David Anglin1-4/+16
2013-02-20Merge tag 'parisc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6 into stable-3.8Helge Deller1-3/+10
2013-02-14burying unused conditionalsAl Viro1-3/+0
2013-02-03consolidate kernel-side struct sigaction declarationsAl Viro1-0/+2
2013-02-03consolidate declarations of k_sigactionAl Viro1-4/+0
2013-01-29parisc: Provide dummy dma_mmap_coherent() and dma_get_sgtable()Geert Uytterhoeven1-0/+15
2013-01-19[PARISC] Purge existing TLB entries in set_pte_at and ptep_set_wrprotectJohn David Anglin1-3/+10
2013-01-03ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-1/+0
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro1-1/+0
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds3-3/+4
2012-11-29unify default ptrace_signal_deliverAl Viro1-2/+0