summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-061-1/+3
|\ \ \
| * | | PCI: Apply the new generic I/O management on PCI IO hostsZhichang Yuan2018-04-041-1/+1
| * | | lib: Add generic PIO mapping methodZhichang Yuan2018-03-211-0/+2
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-04-041-1/+0
|\ \ \ \
| * \ \ \ Merge tag 'acpi/iort-for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/...Will Deacon2018-03-091-1/+0
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | ACPI/IORT: Remove linker section for IORT entries againJia He2018-03-081-1/+0
| | |/ /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2018-04-031-0/+36
|\ \ \ \
| * | | | mm, swap: Add infrastructure for saving page metadata on swapKhalid Aziz2018-03-181-0/+36
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-04-031-0/+10
|\ \ \ \
| * | | | bpf: introduce BPF_RAW_TRACEPOINTAlexei Starovoitov2018-03-281-0/+10
| | |_|/ | |/| |
* | | | Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2018-04-026-7/+5
|\ \ \ \
| * | | | mn10300: Remove the architectureDavid Howells2018-03-096-7/+5
| | |/ / | |/| |
* | | | Merge tag 'nds32-for-linus-4.17' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-021-9/+9
|\ \ \ \
| * | | | asm-generic/io.h: move ioremap_nocache/ioremap_uc/ioremap_wc/ioremap_wt out o...Greentime Hu2018-02-221-9/+9
| | |_|/ | |/| |
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-022-4/+6
|\ \ \ \
| * \ \ \ Merge tag 'v4.16-rc7' into x86/mm, to fix up conflictIngo Molnar2018-03-271-0/+10
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge tag 'v4.16-rc3' into x86/mm, to pick up fixesIngo Molnar2018-02-262-1/+3
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variableKirill A. Shutemov2018-02-142-4/+6
| | |_|/ | |/| |
* | | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2018-03-311-0/+10
|\ \ \ \ | | |_|/ | |/| |
| * | | mm/vmalloc: add interfaces to free unmapped page tableToshi Kani2018-03-221-0/+10
| | |/ | |/|
* | | locking/atomic, asm-generic, x86: Add comments for atomic instrumentationDmitry Vyukov2018-03-121-0/+21
* | | locking/atomic, asm-generic: Add KASAN instrumentation to atomic operationsDmitry Vyukov2018-03-121-0/+62