Age | Commit message (Expand) | Author | Files | Lines |
2020-06-10 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 2 | -4/+7 |
2020-06-09 | mmap locking API: convert mmap_sem API comments | Michel Lespinasse | 1 | -1/+1 |
2020-06-09 | mmap locking API: convert mmap_sem call sites missed by coccinelle | Michel Lespinasse | 1 | -5/+5 |
2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse | 2 | -4/+4 |
2020-06-09 | mm: consolidate pte_index() and pte_offset_*() definitions | Mike Rapoport | 4 | -65/+11 |
2020-06-09 | mm: pgtable: add shortcuts for accessing kernel PMD and PTE | Mike Rapoport | 5 | -28/+7 |
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 | 5 | -6/+4 |
2020-06-09 | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 29 | -29/+0 |
2020-06-09 | kernel: rename show_stack_loglvl() => show_stack() | Dmitry Safonov | 1 | -7/+1 |
2020-06-09 | mips: add show_stack_loglvl() | Dmitry Safonov | 1 | -17/+24 |
2020-06-09 | kallsyms/printk: add loglvl to print_ip_sym() | Dmitry Safonov | 1 | -2/+2 |
2020-06-07 | Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -1/+1 |
2020-06-05 | kmap: consolidate kmap_prot definitions | Ira Weiny | 1 | -2/+0 |
2020-06-05 | arch/kmap: define kmap_atomic_prot() for all arch's | Ira Weiny | 1 | -3/+3 |
2020-06-05 | arch/kmap: don't hard code kmap_prot values | Ira Weiny | 1 | -1/+1 |
2020-06-05 | arch/kunmap_atomic: consolidate duplicate code | Ira Weiny | 3 | -11/+5 |
2020-06-05 | arch/kmap_atomic: consolidate duplicate code | Ira Weiny | 3 | -18/+3 |
2020-06-05 | arch/kunmap: remove duplicate kunmap implementations | Ira Weiny | 2 | -12/+0 |
2020-06-05 | arch/kmap: remove redundant arch specific kmaps | Ira Weiny | 2 | -13/+5 |
2020-06-05 | arch/kmap: remove BUG_ON() | Ira Weiny | 1 | -1/+1 |
2020-06-04 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 6 | -16/+4 |
2020-06-04 | mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid() | Anshuman Khandual | 1 | -1/+1 |
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 | -7/+0 |
2020-06-04 | mm: use free_area_init() instead of free_area_init_nodes() | Mike Rapoport | 3 | -3/+3 |
2020-06-04 | mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option | Mike Rapoport | 1 | -1/+0 |
2020-06-04 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -36/+38 |
2020-06-03 | Merge tag 'mips_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux | Linus Torvalds | 320 | -13161/+4205 |
2020-06-03 | Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -8/+8 |
2020-06-02 | Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 3 | -0/+3 |
2020-06-01 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -1/+0 |
2020-05-31 | MIPS: ralink: drop ralink_clk_init for mt7621 | Chuanhong Guo | 1 | -43/+0 |
2020-05-31 | MIPS: ralink: bootrom: mark a function as __init to save some memory | Christophe JAILLET | 1 | -1/+1 |
2020-05-31 | MIPS: Loongson64: Reorder CPUCFG model match arms | WANG Xuerui | 1 | -16/+16 |
2020-05-31 | MIPS: Expose Loongson CPUCFG availability via HWCAP | WANG Xuerui | 2 | -1/+9 |
2020-05-31 | MIPS: Loongson64: Guard against future cores without CPUCFG | WANG Xuerui | 3 | -17/+35 |
2020-05-30 | MIPS: Fix build warning about "PTR_STR" redefinition | Thomas Bogendoerfer | 4 | -779/+781 |
2020-05-28 | MIPS: Loongson64: Remove not used pci.c | Tiezhu Yang | 1 | -49/+0 |
2020-05-28 | MIPS: Loongson64: Define PCI_IOBASE | Jiaxun Yang | 2 | -2/+48 |
2020-05-28 | MIPS: CPU_LOONGSON2EF need software to maintain cache consistency | Lichao Liu | 1 | -0/+1 |
2020-05-28 | MIPS: DTS: Fix build errors used with various configs | Tiezhu Yang | 1 | -0/+2 |
2020-05-27 | MIPS: Loongson64: select NO_EXCEPT_FILL | Jiaxun Yang | 1 | -0/+1 |
2020-05-27 | MIPS: Fix IRQ tracing when call handle_fpe() and handle_msa_fpe() | YuanJunQing | 1 | -3/+3 |
2020-05-27 | MIPS: mm: add page valid judgement in function pte_modify | Bibo Mao | 1 | -2/+5 |
2020-05-27 | mm/memory.c: Add memory read privilege on page fault handling | Bibo Mao | 1 | -0/+2 |
2020-05-27 | mm/memory.c: Update local TLB if PTE entry exists | Bibo Mao | 1 | -0/+23 |
2020-05-27 | MIPS: Do not flush tlb page when updating PTE entry | Bibo Mao | 1 | -0/+5 |
2020-05-27 | MIPS: ingenic: Default to a generic board | Paul Cercueil | 1 | -1/+8 |
2020-05-27 | MIPS: ingenic: Add support for GCW Zero prototype | Paul Cercueil | 1 | -0/+13 |