summaryrefslogtreecommitdiff
path: root/include/asm-generic (unfollow)
Commit message (Expand)Author
2015-07-08Make asm/word-at-a-time.h available on all architecturesChris Metcalf
2015-07-06locking/qrwlock: Better optimization for interrupt context readersWaiman Long
2015-07-06locking/qrwlock: Rename functions to queued_*()Waiman Long
2015-06-24mm: clarify that the function operates on hugepage pteAneesh Kumar K.V
2015-06-24powerpc/mm: use generic version of pmdp_clear_flush()Aneesh Kumar K.V
2015-06-24mm/thp: split out pmd collapse flush into separate functionsAneesh Kumar K.V
2015-06-25arch: conditionally define smp_{mb,rmb,wmb}Vineet Gupta
2015-06-23asm-generic: Add common asm-offsets.hYoshinori Sato
2015-06-08PCI: Remove unused pcibios_select_root() (again)Bjorn Helgaas
2015-06-07preempt: Use preempt_schedule_context() as the official tracing preemption pointFrederic Weisbecker
2015-06-07x86/mm/pat: Add pgprot_writethrough()Toshi Kani
2015-06-07x86/mm, asm-generic: Add ioremap_wt() for creating Write-Through mappingsToshi Kani
2015-05-19sched/preempt, futex: Disable preemption in UP futex_atomic_cmpxchg_inatomic(...David Hildenbrand
2015-05-19sched/preempt, futex: Disable preemption in UP futex_atomic_op_inuser() expli...David Hildenbrand
2015-05-19locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra
2015-05-19locking/arch: Add WRITE_ONCE() to set_mb()Peter Zijlstra
2015-05-13locking/rtmutex: Drop usage of __HAVE_ARCH_CMPXCHGSebastian Andrzej Siewior
2015-05-12gpio: remove gpiod_sysfs_set_active_lowJohan Hovold
2015-05-11x86/mm: Add ioremap_uc() helper to map memory uncacheable (not UC-)Luis R. Rodriguez
2015-05-08locking/qspinlock: Revert to test-and-set on hypervisorsPeter Zijlstra (Intel)
2015-05-08locking/qspinlock: Optimize for smaller NR_CPUSPeter Zijlstra (Intel)
2015-05-08locking/qspinlock: Extract out code snippets for the next patchWaiman Long
2015-05-08locking/qspinlock: Add pending bitPeter Zijlstra (Intel)
2015-05-08locking/qspinlock: Introduce a simple generic 4-byte queued spinlockWaiman Long
2015-05-05remove <asm/scatterlist.h>Christoph Hellwig
2015-04-17seccomp: allow COMPAT sigreturn overridesKees Cook
2015-04-14mm: change vunmap to tear down huge KVA mappingsToshi Kani
2015-04-14mm: change ioremap to set up huge I/O mappingsToshi Kani
2015-04-14mm: define default PGTABLE_LEVELS to twoKirill A. Shutemov
2015-04-10earlycon: Fix __earlycon_table stridePeter Hurley
2015-04-08tracing: Add TRACE_DEFINE_ENUM() macro to map enums to their valuesSteven Rostedt (Red Hat)
2015-03-29ARM: 8321/1: asm-generic: introduce .text.fixup input sectionArd Biesheuvel
2015-03-26serial: earlycon: Enable earlycon without command line paramPeter Hurley
2015-03-24ARM: cpuidle: Add a cpuidle ops structure to be used for DTDaniel Lezcano
2015-03-19gpio: move pincontrol calls to <linux/gpio/driver.h>Linus Walleij
2015-03-09asm/dma-mapping-common: Clarify output of dma_map_sg_attrsRicardo Ribalda Delgado
2015-02-13kernel: add support for .init_array.* constructorsAndrey Ryabinin
2015-02-12mm: remove remaining references to NUMA hinting bits and helpersMel Gorman
2015-02-12mm: add p[te|md] protnone helpers for use by NUMA balancingMel Gorman
2015-02-11mm, asm-generic: define PUD_SHIFT in <asm-generic/4level-fixup.h>Kirill A. Shutemov
2015-02-10asm-generic: drop unused pte_file* helpersKirill A. Shutemov
2015-01-21pci: add pci_iomap_rangeMichael S. Tsirkin
2015-01-13mm: mmu_gather: use tlb->end != 0 only for TLB invalidationWill Deacon
2014-12-11arch: Add lightweight memory barriers dma_rmb() and dma_wmb()Alexander Duyck
2014-12-10net, lib: kill arch_fast_hash library bitsDaniel Borkmann
2014-12-08asm-generic: add generic futex for !CONFIG_SMPLey Foon Tan
2014-12-01iommu: provide early initialisation hook for IOMMU driversWill Deacon
2014-11-28asm-generic: add generic seccomp.h for secure computing mode 1AKASHI Takahiro
2014-11-23asm-generic: Add msi.hThomas Gleixner
2014-11-22asm-generic: Remove asm-generic arch_bprm_mm_init()Dave Hansen