summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-1088-889/+303
|\
| * s390: convert to generic kernel_execve()Al Viro2012-09-303-49/+13
| * s390: switch to generic kernel_thread()Al Viro2012-09-303-40/+34
| * s390: fold kernel_thread_helper() into ret_from_fork()Al Viro2012-09-303-16/+28
| * s390: fold execve_tail() into start_thread(), convert to generic sys_execve()Al Viro2012-09-309-61/+5
| * um: switch to generic kernel_thread()Al Viro2012-09-303-16/+4
| * x86, um/x86: switch to generic sys_execve and kernel_execveAl Viro2012-09-3017-158/+34
| * x86: split ret_from_forkAl Viro2012-09-307-85/+67
| * alpha: introduce ret_from_kernel_execve(), switch to generic kernel_execve()Al Viro2012-09-303-19/+14
| * alpha: switch to generic kernel_thread()Al Viro2012-09-305-72/+31
| * alpha: switch to generic sys_execve()Al Viro2012-09-303-30/+1
| * arm: get rid of execve wrapper, switch to generic execve() implementationAl Viro2012-09-304-26/+2
| * arm: optimized current_pt_regs()Al Viro2012-09-301-0/+5
| * arm: introduce ret_from_kernel_execve(), switch to generic kernel_execve()Al Viro2012-09-303-42/+13
| * arm: split ret_from_fork, simplify kernel_thread() [based on patch by rmk]Al Viro2012-09-304-67/+26
| * preparation for generic kernel_thread()Al Viro2012-09-301-0/+3
| * um: kill thread->forkingAl Viro2012-09-207-66/+29
| * um: let signal_delivered() do SIGTRAP on singlestepping into handlerAl Viro2012-09-202-7/+5
| * um: don't leak floating point state and segment registers on execve()Al Viro2012-09-201-0/+1
| * um: take cleaning singlestep to start_thread()Al Viro2012-09-201-19/+5
| * don't bother exporting kernel_execve()Al Viro2012-09-203-3/+0
| * the only place that needs to include asm/exec.h is linux/binfmts.hAl Viro2012-09-201-1/+0
| * get rid of generic instances of asm/exec.hAl Viro2012-09-2036-195/+22
| * x86: get rid of TIF_IRET hackeryAl Viro2012-09-205-17/+8
* | Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-10-10150-775/+630
|\ \
| * | um: get rid of pointless include "..." where include <...> will doAl Viro2012-10-09140-424/+424
| * | um: move sysrq.h out of include/sharedAl Viro2012-10-094-8/+8
| * | um/x86: merge 32 and 64 bit variants of ptrace.hAl Viro2012-10-093-78/+54
| * | um/x86: merge 32 and 64bit variants of checksum.hAl Viro2012-10-093-265/+144
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2012-10-1061-1843/+1951
|\ \ \
| * | | UAPI: (Scripted) Disintegrate arch/sparc/include/asmDavid Howells2012-10-0961-1843/+1951
* | | | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-10-103-0/+8
|\ \ \ \
| * | | | dw_dmac: autoconfigure data_width or get it via platform dataAndy Shevchenko2012-09-272-0/+4
| * | | | dw_dmac: autoconfigure block_size or use platform dataAndy Shevchenko2012-09-272-0/+2
| * | | | ARM: EXYNOS: Set the capability of pdm0 and pdm1 as DMA_PRIVATETushar Behera2012-09-141-0/+2
* | | | | Merge tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-10-102-4/+1
|\ \ \ \ \
| * | | | | mmc: sdhci-spear: add device tree bindingsViresh Kumar2012-10-072-4/+1
| |/ / / /
* | | | | Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...David Woodhouse2012-10-093067-83647/+140105
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-10-0984-433/+1283
| |\ \ \ \
| | * | | | sparc64: Support transparent huge pages.David Miller2012-10-0914-110/+582
| | * | | | mm: Add and use update_mmu_cache_pmd() in transparent huge page code.David Miller2012-10-093-0/+3
| | * | | | sparc64: Document PGD and PMD layout.David Miller2012-10-092-8/+16
| | * | | | sparc64: Eliminate PTE table memory wastage.David Miller2012-10-095-44/+123
| | * | | | sparc64: Halve the size of PTE tablesDavid Miller2012-10-092-19/+9
| | * | | | sparc64: Only support 4MB huge pages and 8KB base pages.David Miller2012-10-096-121/+9
| | * | | | memory-hotplug: suppress "Trying to free nonexistent resource <XXXXXXXXXXXXXX...Yasuaki Ishimatsu2012-10-091-4/+9
| | * | | | mm: thp: fix pmd_present for split_huge_page and PROT_NONE with THPAndrea Arcangeli2012-10-091-3/+8
| | * | | | mm: fix-up zone present pagesJianguo Wu2012-10-091-0/+1
| | * | | | readahead: fault retry breaks mmap file read random detectionShaohua Li2012-10-0918-0/+18
| | * | | | atomic: implement generic atomic_dec_if_positive()Shaohua Li2012-10-093-24/+2