summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-3.7-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds2012-10-1014-604/+135
|\
| * pwm: Add Ingenic JZ4740 supportThierry Reding2012-10-056-181/+9
| * MIPS: JZ4740: Export timer APIThierry Reding2012-10-054-139/+116
| * pwm: Move PUV3 PWM driver to PWM frameworkThierry Reding2012-10-053-230/+2
| * unicore32: pwm: Use managed resource allocationsThierry Reding2012-10-051-38/+9
| * unicore32: pwm: Remove unnecessary indirectionThierry Reding2012-10-051-17/+6
| * unicore32: pwm: Use module_platform_driver()Thierry Reding2012-10-051-20/+1
| * unicore32: pwm: Properly remap memory-mapped registersThierry Reding2012-10-052-13/+26
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-10-1074-1260/+1732
|\ \
| * \ Merge tag 'disintegrate-s390-20121009' ofMartin Schwidefsky2012-10-0959-1149/+1258
| |\ \
| | * | UAPI: (Scripted) Disintegrate arch/s390/include/asmDavid Howells2012-10-0959-1149/+1258
| * | | s390/entry: fix svc number for TIF_SYSCALL system call restartMartin Schwidefsky2012-10-091-1/+1
| * | | s390/mm,vmem: fix vmem_add_mem()/vmem_remove_range()Heiko Carstens2012-10-091-4/+12
| * | | s390/vmalloc: have separate modules areaHeiko Carstens2012-10-094-12/+46
| * | | s390/css_chars: remove superfluous ifdefSebastian Ott2012-10-091-3/+0
| * | | s390/chsc: make headers usableSebastian Ott2012-10-092-9/+11
| * | | s390/mm: let kernel text section always begin at 1MBHeiko Carstens2012-10-092-6/+0
| * | | s390/mm: fix mapping of read-only kernel text sectionHeiko Carstens2012-10-091-2/+2
| * | | s390/mm: add page table dumperHeiko Carstens2012-10-093-0/+232
| * | | s390: add support to start the kernel in 64 bit mode.Martin Schwidefsky2012-10-091-31/+70
| * | | s390/mm,pageattr: remove superfluous EXPORT_SYMBOLsHeiko Carstens2012-10-091-3/+0
| * | | s390/mm,pageattr: add more page table walk sanity checksHeiko Carstens2012-10-091-12/+25
| * | | s390/mm: fix pmd_huge() usage for kernel mappingHeiko Carstens2012-10-093-15/+25
| * | | s390/mm: use pfmf instruction to initialize storage keysHeiko Carstens2012-10-094-6/+51
| * | | s390/facilities: cleanup PFMF and HPAGE machine facility detectionHeiko Carstens2012-10-092-17/+9
| |/ /
* | | 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
|\ \ \ \