summaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
* parisc: fix copy_from_user()Al Viro2016-09-131-2/+4
* Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2016-08-053-141/+35
|\
| * char/genrtc: remove parisc supportArnd Bergmann2016-06-041-131/+0
| * rtc: parisc: provide rtc_class_ops directlyArnd Bergmann2016-06-041-1/+35
| * rtc: cmos: remove empty asm/mc146818rtc.h filesArnd Bergmann2016-06-041-9/+0
* | Merge branch 'parisc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-08-044-35/+182
|\ \
| * | parisc: Change structure intialisation to C99 style in iomap.cAmitoj Kaur Chawla2016-08-021-32/+32
| * | parisc: Add break statements to pdc_pat_io_pci_cfg_read()Helge Deller2016-08-021-3/+3
| * | parisc: Add <asm/hash.h>George Spelvin2016-08-022-0/+147
* | | dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-9/+9
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-07-291-4/+5
|\ \ \
| * | | parisc/ptrace: run seccomp after ptraceKees Cook2016-06-141-4/+5
| * | | seccomp: Add a seccomp_data parameter secure_computing()Andy Lutomirski2016-06-141-1/+1
* | | | Merge tag 'leds_for_4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/j.a...Linus Torvalds2016-07-272-2/+2
|\ \ \ \
| * | | | parisc: use the new LED disk activity triggerStephan Linz2016-06-272-2/+2
| |/ / /
* | | | mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-261-1/+1
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-07-252-10/+62
|\ \ \ \ | |_|/ / |/| | |
| * | | locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra2016-06-161-2/+0
| * | | locking/atomic, arch/parisc: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()Peter Zijlstra2016-06-161-8/+57
| * | | locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsPeter Zijlstra2016-06-141-2/+7
| |/ /
* | | parisc: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-241-2/+1
* | | tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko2016-06-241-2/+2
|/ /
* | parisc: Move die_if_kernel() prototype into traps.h headerHelge Deller2016-06-052-2/+3
* | parisc: Fix pagefault crash in unaligned __get_user() callHelge Deller2016-06-051-1/+9
* | parisc: Fix printk time during bootHelge Deller2016-06-052-7/+3
* | parisc: Fix backtrace on PA-RISCMikulas Patocka2016-06-041-8/+14
|/
* parisc: Whitespace cleanups in unistd.hHelge Deller2016-05-251-18/+16
* parisc: Use long jump to reach ftrace_return_to_handler()Helge Deller2016-05-231-1/+10
* parisc: Fix typo in fpudispatch.cAndrea Gelmini2016-05-221-1/+1
* parisc: Fix typos in eisa_eeprom.hAndrea Gelmini2016-05-221-2/+2
* parisc: Fix typo in ldcw.hAndrea Gelmini2016-05-221-1/+1
* parisc: Fix typo in pdc.hAndrea Gelmini2016-05-221-1/+1
* parisc: Update futex.h to match generic implementationJohn David Anglin2016-05-221-41/+29
* parisc: Merge ftrace C-helper and assembler functions into .text.hot sectionHelge Deller2016-05-222-3/+6
* parisc: Add native high-resolution sched_clock() implementationHelge Deller2016-05-224-9/+70
* parisc: Add ARCH_TRACEHOOK and regset supportHelge Deller2016-05-223-2/+403
* parisc: Add 64bit get_user() and put_user() for 32bit kernelHelge Deller2016-05-221-1/+15
* parisc: Simplify and speed up get_user() and put_user()Helge Deller2016-05-221-58/+21
* parisc: Add syscall tracepoint supportHelge Deller2016-05-226-1/+28
* lib/GCD.c: use binary GCD algorithm instead of EuclideanZhaoxiu Zeng2016-05-201-0/+1
* exit_thread: remove empty bodiesJiri Slaby2016-05-201-7/+0
* parisc: fix a bug when syscall number of tracee is __NR_Linux_syscallsDmitry V. Levin2016-05-061-1/+1
* Merge branch 'parisc-4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-04-158-168/+114
|\
| * parisc: Fix ftrace function tracerHelge Deller2016-04-148-168/+114
* | parisc: Update comment regarding relative extable supportHelge Deller2016-04-081-6/+4
* | parisc: Unbreak handling exceptions from kernel modulesHelge Deller2016-04-084-0/+9
* | parisc: Fix kernel crash with reversed copy_from_user()Helge Deller2016-04-081-0/+3
* | parisc: Avoid function pointers for kernel exception routinesHelge Deller2016-04-081-5/+5
* | parisc: Handle R_PARISC_PCREL32 relocations in kernel modulesHelge Deller2016-04-081-0/+8
* | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-1/+1