Age | Commit message (Expand) | Author | Files | Lines |
2017-10-21 | sparc64: Migrate hvcons irq to panicked cpu | Vijay Kumar | 1 | -1/+4 |
2017-08-13 | sparc64: Prevent perf from running during super critical sections | Rob Gardner | 1 | -5/+9 |
2017-08-11 | sparc64: Measure receiver forward progress to avoid send mondo timeout | Jane Chu | 1 | -0/+1 |
2017-06-14 | sparc64: delete old wrap code | Pavel Tatashin | 2 | -7/+0 |
2017-06-14 | sparc64: add per-cpu mm of secondary contexts | Pavel Tatashin | 1 | -2/+3 |
2017-06-14 | sparc64: redefine first version | Pavel Tatashin | 1 | -1/+1 |
2017-06-14 | sparc64: combine activate_mm and switch_mm | Pavel Tatashin | 1 | -20/+1 |
2017-06-14 | sparc: Machine description indices can vary | James Clarke | 1 | -0/+1 |
2017-06-07 | sparc: Fix -Wstringop-overflow warning | Orlando Arias | 2 | -3/+3 |
2017-05-03 | sparc64: Fix kernel panic due to erroneous #ifdef surrounding pmd_write() | Tom Hromatka | 1 | -7/+8 |
2016-11-21 | sparc64: Delete now unused user copy fixup functions. | David S. Miller | 1 | -31/+3 |
2016-11-21 | sparc64: Prepare to move to more saner user copy exception handling. | David S. Miller | 1 | -6/+15 |
2016-11-21 | sparc64: Delete __ret_efault. | David S. Miller | 1 | -41/+0 |
2016-11-21 | sparc64 mm: Fix base TSB sizing when hugetlb pages are used | Mike Kravetz | 1 | -1/+2 |
2016-09-24 | sparc32: fix copy_from_user() | Al Viro | 1 | -1/+3 |
2016-06-24 | sparc64: Fix return from trap window fill crashes. | David S. Miller | 2 | -4/+8 |
2016-06-24 | sparc64: Reduce TLB flushes during hugepte changes | Nitin Gupta | 2 | -12/+34 |
2015-12-31 | sparc: Wire up mlock2 system call. | David S. Miller | 1 | -1/+2 |
2015-12-31 | sparc: Add all necessary direct socket system calls. | David S. Miller | 1 | -1/+4 |
2015-12-24 | sparc64: Add ADI capability to cpu capabilities | Khalid Aziz | 1 | -0/+1 |
2015-12-23 | sparc: Hook up userfaultfd system call | Mike Kravetz | 1 | -1/+2 |
2015-11-10 | sparc/sparc64: allocate sys_membarrier system call number | Mathieu Desnoyers | 1 | -1/+2 |
2015-11-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+1 |
2015-11-06 | mm: mlock: add mlock flags to enable VM_LOCKONFAULT usage | Eric B Munson | 1 | -0/+1 |
2015-11-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2 | -1/+4 |
2015-11-04 | sparc64: Fix numa distance values | Nitin Gupta | 1 | -0/+3 |
2015-09-23 | atomic, arch: Audit atomic_{read,set}() | Peter Zijlstra | 1 | -4/+4 |
2015-09-10 | dma-mapping: consolidate dma_set_mask | Christoph Hellwig | 1 | -1/+3 |
2015-09-10 | dma-mapping: consolidate dma_supported | Christoph Hellwig | 1 | -0/+1 |
2015-09-10 | dma-mapping: cosolidate dma_mapping_error | Christoph Hellwig | 1 | -6/+0 |
2015-09-10 | dma-mapping: consolidate dma_{alloc,free}_noncoherent | Christoph Hellwig | 1 | -3/+0 |
2015-09-10 | dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent} | Christoph Hellwig | 1 | -26/+0 |
2015-09-09 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
2015-09-09 | sparc32: do not include swap.h from pgtable_32.h | Michal Hocko | 1 | -1/+1 |
2015-09-09 | Merge tag 'trace-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 1 | -1/+1 |
2015-09-04 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 4 | -12/+35 |
2015-09-02 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -1/+1 |
2015-08-12 | Merge branch 'locking/arch-atomic' into locking/core, because it's ready for ... | Ingo Molnar | 2 | -1/+7 |
2015-08-08 | sparc64: Fix incorrect ASI_ST_BLKINIT_MRU_S value | Rob Gardner | 1 | -1/+1 |
2015-08-07 | treewide: Fix typo compatability -> compatibility | Laurent Pinchart | 1 | -1/+1 |
2015-08-07 | sparc64: Fix userspace FPU register corruptions. | David S. Miller | 1 | -11/+5 |
2015-08-03 | locking/static_keys: Add a new static_key interface | Peter Zijlstra | 1 | -9/+26 |
2015-08-03 | locking, arch: use WRITE_ONCE()/READ_ONCE() in smp_store_release()/smp_load_a... | Andrey Konovalov | 1 | -2/+2 |
2015-07-27 | atomic: Provide atomic_{or,xor,and} | Peter Zijlstra | 2 | -4/+0 |
2015-07-27 | sparc: Provide atomic_{or,xor,and} | Peter Zijlstra | 2 | -0/+10 |
2015-07-21 | ftrace: Format MCOUNT_ADDR address as type unsigned long | Minfei Huang | 1 | -1/+1 |
2015-07-18 | mm: clean up per architecture MM hook header files | Laurent Dufour | 2 | -15/+1 |
2015-06-26 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -9/+0 |
2015-06-26 | mm/hugetlb: remove arch_prepare/release_hugepage from arch headers | Dominik Dingel | 1 | -9/+0 |
2015-06-26 | Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+0 |