Age | Commit message (Expand) | Author | Files | Lines |
2020-06-09 | mm: consolidate pte_index() and pte_offset_*() definitions | Mike Rapoport | 1 | -30/+0 |
2020-06-09 | csky: replace definitions of __pXd_offset() with pXd_index() | Mike Rapoport | 1 | -3/+2 |
2020-06-09 | mm: introduce include/linux/pgtable.h | Mike Rapoport | 2 | -3/+1 |
2020-06-05 | kmap: consolidate kmap_prot definitions | Ira Weiny | 1 | -2/+0 |
2020-06-05 | kmap: remove kmap_atomic_to_page() | Ira Weiny | 1 | -1/+0 |
2020-06-05 | arch/kunmap_atomic: consolidate duplicate code | Ira Weiny | 1 | -1/+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 | -3/+0 |
2020-06-05 | arch/kmap: remove redundant arch specific kmaps | Ira Weiny | 1 | -2/+2 |
2020-05-28 | csky: Coding convention in entry.S | Guo Ren | 1 | -0/+6 |
2020-05-14 | csky: Fixup raw_copy_from_user() | Al Viro | 1 | -23/+26 |
2020-05-14 | csky: Fixup gdbmacros.txt with name sp in thread_struct | Guo Ren | 2 | -5/+5 |
2020-05-13 | csky: Fixup remove unnecessary save/restore PSR code | Guo Ren | 1 | -2/+0 |
2020-05-13 | csky: Fixup calltrace panic | Guo Ren | 2 | -0/+16 |
2020-05-13 | csky: Fixup compile error for abiv1 entry.S | Guo Ren | 1 | -4/+4 |
2020-04-11 | mm/special: create generic fallbacks for pte_special() and pte_mkspecial() | Anshuman Khandual | 1 | -3/+0 |
2020-04-11 | mm/vma: define a default value for VM_DATA_DEFAULT_FLAGS | Anshuman Khandual | 1 | -3/+0 |
2020-04-06 | Merge tag 'csky-for-linus-5.7-rc1' of git://github.com/c-sky/csky-linux | Linus Torvalds | 7 | -0/+153 |
2020-04-03 | csky: Add uprobes support | Guo Ren | 2 | -0/+35 |
2020-04-03 | csky: Add kprobes supported | Guo Ren | 4 | -1/+74 |
2020-04-02 | asm-generic: make more kernel-space headers mandatory | Masahiro Yamada | 1 | -36/+0 |
2020-03-31 | csky: Fixup get wrong psr value from phyical reg | Guo Ren | 1 | -0/+1 |
2020-03-21 | csky: Remove mm.h from asm/uaccess.h | Sebastian Andrzej Siewior | 1 | -1/+0 |
2020-03-08 | csky: Implement ftrace with regs | Guo Ren | 1 | -0/+2 |
2020-03-08 | csky: Implement ptrace regs and stack API | Guo Ren | 1 | -0/+41 |
2020-02-21 | csky: Add PCI support | MaJun | 2 | -1/+34 |
2020-02-21 | csky: Fixup compile warning for three unimplemented syscalls | Guo Ren | 1 | -0/+3 |
2020-02-21 | csky: Add flush_icache_mm to defer flush icache all | Guo Ren | 3 | -0/+4 |
2020-02-21 | csky: Support icache flush without specific instructions | Guo Ren | 1 | -0/+1 |
2020-02-21 | csky: Separate fixaddr_init from highmem | Guo Ren | 3 | -5/+8 |
2020-02-21 | csky: Tightly-Coupled Memory or Sram support | Guo Ren | 3 | -1/+50 |
2020-02-21 | csky: Initial stack protector support | Mao Han | 1 | -0/+29 |
2020-02-04 | Merge tag 'microblaze-v5.6-rc1' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 1 | -1/+0 |
2020-02-04 | asm-generic: Make dma-contiguous.h a mandatory include/asm header | Michal Simek | 1 | -1/+0 |
2019-12-10 | mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo... | Ingo Molnar | 1 | -0/+4 |
2019-11-12 | csky: use generic ioremap | Christoph Hellwig | 2 | -5/+7 |
2019-11-11 | csky: remove ioremap_cache | Christoph Hellwig | 1 | -2/+0 |
2019-11-11 | arch: rely on asm-generic/io.h for default ioremap_* definitions | Christoph Hellwig | 1 | -1/+0 |
2019-09-30 | Merge tag 'csky-for-linus-5.4-rc1' of git://github.com/c-sky/csky-linux | Linus Torvalds | 4 | -19/+30 |
2019-09-26 | mm: treewide: clarify pgtable_page_{ctor,dtor}() naming | Mark Rutland | 1 | -1/+1 |
2019-09-25 | mm: consolidate pgtable_cache_init() and pgd_cache_init() | Mike Rapoport | 1 | -5/+0 |
2019-09-25 | mm: remove quicklist page table caches | Nicholas Piggin | 1 | -2/+0 |
2019-09-07 | csky: add missing brackets in a macro for tlb.h | Jason Gunthorpe | 1 | -4/+4 |
2019-08-15 | csky: Fixup ioremap function losing | Guo Ren | 1 | -11/+12 |
2019-08-06 | csky: Optimize arch_sync_dma_for_cpu/device with dma_inv_range | Guo Ren | 1 | -0/+1 |
2019-07-31 | csky: Fixup dma_alloc_coherent with PAGE_SO attribute | Guo Ren | 1 | -0/+10 |
2019-07-31 | csky: Fixup mb() synchronization problem | Guo Ren | 1 | -8/+7 |
2019-07-25 | treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headers | Masahiro Yamada | 6 | -6/+6 |
2019-07-19 | Merge tag 'csky-for-linus-5.3-rc1' of git://github.com/c-sky/csky-linux | Linus Torvalds | 4 | -105/+91 |
2019-07-19 | csky: Use generic asid algorithm to implement switch_mm | Guo Ren | 2 | -2/+11 |