| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'parisc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2016-10-12 | 2 | -7/+11 |
|\ |
|
| * | parisc: Show trap name in kernel crash | Helge Deller | 2016-10-11 | 1 | -2/+2 |
| * | parisc: Move exception table into read-only section | Helge Deller | 2016-10-09 | 1 | -3/+4 |
| * | parisc: Fix kernel memory layout regarding position of __gp | Helge Deller | 2016-10-09 | 1 | -2/+5 |
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-10 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Merge branch 'work.const-qstr' into work.misc | Al Viro | 2016-10-08 | 1 | -1/+1 |
| |\ |
|
| | * | parisc: use %pD | Al Viro | 2016-08-08 | 1 | -1/+1 |
* | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-10-08 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | nmi_backtrace: generate one-line reports for idle cpus | Chris Metcalf | 2016-10-08 | 1 | -0/+1 |
* | | | | Merge branch 'parisc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2016-10-08 | 9 | -88/+104 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | parisc: Increase KERNEL_INITIAL_SIZE for 32-bit SMP kernels | Helge Deller | 2016-10-07 | 1 | -0/+8 |
| * | | | parisc: Drop bootmem and switch to memblock | Helge Deller | 2016-10-07 | 1 | -2/+0 |
| * | | | parisc: Add cfi_startproc and cfi_endproc to assembly code | Helge Deller | 2016-10-05 | 4 | -68/+74 |
| * | | | parisc: Move hpmc stack into page aligned bss section | Helge Deller | 2016-10-05 | 1 | -4/+8 |
| * | | | parisc: Fix self-detected CPU stall warnings on Mako machines | Helge Deller | 2016-09-25 | 1 | -6/+0 |
| * | | | parisc: Update comment regarding implementation of copy_user_page_asm | John David Anglin | 2016-09-20 | 1 | -5/+11 |
| * | | | parisc: Use kmalloc_array() in add_system_map_addresses() | Markus Elfring | 2016-09-20 | 1 | -1/+1 |
| * | | | parisc: Check return value of smp_boot_one_cpu() | Helge Deller | 2016-09-20 | 1 | -2/+2 |
| |/ / |
|
* / / | ftrace: Add return address pointer to ftrace_ret_stack | Josh Poimboeuf | 2016-08-24 | 1 | -1/+1 |
|/ / |
|
* / | parisc: Fix automatic selection of cr16 clocksource | Helge Deller | 2016-08-20 | 2 | -20/+0 |
|/ |
|
* | Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni... | Linus Torvalds | 2016-08-05 | 1 | -1/+35 |
|\ |
|
| * | rtc: parisc: provide rtc_class_ops directly | Arnd Bergmann | 2016-06-04 | 1 | -1/+35 |
* | | Merge branch 'parisc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2016-08-05 | 1 | -3/+3 |
|\ \ |
|
| * | | parisc: Add break statements to pdc_pat_io_pci_cfg_read() | Helge Deller | 2016-08-02 | 1 | -3/+3 |
* | | | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 2016-08-04 | 1 | -9/+9 |
* | | | parisc/ptrace: run seccomp after ptrace | Kees Cook | 2016-06-14 | 1 | -4/+5 |
* | | | seccomp: Add a seccomp_data parameter secure_computing() | Andy Lutomirski | 2016-06-14 | 1 | -1/+1 |
|/ / |
|
* | | parisc: Move die_if_kernel() prototype into traps.h header | Helge Deller | 2016-06-05 | 1 | -2/+1 |
* | | parisc: Fix pagefault crash in unaligned __get_user() call | Helge Deller | 2016-06-05 | 1 | -1/+9 |
* | | parisc: Fix printk time during boot | Helge Deller | 2016-06-05 | 2 | -7/+3 |
* | | parisc: Fix backtrace on PA-RISC | Mikulas Patocka | 2016-06-04 | 1 | -8/+14 |
|/ |
|
* | parisc: Use long jump to reach ftrace_return_to_handler() | Helge Deller | 2016-05-23 | 1 | -1/+10 |
* | parisc: Merge ftrace C-helper and assembler functions into .text.hot section | Helge Deller | 2016-05-22 | 2 | -3/+6 |
* | parisc: Add native high-resolution sched_clock() implementation | Helge Deller | 2016-05-22 | 1 | -1/+62 |
* | parisc: Add ARCH_TRACEHOOK and regset support | Helge Deller | 2016-05-22 | 1 | -2/+354 |
* | parisc: Add syscall tracepoint support | Helge Deller | 2016-05-22 | 2 | -0/+13 |
* | exit_thread: remove empty bodies | Jiri Slaby | 2016-05-21 | 1 | -7/+0 |
* | parisc: fix a bug when syscall number of tracee is __NR_Linux_syscalls | Dmitry V. Levin | 2016-05-06 | 1 | -1/+1 |
* | Merge branch 'parisc-4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2016-04-15 | 4 | -146/+106 |
|\ |
|
| * | parisc: Fix ftrace function tracer | Helge Deller | 2016-04-14 | 4 | -146/+106 |
* | | parisc: Unbreak handling exceptions from kernel modules | Helge Deller | 2016-04-08 | 1 | -0/+1 |
* | | parisc: Fix kernel crash with reversed copy_from_user() | Helge Deller | 2016-04-08 | 1 | -0/+3 |
* | | parisc: Avoid function pointers for kernel exception routines | Helge Deller | 2016-04-08 | 1 | -5/+5 |
* | | parisc: Handle R_PARISC_PCREL32 relocations in kernel modules | Helge Deller | 2016-04-08 | 1 | -0/+8 |
* | | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -1/+1 |
* | | Merge branch 'parisc-4.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2016-03-31 | 3 | -2/+14 |
|\ \ |
|
| * | | parisc: Fix and enable seccomp filter support | Helge Deller | 2016-03-31 | 2 | -2/+9 |
| * | | parisc: Fix SIGSYS signals in compat case | Helge Deller | 2016-03-31 | 1 | -0/+5 |
| |/ |
|
* | | arch, ftrace: for KASAN put hard/soft IRQ entries into separate sections | Alexander Potapenko | 2016-03-26 | 1 | -0/+1 |
* | | parisc: Wire up preadv2 and pwritev2 syscalls | Helge Deller | 2016-03-23 | 1 | -0/+2 |