aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAge
* Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-08-25
|\
| * vmlinux.lds.h: remove stale <linux/export.h> includeMasahiro Yamada2018-08-22
* | mm: mmu_notifier fix for tlb_end_vmaNicholas Piggin2018-08-23
* | x86/mm/tlb: Revert the recent lazy TLB patchesPeter Zijlstra2018-08-22
* | module: use relative references for __ksymtab entriesArd Biesheuvel2018-08-22
* | include/asm-generic/bug.h: clarify valid uses of WARN()Dmitry Vyukov2018-08-22
|/
* Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-08-18
|\
| * Merge 4.18-rc7 into driver-core-nextGreg Kroah-Hartman2018-07-30
| |\
| * | iommu: Remove IOMMU_OF_DECLARERob Herring2018-07-10
* | | mm: provide a fallback for PAGE_KERNEL_EXEC for architecturesLuis R. Rodriguez2018-08-17
* | | mm: provide a fallback for PAGE_KERNEL_RO for architecturesLuis R. Rodriguez2018-08-17
* | | Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2018-08-14
|\ \ \
| * \ \ Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner2018-08-05
| |\ \ \ | | | |/ | | |/|
| * | | x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architecturesJiri Kosina2018-07-15
| * | | x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen2018-06-20
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-13
|\ \ \ \
| * | | | x86/mm/tlb: Leave lazy TLB mode at page table free timeRik van Riel2018-07-17
| * | | | Merge tag 'v4.18-rc5' into x86/mm, to pick up fixesIngo Molnar2018-07-17
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | ioremap: Update pgtable free interfaces with addrChintan Pandya2018-07-04
| | |_|/ | |/| |
* | | | locking/atomics: Instrument cmpxchg_double*()Mark Rutland2018-07-25
* | | | locking/atomics: Instrument xchg()Mark Rutland2018-07-25
* | | | locking/atomics: Simplify cmpxchg() instrumentationMark Rutland2018-07-25
* | | | Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar2018-07-17
|\ \ \ \ | | |/ / | |/| |
| * | | mm: allow arch to supply p??_free_tlb functionsNicholas Piggin2018-07-14
| |/ /
| * / locking/qspinlock: Fix build for anonymous union in older GCC compilersSteven Rostedt (VMware)2018-06-21
| |/
* | atomics/treewide: Make conditional inc/dec ops optionalMark Rutland2018-06-21
* | atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland2018-06-21
* | atomics/treewide: Make test ops optionalMark Rutland2018-06-21
* | atomics/treewide: Make atomic64_fetch_add_unless() optionalMark Rutland2018-06-21
* | atomics/generic: Define atomic64_fetch_add_unless()Mark Rutland2018-06-21
* | atomics: Prepare for atomic64_fetch_add_unless()Mark Rutland2018-06-21
* | atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland2018-06-21
* | atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland2018-06-21
* | atomics: Make conditional ops return 'bool'Mark Rutland2018-06-21
* | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-21
* | locking/atomics, asm-generic/bitops/lock.h: Rewrite using atomic_fetch_*()Will Deacon2018-06-21
* | locking/atomics, asm-generic/bitops/atomic.h: Rewrite using atomic_*() APIsWill Deacon2018-06-21
|/
* int-ll64.h: define u{8,16,32,64} and s{8,16,32,64} based on uapi headerMasahiro Yamada2018-06-07
* Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-06-06
|\
| * kbuild: Fix asm-generic/vmlinux.lds.h for LD_DEAD_CODE_DATA_ELIMINATIONNicholas Piggin2018-05-17
| * vmlinux.lds.h: remove no-op macro VMLINUX_SYMBOL()Masahiro Yamada2018-05-17
| * export.h: remove code for prefixing symbols with underscoreMasahiro Yamada2018-05-17
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-04
|\ \
| * | Merge branch 'timers/urgent' into timers/coreThomas Gleixner2018-05-02
| |\|
| * | time: Add an asm-generic/compat.h fileArnd Bergmann2018-04-19
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-06-04
|\ \ \
| * | | locking/spinlocks: Clean up comment and #ifndef for {,queued_}spin_is_locked()Andrea Parri2018-05-15
| * | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2018-05-05
| |\ \ \ | | | |/ | | |/|
| * | | locking/mutex: Optimize __mutex_trylock_fast()Peter Zijlstra2018-05-04
| * | | locking/qspinlock: Use smp_store_release() in queued_spin_unlock()Will Deacon2018-04-27