Age | Commit message (Expand) | Author | Files | Lines |
2017-03-09 | arch, mm: convert all architectures to use 5level-fixup.h | Kirill A. Shutemov | 1 | -0/+1 |
2017-03-03 | Merge tag 'xtensa-20170303' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 1 | -0/+4 |
2017-03-02 | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu... | Ingo Molnar | 1 | -0/+1 |
2017-03-01 | xtensa: allow merging vectors into .text section | Max Filippov | 1 | -0/+4 |
2017-02-27 | kprobes: move kprobe declarations to asm-generic/kprobes.h | Luis R. Rodriguez | 1 | -0/+1 |
2017-02-25 | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -10/+3 |
2017-02-01 | sched/cputime: Remove generic asm headers | Frederic Weisbecker | 1 | -1/+0 |
2017-01-24 | treewide: Consolidate get_dma_ops() implementations | Bart Van Assche | 1 | -5/+2 |
2017-01-24 | treewide: Move dma_ops from struct dev_archdata into struct device | Bart Van Assche | 2 | -6/+2 |
2017-01-24 | treewide: Constify most dma_map_ops structures | Bart Van Assche | 2 | -3/+3 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2 | -2/+2 |
2016-12-20 | Merge tag 'xtensa-20161219' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 1 | -0/+1 |
2016-12-15 | xtensa: enable HAVE_DMA_CONTIGUOUS | Max Filippov | 1 | -0/+1 |
2016-12-12 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -10/+0 |
2016-11-30 | tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPING | Francis Yan | 1 | -0/+2 |
2016-11-22 | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar | 1 | -1/+8 |
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-11-14 | xtensa: wire up new pkey_{mprotect,alloc,free} syscalls | Max Filippov | 1 | -1/+8 |
2016-10-25 | locking/mutex: Kill arch specific code | Peter Zijlstra | 1 | -9/+0 |
2016-10-11 | Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -153/+160 |
2016-10-10 | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+5 |
2016-10-05 | Merge tag 'xtensa-20161005' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 14 | -106/+183 |
2016-09-27 | xtensa: split uaccess.h into C and asm sides | Al Viro | 2 | -142/+160 |
2016-09-27 | exceptions: detritus removal | Al Viro | 1 | -11/+0 |
2016-09-11 | xtensa: extract common CPU reset code into separate function | Max Filippov | 1 | -0/+6 |
2016-09-09 | x86/pkeys: Allocation/free syscalls | Dave Hansen | 1 | -0/+5 |
2016-08-03 | Merge tag 'xtensa-for-next-20160731' of git://github.com/jcmvbkbc/linux-xtens... | Chris Zankel | 13 | -106/+177 |
2016-07-31 | xtensa: wire up new syscalls | Max Filippov | 1 | -1/+14 |
2016-07-25 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -6/+56 |
2016-07-24 | xtensa: drop sysmem and switch to memblock | Max Filippov | 1 | -20/+1 |
2016-07-24 | xtensa: minimize use of PLATFORM_DEFAULT_MEM_{ADDR,SIZE} | Max Filippov | 2 | -6/+5 |
2016-07-24 | xtensa: cleanup MMU setup and kernel layout macros | Max Filippov | 4 | -54/+44 |
2016-07-24 | xtensa: add alternative kernel memory layouts | Max Filippov | 6 | -8/+80 |
2016-07-24 | xtensa: move kernel mapping addresses into kmem_layout.h | Max Filippov | 4 | -14/+33 |
2016-07-24 | xtensa: fix __ffs result type | Max Filippov | 1 | -1/+1 |
2016-06-29 | xtensa: define ___unlock_[di]cache_all unconditionally | Max Filippov | 1 | -7/+4 |
2016-06-24 | tree wide: get rid of __GFP_REPEAT for order-0 allocations part I | Michal Hocko | 1 | -1/+1 |
2016-06-16 | locking/atomic: Remove linux/atomic.h:atomic_fetch_or() | Peter Zijlstra | 1 | -2/+0 |
2016-06-16 | locking/atomic, arch/xtensa: Implement atomic_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 1 | -4/+50 |
2016-06-14 | locking/spinlock, arch: Update and fix spin_unlock_wait() implementations | Peter Zijlstra | 1 | -2/+8 |
2016-04-13 | locking/rwsem, xtensa: Drop superfluous arch specific implementation | Michal Hocko | 2 | -121/+1 |
2016-04-13 | locking/rwsem: Drop explicit memory barriers | Michal Hocko | 1 | -12/+2 |
2016-03-20 | Merge tag 'xtensa-next-20160320' of git://github.com/czankel/xtensa-linux | Linus Torvalds | 9 | -21/+107 |
2016-03-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2 | -7/+7 |
2016-03-17 | Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -4/+0 |
2016-03-13 | ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned short | Alexander Duyck | 1 | -1/+1 |
2016-03-13 | ipv4: Update parameters for csum_tcpudp_magic to their original types | Alexander Duyck | 1 | -6/+4 |
2016-03-11 | xtensa: support hardware breakpoints/watchpoints | Max Filippov | 7 | -5/+77 |