summaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
* execve: use 'struct filename *' for executable name passingLinus Torvalds2014-02-051-14/+1
* parisc: add flexible mmap memory layout supportHelge Deller2014-02-026-43/+233
* 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-022-1/+5
* parisc: fix cache-flushingHelge Deller2014-02-023-3/+16
* 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-143-46/+6
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-1810-173/+110
| |\ \ \
| * | | | lib: Add missing arch generic-y entries for asm-generic/hash.hDavid S. Miller2013-12-171-0/+1
* | | | | Kconfig: update flightly outdated CONFIG_SMP documentationRobert Graffham2014-01-231-4/+4
* | | | | Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-221-17/+5
|\ \ \ \ \
| * | | | | parisc/PCI: Use dev_is_pci() to identify PCI devicesYijing Wang2013-12-111-17/+5
| |/ / / /
* | | | | mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNTMel Gorman2014-01-211-42/+17
* | | | | 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-133-46/+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-083-46/+6
|/ /
* | parisc: update 64bit defconfigs and use SIL680 instead of SIIMAGE driverHelge Deller2013-12-033-67/+8
* | parisc: remove CONFIG_MLONGCALLS=y from defconfigsHelge Deller2013-11-302-2/+0
* | parisc: fix kernel memory layout in vmlinux.ld.SHelge Deller2013-11-303-85/+78
* | parisc: use kernel_text_address() in unwind functionsHelge Deller2013-11-301-6/+3
* | parisc: remove empty SERIAL_PORT_DFNS in serial.hChen Gang2013-11-301-2/+0
* | parisc: add some more machine names to hardware databaseHelge Deller2013-11-301-1/+6
* | parisc: fix mmap(MAP_FIXED|MAP_SHARED) to already mmapped addressHelge Deller2013-11-301-10/+15
|/
* parisc: size_t is unsigned, so comparison size < 0 doesn't make sense.Helge Deller2013-11-201-1/+1
* parisc: improve SIGBUS/SIGSEGV error reportingHelge Deller2013-11-191-2/+20
* parisc: break out SOCK_NONBLOCK define to own asm header fileHelge Deller2013-11-192-8/+14
* parisc: do not inline pa_memcpy() internal functionsHelge Deller2013-11-191-2/+2
* 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
* | Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds2013-11-151-0/+1
|\ \
| * | parisc: select ARCH_MIGHT_HAVE_PC_PARPORTMark Salter2013-10-231-0/+1
* | | kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig2013-11-151-1/+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-11-041-0/+4
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-2311-22/+43
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-011-2/+3
| |\ \ \ \ \
| * | | | | | net: introduce SO_MAX_PACING_RATEEric Dumazet2013-09-281-0/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-11-132-2/+2
|\ \ \ \ \ \
| * | | | | | errno.h: remove "NFS" from descriptions in commentsEric Sandeen2013-11-131-1/+1
| * | | | | | mm/arch: use NUMA_NO_NODEJianguo Wu2013-11-131-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-132-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | constify copy_siginfo_to_user{,32}()Al Viro2013-11-092-2/+2
| | |/ / / | |/| | |