summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* UAPI: Remove empty non-UAPI Kbuild filesDavid Howells2012-10-171-0/+0
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-10-141-0/+9
|\
| * vmlinux.lds.h: Allow architectures to add sections to the front of .bssDavid Daney2012-10-111-0/+9
* | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-142-7/+90
|\ \ | |/ |/|
| * MPILIB: Provide count_leading/trailing_zeros() based on arch functionsDavid Howells2012-10-081-0/+57
| * Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-281-7/+33
* | 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/+43
|\ \ \ | |/ / |/| |
| * | Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhow...Arnd Bergmann2012-10-0442-3076/+79
| |\ \
| | * | UAPI: (Scripted) Disintegrate include/asm-genericDavid Howells2012-10-0436-3027/+13
| * | | 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/+0
|\ \ \ \ | | |/ / | |/| |
| * | | UAPI: Fix the guards on various asm/unistd.h filesDavid Howells2012-10-041-4/+0
* | | | bitops: introduce generic {clear,set}_bit_le()Takuya Yoshikawa2012-10-061-0/+10
|/ / /
* | | Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Linus Torvalds2012-10-031-45/+1
|\ \ \
| * | | UAPI: Set up uapi/asm/Kbuild.asmDavid Howells2012-10-021-45/+1
* | | | Merge tag 'gpio-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/li...Linus Torvalds2012-10-021-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-301-0/+4
|\
| * c/r: fcntl: add F_GETOWNER_UIDS optionCyrill Gorcunov2012-07-301-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-271-47/+2
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linusRussell King2012-07-271-47/+2
| |\ \ \ \ | | |_|_|/ | |/| | |
| | | | * ARM: 7430/1: sizes.h: move from asm-generic to <linux/sizes.h>Alessandro Rubini2012-06-281-47/+2
| | | |/
* | | | Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-07-271-32/+2
|\ \ \ \
| * | | | asm-generic: remove km_type definitionsCong Wang2012-07-241-32/+2
| |/ / /
* | | | 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-271-0/+2
| * | | x86/tlb: add tlb_flushall_shift for specific CPUAlex Shi2012-06-271-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/+9
* | 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/+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
| |\ \