Age | Commit message (Expand) | Author |
2016-10-02 | parisc: fix copy_from_user() | Al Viro |
2016-08-31 | parisc: Fix order of EREFUSED define in errno.h | Helge Deller |
2016-06-17 | parisc: Fix pagefault crash in unaligned __get_user() call | Helge Deller |
2016-05-17 | parisc: fix a bug when syscall number of tracee is __NR_Linux_syscalls | Dmitry V. Levin |
2016-04-20 | parisc: Unbreak handling exceptions from kernel modules | Helge Deller |
2016-04-20 | parisc: Fix kernel crash with reversed copy_from_user() | Helge Deller |
2016-04-20 | parisc: Avoid function pointers for kernel exception routines | Helge Deller |
2016-03-09 | parisc: Fix ptrace syscall number and return value modification | Helge Deller |
2016-02-03 | parisc: Fix __ARCH_SI_PREAMBLE_SIZE | Helge Deller |
2015-09-29 | parisc: Filter out spurious interrupts in PA-RISC irq handler | Helge Deller |
2015-09-29 | parisc: Use double word condition in 64bit CAS operation | John David Anglin |
2015-08-10 | parisc: mm: Fix a memory leak related to pmd not attached to the pgd | Christophe Jaillet |
2015-08-10 | parisc: Fix some PTE/TLB race conditions and optimize __flush_tlb_range based... | John David Anglin |
2015-05-12 | parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards a... | Helge Deller |
2015-04-24 | parisc: copy_thread(): rename 'arg' argument to 'kthread_arg' | Alex Dowad |
2015-04-21 | parisc: Replace PT_NLEVELS with CONFIG_PGTABLE_LEVELS | Guenter Roeck |
2015-04-21 | parisc: Eliminate sg_virt_addr() and private scatterlist.h | Matthew Wilcox |
2015-04-20 | Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2015-04-17 | parisc: switch to using asm-generic for seccomp.h | Kees Cook |
2015-04-15 | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2015-04-14 | parisc: expose number of page table levels on Kconfig level | Kirill A. Shutemov |
2015-04-12 | arch: Remove exec_domain from remaining archs | Richard Weinberger |
2015-03-23 | parisc: Fix pmd code to depend on PT_NLEVELS value, not on CONFIG_64BIT | Helge Deller |
2015-03-23 | parisc: mm: don't count preallocated pmds | Mikulas Patocka |
2015-03-23 | parisc: Add compile-time check when adding new syscalls | Helge Deller |
2015-03-05 | parisc: fix up obsolete cpu function usage. | Rusty Russell |
2015-02-28 | mm: add missing __PAGETABLE_{PUD,PMD}_FOLDED defines | Kirill A. Shutemov |
2015-02-19 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds |
2015-02-17 | parisc: Remove unused function | Rickard Strandqvist |
2015-02-17 | parisc: macro whitespace fixes | Michael S. Tsirkin |
2015-02-16 | parisc/uaccess: fix sparse errors | Michael S. Tsirkin |
2015-02-16 | parisc: hpux - Remove HPUX syscall numbers | Helge Deller |
2015-02-16 | parisc: hpux - Remove hpux gateway page | Helge Deller |
2015-02-16 | parisc: hpux - Delete files in hpux subdirectory | Helge Deller |
2015-02-16 | parisc: hpux - Do not compile hpux subdirectory | Helge Deller |
2015-02-16 | parisc: hpux - Drop support for HP-UX binaries | Helge Deller |
2015-02-16 | parisc: Add error checks when building up signal trampoline handler | Helge Deller |
2015-02-16 | parisc: Wire up execveat syscall | Helge Deller |
2015-02-13 | mm: vmalloc: pass additional vm_flags to __vmalloc_node_range() | Andrey Ryabinin |
2015-02-12 | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski |
2015-02-11 | mm: make FIRST_USER_ADDRESS unsigned long on all archs | Kirill A. Shutemov |
2015-02-10 | parisc: drop _PAGE_FILE and pte_file()-related helpers | Kirill A. Shutemov |
2015-01-29 | vm: add VM_FAULT_SIGSEGV handling support | Linus Torvalds |
2015-01-23 | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2015-01-20 | module_arch_freeing_init(): new hook for archs before module->module_init freed. | Rusty Russell |
2015-01-09 | kbuild: do not add $(call ...) to invoke cc-version or cc-fullversion | Masahiro Yamada |
2014-12-26 | Merge branch 'parisc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2014-12-26 | parisc: fix out-of-register compiler error in ldcw inline assembler function | John David Anglin |
2014-12-13 | parisc: percpu: update comments referring to __get_cpu_var | Christoph Lameter |
2014-12-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |