| Commit message (Expand) | Author | Age | Files | Lines |
* | CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional now | Al Viro | 2017-04-26 | 1 | -1/+0 |
*---. | Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'... | Al Viro | 2017-04-26 | 8 | -202/+31 |
|\ \ \ |
|
| | | * | tile: get rid of zeroing, switch to RAW_COPY_USER | Al Viro | 2017-03-29 | 5 | -180/+27 |
| | | * | tile: switch to generic extable.h | Al Viro | 2017-03-29 | 2 | -18/+2 |
| | |/
| |/| |
|
| | * | Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Al Viro | 2017-04-02 | 2 | -0/+2 |
| |/| |
|
| | * | arch, mm: convert all architectures to use 5level-fixup.h | Kirill A. Shutemov | 2017-03-09 | 2 | -0/+2 |
| |/
|/| |
|
| * | uaccess: drop duplicate includes from asm/uaccess.h | Al Viro | 2017-03-06 | 1 | -1/+0 |
| * | uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h | Al Viro | 2017-03-06 | 1 | -3/+0 |
|/ |
|
* | sched/headers: Move task->mm handling methods to <linux/sched/mm.h> | Ingo Molnar | 2017-03-03 | 1 | -1/+1 |
* | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu... | Ingo Molnar | 2017-03-02 | 1 | -0/+2 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 6 | -0/+8 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 4 | -0/+5 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 7 | -0/+8 |
* | sched/headers: Prepare for new header dependencies before moving more code to... | Ingo Molnar | 2017-03-02 | 2 | -0/+2 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -1/+1 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | mm: add new mmgrab() helper | Vegard Nossum | 2017-02-28 | 1 | -1/+1 |
* | kprobes: move kprobe declarations to asm-generic/kprobes.h | Luis R. Rodriguez | 2017-02-28 | 1 | -1/+5 |
* | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-02-25 | 3 | -29/+18 |
|\ |
|
| * | treewide: Consolidate get_dma_ops() implementations | Bart Van Assche | 2017-01-24 | 1 | -5/+2 |
| * | treewide: Consolidate set_dma_ops() implementations | Bart Van Assche | 2017-01-24 | 1 | -5/+0 |
| * | treewide: Move dma_ops from struct dev_archdata into struct device | Bart Van Assche | 2017-01-24 | 2 | -6/+3 |
| * | treewide: Constify most dma_map_ops structures | Bart Van Assche | 2017-01-24 | 3 | -19/+19 |
* | | userfaultfd: non-cooperative: add event for memory unmaps | Mike Rapoport | 2017-02-25 | 1 | -1/+1 |
* | | arch, mm: remove arch specific show_mem | Michal Hocko | 2017-02-23 | 1 | -45/+0 |
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-02-20 | 1 | -1/+0 |
|\ \ |
|
| * | | sched/cputime: Remove generic asm headers | Frederic Weisbecker | 2017-02-01 | 1 | -1/+0 |
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-02-20 | 2 | -1/+16 |
|\ \ \
| |/ /
|/| | |
|
| * | | math64, tile: Fix build failure | Sudip Mukherjee | 2017-02-14 | 1 | -0/+2 |
| * | | math64, timers: Fix 32bit mul_u64_u32_shr() and friends | Peter Zijlstra | 2017-01-14 | 2 | -1/+14 |
| |/ |
|
* / | tile/ptrace: Preserve previous registers for short regset write | Dave Martin | 2017-01-06 | 1 | -1/+1 |
|/ |
|
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 3 | -3/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2016-12-18 | 14 | -44/+31 |
|\ |
|
| * | tile: use __ro_after_init instead of tile-specific __write_once | Chris Metcalf | 2016-12-16 | 8 | -27/+21 |
| * | tile: migrate exception table users off module.h and onto extable.h | Paul Gortmaker | 2016-12-16 | 3 | -3/+3 |
| * | tile: remove #pragma unroll from finv_buffer_remote() | Chris Metcalf | 2016-12-16 | 1 | -7/+1 |
| * | tile-module: Rename jump labels in module_alloc() | Markus Elfring | 2016-12-16 | 1 | -5/+4 |
| * | tile-module: Use kmalloc_array() in module_alloc() | Markus Elfring | 2016-12-16 | 1 | -1/+1 |
| * | tile/pci_gx: fix spelling mistake: "delievered" -> "delivered" | Colin Ian King | 2016-12-16 | 1 | -1/+1 |
* | | arch/tile: add option to skip DMA sync as a part of map and unmap | Alexander Duyck | 2016-12-15 | 1 | -2/+10 |
* | | Merge branch 'locking/urgent' into locking/core, to pick up dependent fixes | Ingo Molnar | 2016-12-02 | 1 | -2/+2 |
|\ \ |
|
| * | | tile: avoid using clocksource_cyc2ns with absolute cycle count | Chris Metcalf | 2016-11-23 | 1 | -2/+2 |
| |/ |
|
* | | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar | 2016-11-22 | 1 | -0/+3 |
|\| |
|
| * | tile: handle __ro_after_init like parisc does | Chris Metcalf | 2016-11-14 | 1 | -0/+3 |
* | | locking/core: Provide common cpu_relax_yield() definition | Christian Borntraeger | 2016-11-17 | 1 | -2/+0 |
* | | locking/core, arch: Remove cpu_relax_lowlatency() | Christian Borntraeger | 2016-11-16 | 1 | -1/+0 |
* | | locking/core: Introduce cpu_relax_yield() | Christian Borntraeger | 2016-11-16 | 1 | -0/+1 |
* | | locking/mutex: Kill arch specific code | Peter Zijlstra | 2016-10-25 | 1 | -1/+0 |
|/ |
|
* | tile: use simpler API for random address requests | Jason Cooper | 2016-10-12 | 1 | -2/+1 |
* | nmi_backtrace: generate one-line reports for idle cpus | Chris Metcalf | 2016-10-08 | 2 | -1/+2 |