summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-132-4/+14
|\
| * x86/mm/tlb: Leave lazy TLB mode at page table free timeRik van Riel2018-07-171-0/+10
| * Merge tag 'v4.18-rc5' into x86/mm, to pick up fixesIngo Molnar2018-07-171-0/+8
| |\
| * | ioremap: Update pgtable free interfaces with addrChintan Pandya2018-07-041-4/+4
* | | locking/atomics: Instrument cmpxchg_double*()Mark Rutland2018-07-251-13/+8
* | | locking/atomics: Instrument xchg()Mark Rutland2018-07-251-0/+7
* | | locking/atomics: Simplify cmpxchg() instrumentationMark Rutland2018-07-251-85/+15
* | | Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar2018-07-172-1/+9
|\ \ \ | | |/ | |/|
| * | mm: allow arch to supply p??_free_tlb functionsNicholas Piggin2018-07-141-0/+8
| |/
| * locking/qspinlock: Fix build for anonymous union in older GCC compilersSteven Rostedt (VMware)2018-06-221-1/+1
* | atomics/treewide: Make conditional inc/dec ops optionalMark Rutland2018-06-212-0/+4
* | atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland2018-06-213-18/+24
* | atomics/treewide: Make test ops optionalMark Rutland2018-06-213-13/+24
* | atomics/treewide: Make atomic64_fetch_add_unless() optionalMark Rutland2018-06-211-6/+0
* | atomics/generic: Define atomic64_fetch_add_unless()Mark Rutland2018-06-211-1/+2
* | atomics: Prepare for atomic64_fetch_add_unless()Mark Rutland2018-06-211-0/+9
* | atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland2018-06-212-12/+3
* | atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland2018-06-212-1/+3
* | atomics: Make conditional ops return 'bool'Mark Rutland2018-06-212-2/+3
* | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-212-4/+4
* | locking/atomics, asm-generic/bitops/lock.h: Rewrite using atomic_fetch_*()Will Deacon2018-06-211-12/+56
* | locking/atomics, asm-generic/bitops/atomic.h: Rewrite using atomic_*() APIsWill Deacon2018-06-211-155/+33
|/
* int-ll64.h: define u{8,16,32,64} and s{8,16,32,64} based on uapi headerMasahiro Yamada2018-06-071-11/+8
* Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-06-062-185/+183
|\
| * kbuild: Fix asm-generic/vmlinux.lds.h for LD_DEAD_CODE_DATA_ELIMINATIONNicholas Piggin2018-05-171-20/+29
| * vmlinux.lds.h: remove no-op macro VMLINUX_SYMBOL()Masahiro Yamada2018-05-171-145/+144
| * export.h: remove code for prefixing symbols with underscoreMasahiro Yamada2018-05-171-22/+12
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-041-0/+3
|\ \
| * | Merge branch 'timers/urgent' into timers/coreThomas Gleixner2018-05-021-1/+1
| |\|
| * | time: Add an asm-generic/compat.h fileArnd Bergmann2018-04-191-0/+3
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-06-044-11/+71
|\ \ \
| * | | locking/spinlocks: Clean up comment and #ifndef for {,queued_}spin_is_locked()Andrea Parri2018-05-151-2/+0
| * | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2018-05-051-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | locking/mutex: Optimize __mutex_trylock_fast()Peter Zijlstra2018-05-041-0/+17
| * | | locking/qspinlock: Use smp_store_release() in queued_spin_unlock()Will Deacon2018-04-271-1/+1
| * | | locking/qspinlock: Merge 'struct __qspinlock' into 'struct qspinlock'Will Deacon2018-04-271-2/+30
| * | | locking/barriers: Introduce smp_cond_load_relaxed() and atomic_cond_read_rela...Will Deacon2018-04-272-6/+23
| | |/ | |/|
* | | dma-mapping: provide a generic dma-noncoherent implementationChristoph Hellwig2018-05-191-0/+9
* | | PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-071-8/+0
| |/ |/|
* | earlycon: Use a pointer table to fix __earlycon_table strideDaniel Kurtz2018-04-231-1/+1
|/
* Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds2018-04-121-18/+143
|\
| * io: change writeX_relaxed() to remove barriersSinan Kaya2018-04-101-4/+20
| * io: change readX_relaxed() to remove barriersSinan Kaya2018-04-101-4/+20
| * io: change inX() to have their own IO barrier overridesSinan Kaya2018-04-061-3/+18
| * io: change outX() to have their own IO barrier overridesSinan Kaya2018-04-061-3/+9
| * io: define stronger ordering for the default writeX() implementationSinan Kaya2018-04-061-0/+8
| * io: define stronger ordering for the default readX() implementationSinan Kaya2018-04-061-4/+24
| * io: define several IO & PIO barrier types for the asm-generic versionSinan Kaya2018-04-061-0/+44
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-04-091-0/+5
|\ \
| * | KVM: Introduce paravirtualization hints and KVM_HINTS_DEDICATEDWanpeng Li2018-03-061-0/+5