summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* s390/percpu: remove this_cpu_cmpxchg_double_4Heiko Carstens2016-03-021-1/+0
* s390/cpumf: Improve guest detection heuristicsChristian Borntraeger2016-03-022-3/+7
* s390/fault: merge report_user_fault implementationsHeiko Carstens2016-03-023-26/+12
* s390/dis: use correct escape sequence for '%' characterHeiko Carstens2016-03-021-12/+5
* s390/kvm: simplify set_guest_storage_keyMartin Schwidefsky2016-03-021-17/+0
* s390/oprofile: add z13/z13s model numbersHeiko Carstens2016-02-241-0/+1
* s390: add z13s model number to z13 elf platformHeiko Carstens2016-02-242-4/+5
* s390/mm: correct comment about segment table entriesMartin Schwidefsky2016-02-231-5/+5
* s390/dumpstack: merge all four stack tracersHeiko Carstens2016-02-237-218/+89
* s390/mm: remove unnecessary indirection with pgste_update_allMartin Schwidefsky2016-02-231-13/+12
* s390/dumpstack: use bit fields to decode psw mask in show_registers()Heiko Carstens2016-02-231-13/+4
* s390/dumpstack: add missing ri bit to show_registers() outputHeiko Carstens2016-02-231-1/+2
* s390: add current_stack_pointer() helper functionHeiko Carstens2016-02-234-16/+20
* s390/stacktrace: use nosched instead of savesched parameterHeiko Carstens2016-02-231-6/+6
* s390/pageattr: do a single TLB flush for change_page_attrMartin Schwidefsky2016-02-231-5/+3
* s390/xor: optimized xor routing using the XC instructionMartin Schwidefsky2016-02-233-2/+155
* s390/pci: remove pdev pointer from arch dataSebastian Ott2016-02-235-21/+27
* s390/fpu: signals vs. floating point control registerMartin Schwidefsky2016-02-221-0/+2
* s390/compat: correct restore of high gprs on signal returnMartin Schwidefsky2016-02-221-1/+1
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-02-203-47/+114
|\
| * x86/mm: Fix vmalloc_fault() to handle large pages properlyToshi Kani2016-02-181-4/+11
| * hpet: Drop stale URLsMichael S. Tsirkin2016-02-171-2/+2
| * x86/uaccess/64: Handle the caching of 4-byte nocache copies properly in __cop...Toshi Kani2016-02-171-4/+32
| * x86/uaccess/64: Make the __copy_user_nocache() assembly code more readableToshi Kani2016-02-171-41/+73
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-02-201-0/+2
|\ \
| * | perf/x86/amd/uncore: Plug reference leakThomas Gleixner2016-02-171-0/+2
* | | Merge tag 'powerpc-4.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-02-2012-7/+82
|\ \ \
| * | | powerpc/ioda: Set "read" permission when "write" is setAlexey Kardashevskiy2016-02-171-0/+6
| * | | powerpc/mm: Fix Multi hit ERAT cause by recent THP updateAneesh Kumar K.V2016-02-152-0/+36
| * | | powerpc/powernv: Fix stale PE primary busGavin Shan2016-02-153-0/+22
| * | | powerpc/eeh: Fix stale cached primary busGavin Shan2016-02-154-2/+9
| * | | powerpc/pseries: Don't trace hcalls on offline CPUsDenis Kirjanov2016-02-151-2/+6
| * | | powerpc: Fix dedotify for binutils >= 2.26Andreas Schwab2016-02-081-1/+1
| * | | powerpc/book3s_32: Fix build error with checkpoint restartAneesh Kumar K.V2016-01-311-2/+2
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-02-191-1/+1
|\ \ \ \
| * | | | mm, x86: fix pte_page() crash in gup_pte_range()Hugh Dickins2016-02-191-1/+1
| | |/ / | |/| |
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2016-02-1912-45/+75
|\ \ \ \
| * | | | arm64: mm: allow the kernel to handle alignment faults on user accessesEunTaik Lee2016-02-191-1/+8
| * | | | arm64: kbuild: make "make install" not depend on vmlinuxMasahiro Yamada2016-02-193-3/+17
| * | | | arm64: dma-mapping: fix handling of devices registered before arch_initcallMarek Szyprowski2016-02-171-0/+4
| * | | | arm64/efi: Make strnlen() available to the EFI namespaceThierry Reding2016-02-162-1/+2
| * | | | arm/arm64: crypto: assure that ECB modes don't require an IVJeremy Linton2016-02-152-4/+4
| * | | | arm64: make irq_stack_ptr more robustYang Shi2016-02-122-8/+16
| * | | | arm64: debug: re-enable irqs before sending breakpoint SIGTRAPWill Deacon2016-02-101-26/+22
| * | | | arm64: disable kasan when accessing frame->fp in unwind_frameYang Shi2016-02-091-2/+2
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-02-195-23/+55
|\ \ \ \ \
| * | | | | s390/maccess: reduce stnsm instructionsHeiko Carstens2016-02-171-4/+6
| * | | | | s390/diag: avoid lockdep recursionHeiko Carstens2016-02-111-0/+3
| * | | | | s390: fix DAT off memory access, e.g. on kdumpChristian Borntraeger2016-02-111-1/+3
| * | | | | s390/oprofile: fix address range for asynchronous stackHeiko Carstens2016-02-101-3/+5