Age | Commit message (Expand) | Author | Files | Lines |
2017-05-02 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -4/+4 |
2017-05-02 | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -62/+9 |
2017-04-16 | parisc: Fix get_user() for 64-bit value on 32-bit kernel | Helge Deller | 1 | -31/+55 |
2017-04-02 | parisc: switch to RAW_COPY_USER | Al Viro | 1 | -56/+8 |
2017-04-02 | Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Al Viro | 2 | -47/+38 |
2017-03-30 | debug: Add _ONCE() logic to report_bug() | Peter Zijlstra | 1 | -4/+4 |
2017-03-29 | parisc: Clean up fixup routines for get_user()/put_user() | Helge Deller | 1 | -25/+34 |
2017-03-28 | new helper: uaccess_kernel() | Al Viro | 1 | -1/+1 |
2017-03-15 | parisc: Avoid compiler warnings with access_ok() | Helge Deller | 1 | -1/+2 |
2017-03-15 | parisc: Optimize flush_kernel_vmap_range and invalidate_kernel_vmap_range | John David Anglin | 1 | -21/+2 |
2017-03-06 | uaccess: drop duplicate includes from asm/uaccess.h | Al Viro | 1 | -2/+0 |
2017-03-06 | uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h | Al Viro | 1 | -3/+0 |
2017-03-04 | Merge branch 'parisc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -7/+1 |
2017-02-28 | kprobes: move kprobe declarations to asm-generic/kprobes.h | Luis R. Rodriguez | 1 | -0/+1 |
2017-02-26 | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -4/+4 |
2017-02-26 | parisc: Remove flush_user_dcache_range and flush_user_icache_range | John David Anglin | 1 | -2/+0 |
2017-02-26 | parisc: Define access_ok() as macro | Helge Deller | 1 | -5/+1 |
2017-02-23 | parisc: use generic current.h | Davidlohr Bueso | 2 | -15/+1 |
2017-02-01 | sched/cputime: Remove generic asm headers | Frederic Weisbecker | 1 | -1/+0 |
2017-01-28 | parisc: Don't use BITS_PER_LONG in userspace-exported swab.h header | Helge Deller | 1 | -1/+7 |
2017-01-24 | treewide: Consolidate get_dma_ops() implementations | Bart Van Assche | 1 | -1/+1 |
2017-01-24 | treewide: Constify most dma_map_ops structures | Bart Van Assche | 1 | -4/+4 |
2016-12-29 | parisc: Drop TIF_RESTORE_SIGMASK and switch to generic code | Helge Deller | 1 | -1/+0 |
2016-12-21 | Merge branch 'parisc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -8/+5 |
2016-12-20 | parisc: Optimize timer interrupt function | Helge Deller | 1 | -4/+0 |
2016-12-13 | parisc: Enhance CPU detection code on PAT machines | Helge Deller | 1 | -1/+1 |
2016-12-13 | parisc: Enable KASLR | Helge Deller | 1 | -3/+4 |
2016-12-11 | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar | 1 | -4/+4 |
2016-12-07 | parisc: Purge TLB before setting PTE | John David Anglin | 1 | -4/+4 |
2016-11-17 | locking/core: Provide common cpu_relax_yield() definition | Christian Borntraeger | 1 | -1/+0 |
2016-11-16 | locking/core, arch: Remove cpu_relax_lowlatency() | Christian Borntraeger | 1 | -1/+0 |
2016-11-16 | locking/core: Introduce cpu_relax_yield() | Christian Borntraeger | 1 | -0/+1 |
2016-10-25 | locking/mutex: Kill arch specific code | Peter Zijlstra | 1 | -1/+0 |
2016-10-11 | parisc: Show trap name in kernel crash | Helge Deller | 1 | -0/+1 |
2016-10-09 | parisc: Increase initial kernel mapping size | Helge Deller | 1 | -3/+3 |
2016-10-07 | parisc: Increase KERNEL_INITIAL_SIZE for 32-bit SMP kernels | Helge Deller | 1 | -1/+1 |
2016-10-06 | parisc: Add hardened usercopy feature | Helge Deller | 1 | -14/+34 |
2016-10-05 | parisc: Add cfi_startproc and cfi_endproc to assembly code | Helge Deller | 2 | -0/+35 |
2016-09-14 | Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+4 |
2016-09-14 | parisc: fix copy_from_user() | Al Viro | 1 | -2/+4 |
2016-08-30 | mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKS | Josh Poimboeuf | 1 | -10/+12 |
2016-08-05 | Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni... | Linus Torvalds | 2 | -140/+0 |
2016-08-05 | Merge branch 'parisc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+146 |
2016-08-02 | parisc: Add <asm/hash.h> | George Spelvin | 1 | -0/+146 |
2016-07-25 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -10/+62 |
2016-06-25 | parisc: get rid of superfluous __GFP_REPEAT | Michal Hocko | 1 | -2/+1 |
2016-06-25 | tree wide: get rid of __GFP_REPEAT for order-0 allocations part I | Michal Hocko | 1 | -2/+2 |
2016-06-16 | locking/atomic: Remove linux/atomic.h:atomic_fetch_or() | Peter Zijlstra | 1 | -2/+0 |
2016-06-16 | locking/atomic, arch/parisc: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 1 | -8/+57 |
2016-06-14 | locking/spinlock, arch: Update and fix spin_unlock_wait() implementations | Peter Zijlstra | 1 | -2/+7 |