summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/fpu: Handle #NM without FPU emulation as an errorAndy Lutomirski2016-11-011-4/+16
* x86/fpu, lguest: Remove CR0.TS supportAndy Lutomirski2016-11-015-34/+8
* x86/fpu, kvm: Remove host CR0.TS manipulationAndy Lutomirski2016-11-012-13/+4
* x86/fpu: Remove irq_ts_save() and irq_ts_restore()Andy Lutomirski2016-11-015-84/+4
* x86/fpu: Stop saving and restoring CR0.TS in fpu__init_check_bugs()Andy Lutomirski2016-11-011-7/+0
* x86/fpu: Get rid of two redundant clts() callsAndy Lutomirski2016-11-011-18/+0
* Merge branch 'core/urgent' into x86/fpu, to merge fixesIngo Molnar2016-11-01841-5221/+8867
|\
| * fork: Add task stack refcounting sanity check and prevent premature task stac...Andy Lutomirski2016-11-011-0/+4
| * Merge tag 'spi-fix-v4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-313-2/+12
| |\
| | *---. Merge remote-tracking branches 'spi/fix/dt', 'spi/fix/fsl-dspi' and 'spi/fix/...Mark Brown2016-10-293-2/+12
| | |\ \ \
| | | | | * spi: fsl-espi: avoid processing uninitalized data on errorArnd Bergmann2016-10-261-1/+1
| | | | * | spi: dspi: clear SPI_SR before enable interruptYuan Yao2016-10-291-0/+7
| | | | |/
| | | * / spi: mark device nodes only in case of successful instantiationRalf Ramsauer2016-10-241-1/+4
| | | |/
| * | | Merge tag 'regulator-fix-v4.9-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-10-311-1/+1
| |\ \ \
| | * | | regulator: core: silence warning: "VDD1: ramp_delay not set"H. Nikolaus Schaller2016-10-281-1/+1
| | | |/ | | |/|
| * | | Merge tag 'regmap-fix-v4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-311-5/+6
| |\ \ \
| | | \ \
| | | \ \
| | *-. \ \ Merge remote-tracking branches 'regmap/fix/header' and 'regmap/fix/macro' int...Mark Brown2016-10-291-5/+6
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | | | * | regmap: Rename ret variable in regmap_read_poll_timeoutCharles Keepax2016-10-281-5/+5
| | | | |/
| | | * | regmap: include <linux/delay.h> from include/linux/regmap.hMasahiro Yamada2016-10-131-0/+1
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2016-10-311-3/+0
| |\ \ \ \
| | * | | | tpm: remove invalid min length check from tpm_do_selftest()Jarkko Sakkinen2016-10-311-3/+0
| * | | | | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2016-10-314-11/+31
| |\ \ \ \ \
| | * | | | | ARM: wire up new pkey syscallsRussell King2016-10-193-1/+7
| | * | | | | ARM: fix oops when using older ARMv4T CPUsRussell King2016-10-191-10/+24
| | | |_|_|/ | | |/| | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2016-10-3132-723/+1400
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | sparc64: Handle extremely large kernel TLB range flushes more gracefully.David S. Miller2016-10-271-55/+228
| | * | | | sparc64: Fix illegal relative branches in hypervisor patched TLB cross-call c...David S. Miller2016-10-261-12/+30
| | * | | | sparc64: Fix instruction count in comment for __hypervisor_flush_tlb_pending.David S. Miller2016-10-261-1/+1
| | * | | | sparc64: Handle extremely large kernel TSB range flushes sanely.David S. Miller2016-10-251-0/+17
| | * | | | sparc: Handle negative offsets in arch_jump_label_transformJames Clarke2016-10-251-6/+17
| | * | | | sparc64: Fix illegal relative branches in hypervisor patched TLB code.David S. Miller2016-10-251-14/+51
| | * | | | sparc64: Delete now unused user copy fixup functions.David S. Miller2016-10-243-105/+4
| | * | | | sparc64: Delete now unused user copy assembler helpers.David S. Miller2016-10-241-30/+0
| | * | | | sparc64: Convert U3copy_{from,to}_user to accurate exception reporting.David S. Miller2016-10-243-81/+162
| | * | | | sparc64: Convert NG2copy_{from,to}_user to accurate exception reporting.David S. Miller2016-10-243-91/+153
| | * | | | sparc64: Convert NGcopy_{from,to}_user to accurate exception reporting.David S. Miller2016-10-243-79/+162
| | * | | | sparc64: Convert NG4copy_{from,to}_user to accurate exception reporting.David S. Miller2016-10-243-79/+231
| | * | | | sparc64: Convert U1copy_{from,to}_user to accurate exception reporting.David S. Miller2016-10-243-124/+237
| | * | | | sparc64: Convert GENcopy_{from,to}_user to accurate exception reporting.David S. Miller2016-10-243-18/+38
| | * | | | sparc64: Convert copy_in_user to accurate exception reporting.David S. Miller2016-10-241-10/+25
| | * | | | sparc64: Prepare to move to more saner user copy exception handling.David S. Miller2016-10-2415-39/+47
| | * | | | sparc64: Delete __ret_efault.David S. Miller2016-10-242-8/+1
| | * | | | sparc32: Fix old style declaration GCC warningsTobias Klauser2016-10-241-1/+1
| | * | | | sparc64: Fix old style declaration GCC warningsTobias Klauser2016-10-241-6/+6
| | * | | | sparc64: Setup a scheduling domain for highest level cache.Atish Patra2016-10-244-21/+46
| | | |/ / | | |/| |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-29240-1387/+1988
| |\ \ \ \
| | * | | | geneve: avoid using stale geneve socket.pravin shelar2016-10-291-11/+34
| | * | | | vxlan: avoid using stale vxlan socket.pravin shelar2016-10-292-32/+52
| | * | | | qede: Fix out-of-bound fastpath memory accessMintz, Yuval2016-10-291-2/+2
| | * | | | net: phy: dp83848: add dp83822 PHY supportRoger Quadros2016-10-291-0/+3