aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc
AgeCommit message (Expand)Author
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
2013-11-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-11-15Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds
2013-11-15kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig
2013-11-15parisc: handle pgtable_page_ctor() failKirill A. Shutemov
2013-11-13preempt: Make PREEMPT_ACTIVE genericThomas Gleixner
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-11-13errno.h: remove "NFS" from descriptions in commentsEric Sandeen
2013-11-13mm/arch: use NUMA_NO_NODEJianguo Wu
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-11-12Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-11-09constify copy_siginfo_to_user{,32}()Al Viro
2013-11-07parisc: add generic 32- and 64-bit defconfigsHelge Deller
2013-11-07parisc: signal fixup - SIGBUS vs. SIGSEGVHelge Deller
2013-11-07parisc: implement full version of access_ok()Helge Deller
2013-11-07parisc: correctly display number of active CPUsHelge Deller
2013-11-07parisc: do not count IPI calls twiceHelge Deller
2013-11-07parisc: make udelay() SMP-safeHelge Deller
2013-11-07parisc: remove duplicate defineMichael Opdenacker
2013-11-07parisc: make "make install" not depend on vmlinuxHelge Deller
2013-11-07parisc: add kernel audit featureHelge Deller
2013-11-07parisc: provide macro to create exception table entriesHelge Deller
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-11-01Merge branch 'linus' into sched/coreIngo Molnar
2013-10-27parisc: Do not crash 64bit SMP kernels on machines with >= 4GB RAMHelge Deller
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-23parisc: select ARCH_MIGHT_HAVE_PC_PARPORTMark Salter
2013-10-19parisc: enable DEVTMPFS, DEVTMPFS_MOUNT and BLK_DEV_INITRD in defconfigsHelge Deller
2013-10-19Revert "parisc: Export flush_cache_page() (needed by lustre)"Helge Deller
2013-10-13parisc: let probe_kernel_read() capture access to page zeroHelge Deller
2013-10-13parisc: optimize variable initialization in do_page_faultJohn David Anglin
2013-10-13parisc: fix interruption handler to respect pagefault_disable()Helge Deller
2013-10-13parisc: mark parisc_terminate() noreturn and cold.Helge Deller
2013-10-13parisc: remove unused syscall_ipi() function.Helge Deller
2013-10-13parisc: kill SMP single function call interruptJiang Liu
2013-10-13parisc: Export flush_cache_page() (needed by lustre)Geert Uytterhoeven
2013-10-09Merge tag 'v3.12-rc4' into sched/coreIngo Molnar