| Commit message (Expand) | Author | Age | Files | Lines |
* | dma-mapping: always provide the dma_map_ops based implementation | Christoph Hellwig | 2016-01-20 | 1 | -2/+0 |
* | sparc: use generic dma_set_mask | Christoph Hellwig | 2016-01-20 | 1 | -15/+0 |
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2016-01-18 | 3 | -27/+6 |
|\ |
|
| * | sparc: define __smp_xxx | Michael S. Tsirkin | 2016-01-12 | 1 | -4/+4 |
| * | sparc: reuse asm-generic/barrier.h | Michael S. Tsirkin | 2016-01-12 | 3 | -23/+2 |
* | | arch/sparc/include/asm/pgtable_64.h: add pmd_[dirty|mkclean] for THP | Minchan Kim | 2016-01-15 | 1 | -0/+9 |
* | | sparc, thp: remove infrastructure for handling splitting PMDs | Kirill A. Shutemov | 2016-01-15 | 1 | -16/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2016-01-12 | 1 | -0/+3 |
|\ \ |
|
| * | | soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPF | Craig Gallek | 2016-01-04 | 1 | -0/+3 |
| |/ |
|
* | | Merge branch 'for-linus' into work.misc | Al Viro | 2016-01-08 | 1 | -1/+5 |
|\ \
| |/ |
|
| * | sparc: Wire up mlock2 system call. | David S. Miller | 2015-12-31 | 1 | -1/+2 |
| * | sparc: Add all necessary direct socket system calls. | David S. Miller | 2015-12-31 | 1 | -1/+4 |
* | | put the remnants of ..._user_ret() to rest | Al Viro | 2016-01-04 | 2 | -105/+0 |
|/ |
|
* | sparc64: Add ADI capability to cpu capabilities | Khalid Aziz | 2015-12-24 | 1 | -0/+1 |
* | sparc: Hook up userfaultfd system call | Mike Kravetz | 2015-12-23 | 1 | -1/+2 |
* | sparc/sparc64: allocate sys_membarrier system call number | Mathieu Desnoyers | 2015-11-09 | 1 | -1/+2 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-11-05 | 1 | -0/+1 |
|\ |
|
| * | mm: mlock: add mlock flags to enable VM_LOCKONFAULT usage | Eric B Munson | 2015-11-05 | 1 | -0/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2015-11-05 | 2 | -1/+4 |
|\ \
| |/
|/| |
|
| * | sparc64: Fix numa distance values | Nitin Gupta | 2015-11-04 | 1 | -0/+3 |
| * | sparc64: Fix incorrect ASI_ST_BLKINIT_MRU_S value | Rob Gardner | 2015-08-07 | 1 | -1/+1 |
* | | atomic, arch: Audit atomic_{read,set}() | Peter Zijlstra | 2015-09-23 | 1 | -4/+4 |
* | | dma-mapping: consolidate dma_set_mask | Christoph Hellwig | 2015-09-10 | 1 | -1/+3 |
* | | dma-mapping: consolidate dma_supported | Christoph Hellwig | 2015-09-10 | 1 | -0/+1 |
* | | dma-mapping: cosolidate dma_mapping_error | Christoph Hellwig | 2015-09-10 | 1 | -6/+0 |
* | | dma-mapping: consolidate dma_{alloc,free}_noncoherent | Christoph Hellwig | 2015-09-10 | 1 | -3/+0 |
* | | dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent} | Christoph Hellwig | 2015-09-10 | 1 | -26/+0 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-09-08 | 1 | -1/+1 |
|\ \ |
|
| * | | sparc32: do not include swap.h from pgtable_32.h | Michal Hocko | 2015-09-08 | 1 | -1/+1 |
* | | | Merge tag 'trace-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2015-09-08 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | ftrace: Format MCOUNT_ADDR address as type unsigned long | Minfei Huang | 2015-07-20 | 1 | -1/+1 |
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2015-09-03 | 4 | -12/+35 |
|\ \ \ |
|
| * \ \ | Merge branch 'locking/arch-atomic' into locking/core, because it's ready for ... | Ingo Molnar | 2015-08-12 | 2 | -1/+7 |
| |\ \ \ |
|
| | * | | | atomic: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 2 | -4/+0 |
| | * | | | sparc: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 2 | -0/+10 |
| | |/ / |
|
| * | | | locking/static_keys: Add a new static_key interface | Peter Zijlstra | 2015-08-03 | 1 | -9/+26 |
| * | | | locking, arch: use WRITE_ONCE()/READ_ONCE() in smp_store_release()/smp_load_a... | Andrey Konovalov | 2015-08-03 | 1 | -2/+2 |
| |/ / |
|
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2015-09-01 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | treewide: Fix typo compatability -> compatibility | Laurent Pinchart | 2015-08-07 | 1 | -1/+1 |
| |/ |
|
* | | sparc64: Fix userspace FPU register corruptions. | David S. Miller | 2015-08-06 | 1 | -11/+5 |
|/ |
|
* | mm: clean up per architecture MM hook header files | Laurent Dufour | 2015-07-17 | 2 | -15/+1 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-06-26 | 1 | -9/+0 |
|\ |
|
| * | mm/hugetlb: remove arch_prepare/release_hugepage from arch headers | Dominik Dingel | 2015-06-25 | 1 | -9/+0 |
* | | Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-06-25 | 1 | -1/+0 |
|\ \ |
|
| * | | remove scatterlist.h generation from arch Kbuild files | Christoph Hellwig | 2015-05-19 | 1 | -1/+0 |
* | | | sparc64: perf: Add sanity checking on addresses in user stack | David Ahern | 2015-06-25 | 1 | -0/+22 |
| |/
|/| |
|
* | | mm: clarify that the function operates on hugepage pte | Aneesh Kumar K.V | 2015-06-24 | 1 | -4/+4 |
* | | mm/hugetlb: reduce arch dependent code about hugetlb_prefault_arch_hook | Zhang Zhen | 2015-06-24 | 1 | -4/+0 |
* | | mm: new mm hook framework | Laurent Dufour | 2015-06-24 | 1 | -0/+15 |
* | | Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2015-06-23 | 2 | -29/+0 |
|\ \ |
|