summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'arch-tile' into no-rebasesAl Viro2012-11-281-1/+1
|\
| * tile: compat rt_sigreturn gets too enthusiastic about sigaltstack errorsAl Viro2012-11-281-1/+1
* | Merge branch 'arch-unicore32' into no-rebasesAl Viro2012-11-1617-218/+159
|\ \
| * | unicore32: switch to generic sys_execve()Al Viro2012-11-093-26/+1
| * | unicore32: switch to generic kernel_thread()/kernel_execve()Al Viro2012-11-095-99/+23
| * | unicore32: Use Kbuild infrastructure for kvm_para.hGuan Xuetao2012-11-092-1/+2
| * | UAPI: (Scripted) Disintegrate arch/unicore32/include/asmDavid Howells2012-11-098-76/+96
| * | UniCore32-bugfix: Remove definitions in asm/bug.h to solve difference between...Guan Xuetao2012-11-092-5/+6
| * | UniCore32-bugfix: fix mismatch return value of __xchg_bad_pointerGuan Xuetao2012-11-091-1/+1
| * | UniCore32 bugfix: add missed CONFIG_ZONE_DMAGuan Xuetao2012-11-091-0/+3
| * | unicore32/mm/fault.c: Port OOM changes to do_pfKautuk Consul2012-11-091-10/+27
* | | Merge branch 'arch-microblaze' into no-rebasesAl Viro2012-11-1650-214/+288
|\ \ \
| * | | microblaze: switch to generic sys_execve()Al Viro2012-11-164-26/+1
| * | | microblaze: switch to generic kernel_execve()Al Viro2012-11-165-43/+6
| * | | microblaze: switch to generic kernel_thread()Al Viro2012-11-165-58/+39
| * | | microblaze: Fix bug with schedule_tailMichal Simek2012-11-151-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2012-11-1034-84/+280
| |\ \ \
| | * | | sparc64: Fix build with mix of modular vs. non-modular crypto drivers.David S. Miller2012-11-099-8/+24
| | * | | sparc: Support atomic64_dec_if_positive properly.David S. Miller2012-11-094-2/+20
| | * | | of/address: sparc: Declare of_address_to_resource() as an extern function for...Andreas Larsson2012-11-091-0/+5
| | * | | sparc32, leon: Check for existent irq_map entry in leon_handle_ext_irqAndreas Larsson2012-11-091-2/+4
| | * | | sparc: Wire up sys_kcmp.David S. Miller2012-10-283-3/+5
| | * | | sparc64: Improvde documentation and readability of atomic backoff code.David S. Miller2012-10-285-10/+55
| | * | | sparc64: Use pause instruction when available.David S. Miller2012-10-275-16/+62
| | * | | sparc64: Fix cpu strand yielding.David S. Miller2012-10-272-2/+8
| * | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...Linus Torvalds2012-11-1010-41/+14
| |\ \ \ \
| | * | | | arm64: mm: fix booting on systems with no memory below 4GBWill Deacon2012-11-082-1/+3
| | * | | | arm64: smp: add missing completion for secondary bootWill Deacon2012-11-081-2/+1
| | * | | | arm64: compat: select CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSIONWill Deacon2012-11-082-1/+1
| * | | | | Merge tag 'stable/for-linus-3.7-rc5-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-11-102-14/+18
| |\ \ \ \ \
| | * | | | | xen/arm: Fix compile errors when drivers are compiled as modules (export more).Stefano Stabellini2012-11-091-0/+6
| | * | | | | xen/arm: Fix compile errors when drivers are compiled as modules.Konrad Rzeszutek Wilk2012-11-071-0/+5
| | * | | | | xen/hypercall: fix hypercall fallback code for very old hypervisorsJan Beulich2012-11-041-14/+7
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-11-095-16/+33
| |\ \ \ \ \ \
| | * | | | | | s390/sclp: fix addressing mode clobberHeiko Carstens2012-11-061-1/+7
| | * | | | | | s390: Move css limits from drivers/s390/cio/ to include/asm/.Cornelia Huck2012-11-061-0/+2
| | * | | | | | s390/thp: respect page protection in pmd_none() and pmd_present()Gerald Schaefer2012-10-261-13/+22
| | * | | | | | s390/mm: use pmd_large() instead of pmd_huge()Gerald Schaefer2012-10-262-2/+2
| * | | | | | | Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds2012-11-091-1/+2
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | h8300: add missing L1_CACHE_SHIFTFengguang Wu2012-11-091-1/+2
| * | | | | | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-11-077-29/+21
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | ARM: 7569/1: mm: uninitialized warning correctionsviresh kumar2012-11-041-1/+1
| | * | | | | | ARM: 7567/1: io: avoid GCC's offsettable addressing modes for halfword accessesWill Deacon2012-10-291-2/+2
| | * | | | | | ARM: 7566/1: vfp: fix save and restore when running on pre-VFPv3 and CONFIG_V...Paul Walmsley2012-10-293-10/+14
| | * | | | | | ARM: 7565/1: sched: stop sched_clock() during suspendFelipe Balbi 22012-10-292-16/+4
* | | | | | | | Merge branch 'arch-arm64' into no-rebasesAl Viro2012-11-1614-100/+59
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge commit '6ba1bc826d160fe4f32bcb188687dcca4bdfaf3d' into arch-arm64Al Viro2012-11-16514-4966/+5691
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| | * | | | | | | arm64: elf: fix core dumping definitions for GP and FP registersWill Deacon2012-11-083-25/+3
| | * | | | | | | arm64: perf: use architected event for CPU cycle counterWill Deacon2012-11-081-8/+2
| | * | | | | | | Merge tag 'v3.7-rc4' into upstream-masterCatalin Marinas2012-11-05165-1244/+1652
| | |\| | | | | |