aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc
AgeCommit message (Expand)Author
2014-11-21parisc: Use compat layer for msgctl, shmat, shmctl and semtimedop syscallsHelge Deller
2014-10-05parisc: Only use -mfast-indirect-calls option for 32-bit kernel buildsJohn David Anglin
2014-10-05parisc: Implement new LWS CAS supporting 64 bit operations.Guy Martin
2014-07-31parisc: Remove SA_RESTORER defineJohn David Anglin
2014-07-17parisc,metag: Do not hardcode maximum userspace stack sizeHelge Deller
2014-07-17parisc: fix fanotify_mark() syscall on 32bit compat kernelHelge Deller
2014-07-17parisc: add serial ports of C8000/1GHz machine to hardware databaseHelge Deller
2014-06-07metag: Reduce maximum stack size to 256MBJames Hogan
2014-06-07parisc: Improve LWS-CAS performanceJohn David Anglin
2014-06-07parisc: ratelimit userspace segfault printingHelge Deller
2014-05-31parisc: remove _STK_LIM_MAX overrideJohn David Anglin
2014-05-31parisc: fix epoll_pwait syscall on compat kernelHelge Deller
2014-05-31parisc: change value of SHMLBA from 0x00400000 to PAGE_SIZEHelge Deller
2014-03-23parisc: locks: remove redundant arch_*_relax operationsWill Deacon
2014-03-23parisc: wire up sys_utimesHelge Deller
2014-03-23parisc: Remove unused CONFIG_PARISC_TMPALIAS codeJohn David Anglin
2014-02-05execve: use 'struct filename *' for executable name passingLinus Torvalds
2014-02-02parisc: add flexible mmap memory layout supportHelge Deller
2014-02-02parisc: Make EWOULDBLOCK be equal to EAGAIN on pariscGuy Martin
2014-02-02parisc: convert uapi/asm/stat.h to use native types onlyHelge Deller
2014-02-02parisc: wire up sched_setattr and sched_getattrHelge Deller
2014-02-02parisc: fix cache-flushingHelge Deller
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-01-23Kconfig: update flightly outdated CONFIG_SMP documentationRobert Graffham
2014-01-22Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-01-21mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNTMel Gorman
2014-01-20Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-01-18net: introduce SO_BPF_EXTENSIONSMichal Sekletar
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-17parisc: fix SO_MAX_PACING_RATE typoEric Dumazet
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-13arch: Re-sort some Kbuild files to hopefully help avoid some conflictsStephen Rothwell
2014-01-13Merge tag 'v3.13-rc8' into core/lockingIngo Molnar
2014-01-12arch: Clean up asm/barrier.h implementations using asm-generic/barrier.hPeter Zijlstra
2014-01-08parisc: Ensure full cache coherency for kmap/kunmapJohn David Anglin
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-17lib: Add missing arch generic-y entries for asm-generic/hash.hDavid S. Miller
2013-12-11parisc/PCI: Use dev_is_pci() to identify PCI devicesYijing Wang
2013-12-03parisc: update 64bit defconfigs and use SIL680 instead of SIIMAGE driverHelge Deller
2013-11-30parisc: remove CONFIG_MLONGCALLS=y from defconfigsHelge Deller
2013-11-30parisc: fix kernel memory layout in vmlinux.ld.SHelge Deller
2013-11-30parisc: use kernel_text_address() in unwind functionsHelge Deller
2013-11-30parisc: remove empty SERIAL_PORT_DFNS in serial.hChen Gang
2013-11-30parisc: add some more machine names to hardware databaseHelge Deller
2013-11-30parisc: fix mmap(MAP_FIXED|MAP_SHARED) to already mmapped addressHelge Deller
2013-11-20parisc: size_t is unsigned, so comparison size < 0 doesn't make sense.Helge Deller
2013-11-19parisc: improve SIGBUS/SIGSEGV error reportingHelge Deller
2013-11-19parisc: break out SOCK_NONBLOCK define to own asm header fileHelge Deller
2013-11-19parisc: do not inline pa_memcpy() internal functionsHelge Deller
2013-11-19Revert "parisc: implement full version of access_ok()"Helge Deller