aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-13parisc: Export flush_cache_page() (needed by lustre)Geert Uytterhoeven1-0/+1
2013-10-09Merge tag 'v3.12-rc4' into sched/coreIngo Molnar1-2/+3
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2013-10-01irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker1-15/+2
2013-09-30arch/parisc/mm/fault.c: fix uninitialized variable usageFelipe Pena1-2/+3
2013-09-28net: introduce SO_MAX_PACING_RATEEric Dumazet1-0/+2
2013-09-25sched, arch: Create asm/preempt.hPeter Zijlstra1-0/+1
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+0
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-2/+5