aboutsummaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)AuthorFilesLines
2018-10-31percpu: remove PER_CPU_DEF_ATTRIBUTES macroGravatar Alexander Pateenok 1-4/+0
2018-10-26hugetlb: introduce generic version of huge_ptep_getGravatar Alexandre Ghiti 1-0/+7
2018-10-26hugetlb: introduce generic version of huge_ptep_set_access_flags()Gravatar Alexandre Ghiti 1-0/+9
2018-10-26hugetlb: introduce generic version of huge_ptep_set_wrprotect()Gravatar Alexandre Ghiti 1-0/+8
2018-10-26hugetlb: introduce generic version of prepare_hugepage_rangeGravatar Alexandre Ghiti 1-0/+15
2018-10-26hugetlb: introduce generic version of huge_pte_wrprotectGravatar Alexandre Ghiti 1-0/+7
2018-10-26hugetlb: introduce generic version of huge_pte_none()Gravatar Alexandre Ghiti 1-0/+7
2018-10-26hugetlb: introduce generic version of huge_ptep_clear_flushGravatar Alexandre Ghiti 1-0/+8
2018-10-26hugetlb: introduce generic version of huge_ptep_get_and_clear()Gravatar Alexandre Ghiti 1-0/+8
2018-10-26hugetlb: introduce generic version of set_huge_pte_at()Gravatar Alexandre Ghiti 1-1/+7
2018-10-26hugetlb: introduce generic version of hugetlb_free_pgd_rangeGravatar Alexandre Ghiti 1-0/+11
2018-10-26hugetlb: harmonize hugetlb.h arch specific defines with pgtable.hGravatar Alexandre Ghiti 1-1/+1
2018-10-26mm: remove references to vm_insert_pfn()Gravatar Matthew Wilcox 1-2/+2
2018-10-26Merge tag 'driver-core-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+14
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-14/+23
2018-10-24Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-14/+11
2018-10-23Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 4-18/+24
2018-10-22Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-9/+0
2018-10-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-12/+74
2018-10-16Merge branch 'x86/build' into locking/core, to pick up dependent patches and ...Gravatar Ingo Molnar 3-9/+13
2018-10-16mm: move is_kernel_rodata() to asm-generic/sections.hGravatar Bartosz Golaszewski 1-0/+14
2018-10-12vmlinux.lds.h: Fix linker warnings about orphan .LPBX sectionsGravatar Peter Oberparleiter 1-1/+1
2018-10-12vmlinux.lds.h: Fix incomplete .text.exit discardsGravatar Peter Oberparleiter 1-2/+2
2018-10-10vmlinux.lds.h: Move LSM_TABLE into INIT_DATAGravatar Kees Cook 1-13/+11
2018-10-10LSM: Rename .security_initcall section to .lsm_infoGravatar Kees Cook 1-5/+5
2018-10-10vmlinux.lds.h: Avoid copy/paste of security_init sectionGravatar Kees Cook 1-7/+6
2018-10-06Merge branch 'core/core' into x86/build, to prevent conflictsGravatar Ingo Molnar 1-4/+7
2018-10-04x86/bug: Macrofy the BUG table section handling, to work around GCC inlining ...Gravatar Nadav Amit 1-4/+4
2018-10-02locking/spinlocks: Remove an instruction from spin and write locksGravatar Matthew Wilcox 2-10/+13
2018-09-27jump_table: Move entries into ro_after_init regionGravatar Ard Biesheuvel 1-4/+7
2018-09-20dma-mapping: merge direct and noncoherent opsGravatar Christoph Hellwig 1-9/+0
2018-09-14asm-generic: io: Fix ioport_map() for !CONFIG_GENERIC_IOMAP && CONFIG_INDIREC...Gravatar Andrew Murray 1-1/+2
2018-09-07mm/memory: Move mmu_gather and TLB invalidation code into its own fileGravatar Peter Zijlstra 1-0/+1
2018-09-04asm-generic/tlb: Track which levels of the page tables have been clearedGravatar Will Deacon 1-8/+50
2018-09-04asm-generic/tlb: Track freeing of page-table directories in struct mmu_gatherGravatar Peter Zijlstra 1-8/+23
2018-09-04asm-generic/tlb: Guard with #ifdef CONFIG_MMUGravatar Will Deacon 1-0/+4
2018-08-29asm-generic: Remove empty asm/unistd.hGravatar Arnd Bergmann 1-3/+0
2018-08-29asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macroGravatar Arnd Bergmann 1-9/+0
2018-08-29asm-generic: Move common compat types to asm-generic/compat.hGravatar Arnd Bergmann 1-1/+23
2018-08-29y2038: Remove stat64 family from default syscall setGravatar Arnd Bergmann 1-1/+0
2018-08-25Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-2/+0
2018-08-23mm: mmu_notifier fix for tlb_end_vmaGravatar Nicholas Piggin 1-4/+13
2018-08-22x86/mm/tlb: Revert the recent lazy TLB patchesGravatar Peter Zijlstra 1-10/+0
2018-08-22module: use relative references for __ksymtab entriesGravatar Ard Biesheuvel 1-2/+10
2018-08-22include/asm-generic/bug.h: clarify valid uses of WARN()Gravatar Dmitry Vyukov 1-3/+13
2018-08-22vmlinux.lds.h: remove stale <linux/export.h> includeGravatar Masahiro Yamada 1-2/+0
2018-08-18Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+0
2018-08-17mm: provide a fallback for PAGE_KERNEL_EXEC for architecturesGravatar Luis R. Rodriguez 1-0/+4
2018-08-17mm: provide a fallback for PAGE_KERNEL_RO for architecturesGravatar Luis R. Rodriguez 1-0/+14
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 1-0/+12