aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-05execve: use 'struct filename *' for executable name passingLinus Torvalds1-14/+1
2014-02-02parisc: add flexible mmap memory layout supportHelge Deller6-43/+233
2014-02-02parisc: Make EWOULDBLOCK be equal to EAGAIN on pariscGuy Martin1-1/+1
2014-02-02parisc: convert uapi/asm/stat.h to use native types onlyHelge Deller1-21/+19
2014-02-02parisc: wire up sched_setattr and sched_getattrHelge Deller2-1/+5
2014-02-02parisc: fix cache-flushingHelge Deller3-3/+16
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-0/+3
2014-01-23Kconfig: update flightly outdated CONFIG_SMP documentationRobert Graffham1-4/+4
2014-01-22Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-17/+5
2014-01-21mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNTMel Gorman1-42/+17
2014-01-20Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-35/+1
2014-01-18net: introduce SO_BPF_EXTENSIONSMichal Sekletar1-0/+2
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-01-17parisc: fix SO_MAX_PACING_RATE typoEric Dumazet1-1/+1
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-46/+6
2014-01-13arch: Re-sort some Kbuild files to hopefully help avoid some conflictsStephen Rothwell1-1/+1
2014-01-13Merge tag 'v3.13-rc8' into core/lockingIngo Molnar3-46/+6
2014-01-12arch: Clean up asm/barrier.h implementations using asm-generic/barrier.hPeter Zijlstra2-35/+1
2014-01-08parisc: Ensure full cache coherency for kmap/kunmapJohn David Anglin3-46/+6
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-173/+110
2013-12-17lib: Add missing arch generic-y entries for asm-generic/hash.hDavid S. Miller1-0/+1
2013-12-11parisc/PCI: Use dev_is_pci() to identify PCI devicesYijing Wang1-17/+5
2013-12-03parisc: update 64bit defconfigs and use SIL680 instead of SIIMAGE driverHelge Deller3-67/+8
2013-11-30parisc: remove CONFIG_MLONGCALLS=y from defconfigsHelge Deller2-2/+0
2013-11-30parisc: fix kernel memory layout in vmlinux.ld.SHelge Deller3-85/+78
2013-11-30parisc: use kernel_text_address() in unwind functionsHelge Deller1-6/+3
2013-11-30parisc: remove empty SERIAL_PORT_DFNS in serial.hChen Gang1-2/+0
2013-11-30parisc: add some more machine names to hardware databaseHelge Deller1-1/+6
2013-11-30parisc: fix mmap(MAP_FIXED|MAP_SHARED) to already mmapped addressHelge Deller1-10/+15
2013-11-20parisc: size_t is unsigned, so comparison size < 0 doesn't make sense.Helge Deller1-1/+1
2013-11-19parisc: improve SIGBUS/SIGSEGV error reportingHelge Deller1-2/+20
2013-11-19parisc: break out SOCK_NONBLOCK define to own asm header fileHelge Deller2-8/+14
2013-11-19parisc: do not inline pa_memcpy() internal functionsHelge Deller1-2/+2
2013-11-19Revert "parisc: implement full version of access_ok()"Helge Deller1-42/+4
2013-11-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+0
2013-11-15Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds1-0/+1
2013-11-15kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig1-1/+0
2013-11-15parisc: handle pgtable_page_ctor() failKirill A. Shutemov1-2/+6
2013-11-13preempt: Make PREEMPT_ACTIVE genericThomas Gleixner1-3/+0
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+2
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2-2/+2
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-2/+2
2013-11-13errno.h: remove "NFS" from descriptions in commentsEric Sandeen1-1/+1
2013-11-13mm/arch: use NUMA_NO_NODEJianguo Wu1-1/+1
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2013-11-12Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-15/+2
2013-11-09constify copy_siginfo_to_user{,32}()Al Viro2-2/+2
2013-11-07parisc: add generic 32- and 64-bit defconfigsHelge Deller2-0/+674
2013-11-07parisc: signal fixup - SIGBUS vs. SIGSEGVHelge Deller1-4/+14
2013-11-07parisc: implement full version of access_ok()Helge Deller1-4/+42