summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-4/+0
|\
| * bury __kernel_nlink_t, make internal nlink_t consistentAl Viro2012-05-301-4/+0
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-05-311-0/+4
|\ \
| * | vsprintf: further optimize decimal conversionDenys Vlasenko2012-05-311-0/+4
* | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-311-0/+1
|\ \ \ | |/ / |/| |
| * | KVM: Export asm-generic/kvm_para.hAvi Kivity2012-05-291-0/+1
| |/
* / mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race conditionAndrea Arcangeli2012-05-291-2/+20
|/
* Merge branch 'generic-string-functions'Linus Torvalds2012-05-261-0/+52
|\
| * word-at-a-time: make the interfaces truly genericLinus Torvalds2012-05-261-0/+52
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2012-05-251-3/+2
|\ \ | |/ |/|
| * arch/tile: allow building Linux with transparent huge pages enabledChris Metcalf2012-05-251-3/+2
* | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-05-252-1/+31
|\ \
| * \ Merge branch 'for-next-arm-dma' into for-linusMarek Szyprowski2012-05-221-1/+3
| |\ \
| | * | common: add dma_mmap_from_coherent() functionMarek Szyprowski2012-05-211-1/+3
| | |/
| * / drivers: add Contiguous Memory AllocatorMarek Szyprowski2012-05-211-0/+28
| |/
* | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-241-0/+22
|\ \
| * | KVM: make asm-generic/kvm_para.h have an ifdef __KERNEL__ blockPaul Gortmaker2012-05-211-0/+3
| * | KVM: add kvm_arch_para_features stub to asm-generic/kvm_para.hMarcelo Tosatti2012-04-201-0/+5
| * | kvmclock: Add functions to check if the host has stopped the vmEric B Munson2012-04-081-0/+14
* | | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-05-241-2/+4
|\ \ \
| * | | gpiolib: Remove 'const' from data argument of gpiochip_find()Grant Likely2012-05-181-1/+1
| * | | gpio: Adjust of_xlate API to support multiple GPIO chipsGrant Likely2012-05-181-1/+1
| * | | gpiolib: Implement devm_gpio_request_one()Mark Brown2012-05-181-0/+2
| | |/ | |/|
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-05-221-1/+1
|\ \ \
| * \ \ Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2012-05-211-3/+11
| |\ \ \
| * | | | ftrace: Sort all function addresses, not just per pageSteven Rostedt2012-05-161-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-05-212-0/+36
|\ \ \ \
| * \ \ \ Merge tag 'v3.4-rc5' into nextJames Morris2012-05-041-3/+11
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | seccomp: Add SECCOMP_RET_TRAPWill Drewry2012-04-141-1/+1
| * | | | signal, x86: add SIGSYS info and make it synchronous.Will Drewry2012-04-141-0/+22
| * | | | asm/syscall.h: add syscall_get_archWill Drewry2012-04-141-0/+14
| | |/ / | |/| |
* | | | Merge tag 'pci-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/helg...Linus Torvalds2012-05-211-0/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | PCI: work around Stratus ftServer broken PCIe hierarchyBjorn Helgaas2012-04-301-0/+6
| |/ /
* | / asm-generic: Use __BITS_PER_LONG in statfs.hH. Peter Anvin2012-04-301-1/+1
| |/ |/|
* | asm-generic: Allow overriding clock_t and add attributes to siginfo_tH. Peter Anvin2012-04-231-3/+11
|/
* asm-generic: add linux/types.h to cmpxchg.hPaul Gortmaker2012-04-021-0/+1
* Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-291-87/+22
|\
| * posix_types: Introduce __kernel_[u]long_tH. Peter Anvin2012-02-201-9/+14
| * posix_types: Remove fd_set macrosH. Peter Anvin2012-02-141-72/+0
| * posix_types: Make it possible to override __kernel_fsid_tH. Peter Anvin2012-02-141-4/+6
| * posix_types: Make __kernel_[ug]id32_t default to unsigned intH. Peter Anvin2012-02-141-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2012-03-291-1/+1
|\ \
| * | compat: use sys_sendfile64() implementation for sendfile syscallChris Metcalf2012-03-271-1/+1
* | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-287-149/+183
|\ \ \
| * | | Delete all instances of asm/system.hDavid Howells2012-03-281-5/+0
| * | | Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
| * | | Add #includes needed to permit the removal of asm/system.hDavid Howells2012-03-281-1/+1
| * | | Split arch_align_stack() out from asm-generic/system.hDavid Howells2012-03-282-20/+21
| * | | Split the switch_to() wrapper out of asm-generic/system.hDavid Howells2012-03-282-16/+31
| * | | Move the asm-generic/system.h xchg() implementation to asm-generic/cmpxchg.hDavid Howells2012-03-282-77/+80