Age | Commit message (Expand) | Author | Files | Lines |
2020-10-22 | Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -10/+7 |
2020-10-13 | Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+1 |
2020-10-05 | sparc32: Move ioremap/iounmap declaration before asm-generic/io.h include | Lorenzo Pieralisi | 1 | -6/+7 |
2020-10-05 | sparc32: Remove useless io_32.h __KERNEL__ preprocessor guard | Lorenzo Pieralisi | 1 | -4/+0 |
2020-09-17 | compat: lift compat_s64 and compat_u64 to <asm-generic/compat.h> | Christoph Hellwig | 1 | -2/+1 |
2020-08-20 | sparc64: propagate the calling convention changes down to __csum_partial_copy... | Al Viro | 3 | -40/+4 |
2020-08-20 | sparc32: propagate the calling conventions change down to __csum_partial_copy... | Al Viro | 1 | -44/+5 |
2020-08-20 | saner calling conventions for csum_and_copy_..._user() | Al Viro | 2 | -43/+36 |
2020-08-20 | csum_partial_copy_nocheck(): drop the last argument | Al Viro | 2 | -4/+8 |
2020-08-20 | unify generic instances of csum_partial_copy_nocheck() | Al Viro | 1 | -0/+1 |
2020-08-12 | uaccess: remove segment_eq | Christoph Hellwig | 2 | -2/+2 |
2020-08-12 | sparc: drop unused MAX_PHYSADDR_BITS | Arvind Sankar | 1 | -1/+0 |
2020-08-11 | Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -1/+3 |
2020-08-07 | mm: remove unneeded includes of <asm/pgalloc.h> | Mike Rapoport | 2 | -2/+0 |
2020-08-06 | locking/seqlock, headers: Untangle the spaghetti monster | Peter Zijlstra | 2 | -1/+3 |
2020-08-05 | Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune... | Linus Torvalds | 1 | -4/+3 |
2020-07-29 | Merge branch 'locking/header' | Peter Zijlstra | 2 | -3/+0 |
2020-07-29 | locking/atomic: Move ATOMIC_INIT into linux/types.h | Herbert Xu | 2 | -3/+0 |
2020-07-10 | sparc64: Fix asm/percpu.h build error | Peter Zijlstra | 2 | -0/+4 |
2020-06-23 | sparc64: enable HAVE_COPY_THREAD_TLS | Christian Brauner | 1 | -4/+3 |
2020-06-09 | mm: consolidate pte_index() and pte_offset_*() definitions | Mike Rapoport | 3 | -54/+11 |
2020-06-09 | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport | 4 | -4/+4 |
2020-06-09 | mm: introduce include/linux/pgtable.h | Mike Rapoport | 7 | -8/+5 |
2020-06-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -3/+0 |
2020-06-08 | arm,sparc,unicore32: remove flush_icache_user_range | Christoph Hellwig | 2 | -3/+0 |
2020-06-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next | Linus Torvalds | 5 | -60/+44 |
2020-06-05 | kmap: consolidate kmap_prot definitions | Ira Weiny | 1 | -1/+2 |
2020-06-05 | arch/kunmap_atomic: consolidate duplicate code | Ira Weiny | 1 | -2/+0 |
2020-06-05 | arch/kmap_atomic: consolidate duplicate code | Ira Weiny | 1 | -1/+0 |
2020-06-05 | arch/kunmap: remove duplicate kunmap implementations | Ira Weiny | 1 | -10/+0 |
2020-06-05 | arch/kmap: remove redundant arch specific kmaps | Ira Weiny | 1 | -9/+0 |
2020-06-05 | arch/kmap: remove BUG_ON() | Ira Weiny | 1 | -2/+2 |
2020-06-04 | mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags() | Anshuman Khandual | 1 | -4/+0 |
2020-06-04 | mm/hugetlb: define a generic fallback for is_hugepage_only_range() | Anshuman Khandual | 1 | -6/+0 |
2020-06-03 | Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -52/+57 |
2020-05-29 | sparc: switch to providing csum_and_copy_from_user() | Al Viro | 3 | -2/+9 |
2020-05-14 | sparc32: mm: Reduce allocation size for PMD and PTE tables | Will Deacon | 1 | -2/+2 |
2020-05-14 | sparc32: mm: Change pgtable_t type to pte_t * instead of struct page * | Will Deacon | 3 | -4/+15 |
2020-05-14 | sparc32: mm: Restructure sparc32 MMU page-table layout | Will Deacon | 5 | -56/+29 |
2020-05-12 | floppy: use symbolic register names in the sparc64 port | Willy Tarreau | 1 | -27/+32 |
2020-05-12 | floppy: use symbolic register names in the sparc32 port | Willy Tarreau | 1 | -23/+23 |
2020-05-12 | floppy: split the base port from the register in I/O accesses | Willy Tarreau | 2 | -4/+4 |
2020-04-22 | get rid of csum_partial_copy_to_user() | Al Viro | 1 | -4/+3 |
2020-04-11 | mm/special: create generic fallbacks for pte_special() and pte_mkspecial() | Anshuman Khandual | 1 | -7/+0 |
2020-04-11 | mm/vma: define a default value for VM_DATA_DEFAULT_FLAGS | Anshuman Khandual | 2 | -6/+0 |
2020-04-11 | mm: bring sparc pte_index() semantics inline with other platforms | Arjun Roy | 1 | -5/+5 |
2020-04-03 | sparc32: use per-device dma_ops | Christoph Hellwig | 1 | -13/+2 |
2020-04-02 | asm-generic: make more kernel-space headers mandatory | Masahiro Yamada | 1 | -14/+0 |
2020-04-01 | Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2 | -4/+4 |
2020-03-28 | [parisc, s390, sparc64] no need for access_ok() in futex handling | Al Viro | 1 | -2/+0 |