summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel
Commit message (Expand)AuthorAgeFilesLines
* parisc: Use LINUX_GATEWAY_ADDR define instead of hardcoded valueHelge Deller2016-11-021-1/+1
* parisc: Ensure consistent state when switching to kernel stack at syscall entryJohn David Anglin2016-11-021-2/+9
* parisc: Avoid trashing sr2 and sr3 in LWS codeJohn David Anglin2016-11-021-29/+24Star
* parisc: use KERN_CONT when printing device inventoryHelge Deller2016-11-021-3/+3
* Merge branch 'parisc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-10-122-7/+11
|\
| * parisc: Show trap name in kernel crashHelge Deller2016-10-111-2/+2
| * parisc: Move exception table into read-only sectionHelge Deller2016-10-091-3/+4
| * parisc: Fix kernel memory layout regarding position of __gpHelge Deller2016-10-091-2/+5
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\ \ | |/ |/|
| * Merge branch 'work.const-qstr' into work.miscAl Viro2016-10-081-1/+1
| |\
| | * parisc: use %pDAl Viro2016-08-081-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-081-0/+1
|\ \ \
| * | | nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-081-0/+1
* | | | Merge branch 'parisc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-10-089-88/+104
|\ \ \ \ | |/ / / |/| | |
| * | | parisc: Increase KERNEL_INITIAL_SIZE for 32-bit SMP kernelsHelge Deller2016-10-071-0/+8
| * | | parisc: Drop bootmem and switch to memblockHelge Deller2016-10-071-2/+0Star
| * | | parisc: Add cfi_startproc and cfi_endproc to assembly codeHelge Deller2016-10-054-68/+74
| * | | parisc: Move hpmc stack into page aligned bss sectionHelge Deller2016-10-051-4/+8
| * | | parisc: Fix self-detected CPU stall warnings on Mako machinesHelge Deller2016-09-251-6/+0Star
| * | | parisc: Update comment regarding implementation of copy_user_page_asmJohn David Anglin2016-09-201-5/+11
| * | | parisc: Use kmalloc_array() in add_system_map_addresses()Markus Elfring2016-09-201-1/+1
| * | | parisc: Check return value of smp_boot_one_cpu()Helge Deller2016-09-201-2/+2
| |/ /
* / / ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf2016-08-241-1/+1
|/ /
* / parisc: Fix automatic selection of cr16 clocksourceHelge Deller2016-08-202-20/+0Star
|/
* Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2016-08-051-1/+35
|\
| * rtc: parisc: provide rtc_class_ops directlyArnd Bergmann2016-06-041-1/+35
* | Merge branch 'parisc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-08-051-3/+3
|\ \
| * | parisc: Add break statements to pdc_pat_io_pci_cfg_read()Helge Deller2016-08-021-3/+3
* | | dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-9/+9
* | | 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
|/ /
* | parisc: Move die_if_kernel() prototype into traps.h headerHelge Deller2016-06-051-2/+1Star
* | parisc: Fix pagefault crash in unaligned __get_user() callHelge Deller2016-06-051-1/+9
* | parisc: Fix printk time during bootHelge Deller2016-06-052-7/+3Star
* | parisc: Fix backtrace on PA-RISCMikulas Patocka2016-06-041-8/+14
|/
* parisc: Use long jump to reach ftrace_return_to_handler()Helge Deller2016-05-231-1/+10
* 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-221-1/+62
* parisc: Add ARCH_TRACEHOOK and regset supportHelge Deller2016-05-221-2/+354
* parisc: Add syscall tracepoint supportHelge Deller2016-05-222-0/+13
* exit_thread: remove empty bodiesJiri Slaby2016-05-211-7/+0Star
* 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-154-146/+106Star
|\
| * parisc: Fix ftrace function tracerHelge Deller2016-04-144-146/+106Star
* | parisc: Unbreak handling exceptions from kernel modulesHelge Deller2016-04-081-0/+1
* | 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: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
* | Merge branch 'parisc-4.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-03-313-2/+14
|\ \