summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'media/v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-04-044-297/+272
|\
| * media: arch: sh: ecovec: Use new renesas-ceu camera driverJacopo Mondi2018-03-212-171/+171
| * Merge commit 'v4.16-rc4~0' into patchworkMauro Carvalho Chehab2018-03-05268-1680/+2700
| |\
| * | media: arch: sh: migor: Use new renesas-ceu camera driverJacopo Mondi2018-02-262-126/+101
* | | Merge tag 'kbuild-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-04-044-9/+3
|\ \ \
| * | | kbuild: Use ls(1) instead of stat(1) to obtain file sizeMichael Forney2018-03-252-2/+2
| * | | kbuild: rename built-in.o to built-in.aNicholas Piggin2018-03-252-2/+2
| * | | kbuild: remove incremental linking optionNicholas Piggin2018-03-251-6/+0
* | | | Merge branch 'parisc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-048-31/+212
|\ \ \ \
| * | | | parisc: Fix out of array access in match_pci_device()Helge Deller2018-03-271-0/+4
| * | | | parisc: Add code generator for Qemu/SeaBIOS machine infoHelge Deller2018-03-271-0/+171
| * | | | parisc: Fix HPMC handler by increasing size to multiple of 16 bytesHelge Deller2018-03-271-1/+5
| * | | | parisc: machine_power_off() should call pm_power_off()Helge Deller2018-03-271-1/+5
| * | | | parisc/Kconfig: SMP kernels boot on all machinesHelge Deller2018-03-271-4/+2
| * | | | parisc: Silence uninitialized variable warning in dbl_to_sgl_fcnvff()Dan Carpenter2018-03-271-1/+1
| * | | | parisc: Move various functions and strings to init sectionHelge Deller2018-03-272-17/+17
| * | | | parisc: Convert MAP_TYPE to cover 4 bits on pariscHelge Deller2018-03-271-1/+1
| * | | | parisc: Force to various endian types for sparseHelge Deller2018-03-271-6/+6
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2018-04-0338-23/+1095
|\ \ \ \
| * | | | sparc64: Make atomic_xchg() an inline function rather than a macro.David S. Miller2018-04-031-1/+5
| * | | | sparc: Make auxiliary vectors for ADI available on 32-bit as wellKhalid Aziz2018-03-201-4/+0
| * | | | sparc64: Update signal delivery to use new helper functionsKhalid Aziz2018-03-181-29/+9
| * | | | sparc64: Add support for ADI (Application Data Integrity)Khalid Aziz2018-03-1819-8/+743
| * | | | mm: Add address parameter to arch_validate_prot()Khalid Aziz2018-03-182-3/+3
| * | | | sparc64: Add auxiliary vectors to report platform ADI propertiesKhalid Aziz2018-03-187-0/+168
| * | | | sparc64: Add handler for "Memory Corruption Detected" trapKhalid Aziz2018-03-181-0/+59
| * | | | sparc64: Add HV fault type handlers for ADI related faultsKhalid Aziz2018-03-181-3/+26
| * | | | sparc64: Add support for ADI register fields, ASIs and trapsKhalid Aziz2018-03-1810-2/+109
| * | | | signals, sparc: Add signal codes for ADI violationsKhalid Aziz2018-03-181-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-04-033-100/+170
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-0255-317/+398
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-2356-361/+668
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-06156-871/+1626
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-03-031-13/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | bpf, x64: remove bpf_flush_icacheDaniel Borkmann2018-02-271-13/+2
| * | | | | | | | | net/mac89x0: Convert to platform_driverFinn Thain2018-03-021-0/+4
| |/ / / / / / / /
| * | | | | | | | arm: mvebu: 370-rd: Enable PHY interrupt handlingAndrew Lunn2018-02-261-0/+32
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-02-261-87/+132
| |\ \ \ \ \ \ \ \
| | * | | | | | | | bpf, x64: save 5 bytes in prologue when ebpf insns came from cbpfDaniel Borkmann2018-02-241-12/+16
| | * | | | | | | | bpf, x64: save few bytes when mul is in alu32Daniel Borkmann2018-02-241-15/+28
| | * | | | | | | | bpf, x64: save several bytes when mul dest is r0/r3 anywayDaniel Borkmann2018-02-241-10/+11
| | * | | | | | | | bpf, x64: save several bytes by using mov over movabsq when possibleDaniel Borkmann2018-02-241-51/+74
| | * | | | | | | | bpf, x64: save one byte per shl/shr/sar when imm is 1Daniel Borkmann2018-02-241-1/+5
| | | |_|_|_|_|_|/ | | |/| | | | | |
* | | | | | | | | Merge tag 'mmc-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2018-04-038-9/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | arm64: dts: hi3660: remove 'num-slots' property for dwmmcJaehoon Chung2018-03-151-2/+0
| * | | | | | | | | ARM: dts: lpc18xx: remove 'num-slots' property for dwmmcJaehoon Chung2018-03-151-1/+0
| * | | | | | | | | arm64: dts: stratix10: remove 'num-slots' property for dwmmcJaehoon Chung2018-03-151-1/+0
| * | | | | | | | | ARM: dts: socfpga: remove 'num-slots' property for dwmmcJaehoon Chung2018-03-154-4/+0
| * | | | | | | | | sh: kfr2r09: use MMC_CAP2_NO_WRITE_PROTECT instead of TMIO own flagMasahiro Yamada2018-03-051-1/+1
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge tag 'for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds2018-04-031-0/+1
|\ \ \ \ \ \ \ \ \