| Commit message (Expand) | Author | Age |
* | parisc: Ignore the pkey system calls for now | Helge Deller | 2016-11-02 |
* | parisc: Use LINUX_GATEWAY_ADDR define instead of hardcoded value | Helge Deller | 2016-11-02 |
* | parisc: Ensure consistent state when switching to kernel stack at syscall entry | John David Anglin | 2016-11-02 |
* | parisc: Avoid trashing sr2 and sr3 in LWS code | John David Anglin | 2016-11-02 |
* | parisc: use KERN_CONT when printing device inventory | Helge Deller | 2016-11-02 |
* | Merge branch 'parisc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2016-10-11 |
|\ |
|
| * | parisc: Show trap name in kernel crash | Helge Deller | 2016-10-11 |
| * | parisc: Zero-initialize newly alloced memblock | Helge Deller | 2016-10-11 |
| * | parisc: Move exception table into read-only section | Helge Deller | 2016-10-09 |
| * | parisc: Fix kernel memory layout regarding position of __gp | Helge Deller | 2016-10-09 |
| * | parisc: Increase initial kernel mapping size | Helge Deller | 2016-10-09 |
| * | parisc: Migrate exception table users off module.h and onto extable.h | Paul Gortmaker | 2016-10-08 |
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-10 |
|\ \ |
|
| * \ | Merge branch 'work.const-qstr' into work.misc | Al Viro | 2016-10-08 |
| |\ \ |
|
| | * | | parisc: use %pD | Al Viro | 2016-08-07 |
* | | | | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-10-10 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | x86/pkeys: Allocation/free syscalls | Dave Hansen | 2016-09-09 |
* | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-10-07 |
|\ \ \ \ |
|
| * | | | | nmi_backtrace: generate one-line reports for idle cpus | Chris Metcalf | 2016-10-07 |
| * | | | | atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE | Vineet Gupta | 2016-10-07 |
* | | | | | Merge branch 'parisc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2016-10-07 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | parisc: Increase KERNEL_INITIAL_SIZE for 32-bit SMP kernels | Helge Deller | 2016-10-07 |
| * | | | | parisc: Drop bootmem and switch to memblock | Helge Deller | 2016-10-07 |
| * | | | | parisc: Add hardened usercopy feature | Helge Deller | 2016-10-06 |
| * | | | | parisc: Add cfi_startproc and cfi_endproc to assembly code | Helge Deller | 2016-10-05 |
| * | | | | parisc: Move hpmc stack into page aligned bss section | Helge Deller | 2016-10-05 |
| * | | | | parisc: Fix self-detected CPU stall warnings on Mako machines | Helge Deller | 2016-09-25 |
| * | | | | parisc: Report trap type as human readable string | Helge Deller | 2016-09-24 |
| * | | | | parisc: Update comment regarding implementation of copy_user_page_asm | John David Anglin | 2016-09-20 |
| * | | | | parisc: Use kmalloc_array() in add_system_map_addresses() | Markus Elfring | 2016-09-20 |
| * | | | | parisc: Check return value of smp_boot_one_cpu() | Helge Deller | 2016-09-20 |
| * | | | | parisc: Drop BROKEN_RODATA config option | Helge Deller | 2016-09-20 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'linus' into x86/asm, to pick up recent fixes | Ingo Molnar | 2016-09-15 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-09-14 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | parisc: fix copy_from_user() | Al Viro | 2016-09-13 |
| | |/ |
|
| * | | mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKS | Josh Poimboeuf | 2016-08-30 |
* | | | ftrace: Add return address pointer to ftrace_ret_stack | Josh Poimboeuf | 2016-08-24 |
|/ / |
|
* | | parisc: Fix order of EREFUSED define in errno.h | Helge Deller | 2016-08-20 |
* | | parisc: Fix automatic selection of cr16 clocksource | Helge Deller | 2016-08-20 |
|/ |
|
* | Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni... | Linus Torvalds | 2016-08-05 |
|\ |
|
| * | char/genrtc: remove parisc support | Arnd Bergmann | 2016-06-04 |
| * | rtc: parisc: provide rtc_class_ops directly | Arnd Bergmann | 2016-06-04 |
| * | rtc: cmos: remove empty asm/mc146818rtc.h files | Arnd Bergmann | 2016-06-04 |
* | | Merge branch 'parisc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2016-08-04 |
|\ \ |
|
| * | | parisc: Change structure intialisation to C99 style in iomap.c | Amitoj Kaur Chawla | 2016-08-02 |
| * | | parisc: Add break statements to pdc_pat_io_pci_cfg_read() | Helge Deller | 2016-08-02 |
| * | | parisc: Add <asm/hash.h> | George Spelvin | 2016-08-02 |
* | | | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 2016-08-04 |
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2016-07-29 |
|\ \ \ |
|
| * | | | parisc/ptrace: run seccomp after ptrace | Kees Cook | 2016-06-14 |