summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2014-12-01s390/kprobes: fix instruction copy for out of line executionHeiko Carstens1-1/+1
2014-11-28s390: remove diag 44 calls from cpu_relax()Heiko Carstens1-2/+0
2014-11-28s390/pci: Deletion of unnecessary checks before the function call "debug_unre...Markus Elfring1-5/+2
2014-11-28s390/ftrace: provide working ftrace_return_address()Heiko Carstens1-0/+2
2014-11-21s390/traps: die on translation exceptionsHeiko Carstens1-2/+6
2014-11-21s390/traps: print interrupt code and instruction length codeHeiko Carstens3-4/+6
2014-11-19s390/kernel: add system calls for PCI memory accessAlexey Ishchuk6-2/+125
2014-11-19s390: fix ptrace of user area if the inferior uses vector registersMartin Schwidefsky1-22/+75
2014-11-18s390/irq: use irq 0Sebastian Ott2-11/+5
2014-11-18s390/io: add ioport_map stubsFrank Blaschka1-0/+9
2014-11-03s390/cpum_sf: Remove initialization of PMU event indexHendrik Brueckner1-1/+0
2014-11-03s390/signal: add sparse annotationsMartin Schwidefsky2-2/+2
2014-11-03s390/mm: use correct unlock function in gmap_ipte_notifyMartin Schwidefsky1-1/+1
2014-11-03s390/pci: add sparse annotationsMartin Schwidefsky2-4/+8
2014-11-03s390/pci: improve irq number check for msixSebastian Ott3-6/+3
2014-11-03s390/cmpxchg: use compiler builtinsMartin Schwidefsky3-234/+19
2014-10-27s390/mm: pmdp_get_and_clear_full optimizationMartin Schwidefsky1-0/+13
2014-10-27s390/mm: missing pte for gmap_ipte_notify should trigger a VM_BUGDominik Dingel1-2/+1
2014-10-27s390/kprobes: make use of NOKPROBE_SYMBOL()Heiko Carstens7-46/+74
2014-10-27s390/ftrace,kprobes: allow to patch first instructionHeiko Carstens11-90/+212
2014-10-27s390/mm: disable KSM for storage key enabled pagesDominik Dingel3-7/+28
2014-10-27s390/mm: prevent and break zero page mappings in case of storage keysDominik Dingel2-1/+17
2014-10-27s390/mm: recfactor global pgste updatesDominik Dingel4-102/+56
2014-10-27s390: update default configurationMartin Schwidefsky5-74/+32
2014-10-27s390/vdso: fix stack corruptionHeiko Carstens4-16/+29
2014-10-27s390/time: use stck clock fast for do_account_vtimeMartin Schwidefsky1-0/+4
2014-10-26Merge tag 'armsoc-for-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds15-40/+94
2014-10-25Merge tag 'imx-fixes-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Olof Johansson2-8/+7
2014-10-25ARM: dts: imx28-evk: Let i2c0 run at 100kHzFabio Estevam1-1/+0
2014-10-25ARM: i.MX6: Fix "emi" clock name typoSteve Longerbeam1-7/+7
2014-10-24Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds21-574/+29
2014-10-24Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds12-31/+159
2014-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds11-62/+70
2014-10-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-81/+261
2014-10-24Merge tag 'stable/for-linus-3.18-b-rc1-tag' of git://git.kernel.org/pub/scm/l...Linus Torvalds5-63/+31
2014-10-24arm64: Fix memblock current_limit with 64K pages and 48-bit VACatalin Marinas1-4/+8
2014-10-24sparc64: Implement __get_user_pages_fast().David S. Miller1-0/+30
2014-10-24sparc64: Fix register corruption in top-most kernel stack frame during boot.David S. Miller10-62/+40
2014-10-24arm64: ASLR: Don't randomise text when randomise_va_space == 0Arun Chandran3-7/+3
2014-10-24MIPS: SEAD3: Fix I2C device registration.Ralf Baechle1-7/+1
2014-10-24KVM: x86: Wrong assertion on paging_tmpl.hNadav Amit1-1/+1
2014-10-24KVM: x86: PREFETCH and HINT_NOP should have SrcMem flagNadav Amit1-3/+4
2014-10-24KVM: x86: Emulator does not decode clflush wellNadav Amit1-3/+17
2014-10-24KVM: emulate: avoid accessing NULL ctxt->memoppPaolo Bonzini1-1/+1
2014-10-24MIPS: SEAD3: Nuke PIC32 I2C driver.Ralf Baechle3-526/+0
2014-10-24KVM: x86: Decoding guest instructions which cross page boundary may failNadav Amit1-2/+4
2014-10-24kvm: x86: don't kill guest on unknown exit reasonMichael S. Tsirkin2-6/+6
2014-10-24kvm: vmx: handle invvpid vm exit gracefullyPetr Matousek2-1/+10
2014-10-24KVM: x86: Handle errors when RIP is set during far jumpsNadav Amit1-30/+88
2014-10-24KVM: x86: Emulator fixes for eip canonical checks on near branchesNadav Amit1-24/+54