Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | HAVE_ARCH_HARDENED_USERCOPY is unconditional now | Al Viro | 2017-04-26 | 9 | -9/+0 |
* | CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional now | Al Viro | 2017-04-26 | 32 | -34/+0 |
*-----------------------------------------------------------. | Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'... | Al Viro | 2017-04-26 | 418 | -5698/+4031 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * | xtensa: fix prefetch in the raw_copy_to_user | Max Filippov | 2017-04-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * | xtensa: get rid of zeroing, use RAW_COPY_USER | Al Viro | 2017-03-28 | 3 | -114/+57 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * | xtensa: switch to generic extable.h | Al Viro | 2017-03-28 | 2 | -6/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * | | x86: switch to RAW_COPY_USER | Al Viro | 2017-03-29 | 6 | -395/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * | | x86: don't wank with magical size in __copy_in_user() | Al Viro | 2017-03-29 | 2 | -65/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * | | kill __copy_from_user_nocache() | Al Viro | 2017-03-28 | 3 | -156/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * | | amd64: get rid of zeroing | Al Viro | 2017-03-28 | 4 | -16/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |/ | |||||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * / | unicore32: get rid of zeroing and switch to RAW_COPY_USER | Al Viro | 2017-03-28 | 5 | -17/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |/ | |||||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * / | um: switch to RAW_COPY_USER | Al Viro | 2017-03-28 | 3 | -8/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |/ | |||||
| | | | | | | | | | | | | | | | | | | | | | | | | | | * | | tile: get rid of zeroing, switch to RAW_COPY_USER | Al Viro | 2017-03-28 | 5 | -180/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * | | tile: switch to generic extable.h | Al Viro | 2017-03-28 | 2 | -18/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | |/ | |||||
| | | | | | | | | | | | | | | | | | | | | | | | | | * | | sparc: switch to RAW_COPY_USER | Al Viro | 2017-04-02 | 21 | -94/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * | | sparc32: kill __ret_efault() | Al Viro | 2017-03-28 | 2 | -9/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | |/ | |||||
| | | | | | | | | | | | | | | | | | | | | | | | | * | | sh: switch to RAW_COPY_USER | Al Viro | 2017-03-28 | 2 | -32/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | * | | sh: switch to extable.h | Al Viro | 2017-03-28 | 2 | -22/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | |/ | |||||
| | | | | | | | | | | | | | | | | | | | | | | | * | | score: switch to RAW_COPY_USER | Al Viro | 2017-03-28 | 2 | -48/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | * | | score: it's "VERIFY_WRITE", not "VERFITY_WRITE"... | Al Viro | 2017-03-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | * | | score: switch to generic extable.h | Al Viro | 2017-03-28 | 2 | -11/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | |/ | |||||
| | | | | | | | | | | | | | | | | | | | | | | * | | s390: get rid of zeroing, switch to RAW_COPY_USER | Al Viro | 2017-03-30 | 3 | -156/+33 |
| | | | | | | | | | | | | | | | | | | | | | | * | | s390: switch to extable.h | Al Viro | 2017-03-28 | 2 | -25/+29 |
| | | | | | | | | | | | | | | | | | | | | | | |/ | |||||
| | | | | | | | | | | | | | | | | | | | | | * | | powerpc: get rid of zeroing, switch to RAW_COPY_USER | Al Viro | 2017-04-06 | 6 | -138/+14 |
| | | | | | | | | | | | | | | | | | | | | | * | | Merge commit 'a7d2475af7aedcb9b5c6343989a8bfadbf84429b' into uaccess.powerpc | Al Viro | 2017-04-06 | 19 | -122/+725 |
| | | | | | | | | | | | | | | | | | | | | | |\ \ | |||||
| | | | | | | | | | | | | | | | | | | | | | * | | | powerpc: switch to extable.h | Al Viro | 2017-03-28 | 2 | -25/+30 |
| | | | | | | | | | | | | | | | | | | | | | | |/ | | | | | | | | | | | | | | | | | | | | | | |/| | |||||
| | | | | | | | | | | | | | | | | | | | | * | | | parisc: switch to RAW_COPY_USER | Al Viro | 2017-04-02 | 3 | -63/+16 |
| | | | | | | | | | | | | | | | | | | | | * | | | Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Al Viro | 2017-04-02 | 242 | -1385/+2687 |
| | | | | | | | | | | | | | | | | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | |/ / | | | | | | | | | | | | | | | | | | | | | |/| | | |||||
| | | | | | | | | | | | | | | | | | | | | | * | | parisc: Avoid stalled CPU warnings after system shutdown | Helge Deller | 2017-03-29 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | * | | parisc: Clean up fixup routines for get_user()/put_user() | Helge Deller | 2017-03-29 | 5 | -134/+52 |
| | | | | | | | | | | | | | | | | | | | | | * | | parisc: Fix access fault handling in pa_memcpy() | Helge Deller | 2017-03-29 | 2 | -458/+321 |
| | | | | | | | | | | | | | | | | | | | | | * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2017-03-28 | 7 | -15/+54 |
| | | | | | | | | | | | | | | | | | | | | | |\ \ | |||||
| | | | | | | | | | | | | | | | | | | | | | | * | | KVM: x86: cleanup the page tracking SRCU instance | Paolo Bonzini | 2017-03-28 | 3 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | | * | | KVM: nVMX: fix nested EPT detection | Ladi Prosek | 2017-03-28 | 1 | -4/+1 |
| | | | | | | | | | | | | | | | | | | | | | | * | | KVM: VMX: Fix enable VPID conditions | Wanpeng Li | 2017-03-23 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | | | | * | | KVM: nVMX: Fix nested VPID vmx exec control | Wanpeng Li | 2017-03-23 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | * | | KVM: x86: correct async page present tracepoint | Wanpeng Li | 2017-03-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | * | | kvm: vmx: Flush TLB when the APIC-access address changes | Jim Mattson | 2017-03-23 | 1 | -1/+17 |
| | | | | | | | | | | | | | | | | | | | | | | * | | KVM: x86: use pic/ioapic destructor when destroy vm | Peter Xu | 2017-03-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | * | | KVM: x86: check existance before destroy | Peter Xu | 2017-03-23 | 2 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | * | | KVM: nVMX: don't reset kvm mmu twice | Wanpeng Li | 2017-03-20 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | * | | kvm: fix usage of uninit spinlock in avic_vm_destroy() | Dmitry Vyukov | 2017-03-20 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | * | | KVM: VMX: downgrade warning on unexpected exit code | Radim Krčmář | 2017-03-20 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | * | | | Merge tag 'm68k-for-v4.11-tag2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-03-27 | 16 | -14/+160 |
| | | | | | | | | | | | | | | | | | | | | | |\ \ \ | |||||
| | | | | | | | | | | | | | | | | | | | | | | * | | | m68k: Wire up statx | Geert Uytterhoeven | 2017-03-20 | 3 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | * | | | m68k/defconfig: Update defconfigs for v4.11-rc1 | Geert Uytterhoeven | 2017-03-20 | 12 | -12/+156 |
| | | | | | | | | | | | | | | | | | | | | | | * | | | m68k/bitops: Correct signature of test_bit() | Geert Uytterhoeven | 2017-03-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | * | | | | Merge tag 'powerpc-4.11-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2017-03-26 | 2 | -5/+18 |
| | | | | | | | | | | | | | | | | | | | | | |\ \ \ \ | |||||
| | | | | | | | | | | | | | | | | | | | | | | * | | | | Revert "powerpc/64: Disable use of radix under a hypervisor" | Paul Mackerras | 2017-03-21 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | * | | | | powerpc/64s: Fix idle wakeup potential to clobber registers | Nicholas Piggin | 2017-03-20 | 1 | -3/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | |/| | |