summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-15Merge tag 'pm-5.9-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2020-08-15Merge tag 'mfd-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2020-08-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-08-14virtio: pci: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski
2020-08-14ntb: intel: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski
2020-08-14rtl818x: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski
2020-08-14iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski
2020-08-14sh: use generic strncpy()Kuninori Morimoto
2020-08-14sh: clkfwk: remove r8/r16/r32Kuninori Morimoto
2020-08-14include/asm-generic/vmlinux.lds.h: align ro_after_initRomain Naour
2020-08-14mm: annotate a data race in page_zonenum()Qian Cai
2020-08-14mm/swap.c: annotate data races for lru_rotate_pvecsQian Cai
2020-08-14mm/rmap: annotate a data race at tlb_flush_batchedQian Cai
2020-08-14mm/mempool: fix a data race in mempool_free()Qian Cai
2020-08-14mm/list_lru: fix a data race in list_lru_count_oneQian Cai
2020-08-14mm/memcontrol: fix a data race in scan countQian Cai
2020-08-14mm/page_counter: fix various data races at memswQian Cai
2020-08-14mm/swapfile: fix and annotate various data racesQian Cai
2020-08-14mm/filemap.c: fix a data race in filemap_fault()Kirill A. Shutemov
2020-08-14mm/swap_state: mark various intentional data racesQian Cai
2020-08-14mm/page_io: mark various intentional data racesQian Cai
2020-08-14mm/frontswap: mark various intentional data racesQian Cai
2020-08-14mm/kmemleak: silence KCSAN splats in checksumQian Cai
2020-08-14all arch: remove system call sys_sysctlXiaoming Ni
2020-08-14fs: autofs: delete repeated words in commentsRandy Dunlap
2020-08-14mm: introduce offset_in_thpMatthew Wilcox (Oracle)
2020-08-14mm: add thp_headMatthew Wilcox (Oracle)
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)
2020-08-14mm: add thp_sizeMatthew Wilcox (Oracle)
2020-08-14mm: add thp_orderMatthew Wilcox (Oracle)
2020-08-14mm: move page-flags include to top of fileMatthew Wilcox (Oracle)
2020-08-14mm: store compound_nr as well as compound_orderMatthew Wilcox (Oracle)
2020-08-14mailmap: add entry for Greg KurzGreg Kurz
2020-08-14selftests/exec: add file type errno testsKees Cook
2020-08-14exec: restore EACCES of S_ISDIR execve()Kees Cook
2020-08-14lz4: fix kernel decompression speedNick Terrell
2020-08-14Revert "mm/vmstat.c: do not show lowmem reserve protection information of emp...Baoquan He
2020-08-14asm-generic: pgalloc.h: use correct #ifdef to enable pud_alloc_one()Mike Rapoport
2020-08-14sh: landisk: Add missing initialization of sh_io_port_baseGeert Uytterhoeven
2020-08-14sh: bring syscall_set_return_value in line with other architecturesMichael Karcher
2020-08-14sh: Add SECCOMP_FILTERMichael Karcher
2020-08-14sh: Rearrange blocks in entry-common.SMichael Karcher
2020-08-14sh: switch to copy_thread_tls()Christian Brauner
2020-08-14sh: use the generic dma coherent remap allocatorChristoph Hellwig
2020-08-14sh: don't allow non-coherent DMA for NOMMUChristoph Hellwig
2020-08-14dma-mapping: consolidate the NO_DMA definition in kernel/dma/KconfigChristoph Hellwig
2020-08-14sh: unexport register_trapped_io and match_trapped_io_handlerChristoph Hellwig
2020-08-14sh: don't include <asm/io_trapped.h> in <asm/io.h>Christoph Hellwig
2020-08-14sh: move the ioremap implementation out of lineChristoph Hellwig
2020-08-14sh: move ioremap_fixed details out of <asm/io.h>Christoph Hellwig