aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-17parisc: fix SO_MAX_PACING_RATE typoEric Dumazet1-1/+1
2014-01-08parisc: Ensure full cache coherency for kmap/kunmapJohn David Anglin3-46/+6
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
2013-11-07parisc: correctly display number of active CPUsHelge Deller1-2/+6
2013-11-07parisc: do not count IPI calls twiceHelge Deller3-10/+0
2013-11-07parisc: make udelay() SMP-safeHelge Deller3-32/+84
2013-11-07parisc: remove duplicate defineMichael Opdenacker1-1/+0
2013-11-07parisc: make "make install" not depend on vmlinuxHelge Deller2-15/+51
2013-11-07parisc: add kernel audit featureHelge Deller7-5/+157
2013-11-07parisc: provide macro to create exception table entriesHelge Deller5-14/+27
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2013-11-01Merge branch 'linus' into sched/coreIngo Molnar12-22/+47
2013-10-27parisc: Do not crash 64bit SMP kernels on machines with >= 4GB RAMHelge Deller1-0/+4
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-22/+43
2013-10-23parisc: select ARCH_MIGHT_HAVE_PC_PARPORTMark Salter1-0/+1
2013-10-19parisc: enable DEVTMPFS, DEVTMPFS_MOUNT and BLK_DEV_INITRD in defconfigsHelge Deller6-0/+14
2013-10-19Revert "parisc: Export flush_cache_page() (needed by lustre)"Helge Deller1-1/+0
2013-10-13parisc: let probe_kernel_read() capture access to page zeroHelge Deller1-1/+14
2013-10-13parisc: optimize variable initialization in do_page_faultJohn David Anglin1-5/+10
2013-10-13parisc: fix interruption handler to respect pagefault_disable()Helge Deller1-3/+3
2013-10-13parisc: mark parisc_terminate() noreturn and cold.Helge Deller1-1/+1
2013-10-13parisc: remove unused syscall_ipi() function.Helge Deller1-5/+0
2013-10-13parisc: kill SMP single function call interruptJiang Liu1-7/+1