Age | Commit message (Expand) | Author |
2020-06-04 | kmap: consolidate kmap_prot definitions | Ira Weiny |
2020-06-04 | sparc: remove unnecessary includes | Ira Weiny |
2020-06-04 | arch/kmap: define kmap_atomic_prot() for all arch's | Ira Weiny |
2020-06-04 | arch/kmap: ensure kmap_prot visibility | Ira Weiny |
2020-06-04 | arch/kunmap_atomic: consolidate duplicate code | Ira Weiny |
2020-06-04 | arch/kmap_atomic: consolidate duplicate code | Ira Weiny |
2020-06-04 | arch/kunmap: remove duplicate kunmap implementations | Ira Weiny |
2020-06-04 | arch/kmap: remove redundant arch specific kmaps | Ira Weiny |
2020-06-04 | arch/kmap: remove BUG_ON() | Ira Weiny |
2020-06-03 | sparc32: register memory occupied by kernel as memblock.memory | Mike Rapoport |
2020-06-03 | mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags() | Anshuman Khandual |
2020-06-03 | mm/hugetlb: define a generic fallback for is_hugepage_only_range() | Anshuman Khandual |
2020-06-03 | hugetlbfs: remove hugetlb_add_hstate() warning for existing hstate | Mike Kravetz |
2020-06-03 | hugetlbfs: move hugepagesz= parsing to arch independent code | Mike Kravetz |
2020-06-03 | hugetlbfs: add arch_hugetlb_valid_size | Mike Kravetz |
2020-06-03 | mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODES | Mike Rapoport |
2020-06-03 | sparc32: simplify detection of memory zone boundaries | Mike Rapoport |
2020-06-03 | mm: use free_area_init() instead of free_area_init_nodes() | Mike Rapoport |
2020-06-03 | mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option | Mike Rapoport |
2020-06-02 | Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-06-01 | Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2020-06-01 | Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2020-06-01 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2020-05-29 | sparc: switch to providing csum_and_copy_from_user() | Al Viro |
2020-05-23 | sparc32: fix page table traversal in srmmu_nocache_init() | Mike Rapoport |
2020-05-23 | sparc32: use PUD rather than PGD to get PMD in srmmu_nocache_init() | Mike Rapoport |
2020-05-14 | vfs: add faccessat2 syscall | Miklos Szeredi |
2020-05-12 | floppy: use symbolic register names in the sparc64 port | Willy Tarreau |
2020-05-12 | floppy: use symbolic register names in the sparc32 port | Willy Tarreau |
2020-05-12 | floppy: split the base port from the register in I/O accesses | Willy Tarreau |
2020-05-08 | crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.h | Eric Biggers |
2020-04-22 | get rid of csum_partial_copy_to_user() | Al Viro |
2020-04-10 | mm/special: create generic fallbacks for pte_special() and pte_mkspecial() | Anshuman Khandual |
2020-04-10 | mm/vma: define a default value for VM_DATA_DEFAULT_FLAGS | Anshuman Khandual |
2020-04-10 | mm: bring sparc pte_index() semantics inline with other platforms | Arjun Roy |
2020-04-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-04-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds |
2020-04-07 | sparc,x86: vdso: remove meaningless undefining CONFIG_OPTIMIZE_INLINING | Masahiro Yamada |
2020-04-07 | asm-generic: fix unistd_32.h generation format | Michal Simek |
2020-04-03 | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2020-04-02 | sparc32: use per-device dma_ops | Christoph Hellwig |
2020-04-02 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2020-04-02 | mm: allow VM_FAULT_RETRY for multiple times | Peter Xu |
2020-04-02 | mm: introduce FAULT_FLAG_DEFAULT | Peter Xu |
2020-04-02 | mm: introduce fault_signal_pending() | Peter Xu |
2020-04-02 | asm-generic: make more kernel-space headers mandatory | Masahiro Yamada |
2020-03-31 | Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds |
2020-03-30 | Merge tag 'timers-nohz-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2020-03-30 | Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-03-27 | [parisc, s390, sparc64] no need for access_ok() in futex handling | Al Viro |