summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-10-091-24/+48
|\
| * mm: thp: fix the pmd_clear() arguments in pmdp_get_and_clear()Catalin Marinas2012-10-091-1/+1
| * thp: introduce pmdp_invalidate()Gerald Schaefer2012-10-091-0/+5
| * thp: remove assumptions on pgtable_t typeGerald Schaefer2012-10-091-0/+8
| * mm, x86, pat: rework linear pfn-mmap trackingKonstantin Khlebnikov2012-10-091-2/+4
| * x86, pat: separate the pfn attribute tracking for remap_pfn_range and vm_inse...Suresh Siddha2012-10-091-23/+32
* | Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds2012-10-0938-3029/+43Star
|\ \ | |/ |/|
| * Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhow...Arnd Bergmann2012-10-0442-3076/+79Star
| |\
| | * UAPI: (Scripted) Disintegrate include/asm-genericDavid Howells2012-10-0436-3027/+13Star
| * | asm-generic: Add default clkdev.hMark Brown2012-10-031-0/+28
| * | asm-generic: xor: mark static functions as __maybe_unusedArnd Bergmann2012-10-031-2/+2
* | | Merge branch 'uapi-prep' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds2012-10-071-4/+0Star
|\ \ \ | | |/ | |/|
| * | UAPI: Fix the guards on various asm/unistd.h filesDavid Howells2012-10-041-4/+0Star
* | | bitops: introduce generic {clear,set}_bit_le()Takuya Yoshikawa2012-10-051-0/+10
|/ /
* | Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Linus Torvalds2012-10-031-45/+1Star
|\ \
| * | UAPI: Set up uapi/asm/Kbuild.asmDavid Howells2012-10-021-45/+1Star
* | | Merge tag 'gpio-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/li...Linus Torvalds2012-10-031-0/+2
|\ \ \ | |/ / |/| |
| * | gpio: Document device_node's det_debounceRoland Stigge2012-09-301-0/+2
* | | Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-014-0/+63
|\ \ \ | |_|/ |/| |
| * | generic: Implement generic ffs/fls using __builtin_* functionsCatalin Marinas2012-09-144-0/+63
* | | syscalls: add __NR_kcmp syscall to generic unistd.hMark Salter2012-09-261-1/+3
|/ /
* / mutex: Place lock in contended state after fastpath_lock failureWill Deacon2012-08-131-2/+9
|/
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-311-0/+4
|\
| * c/r: fcntl: add F_GETOWNER_UIDS optionCyrill Gorcunov2012-07-311-0/+4
* | Merge branch 'for-linus-for-3.6-rc1' of git://git.linaro.org/people/mszyprows...Linus Torvalds2012-07-302-0/+56
|\ \ | |/ |/|
| * common: dma-mapping: introduce dma_get_sgtable() functionMarek Szyprowski2012-07-301-0/+18
| * common: dma-mapping: add support for generic dma_mmap_* callsMarek Szyprowski2012-07-302-0/+38
* | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-07-281-47/+2Star
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linusRussell King2012-07-281-47/+2Star
| |\ \ \ \ | | |_|_|/ | |/| | |
| | | | * ARM: 7430/1: sizes.h: move from asm-generic to <linux/sizes.h>Alessandro Rubini2012-06-281-47/+2Star
| | | |/
* | | | Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-07-271-32/+2Star
|\ \ \ \
| * | | | asm-generic: remove km_type definitionsCong Wang2012-07-241-32/+2Star
| |/ / /
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-07-261-1/+4
|\ \ \ \ | |/ / / |/| | |
| * | | mm/mmu_gather: enable tlb flush range in generic mmu_gatherAlex Shi2012-06-281-0/+2
| * | | x86/tlb: add tlb_flushall_shift for specific CPUAlex Shi2012-06-281-1/+2
| | |/ | |/|
* | | mm: cma: fix condition check when setting global cma areaMarek Szyprowski2012-07-061-1/+1
| |/ |/|
* | bug.h: Fix up CONFIG_BUG=n implicit function declarations.Paul Mundt2012-06-251-10/+9Star
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-06-201-0/+10
|\ \
| * | thp: avoid atomic64_read in pmd_read_atomic for 32bit PAEAndrea Arcangeli2012-06-201-0/+10
* | | bug.h: Fix up powerpc build regression.Paul Mundt2012-06-181-3/+5
|/ /
| |
| \
*-. \ Merge branches 'sh/urgent', 'sh/core', 'sh/clockevents', 'sh/asm-generic' and...Paul Mundt2012-06-139-12/+136
|\ \ \ | | |/ | |/|
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-4/+0Star
| |\ \
| | * | bury __kernel_nlink_t, make internal nlink_t consistentAl Viro2012-05-311-4/+0Star
| | |/
| * | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-06-011-0/+4
| |\ \
| | * | vsprintf: further optimize decimal conversionDenys Vlasenko2012-06-011-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-301-2/+20
| |/
| * Merge branch 'generic-string-functions'Linus Torvalds2012-05-271-0/+52
| |\
| | * word-at-a-time: make the interfaces truly genericLinus Torvalds2012-05-261-0/+52