summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
AgeCommit message (Expand)AuthorLines
2018-08-25Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-2/+0
2018-08-23mm: mmu_notifier fix for tlb_end_vmaNicholas Piggin-4/+13
2018-08-22x86/mm/tlb: Revert the recent lazy TLB patchesPeter Zijlstra-10/+0
2018-08-22module: use relative references for __ksymtab entriesArd Biesheuvel-2/+10
2018-08-22include/asm-generic/bug.h: clarify valid uses of WARN()Dmitry Vyukov-3/+13
2018-08-22vmlinux.lds.h: remove stale <linux/export.h> includeMasahiro Yamada-2/+0
2018-08-18Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+0
2018-08-17mm: provide a fallback for PAGE_KERNEL_EXEC for architecturesLuis R. Rodriguez-0/+4
2018-08-17mm: provide a fallback for PAGE_KERNEL_RO for architecturesLuis R. Rodriguez-0/+14
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds-0/+12
2018-08-13Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+14
2018-08-05Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner-1/+9
2018-07-30Merge 4.18-rc7 into driver-core-nextGreg Kroah-Hartman-0/+8
2018-07-25locking/atomics: Instrument cmpxchg_double*()Mark Rutland-13/+8
2018-07-25locking/atomics: Instrument xchg()Mark Rutland-0/+7
2018-07-25locking/atomics: Simplify cmpxchg() instrumentationMark Rutland-85/+15
2018-07-17x86/mm/tlb: Leave lazy TLB mode at page table free timeRik van Riel-0/+10
2018-07-17Merge tag 'v4.18-rc5' into x86/mm, to pick up fixesIngo Molnar-0/+8
2018-07-17Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar-1/+9
2018-07-15x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architecturesJiri Kosina-12/+12
2018-07-14mm: allow arch to supply p??_free_tlb functionsNicholas Piggin-0/+8
2018-07-10iommu: Remove IOMMU_OF_DECLARERob Herring-2/+0
2018-07-04ioremap: Update pgtable free interfaces with addrChintan Pandya-4/+4
2018-06-22locking/qspinlock: Fix build for anonymous union in older GCC compilersSteven Rostedt (VMware)-1/+1
2018-06-21atomics/treewide: Make conditional inc/dec ops optionalMark Rutland-0/+4
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland-18/+24
2018-06-21atomics/treewide: Make test ops optionalMark Rutland-13/+24
2018-06-21atomics/treewide: Make atomic64_fetch_add_unless() optionalMark Rutland-6/+0
2018-06-21atomics/generic: Define atomic64_fetch_add_unless()Mark Rutland-1/+2
2018-06-21atomics: Prepare for atomic64_fetch_add_unless()Mark Rutland-0/+9
2018-06-21atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland-12/+3
2018-06-21atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland-1/+3
2018-06-21atomics: Make conditional ops return 'bool'Mark Rutland-2/+3
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland-4/+4
2018-06-21locking/atomics, asm-generic/bitops/lock.h: Rewrite using atomic_fetch_*()Will Deacon-12/+56
2018-06-21locking/atomics, asm-generic/bitops/atomic.h: Rewrite using atomic_*() APIsWill Deacon-155/+33
2018-06-20x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen-0/+12
2018-06-07int-ll64.h: define u{8,16,32,64} and s{8,16,32,64} based on uapi headerMasahiro Yamada-11/+8
2018-06-06Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-185/+183
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+3
2018-06-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-11/+71
2018-05-19dma-mapping: provide a generic dma-noncoherent implementationChristoph Hellwig-0/+9
2018-05-17kbuild: Fix asm-generic/vmlinux.lds.h for LD_DEAD_CODE_DATA_ELIMINATIONNicholas Piggin-20/+29
2018-05-17vmlinux.lds.h: remove no-op macro VMLINUX_SYMBOL()Masahiro Yamada-145/+144
2018-05-17export.h: remove code for prefixing symbols with underscoreMasahiro Yamada-22/+12
2018-05-15locking/spinlocks: Clean up comment and #ifndef for {,queued_}spin_is_locked()Andrea Parri-2/+0
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig-8/+0
2018-05-05Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar-1/+1
2018-05-04locking/mutex: Optimize __mutex_trylock_fast()Peter Zijlstra-0/+17
2018-05-02Merge branch 'timers/urgent' into timers/coreThomas Gleixner-1/+1