aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic
AgeCommit message (Expand)Author
2019-03-26x86/unwind/orc: Fix ORC unwind table alignmentJosh Poimboeuf
2019-01-12mm: introduce mm_[p4d|pud|pmd]_foldedMartin Schwidefsky
2019-01-12mm: make the __PAGETABLE_PxD_FOLDED defines non-emptyMartin Schwidefsky
2018-11-04vmlinux.lds.h: Fix linker warnings about orphan .LPBX sectionsPeter Oberparleiter
2018-11-04vmlinux.lds.h: Fix incomplete .text.exit discardsPeter Oberparleiter
2018-10-10asm-generic: io: Fix ioport_map() for !CONFIG_GENERIC_IOMAP && CONFIG_INDIREC...Andrew Murray
2018-08-17ioremap: Update pgtable free interfaces with addrChintan Pandya
2018-08-15x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architecturesJiri Kosina
2018-08-15x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen
2018-07-14mm: allow arch to supply p??_free_tlb functionsNicholas Piggin
2018-06-22locking/qspinlock: Fix build for anonymous union in older GCC compilersSteven Rostedt (VMware)
2018-06-07int-ll64.h: define u{8,16,32,64} and s{8,16,32,64} based on uapi headerMasahiro Yamada
2018-06-06Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-05-19dma-mapping: provide a generic dma-noncoherent implementationChristoph Hellwig
2018-05-17kbuild: Fix asm-generic/vmlinux.lds.h for LD_DEAD_CODE_DATA_ELIMINATIONNicholas Piggin
2018-05-17vmlinux.lds.h: remove no-op macro VMLINUX_SYMBOL()Masahiro Yamada
2018-05-17export.h: remove code for prefixing symbols with underscoreMasahiro Yamada
2018-05-15locking/spinlocks: Clean up comment and #ifndef for {,queued_}spin_is_locked()Andrea Parri
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig
2018-05-05Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2018-05-04locking/mutex: Optimize __mutex_trylock_fast()Peter Zijlstra
2018-05-02Merge branch 'timers/urgent' into timers/coreThomas Gleixner
2018-04-27locking/qspinlock: Use smp_store_release() in queued_spin_unlock()Will Deacon
2018-04-27locking/qspinlock: Merge 'struct __qspinlock' into 'struct qspinlock'Will Deacon
2018-04-27locking/barriers: Introduce smp_cond_load_relaxed() and atomic_cond_read_rela...Will Deacon
2018-04-23earlycon: Use a pointer table to fix __earlycon_table strideDaniel Kurtz
2018-04-19time: Add an asm-generic/compat.h fileArnd Bergmann
2018-04-12Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds
2018-04-10io: change writeX_relaxed() to remove barriersSinan Kaya
2018-04-10io: change readX_relaxed() to remove barriersSinan Kaya
2018-04-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-04-06Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-04-06io: change inX() to have their own IO barrier overridesSinan Kaya
2018-04-06io: change outX() to have their own IO barrier overridesSinan Kaya
2018-04-06io: define stronger ordering for the default writeX() implementationSinan Kaya
2018-04-06io: define stronger ordering for the default readX() implementationSinan Kaya
2018-04-06io: define several IO & PIO barrier types for the asm-generic versionSinan Kaya
2018-04-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-04-04PCI: Apply the new generic I/O management on PCI IO hostsZhichang Yuan
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds
2018-04-02Merge tag 'nds32-for-linus-4.17' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-04-02Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-03-31Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2018-03-28bpf: introduce BPF_RAW_TRACEPOINTAlexei Starovoitov
2018-03-27Merge tag 'v4.16-rc7' into x86/mm, to fix up conflictIngo Molnar
2018-03-22mm/vmalloc: add interfaces to free unmapped page tableToshi Kani