summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include
Commit message (Expand)AuthorAgeFilesLines
* parisc: add renameat2 syscallMiklos Szeredi2014-05-201-1/+2
* parisc,metag: Do not hardcode maximum userspace stack sizeHelge Deller2014-05-151-1/+4
* metag: Reduce maximum stack size to 256MBJames Hogan2014-05-151-0/+2
* Merge branch 'parisc-3.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-05-012-8/+2
|\
| * parisc: Use generic uapi/asm/resource.h fileHelge Deller2014-05-012-7/+2
| * parisc: remove _STK_LIM_MAX overrideJohn David Anglin2014-05-011-1/+0
* | Merge branch 'parisc-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2014-04-171-3/+2
|\ \
| * | parisc: change value of SHMLBA from 0x00400000 to PAGE_SIZEHelge Deller2014-04-131-3/+2
| |/
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-03-311-6/+26
|\ \ | |/ |/|
| * locking/mcs: Allow architecture specific asm files to be used for contended caseTim Chen2014-02-091-0/+1
| * locking/mcs: Order the header files in Kbuild of each architecture in alphabe...Tim Chen2014-02-091-6/+25
* | parisc: locks: remove redundant arch_*_relax operationsWill Deacon2014-03-231-4/+0
* | parisc: wire up sys_utimesHelge Deller2014-03-231-2/+2
* | parisc: Remove unused CONFIG_PARISC_TMPALIAS codeJohn David Anglin2014-03-231-11/+0
* | parisc: add flexible mmap memory layout supportHelge Deller2014-02-024-0/+17
* | parisc: Make EWOULDBLOCK be equal to EAGAIN on pariscGuy Martin2014-02-021-1/+1
* | parisc: convert uapi/asm/stat.h to use native types onlyHelge Deller2014-02-021-21/+19
* | parisc: wire up sched_setattr and sched_getattrHelge Deller2014-02-021-1/+3
* | parisc: fix cache-flushingHelge Deller2014-02-022-3/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-252-0/+3
|\
| * net: introduce SO_BPF_EXTENSIONSMichal Sekletar2014-01-181-0/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-181-1/+1
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-142-11/+6
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-181-2/+0
| |\ \ \
| * | | | lib: Add missing arch generic-y entries for asm-generic/hash.hDavid S. Miller2013-12-171-0/+1
* | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-01-202-35/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | arch: Re-sort some Kbuild files to hopefully help avoid some conflictsStephen Rothwell2014-01-131-1/+1
| * | | | Merge tag 'v3.13-rc8' into core/lockingIngo Molnar2014-01-132-11/+6
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | arch: Clean up asm/barrier.h implementations using asm-generic/barrier.hPeter Zijlstra2014-01-122-35/+1
| | |_|/ | |/| |
* | | | parisc: fix SO_MAX_PACING_RATE typoEric Dumazet2014-01-171-1/+1
| |/ / |/| |
* | | parisc: Ensure full cache coherency for kmap/kunmapJohn David Anglin2014-01-082-11/+6
|/ /
* | parisc: remove empty SERIAL_PORT_DFNS in serial.hChen Gang2013-11-301-2/+0
|/
* parisc: break out SOCK_NONBLOCK define to own asm header fileHelge Deller2013-11-192-8/+14
* Revert "parisc: implement full version of access_ok()"Helge Deller2013-11-191-42/+4
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-191-3/+0
|\
| * preempt: Make PREEMPT_ACTIVE genericThomas Gleixner2013-11-131-3/+0
* | parisc: handle pgtable_page_ctor() failKirill A. Shutemov2013-11-151-2/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-11-131-0/+2
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-231-1/+1
| |\ \
| * | | net: introduce SO_MAX_PACING_RATEEric Dumazet2013-09-281-0/+2
* | | | errno.h: remove "NFS" from descriptions in commentsEric Sandeen2013-11-131-1/+1
| |_|/ |/| |
* | | 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
|/
OpenPOWER on IntegriCloud