summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | MIPS: Fix perf event initPaul Burton2017-09-201-2/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-09-225-33/+147
|\ \ \ \ \ \ \
| * | | | | | | s390/topology: enable / disable topology dynamicallyHeiko Carstens2017-09-201-2/+74
| * | | | | | | s390/topology: alternative topology for topology-less machinesHeiko Carstens2017-09-202-23/+61
| * | | | | | | s390/mm: fix write access check in gup_huge_pmd()Gerald Schaefer2017-09-191-4/+3
| * | | | | | | s390/mm: make pmdp_invalidate() do invalidation onlyGerald Schaefer2017-09-191-1/+3
| * | | | | | | s390/perf: fix bug when creating per-thread eventPu Hou2017-09-131-3/+6
* | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-09-2212-156/+184
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | crypto: x86/twofish - Fix RBP usageJosh Poimboeuf2017-09-201-6/+6
| * | | | | | | crypto: sha512-avx2 - Fix RBP usageJosh Poimboeuf2017-09-201-36/+39
| * | | | | | | crypto: x86/sha256-ssse3 - Fix RBP usageJosh Poimboeuf2017-09-201-8/+7
| * | | | | | | crypto: x86/sha256-avx2 - Fix RBP usageJosh Poimboeuf2017-09-201-15/+7
| * | | | | | | crypto: x86/sha256-avx - Fix RBP usageJosh Poimboeuf2017-09-201-8/+7
| * | | | | | | crypto: x86/sha1-ssse3 - Fix RBP usageJosh Poimboeuf2017-09-201-6/+5
| * | | | | | | crypto: x86/sha1-avx2 - Fix RBP usageJosh Poimboeuf2017-09-201-3/+1
| * | | | | | | crypto: x86/des3_ede - Fix RBP usageJosh Poimboeuf2017-09-201-6/+9
| * | | | | | | crypto: x86/cast6 - Fix RBP usageJosh Poimboeuf2017-09-201-16/+34
| * | | | | | | crypto: x86/cast5 - Fix RBP usageJosh Poimboeuf2017-09-201-17/+30
| * | | | | | | crypto: x86/camellia - Fix RBP usageJosh Poimboeuf2017-09-201-13/+13
| * | | | | | | crypto: x86/blowfish - Fix RBP usageJosh Poimboeuf2017-09-201-22/+26
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-192-20/+27
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | KVM: VMX: remove WARN_ON_ONCE in kvm_vcpu_trigger_posted_interruptHaozhong Zhang2017-09-191-12/+21
| * | | | | | KVM: VMX: do not change SN bit in vmx_update_pi_irte()Haozhong Zhang2017-09-191-5/+1
| * | | | | | KVM: x86: Fix the NULL pointer parameter in check_cr_write()Yu Zhang2017-09-191-3/+5
| |/ / / / /
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-171-0/+11
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | x86/cpu/AMD: Fix erratum 1076 (CPB bit)Borislav Petkov2017-09-151-0/+11
* | | | | | Merge branch 'for-linus-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-1614-27/+41
|\ \ \ \ \ \
| * | | | | | um: return negative in tuntap_open_tramp()Dan Carpenter2017-09-131-1/+1
| * | | | | | um: remove a stray tabDan Carpenter2017-09-131-1/+1
| * | | | | | um: Use relative modversions with LD_SCRIPT_DYNThomas Meyer2017-09-131-0/+1
| * | | | | | um: link vmlinux with -no-pieThomas Meyer2017-09-131-1/+1
| * | | | | | um: Fix CONFIG_GCOV for modules.Thomas Meyer2017-09-131-0/+7
| * | | | | | Fix minor typos and grammar in UML start_up helpJames Pack2017-09-131-3/+3
| * | | | | | um: defconfig: Cleanup from old Kconfig optionsKrzysztof Kozlowski2017-09-132-2/+0
| * | | | | | um: Fix FP register size for XSTATE/XSAVEThomas Meyer2017-09-136-19/+27
* | | | | | | Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...Linus Torvalds2017-09-15172-2474/+4758
|\ \ \ \ \ \ \
| * | | | | | | MIPS: Refactor handling of stack pointer in get_frame_infoMatt Redfearn2017-09-061-31/+30
| * | | | | | | MIPS: Stacktrace: Fix microMIPS stack unwinding on big endian systemsMatt Redfearn2017-09-061-9/+7
| * | | | | | | MIPS: microMIPS: Fix decoding of swsp16 instructionMatt Redfearn2017-09-062-2/+2
| * | | | | | | MIPS: microMIPS: Fix decoding of addiusp instructionMatt Redfearn2017-09-061-3/+7
| * | | | | | | MIPS: microMIPS: Fix detection of addiusp instructionMatt Redfearn2017-09-061-1/+1
| * | | | | | | MIPS: Handle non word sized instructions when examining frameMatt Redfearn2017-09-061-3/+6
| * | | | | | | MIPS: ralink: allow NULL clock for clk_get_rateJonas Gorski2017-09-061-0/+3
| * | | | | | | MIPS: Loongson 2F: allow NULL clock for clk_get_rateJonas Gorski2017-09-061-0/+3
| * | | | | | | MIPS: BCM63XX: allow NULL clock for clk_get_rateJonas Gorski2017-09-061-0/+3
| * | | | | | | MIPS: AR7: allow NULL clock for clk_get_rateJonas Gorski2017-09-061-0/+3
| * | | | | | | MIPS: BCM63XX: fix ENETDMA_6345_MAXBURST_REG offsetJonas Gorski2017-09-061-1/+1
| * | | | | | | mips: Save all registers when saving the frameCorey Minyard2017-09-061-14/+50
| * | | | | | | MIPS: Add DWARF unwinding to assemblyCorey Minyard2017-09-066-117/+151
| * | | | | | | MIPS: Make SAVE_SOME more standardCorey Minyard2017-09-061-14/+37