aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc
AgeCommit message (Expand)AuthorFilesLines
2016-08-30mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSGravatar Josh Poimboeuf 4-13/+12
2016-08-20parisc: Fix order of EREFUSED define in errno.hGravatar Helge Deller 1-2/+2
2016-08-20parisc: Fix automatic selection of cr16 clocksourceGravatar Helge Deller 2-20/+0
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Gravatar Linus Torvalds 3-141/+35
2016-08-04Merge branch 'parisc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-35/+182
2016-08-04dma-mapping: use unsigned long for dma_attrsGravatar Krzysztof Kozlowski 1-9/+9
2016-08-02parisc: Change structure intialisation to C99 style in iomap.cGravatar Amitoj Kaur Chawla 1-32/+32
2016-08-02parisc: Add break statements to pdc_pat_io_pci_cfg_read()Gravatar Helge Deller 1-3/+3
2016-08-02parisc: Add <asm/hash.h>Gravatar George Spelvin 2-0/+147
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-4/+5
2016-07-27Merge tag 'leds_for_4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/j.a...Gravatar Linus Torvalds 2-2/+2
2016-07-26mm: do not pass mm_struct into handle_mm_faultGravatar Kirill A. Shutemov 1-1/+1
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-10/+62
2016-06-27parisc: use the new LED disk activity triggerGravatar Stephan Linz 2-2/+2
2016-06-24parisc: get rid of superfluous __GFP_REPEATGravatar Michal Hocko 1-2/+1
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IGravatar Michal Hocko 1-2/+2
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Gravatar Peter Zijlstra 1-2/+0
2016-06-16locking/atomic, arch/parisc: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()Gravatar Peter Zijlstra 1-8/+57
2016-06-14parisc/ptrace: run seccomp after ptraceGravatar Kees Cook 1-4/+5
2016-06-14seccomp: Add a seccomp_data parameter secure_computing()Gravatar Andy Lutomirski 1-1/+1
2016-06-14locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsGravatar Peter Zijlstra 1-2/+7
2016-06-05parisc: Move die_if_kernel() prototype into traps.h headerGravatar Helge Deller 2-2/+3
2016-06-05parisc: Fix pagefault crash in unaligned __get_user() callGravatar Helge Deller 1-1/+9
2016-06-05parisc: Fix printk time during bootGravatar Helge Deller 2-7/+3
2016-06-04parisc: Fix backtrace on PA-RISCGravatar Mikulas Patocka 1-8/+14
2016-06-04char/genrtc: remove parisc supportGravatar Arnd Bergmann 1-131/+0
2016-06-04rtc: parisc: provide rtc_class_ops directlyGravatar Arnd Bergmann 1-1/+35
2016-06-04rtc: cmos: remove empty asm/mc146818rtc.h filesGravatar Arnd Bergmann 1-9/+0
2016-05-25parisc: Whitespace cleanups in unistd.hGravatar Helge Deller 1-18/+16
2016-05-23parisc: Use long jump to reach ftrace_return_to_handler()Gravatar Helge Deller 1-1/+10
2016-05-22parisc: Fix typo in fpudispatch.cGravatar Andrea Gelmini 1-1/+1
2016-05-22parisc: Fix typos in eisa_eeprom.hGravatar Andrea Gelmini 1-2/+2
2016-05-22parisc: Fix typo in ldcw.hGravatar Andrea Gelmini 1-1/+1
2016-05-22parisc: Fix typo in pdc.hGravatar Andrea Gelmini 1-1/+1
2016-05-22parisc: Update futex.h to match generic implementationGravatar John David Anglin 1-41/+29
2016-05-22parisc: Merge ftrace C-helper and assembler functions into .text.hot sectionGravatar Helge Deller 2-3/+6
2016-05-22parisc: Add native high-resolution sched_clock() implementationGravatar Helge Deller 4-9/+70
2016-05-22parisc: Add ARCH_TRACEHOOK and regset supportGravatar Helge Deller 3-2/+403
2016-05-22parisc: Add 64bit get_user() and put_user() for 32bit kernelGravatar Helge Deller 1-1/+15
2016-05-22parisc: Simplify and speed up get_user() and put_user()Gravatar Helge Deller 1-58/+21
2016-05-22parisc: Add syscall tracepoint supportGravatar Helge Deller 6-1/+28
2016-05-20lib/GCD.c: use binary GCD algorithm instead of EuclideanGravatar Zhaoxiu Zeng 1-0/+1
2016-05-20exit_thread: remove empty bodiesGravatar Jiri Slaby 1-7/+0
2016-05-06parisc: fix a bug when syscall number of tracee is __NR_Linux_syscallsGravatar Dmitry V. Levin 1-1/+1
2016-04-15Merge branch 'parisc-4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 8-168/+114
2016-04-14parisc: Fix ftrace function tracerGravatar Helge Deller 8-168/+114
2016-04-08parisc: Update comment regarding relative extable supportGravatar Helge Deller 1-6/+4
2016-04-08parisc: Unbreak handling exceptions from kernel modulesGravatar Helge Deller 4-0/+9
2016-04-08parisc: Fix kernel crash with reversed copy_from_user()Gravatar Helge Deller 1-0/+3
2016-04-08parisc: Avoid function pointers for kernel exception routinesGravatar Helge Deller 1-5/+5