aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-24Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-14/+11
2018-10-23Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-18/+24
2018-10-22Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-9/+0
2018-10-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-12/+74
2018-10-16Merge branch 'x86/build' into locking/core, to pick up dependent patches and unify jump-label workIngo Molnar3-9/+13
2018-10-12vmlinux.lds.h: Fix linker warnings about orphan .LPBX sectionsPeter Oberparleiter1-1/+1
2018-10-12vmlinux.lds.h: Fix incomplete .text.exit discardsPeter Oberparleiter1-2/+2
2018-10-10vmlinux.lds.h: Move LSM_TABLE into INIT_DATAKees Cook1-13/+11
2018-10-10LSM: Rename .security_initcall section to .lsm_infoKees Cook1-5/+5
2018-10-10vmlinux.lds.h: Avoid copy/paste of security_init sectionKees Cook1-7/+6
2018-10-06Merge branch 'core/core' into x86/build, to prevent conflictsIngo Molnar1-4/+7
2018-10-04x86/bug: Macrofy the BUG table section handling, to work around GCC inlining bugsNadav Amit1-4/+4
2018-10-02locking/spinlocks: Remove an instruction from spin and write locksMatthew Wilcox2-10/+13
2018-09-27jump_table: Move entries into ro_after_init regionArd Biesheuvel1-4/+7
2018-09-20dma-mapping: merge direct and noncoherent opsChristoph Hellwig1-9/+0
2018-09-14asm-generic: io: Fix ioport_map() for !CONFIG_GENERIC_IOMAP && CONFIG_INDIRECT_PIOAndrew Murray1-1/+2
2018-09-07mm/memory: Move mmu_gather and TLB invalidation code into its own filePeter Zijlstra1-0/+1
2018-09-04asm-generic/tlb: Track which levels of the page tables have been clearedWill Deacon1-8/+50
2018-09-04asm-generic/tlb: Track freeing of page-table directories in struct mmu_gatherPeter Zijlstra1-8/+23
2018-09-04asm-generic/tlb: Guard with #ifdef CONFIG_MMUWill Deacon1-0/+4
2018-08-25Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+0
2018-08-23mm: mmu_notifier fix for tlb_end_vmaNicholas Piggin1-4/+13
2018-08-22x86/mm/tlb: Revert the recent lazy TLB patchesPeter Zijlstra1-10/+0
2018-08-22module: use relative references for __ksymtab entriesArd Biesheuvel1-2/+10
2018-08-22include/asm-generic/bug.h: clarify valid uses of WARN()Dmitry Vyukov1-3/+13
2018-08-22vmlinux.lds.h: remove stale <linux/export.h> includeMasahiro Yamada1-2/+0
2018-08-18Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+0
2018-08-17mm: provide a fallback for PAGE_KERNEL_EXEC for architecturesLuis R. Rodriguez1-0/+4
2018-08-17mm: provide a fallback for PAGE_KERNEL_RO for architecturesLuis R. Rodriguez1-0/+14
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+12
2018-08-13Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+14
2018-08-05Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner2-1/+9
2018-07-30Merge 4.18-rc7 into driver-core-nextGreg Kroah-Hartman1-0/+8
2018-07-25locking/atomics: Instrument cmpxchg_double*()Mark Rutland1-13/+8
2018-07-25locking/atomics: Instrument xchg()Mark Rutland1-0/+7
2018-07-25locking/atomics: Simplify cmpxchg() instrumentationMark Rutland1-85/+15
2018-07-17x86/mm/tlb: Leave lazy TLB mode at page table free timeRik van Riel1-0/+10
2018-07-17Merge tag 'v4.18-rc5' into x86/mm, to pick up fixesIngo Molnar1-0/+8
2018-07-17Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar2-1/+9
2018-07-15x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architecturesJiri Kosina1-12/+12
2018-07-14mm: allow arch to supply p??_free_tlb functionsNicholas Piggin1-0/+8
2018-07-10iommu: Remove IOMMU_OF_DECLARERob Herring1-2/+0
2018-07-04ioremap: Update pgtable free interfaces with addrChintan Pandya1-4/+4
2018-06-22locking/qspinlock: Fix build for anonymous union in older GCC compilersSteven Rostedt (VMware)1-1/+1
2018-06-21atomics/treewide: Make conditional inc/dec ops optionalMark Rutland2-0/+4
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland3-18/+24
2018-06-21atomics/treewide: Make test ops optionalMark Rutland3-13/+24
2018-06-21atomics/treewide: Make atomic64_fetch_add_unless() optionalMark Rutland1-6/+0
2018-06-21atomics/generic: Define atomic64_fetch_add_unless()Mark Rutland1-1/+2
2018-06-21atomics: Prepare for atomic64_fetch_add_unless()Mark Rutland1-0/+9