aboutsummaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)AuthorFilesLines
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsGravatar Alexander Potapenko 1-1/+11
2016-03-24Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-8/+1
2016-03-24Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-7/+7
2016-03-21bitops: Do not default to __clear_bit() for __clear_bit_unlock()Gravatar Peter Zijlstra 1-7/+7
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+12
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-4/+4
2016-03-18Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-12/+38
2016-03-17Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 1-0/+4
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-6/+6
2016-03-17lib/bug.c: use common WARN helperGravatar Josh Poimboeuf 1-0/+6
2016-03-17include/asm-generic/atomic-long.h: force inlining of some atomic_long operationsGravatar Denys Vlasenko 1-3/+3
2016-03-17bug: set warn variable before calling WARN()Gravatar Steven Rostedt 1-9/+12
2016-03-17mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_rangeGravatar Aneesh Kumar K.V 1-0/+17
2016-03-17Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-4/+2
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-192/+0
2016-03-14Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2016-03-13ipv4: Update parameters for csum_tcpudp_magic to their original typesGravatar Alexander Duyck 1-4/+4
2016-03-07PCI: Move pci_dma_* helpers to common codeGravatar Christoph Hellwig 1-118/+0
2016-03-01asm-generic: remove old nonatomic-io wrapper filesGravatar Arnd Bergmann 2-4/+0
2016-03-01asm-generic: default BUG_ON(x) to if(x)BUG()Gravatar Arnd Bergmann 1-1/+1
2016-02-29locking/qspinlock: Move __ARCH_SPIN_LOCK_UNLOCKED to qspinlock_types.hGravatar Dan Streetman 2-5/+5
2016-02-26asm-generic: page.h: Remove useless get_user_page and free_user_pageGravatar Chen Gang 1-3/+0
2016-02-22arch: Introduce post-init read-only memoryGravatar Kees Cook 1-0/+1
2016-02-20Merge tag 'powerpc-4.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-0/+8
2016-02-19gpio: allow setting ARCH_NR_GPIOS from KconfigGravatar Arnd Bergmann 1-0/+4
2016-02-18mm/core, x86/mm/pkeys: Differentiate instruction fetchesGravatar Dave Hansen 1-1/+1
2016-02-18mm/core: Do not enforce PKEY permissions on remote mm accessGravatar Dave Hansen 1-1/+2
2016-02-18mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keysGravatar Dave Hansen 1-0/+11
2016-02-16asm-generic: Fix local variable shadow in __set_fixmap_offsetGravatar Mark Rutland 1-6/+6
2016-02-15powerpc/mm: Fix Multi hit ERAT cause by recent THP updateGravatar Aneesh Kumar K.V 1-0/+8
2016-02-14Merge 4.5-rc4 into tty-nextGravatar Greg Kroah-Hartman 1-2/+3
2016-02-06earlycon: Use common framework for earlycon declarationsGravatar Peter Hurley 1-4/+2
2016-02-05PCI: Remove empty asm-generic/pci-bridge.hGravatar Bjorn Helgaas 1-9/+0
2016-02-05PCI: Move pci_set_flags() from asm-generic/pci-bridge.h to linux/pci.hGravatar Bjorn Helgaas 1-65/+0
2016-02-02cputime: Prevent 32bit overflow in time[val|spec]_to_cputime()Gravatar zengtao 1-2/+3
2016-01-21Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-485/+0
2016-01-20Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+177
2016-01-20dma-mapping: remove <asm-generic/dma-coherent.h>Gravatar Christoph Hellwig 1-32/+0
2016-01-20dma-mapping: always provide the dma_map_ops based implementationGravatar Christoph Hellwig 2-453/+0
2016-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-9/+97
2016-01-16asm/sections: add helpers to check for section dataGravatar Thierry Reding 1-0/+65
2016-01-15mm, dax: convert vmf_insert_pfn_pmd() to pfn_tGravatar Dan Williams 1-2/+4
2016-01-15mm, thp: remove infrastructure for handling splitting PMDsGravatar Kirill A. Shutemov 1-9/+0
2016-01-14mm: add PHYS_PFN, use it in __phys_to_pfn()Gravatar Chen Gang 1-1/+3
2016-01-12asm-generic: implement virt_xxx memory barriersGravatar Michael S. Tsirkin 1-0/+11
2016-01-12asm-generic: add __smp_xxx wrappersGravatar Michael S. Tsirkin 1-9/+82
2016-01-12asm-generic: guard smp_store_release/load_acquireGravatar Michael S. Tsirkin 1-0/+4
2016-01-12lcoking/barriers, arch: Use smp barriers in smp_store_release()Gravatar Davidlohr Bueso 1-1/+1
2016-01-11Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+9
2016-01-11Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-5/+6