summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-121-0/+1
|\
| * Merge branch 'linus' into sched/coreIngo Molnar2013-11-011-1/+1
| |\
| * | sched, arch: Create asm/preempt.hPeter Zijlstra2013-09-251-0/+1
* | | parisc: implement full version of access_ok()Helge Deller2013-11-071-4/+42
* | | parisc: do not count IPI calls twiceHelge Deller2013-11-071-1/+0
* | | parisc: make udelay() SMP-safeHelge Deller2013-11-071-31/+10
* | | parisc: add kernel audit featureHelge Deller2013-11-072-1/+7
* | | parisc: provide macro to create exception table entriesHelge Deller2013-11-072-3/+16
| |/ |/|
* | parisc: mark parisc_terminate() noreturn and cold.Helge Deller2013-10-131-1/+1
|/
* parisc: Fix interrupt routing for C8000 serial portsThomas Bogendoerfer2013-07-311-0/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-141-1/+1
|\
| * Safer ABI for O_TMPFILEAl Viro2013-07-131-1/+1
* | net: rename busy poll socket op and globalsEliezer Tamir2013-07-101-1/+1
* | Merge branch 'parisc-for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-07-102-5/+9
|\ \
| * | parisc: Ensure volatile space register %sr1 is not clobberedJohn David Anglin2013-07-091-2/+3
| * | parisc: optimize mtsp(0,sr) inline assemblyHelge Deller2013-07-091-3/+6
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-091-0/+2
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-032-2/+7
| |\
| * | net: add socket option for low latency pollingEliezer Tamir2013-06-171-0/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-031-0/+1
|\ \ \
| * | | [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...Al Viro2013-06-291-0/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-021-3/+0
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | consolidate io_remap_pfn_range definitionsAl Viro2013-06-291-3/+0
| |/
* | parisc: provide pci_mmap_page_range() for pariscThomas Bogendoerfer2013-06-181-0/+5
* | parisc: fix kernel BUG at arch/parisc/include/asm/mmzone.h:50 (part 2)Helge Deller2013-06-181-2/+2
|/
* parisc: fix kernel BUG at arch/parisc/include/asm/mmzone.h:50Helge Deller2013-06-011-4/+1
* parisc: fix irq stack on UP and SMPHelge Deller2013-05-242-26/+0
* parisc: make interrupt and interruption stack allocation reentrantJohn David Anglin2013-05-241-1/+0
* parisc: show number of FPE and unaligned access handler calls in /proc/interr...Helge Deller2013-05-241-0/+2
* parisc: implement irq stacks - part 2 (v2)Helge Deller2013-05-112-0/+12
* parisc: tlb flush counting fix for SMP and UPHelge Deller2013-05-072-5/+3
* parisc: more irq statistics in /proc/interruptsHelge Deller2013-05-072-2/+35
* parisc: implement irq stacksHelge Deller2013-05-071-2/+17
* parisc: add kernel stack overflow checkHelge Deller2013-05-071-1/+1
* parisc: implement atomic64_dec_if_positive()Helge Deller2013-05-061-0/+23
* parisc: Provide default implementation for dma_{alloc, free}_attrsDamian Hobson-Garcia2013-05-061-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-011-0/+2
|\
| * net: add option to enable error queue packets waking selectKeller, Jacob E2013-03-311-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-8/+0
|\ \
| * | consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro2013-03-031-8/+0
| |/
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-301-2/+0
|\ \
| * | arch: Consolidate tsk_is_polling()Thomas Gleixner2013-04-081-2/+0
| |/
* | parisc: use spin_lock_irqsave/spin_unlock_irqrestore for PTE updatesJohn David Anglin2013-04-251-22/+25
* | parisc: uaccess: fix compiler warnings caused by __put_user castingWill Deacon2013-04-251-10/+4
* | parisc: Change kunmap macro to static inline functionJohn David Anglin2013-04-251-1/+4
|/
* parisc: fix compile warnings triggered by atomic_sub(sizeof(),v)Helge Deller2013-03-021-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-232-7/+2
|\
| * burying unused conditionalsAl Viro2013-02-141-3/+0
| * consolidate kernel-side struct sigaction declarationsAl Viro2013-02-031-0/+2
| * consolidate declarations of k_sigactionAl Viro2013-02-031-4/+0
OpenPOWER on IntegriCloud