summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/copy_user: Unify the code by removing the 64-bit asm _copy_*_user() variantsBorislav Petkov2016-11-013-96/+49
* Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar2016-11-01715-4744/+8023
|\
| * 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-261-0/+17
| | * | | | sparc: Handle negative offsets in arch_jump_label_transformJames Clarke2016-10-261-6/+17
| | * | | | sparc64: Fix illegal relative branches in hypervisor patched TLB code.David S. Miller2016-10-261-14/+51
| | * | | | sparc64: Delete now unused user copy fixup functions.David S. Miller2016-10-253-105/+4
| | * | | | sparc64: Delete now unused user copy assembler helpers.David S. Miller2016-10-251-30/+0
| | * | | | sparc64: Convert U3copy_{from,to}_user to accurate exception reporting.David S. Miller2016-10-253-81/+162
| | * | | | sparc64: Convert NG2copy_{from,to}_user to accurate exception reporting.David S. Miller2016-10-253-91/+153
| | * | | | sparc64: Convert NGcopy_{from,to}_user to accurate exception reporting.David S. Miller2016-10-253-79/+162
| | * | | | sparc64: Convert NG4copy_{from,to}_user to accurate exception reporting.David S. Miller2016-10-253-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-30240-1387/+1988
| |\ \ \ \
| | * | | | geneve: avoid using stale geneve socket.pravin shelar2016-10-301-11/+34
| | * | | | vxlan: avoid using stale vxlan socket.pravin shelar2016-10-302-32/+52
| | * | | | qede: Fix out-of-bound fastpath memory accessMintz, Yuval2016-10-301-2/+2
| | * | | | net: phy: dp83848: add dp83822 PHY supportRoger Quadros2016-10-291-0/+3
| | * | | | enic: fix rq disableGovindarajulu Varadarajan2016-10-291-9/+23
| | * | | | tipc: fix broadcast link synchronization problemJon Paul Maloy2016-10-296-6/+33
| | * | | | ibmvnic: Fix missing brackets in init_sub_crq_irqsThomas Falcon2016-10-291-2/+4
| | * | | | ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt contextThomas Falcon2016-10-292-11/+25
| | * | | | Revert "ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt context"David S. Miller2016-10-292-25/+11
| | * | | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-10-293-32/+15
| | |\ \ \ \