summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'microblaze-v5.6-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2020-02-041-0/+1
|\
| * asm-generic: Make dma-contiguous.h a mandatory include/asm headerMichal Simek2020-02-041-0/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-02-042-48/+92
|\ \
| * | asm-generic/tlb: provide MMU_GATHER_TABLE_FREEPeter Zijlstra2020-02-041-35/+37
| * | asm-generic/tlb: rename HAVE_MMU_GATHER_NO_GATHERPeter Zijlstra2020-02-041-2/+12
| * | asm-generic/tlb: rename HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra2020-02-041-3/+6
| * | asm-generic/tlb: rename HAVE_RCU_TABLE_FREEPeter Zijlstra2020-02-041-5/+5
| * | asm-gemeric/tlb: remove stray function declarationsPeter Zijlstra2020-02-041-4/+0
| * | asm-generic/tlb: avoid potential double flushPeter Zijlstra2020-02-041-1/+6
| * | mm/mmu_gather: invalidate TLB correctly on batch allocation failure and flushPeter Zijlstra2020-02-041-7/+15
| * | mm: add generic p?d_leaf() macrosSteven Price2020-02-041-0/+20
* | | Merge branch 'for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Linus Torvalds2020-02-031-5/+5
|\ \ \ | |/ / |/| |
| * | percpu: fix __percpu annotation in asm-genericLuc Van Oostenryck2020-01-311-5/+5
* | | Merge tag 'modules-for-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-311-3/+5
|\ \ \
| * | | export.h: reduce __ksymtab_strings string duplication by using "MS" section f...Jessica Yu2019-12-161-3/+5
| | |/ | |/|
* | | Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2020-01-301-5/+0
|\ \ \
| * | | mm: remove arch_bprm_mm_init() hookDave Hansen2020-01-231-5/+0
* | | | Merge tag 'timers-urgent-2020-01-27' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-01-271-2/+2
|\ \ \ \
| * | | | lib/vdso: Make __arch_update_vdso_data() logic understandableThomas Gleixner2020-01-171-2/+2
| | |/ / | |/| |
* | | | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-272-6/+2
|\ \ \ \
| * | | | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-062-6/+2
| |/ / /
* / / / asm-generic/nds32: don't redefine cacheflush primitivesMike Rapoport2019-12-301-1/+32
|/ / /
* | | Merge tag 'powerpc-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-12-064-263/+295
|\ \ \
| * | | kasan: support instrumented bitops combined with generic bitopsDaniel Axtens2019-11-074-263/+295
* | | | mm: remove __ARCH_HAS_4LEVEL_HACK and include/asm-generic/4level-fixup.hMike Rapoport2019-12-041-39/+0
* | | | bitops: introduce the for_each_set_clump8 macroWilliam Breathitt Gray2019-12-041-0/+17
| |_|/ |/| |
* | | Merge tag 'spdx-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-12-031-0/+1
|\ \ \
| * | | export,module: add SPDX GPL-2.0 license identifier to headers with no licenseMasahiro Yamada2019-11-141-0/+1
| | |/ | |/|
* | | Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-031-0/+1
|\ \ \
| * | | asm-generic: Make msi.h a mandatory include/asm headerMichal Simek2019-11-261-0/+1
| | |/ | |/|
* | | Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-12-021-2/+0
|\ \ \
| * | | asm-generic/export.h: remove unneeded __kcrctab_* symbolsMasahiro Yamada2019-11-111-1/+0
| * | | asm-generic/export.h: make __ksymtab_* local symbolsMasahiro Yamada2019-11-111-1/+0
| | |/ | |/|
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-12-017-9/+54
|\ \ \
| * | | mm/memory.c: fix a huge pud insertion race during faultingThomas Hellstrom2019-12-011-0/+25
| * | | mm: move the backup x_devmap() functions to asm-generic/pgtable.hThomas Hellstrom2019-12-011-0/+15
| * | | asm-generic/mm: stub out p{4,u}d_clear_bad() if __PAGETABLE_P{4,U}D_FOLDEDVineet Gupta2019-12-011-0/+11
| * | | asm-generic/tlb: stub out pmd_free_tlb() if nopmdVineet Gupta2019-12-011-1/+1
| * | | asm-generic/tlb: stub out p4d_free_tlb() if nop4d ...Vineet Gupta2019-12-013-4/+1
| * | | asm-generic/tlb: stub out pud_free_tlb() if nopud ...Vineet Gupta2019-12-013-4/+1
* | | | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-11-301-0/+2
|\ \ \ \
| * | | | x86/hyperv: Implement hv_is_hibernation_supported()Dexuan Cui2019-11-211-0/+2
| | |_|/ | |/| |
* | | | Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-11-301-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | powerpc/mm/book3s64/radix: Flush the full mm even when need_flush_all is setAneesh Kumar K.V2019-11-051-1/+1
| |/ /
* | | Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2019-11-281-53/+36
|\ \ \
| * | | lib: provide a simple generic ioremap implementationChristoph Hellwig2019-11-111-4/+16
| * | | arch: rely on asm-generic/io.h for default ioremap_* definitionsChristoph Hellwig2019-11-111-15/+3
| * | | asm-generic: don't provide ioremap for CONFIG_MMUChristoph Hellwig2019-11-111-21/+8
| * | | asm-generic: ioremap_uc should behave the same with and without MMUChristoph Hellwig2019-11-111-20/+16
| | |/ | |/|
* | | Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-11-271-2/+11
|\ \ \