aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: allow arch code to control the user page table ceilingHugh Dickins2013-05-071-0/+10
* x86-32: Fix possible incomplete TLB invalidate with PAE pagetablesDave Hansen2013-04-161-1/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2013-01-231-0/+16
|\
| * asm-generic/dma-mapping-broken.h: Provide dma_alloc_attrs()/dma_free_attrs()Geert Uytterhoeven2012-12-251-0/+16
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-01-201-0/+2
|\ \
| * | CONFIG_GENERIC_SIGALTSTACK build breakage with asm-generic/syscalls.hVineet Gupta2012-12-261-0/+2
| |/
* | asm-generic, mm: pgtable: convert my_zero_pfn() to macros to fix buildKirill A. Shutemov2013-01-181-4/+2
* | mm: limit mmu_gather batching to fix soft lockups on !CONFIG_PREEMPTMichal Hocko2013-01-041-0/+9
* | include: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-2/+2
|/
* Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds2012-12-212-32/+5
|\
| * asm-generic/mmu.h: Add support for FDPICLars-Peter Clausen2012-12-091-0/+5
| * asm-generic/mmu.h: Remove unused vmlist field from mm_context_tLars-Peter Clausen2012-12-091-1/+0
| * asm-generic: io: remove {read,write} string functionsWill Deacon2012-10-261-30/+0
| * asm-generic/io.h: remove asm/cacheflush.h includeJames Hogan2012-10-251-1/+0
* | asm-generic: io: don't perform swab during {in,out} string functionsWill Deacon2012-12-171-6/+6
* | Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-161-0/+110
|\ \
| * | mm: numa: pte_numa() and pmd_numa()Andrea Arcangeli2012-12-111-0/+106
| * | x86/mm: Introduce pte_accessible()Rik van Riel2012-12-111-0/+4
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-12-131-1/+20
|\ \
| * | s390/pci: base supportJan Glauber2012-11-301-1/+20
| |/
* | asm-generic, mm: pgtable: consolidate zero page helpersKirill A. Shutemov2012-12-121-0/+26
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-122-22/+0
|\ \
| * | unify default ptrace_signal_deliverAl Viro2012-11-281-2/+0
| * | take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.hAl Viro2012-11-281-12/+0
| * | consolidate sys_execve() prototypeAl Viro2012-11-281-7/+0
| * | generic sys_fork / sys_vfork / sys_cloneAl Viro2012-11-281-4/+3
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-111-0/+16
|\ \
| * | tracing,x86: Add a TSC trace_clockDavid Sharp2012-11-131-0/+16
| |/
* | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-12-111-1/+4
|\ \
| * | gpiolib: add gpio get direction callback supportMathias Nyman2012-10-261-1/+4
* | | gpiolib: rename pin range argumentsLinus Walleij2012-11-211-2/+2
* | | gpiolib: let gpiochip_add_pin_range() specify offsetLinus Walleij2012-11-211-2/+4
* | | gpiolib: iron out include ladder mistakesLinus Walleij2012-11-111-21/+35
* | | gpiolib: separation of pin concernsLinus Walleij2012-11-111-2/+2
* | | gpiolib: fix up function prototypes etcLinus Walleij2012-11-111-0/+6
* | | gpiolib: provide provision to register pin rangesShiraz Hashim2012-11-111-0/+25
| |/ |/|
* | 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-071-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
| |\ \