summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
AgeCommit message (Expand)AuthorLines
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
2018-04-27locking/qspinlock: Use smp_store_release() in queued_spin_unlock()Will Deacon-1/+1
2018-04-27locking/qspinlock: Merge 'struct __qspinlock' into 'struct qspinlock'Will Deacon-2/+30
2018-04-27locking/barriers: Introduce smp_cond_load_relaxed() and atomic_cond_read_rela...Will Deacon-6/+23
2018-04-23earlycon: Use a pointer table to fix __earlycon_table strideDaniel Kurtz-1/+1
2018-04-19time: Add an asm-generic/compat.h fileArnd Bergmann-0/+3
2018-04-12Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds-18/+143
2018-04-10io: change writeX_relaxed() to remove barriersSinan Kaya-4/+20
2018-04-10io: change readX_relaxed() to remove barriersSinan Kaya-4/+20
2018-04-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+5
2018-04-06Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+3
2018-04-06io: change inX() to have their own IO barrier overridesSinan Kaya-3/+18
2018-04-06io: change outX() to have their own IO barrier overridesSinan Kaya-3/+9
2018-04-06io: define stronger ordering for the default writeX() implementationSinan Kaya-0/+8
2018-04-06io: define stronger ordering for the default readX() implementationSinan Kaya-4/+24
2018-04-06io: define several IO & PIO barrier types for the asm-generic versionSinan Kaya-0/+44
2018-04-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-1/+0
2018-04-04PCI: Apply the new generic I/O management on PCI IO hostsZhichang Yuan-1/+1
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds-0/+36
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-0/+10
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds-7/+5
2018-04-02Merge tag 'nds32-for-linus-4.17' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-9/+9
2018-04-02Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+6
2018-03-31Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar-0/+10
2018-03-28bpf: introduce BPF_RAW_TRACEPOINTAlexei Starovoitov-0/+10
2018-03-27Merge tag 'v4.16-rc7' into x86/mm, to fix up conflictIngo Molnar-0/+10
2018-03-22mm/vmalloc: add interfaces to free unmapped page tableToshi Kani-0/+10
2018-03-21lib: Add generic PIO mapping methodZhichang Yuan-0/+2
2018-03-18mm, swap: Add infrastructure for saving page metadata on swapKhalid Aziz-0/+36
2018-03-12locking/atomic, asm-generic, x86: Add comments for atomic instrumentationDmitry Vyukov-0/+21
2018-03-12locking/atomic, asm-generic: Add KASAN instrumentation to atomic operationsDmitry Vyukov-0/+62
2018-03-12locking/atomic, asm-generic: Add asm-generic/atomic-instrumented.hDmitry Vyukov-0/+393
2018-03-09mn10300: Remove the architectureDavid Howells-7/+5
2018-03-09Merge tag 'acpi/iort-for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/...Will Deacon-1/+0
2018-03-08ACPI/IORT: Remove linker section for IORT entries againJia He-1/+0
2018-03-06KVM: Introduce paravirtualization hints and KVM_HINTS_DEDICATEDWanpeng Li-0/+5
2018-02-26Merge tag 'v4.16-rc3' into x86/mm, to pick up fixesIngo Molnar-1/+3
2018-02-22asm-generic/io.h: move ioremap_nocache/ioremap_uc/ioremap_wc/ioremap_wt out o...Greentime Hu-9/+9