summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arc-fixes-for-3.13-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-12-201-1/+7
|\
| * ARC: Allow conditional multiple inclusion of uapi/asm/unistd.hVineet Gupta2013-12-191-1/+7
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2013-12-201-20/+18
|\ \
| * | arm64: ptrace: avoid using HW_BREAKPOINT_EMPTY for disabled eventsWill Deacon2013-12-191-20/+18
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-12-2013-62/+112
|\ \
| * \ Merge tag 'signed-for-3.13' of git://github.com/agraf/linux-2.6 into kvm-masterPaolo Bonzini2013-12-2013-62/+112
| |\ \ | | |/ | |/|
| | * KVM: PPC: Book3S HV: Don't drop low-order page address bitsPaul Mackerras2013-12-181-0/+1
| | * powerpc: book3s: kvm: Don't abuse host r2 in exit pathAneesh Kumar K.V2013-12-183-4/+5
| | * powerpc/kvm/booke: Fix build break due to stack frame size warningScott Wood2013-12-113-23/+23
| | * KVM: PPC: Book3S: PR: Enable interrupts earlierAlexander Graf2013-12-092-10/+2
| | * KVM: PPC: Book3S: PR: Make svcpu -> vcpu store preempt savvyAlexander Graf2013-12-092-0/+23
| | * KVM: PPC: Book3S: PR: Export kvmppc_copy_to|from_svcpuAlexander Graf2013-12-091-0/+4
| | * KVM: PPC: Book3S: PR: Don't clobber our exit handler idAlexander Graf2013-12-091-3/+10
| | * powerpc: kvm: fix rare but potential deadlock scenepingfan liu2013-11-182-1/+9
| | * KVM: PPC: Book3S HV: Take SRCU read lock around kvm_read_guest() callPaul Mackerras2013-11-181-0/+2
| | * KVM: PPC: Book3S HV: Make tbacct_lock irq-safePaul Mackerras2013-11-181-10/+12
| | * KVM: PPC: Book3S HV: Refine barriers in guest entry/exitPaul Mackerras2013-11-181-6/+10
| | * KVM: PPC: Book3S HV: Fix physical address calculationsPaul Mackerras2013-11-182-5/+11
* | | Merge tag 'stable/for-linus-3.13-rc4-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-12-202-7/+3
|\ \ \
| * | | arm: xen: foreign mapping PTEs are special.Ian Campbell2013-12-111-1/+1
| * | | xen/arm64: do not call the swiotlb functions twiceStefano Stabellini2013-12-111-4/+0
| * | | XEN: Grant table address, xen_hvm_resume_frames, is a phys_addr not a pfnEric Trudeau2013-12-041-2/+2
* | | | sh: always link in helper functions extracted from libgccGeert Uytterhoeven2013-12-181-1/+1
* | | | mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel2013-12-182-4/+11
* | | | mm: numa: serialise parallel get_user_page against THP migrationMel Gorman2013-12-181-0/+13
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-12-172-0/+12
|\ \ \ \
| * | | | math64: Add mul_u64_u32_shr()Peter Zijlstra2013-12-111-0/+1
| * | | | sched: Remove PREEMPT_NEED_RESCHED from generic codePeter Zijlstra2013-12-111-0/+11
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-12-171-3/+12
|\ \ \ \ \
| * | | | | perf/x86: Fix constraint table end marker bugMaria Dimakopoulou2013-12-051-3/+12
* | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2013-12-1711-64/+68
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | powerpc/powernv: Fix OPAL LPC access in Little EndianBenjamin Herrenschmidt2013-12-132-7/+7
| * | | | | powerpc/powernv: Fix endian issue in opal_xscom_readAnton Blanchard2013-12-132-2/+4
| * | | | | powerpc: Fix endian issues in crash dump codeAnton Blanchard2013-12-131-3/+3
| * | | | | powerpc/pseries: Fix endian issues in MSI codeAnton Blanchard2013-12-131-13/+15
| * | | | | powerpc/pseries: Fix PCIE link speed endian issueAnton Blanchard2013-12-131-4/+4
| * | | | | powerpc/pseries: Fix endian issues in nvram codeAnton Blanchard2013-12-131-23/+23
| * | | | | powerpc/pseries: Fix endian issues in /proc/ppc64/lparcfgAnton Blanchard2013-12-131-6/+6
| * | | | | powerpc: Fix topology core_id endian issue on LE buildsAnton Blanchard2013-12-131-2/+2
| * | | | | powerpc: Fix endian issue in setup-common.cAnton Blanchard2013-12-131-2/+2
| * | | | | powerpc: PTRACE_PEEKUSR always returns FPR0Ulrich Weigand2013-12-131-2/+2
* | | | | | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2013-12-156-17/+13
|\ \ \ \ \ \
| * | | | | | x86, efi: Don't use (U)EFI time services on 32 bitMatthew Garrett2013-12-101-7/+0
| * | | | | | x86/UV: Fix NULL pointer dereference in uv_flush_tlb_others() if the 'nobau' ...cpw2013-12-101-2/+3
| * | | | | | x86, build: Pass in additional -mno-mmx, -mno-sse optionsH. Peter Anvin2013-12-094-8/+10
* | | | | | | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2013-12-139-78/+67
|\ \ \ \ \ \ \
| * | | | | | | ARM: fix asm/memory.h build errorRussell King2013-12-133-20/+17
| * | | | | | | ARM: 7917/1: cacheflush: correctly limit range of memory region being flushedJon Medhurst2013-12-091-1/+2
| * | | | | | | ARM: 7913/1: fix framepointer check in unwind_frameKonstantin Khlebnikov2013-12-091-1/+1
| * | | | | | | ARM: 7912/1: check stack pointer in get_wchanKonstantin Khlebnikov2013-12-091-2/+5