| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -0/+2 |
* | kprobes: move kprobe declarations to asm-generic/kprobes.h | Luis R. Rodriguez | 2017-02-27 | 1 | -1/+5 |
* | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-02-25 | 2 | -17/+6 |
|\ |
|
| * | 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 | 2 | -7/+7 |
* | | 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 |
| |/ |
|
* | | 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 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2016-12-17 | 2 | -8/+2 |
|\ |
|
| * | tile: use __ro_after_init instead of tile-specific __write_once | Chris Metcalf | 2016-12-16 | 2 | -8/+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 |
|/ |
|
* | arch/tile: adopt the new nmi_backtrace framework | Chris Metcalf | 2016-10-07 | 1 | -2/+3 |
* | mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKS | Josh Poimboeuf | 2016-08-30 | 1 | -12/+10 |
* | signal: consolidate {TS,TLF}_RESTORE_SIGMASK code | Andy Lutomirski | 2016-08-02 | 1 | -27/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2016-07-27 | 2 | -0/+6 |
|\ |
|
| * | tile: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO | James Hogan | 2016-07-25 | 1 | -0/+1 |
| * | tile: allow disabling CONFIG_EARLY_PRINTK | Chris Metcalf | 2016-06-07 | 1 | -0/+5 |
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-07-25 | 6 | -80/+150 |
|\ \ |
|
| * | | locking/atomic, arch/tile: Fix tilepro build | Peter Zijlstra | 2016-06-24 | 2 | -19/+19 |
| * | | locking/atomic: Remove linux/atomic.h:atomic_fetch_or() | Peter Zijlstra | 2016-06-16 | 1 | -2/+0 |
| * | | locking/atomic, arch/tile: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 2016-06-16 | 4 | -66/+131 |
| * | | locking/barriers, tile: Provide TILE specific smp_acquire__after_ctrl_dep() | Peter Zijlstra | 2016-06-14 | 1 | -0/+7 |
| |/ |
|
* / | Clarify naming of thread info/stack allocators | Linus Torvalds | 2016-06-24 | 1 | -1/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2016-05-23 | 1 | -2/+15 |
|\ |
|
| * | tile: clarify barrier semantics of atomic_add_return | Chris Metcalf | 2016-04-26 | 1 | -2/+15 |
* | | arch: fix has_transparent_hugepage() | Hugh Dickins | 2016-05-19 | 1 | -1/+0 |
|/ |
|
* | PCI: Move pci_dma_* helpers to common code | Christoph Hellwig | 2016-03-07 | 1 | -3/+0 |
* | dma-mapping: always provide the dma_map_ops based implementation | Christoph Hellwig | 2016-01-20 | 1 | -3/+0 |
* | tile: uninline dma_set_mask | Christoph Hellwig | 2016-01-20 | 1 | -28/+1 |
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2016-01-18 | 1 | -4/+5 |
|\ |
|
| * | tile: define __smp_xxx | Michael S. Tsirkin | 2016-01-12 | 1 | -4/+5 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2016-01-18 | 7 | -14/+142 |
|\ \ |
|
| * | | numa: remove stale node_has_online_mem() define | Chris Metcalf | 2016-01-18 | 1 | -3/+0 |
| * | | tile: fix tilepro casts for readl, writel, etc | Chris Metcalf | 2016-01-18 | 1 | -8/+8 |
| * | | arch/tile: adopt prepare_exit_to_usermode() model from x86 | Chris Metcalf | 2016-01-18 | 2 | -3/+7 |
| * | | tile/jump_label: add jump label support for TILE-Gx | Zhigang Lu | 2016-01-04 | 2 | -0/+117 |
| * | | tile: define a macro ktext_writable_addr to get writable kernel text address | Zhigang Lu | 2016-01-04 | 1 | -0/+10 |
* | | | tile, thp: remove infrastructure for handling splitting PMDs | Kirill A. Shutemov | 2016-01-15 | 1 | -10/+0 |
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-01-11 | 1 | -2/+0 |
|\ \ \
| |_|/
|/| | |
|
| * | | locking/cmpxchg, arch: Remove tas() definitions | Davidlohr Bueso | 2015-12-04 | 1 | -2/+0 |
| |/ |
|
* / | tile: provide CONFIG_PAGE_SIZE_64KB etc for tilepro | Chris Metcalf | 2016-01-05 | 1 | -3/+5 |
|/ |
|