Age | Commit message (Expand) | Author |
2020-06-08 | arm,sparc,unicore32: remove flush_icache_user_range | Christoph Hellwig |
2020-06-08 | riscv: use asm-generic/cacheflush.h | Christoph Hellwig |
2020-06-08 | powerpc: use asm-generic/cacheflush.h | Christoph Hellwig |
2020-06-08 | openrisc: use asm-generic/cacheflush.h | Christoph Hellwig |
2020-06-08 | m68knommu: use asm-generic/cacheflush.h | Christoph Hellwig |
2020-06-08 | microblaze: use asm-generic/cacheflush.h | Christoph Hellwig |
2020-06-08 | ia64: use asm-generic/cacheflush.h | Christoph Hellwig |
2020-06-08 | hexagon: use asm-generic/cacheflush.h | Christoph Hellwig |
2020-06-08 | c6x: use asm-generic/cacheflush.h | Christoph Hellwig |
2020-06-08 | arm64: use asm-generic/cacheflush.h | Christoph Hellwig |
2020-06-08 | alpha: use asm-generic/cacheflush.h | Christoph Hellwig |
2020-06-08 | asm-generic: don't include <linux/mm.h> in cacheflush.h | Christoph Hellwig |
2020-06-08 | unicore32: remove flush_cache_user_range | Christoph Hellwig |
2020-06-08 | powerpc: unexport flush_icache_user_range | Christoph Hellwig |
2020-06-08 | nds32: unexport flush_icache_page | Christoph Hellwig |
2020-06-08 | arm: fix the flush_icache_range arguments in set_fiq_handler | Christoph Hellwig |
2020-06-08 | mm/gup.c: convert to use get_user_{page|pages}_fast_only() | Souptick Joarder |
2020-06-07 | Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2020-06-07 | Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds |
2020-06-07 | Merge tag 'usb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds |
2020-06-06 | Merge tag 'sh-for-5.8' of git://git.libc.org/linux-sh | Linus Torvalds |
2020-06-06 | Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds |
2020-06-06 | Merge tag 'dma-mapping-5.8' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2020-06-06 | Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2020-06-06 | kbuild: add variables for compression tools | Denis Efremov |
2020-06-05 | Merge tag 'core_core_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2020-06-05 | Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds |
2020-06-05 | Merge tag 'x86-mm-2020-06-05' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2020-06-04 | Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2020-06-04 | Merge tag 'arm-dt-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | Linus Torvalds |
2020-06-04 | Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2020-06-04 | Merge tag 'arm-defconfig-5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2020-06-04 | Merge tag 'arm-soc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | Linus Torvalds |
2020-06-04 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-06-04 | powerpc/pseries/hotplug-memory: stop checking is_mem_section_removable() | David Hildenbrand |
2020-06-04 | kmap: consolidate kmap_prot definitions | Ira Weiny |
2020-06-04 | sparc: remove unnecessary includes | Ira Weiny |
2020-06-04 | parisc/kmap: remove duplicate kmap code | Ira Weiny |
2020-06-04 | kmap: remove kmap_atomic_to_page() | Ira Weiny |
2020-06-04 | arch/kmap: define kmap_atomic_prot() for all arch's | Ira Weiny |
2020-06-04 | arch/kmap: don't hard code kmap_prot values | 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 | {x86,powerpc,microblaze}/kmap: move preempt disable | 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/xtensa: move kmap build bug out of the way | Ira Weiny |
2020-06-04 | arch/kmap: remove BUG_ON() | Ira Weiny |
2020-06-04 | mm/debug: add tests validating architecture page table helpers | Anshuman Khandual |