aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAge
* locking/qspinlock: Fix build for anonymous union in older GCC compilersSteven Rostedt (VMware)2018-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
| * | | locking/qspinlock: Merge 'struct __qspinlock' into 'struct qspinlock'Will Deacon2018-04-27
| * | | locking/barriers: Introduce smp_cond_load_relaxed() and atomic_cond_read_rela...Will Deacon2018-04-27
| | |/ | |/|
* | | dma-mapping: provide a generic dma-noncoherent implementationChristoph Hellwig2018-05-19
* | | PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-07
| |/ |/|
* | earlycon: Use a pointer table to fix __earlycon_table strideDaniel Kurtz2018-04-23
|/
* Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds2018-04-12
|\
| * io: change writeX_relaxed() to remove barriersSinan Kaya2018-04-10
| * io: change readX_relaxed() to remove barriersSinan Kaya2018-04-10
| * io: change inX() to have their own IO barrier overridesSinan Kaya2018-04-06
| * io: change outX() to have their own IO barrier overridesSinan Kaya2018-04-06
| * io: define stronger ordering for the default writeX() implementationSinan Kaya2018-04-06
| * io: define stronger ordering for the default readX() implementationSinan Kaya2018-04-06
| * io: define several IO & PIO barrier types for the asm-generic versionSinan Kaya2018-04-06
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-04-09
|\ \
| * | KVM: Introduce paravirtualization hints and KVM_HINTS_DEDICATEDWanpeng Li2018-03-06
* | | Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-06
|\ \ \
| * | | PCI: Apply the new generic I/O management on PCI IO hostsZhichang Yuan2018-04-04
| * | | lib: Add generic PIO mapping methodZhichang Yuan2018-03-21
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-04-04
|\ \ \ \
| * \ \ \ Merge tag 'acpi/iort-for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/...Will Deacon2018-03-09
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | ACPI/IORT: Remove linker section for IORT entries againJia He2018-03-08
| | |/ /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2018-04-03
|\ \ \ \
| * | | | mm, swap: Add infrastructure for saving page metadata on swapKhalid Aziz2018-03-18
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-04-03
|\ \ \ \
| * | | | bpf: introduce BPF_RAW_TRACEPOINTAlexei Starovoitov2018-03-28
| | |_|/ | |/| |
* | | | Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2018-04-02
|\ \ \ \
| * | | | mn10300: Remove the architectureDavid Howells2018-03-09
| | |/ / | |/| |
* | | | Merge tag 'nds32-for-linus-4.17' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-02
|\ \ \ \
| * | | | asm-generic/io.h: move ioremap_nocache/ioremap_uc/ioremap_wc/ioremap_wt out o...Greentime Hu2018-02-21
| | |_|/ | |/| |
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-02
|\ \ \ \
| * \ \ \ Merge tag 'v4.16-rc7' into x86/mm, to fix up conflictIngo Molnar2018-03-27
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge tag 'v4.16-rc3' into x86/mm, to pick up fixesIngo Molnar2018-02-26
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variableKirill A. Shutemov2018-02-14
| | |_|/ | |/| |
* | | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2018-03-31
|\ \ \ \ | | |_|/ | |/| |
| * | | mm/vmalloc: add interfaces to free unmapped page tableToshi Kani2018-03-22
| | |/ | |/|
* | | locking/atomic, asm-generic, x86: Add comments for atomic instrumentationDmitry Vyukov2018-03-12