aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+0
2012-05-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-0/+4
2012-05-31vsprintf: further optimize decimal conversionDenys Vlasenko1-0/+4
2012-05-31Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2012-05-30bury __kernel_nlink_t, make internal nlink_t consistentAl Viro1-4/+0
2012-05-29mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race conditionAndrea Arcangeli1-2/+20
2012-05-29KVM: Export asm-generic/kvm_para.hAvi Kivity1-0/+1
2012-05-26Merge branch 'generic-string-functions'Linus Torvalds1-0/+52
2012-05-26word-at-a-time: make the interfaces truly genericLinus Torvalds1-0/+52
2012-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-3/+2
2012-05-25arch/tile: allow building Linux with transparent huge pages enabledChris Metcalf1-3/+2
2012-05-25Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds2-1/+31
2012-05-24Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+22
2012-05-24Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-2/+4
2012-05-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-05-22Merge branch 'for-next-arm-dma' into for-linusMarek Szyprowski1-1/+3
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds2-0/+36
2012-05-21Merge tag 'pci-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+6
2012-05-21KVM: make asm-generic/kvm_para.h have an ifdef __KERNEL__ blockPaul Gortmaker1-0/+3
2012-05-21drivers: add Contiguous Memory AllocatorMarek Szyprowski1-0/+28
2012-05-21common: add dma_mmap_from_coherent() functionMarek Szyprowski1-1/+3
2012-05-21Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar1-3/+11
2012-05-18gpiolib: Remove 'const' from data argument of gpiochip_find()Grant Likely1-1/+1
2012-05-18gpio: Adjust of_xlate API to support multiple GPIO chipsGrant Likely1-1/+1
2012-05-18gpiolib: Implement devm_gpio_request_one()Mark Brown1-0/+2
2012-05-16ftrace: Sort all function addresses, not just per pageSteven Rostedt1-1/+1
2012-05-04Merge tag 'v3.4-rc5' into nextJames Morris1-3/+11
2012-04-30PCI: work around Stratus ftServer broken PCIe hierarchyBjorn Helgaas1-0/+6
2012-04-30asm-generic: Use __BITS_PER_LONG in statfs.hH. Peter Anvin1-1/+1
2012-04-23asm-generic: Allow overriding clock_t and add attributes to siginfo_tH. Peter Anvin1-3/+11
2012-04-20KVM: add kvm_arch_para_features stub to asm-generic/kvm_para.hMarcelo Tosatti1-0/+5
2012-04-14seccomp: Add SECCOMP_RET_TRAPWill Drewry1-1/+1
2012-04-14signal, x86: add SIGSYS info and make it synchronous.Will Drewry1-0/+22
2012-04-14asm/syscall.h: add syscall_get_archWill Drewry1-0/+14
2012-04-08kvmclock: Add functions to check if the host has stopped the vmEric B Munson1-0/+14
2012-04-02asm-generic: add linux/types.h to cmpxchg.hPaul Gortmaker1-0/+1
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-87/+22
2012-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-1/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds7-149/+183
2012-03-28Merge git://github.com/rustyrussell/linuxLinus Torvalds1-21/+14
2012-03-28Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-2/+2
2012-03-28Delete all instances of asm/system.hDavid Howells1-5/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-28Add #includes needed to permit the removal of asm/system.hDavid Howells1-1/+1
2012-03-28Split arch_align_stack() out from asm-generic/system.hDavid Howells2-20/+21
2012-03-28Split the switch_to() wrapper out of asm-generic/system.hDavid Howells2-16/+31
2012-03-28Move the asm-generic/system.h xchg() implementation to asm-generic/cmpxchg.hDavid Howells2-77/+80
2012-03-28Create asm-generic/barrier.hDavid Howells2-33/+51
2012-03-28Make asm-generic/cmpxchg.h #include asm-generic/cmpxchg-local.hDavid Howells3-1/+4
2012-03-27compat: use sys_sendfile64() implementation for sendfile syscallChris Metcalf1-1/+1