summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: 8904/1: skip nomap memblocks while finding the lowmem/highmem boundaryChester Lin2019-09-101-0/+3
* ARM: 8903/1: ensure that usable memory in bank 0 starts from a PMD-aligned ad...Mike Rapoport2019-09-061-0/+16
* ARM: 8891/1: EDAC: armada_xp: Add support for more SoCsChris Packham2019-08-291-0/+5
* ARM: 8888/1: EDAC: Add driver for the Marvell Armada XP SDRAM and L2 cache ECCJan Luebbe2019-08-294-0/+644
* ARM: 8892/1: EDAC: Add missing debugfs_create_x32 wrapperJan Luebbe2019-08-292-0/+15
* ARM: 8890/1: l2x0: add marvell,ecc-enable property for auroraChris Packham2019-08-291-0/+5
* ARM: 8889/1: dt-bindings: document marvell,ecc-enable bindingChris Packham2019-08-291-0/+4
* ARM: 8886/1: l2x0: support parity-enable/disable on auroraChris Packham2019-08-291-0/+7
* ARM: 8885/1: aurora-l2: add defines for parity and ECC registersJan Luebbe2019-08-291-0/+48
* ARM: 8887/1: aurora-l2: add prefix to MAX_RANGE_SIZEJan Luebbe2019-08-292-3/+3
* ARM: 8902/1: l2c: move cache-aurora-l2.h to asm/hardwareJan Luebbe2019-08-292-1/+1
* ARM: 8900/1: UNWINDER_FRAME_POINTER implementation for ClangNathan Huckleberry2019-08-294-3/+229
* ARM: 8898/1: mm: Don't treat faults reported from cache maintenance as writesWill Deacon2019-08-232-2/+3
* ARM: 8896/1: VDSO: Don't leak kernel addressesGeert Uytterhoeven2019-08-231-1/+0
* ARM: 8895/1: visit mach-* and plat-* directories when cleaningMasahiro Yamada2019-08-231-0/+4
* ARM: 8894/1: boot: Replace open-coded nop with macroLinus Walleij2019-08-231-1/+1
* ARM: 8893/1: boot: Explain the 8 nopsLinus Walleij2019-08-231-0/+12
* ARM: 8876/1: fix O= building with CONFIG_FPE_FASTFPEMasahiro Yamada2019-08-231-7/+2
* ARM: 8875/1: Kconfig: default to AEABI w/ ClangNick Desaulniers2019-08-231-2/+3
* ARM: 8873/1: perf: cleanup cppcheck shifting warningPhong Tran2019-08-231-3/+3
* ARM: 8872/1: Use common outgoing-CPU-notification codePaul E. McKenney2019-08-231-4/+2
* ARM: 8871/1: iop13xx: Simplify iop13xx_atu{e,x}_pci_status checksNathan Chancellor2019-08-231-2/+2
* Linux 5.3-rc5v5.3-rc5Linus Torvalds2019-08-181-1/+1
* Merge tag 'fixes-for-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-08-181-2/+3
|\
| * mtd: spi-nor: Fix the disabling of write protection at initTudor Ambarus2019-08-131-2/+3
* | Merge tag 'for-5.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-08-184-55/+35
|\ \
| * | btrfs: trim: Check the range passed into to prevent overflowQu Wenruo2019-08-071-3/+11
| * | Btrfs: fix sysfs warning and missing raid sysfs directoriesFilipe Manana2019-08-074-52/+24
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-08-186-20/+99
|\ \ \
| * | | x86/boot: Save fields explicitly, zero out everything elseJohn Hubbard2019-08-161-15/+48
| * | | MAINTAINERS, x86/CPU: Tony Luck will maintain asm/intel-family.hTony Luck2019-08-151-0/+7
| * | | x86/fpu/math-emu: Address fallthrough warningsThomas Gleixner2019-08-122-3/+4
| * | | x86/apic/32: Fix yet another implicit fallthrough warningBorislav Petkov2019-08-121-1/+2
| * | | x86/umwait: Fix error handling in umwait_init()Fenghua Yu2019-08-121-1/+38
| | |/ | |/|
* | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-08-181-11/+27
|\ \ \
| * \ \ Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/e...Thomas Gleixner2019-08-1217494-462307/+1029543
| |\ \ \
| | * | | efi-stub: Fix get_efi_config_table on mixed-mode setupsHans de Goede2019-08-121-11/+27
* | | | | Merge tag 'spdx-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-08-184-17/+4
|\ \ \ \ \
| * | | | | i2c: stm32: Use the correct style for SPDX License IdentifierNishad Kamdar2019-08-051-1/+1
| * | | | | intel_th: Use the correct style for SPDX License IdentifierNishad Kamdar2019-07-302-2/+2
| * | | | | coccinelle: api/atomic_as_refcounter: add SPDX License IdentifierMatthias Maennich2019-07-301-0/+1
| * | | | | kernel/configs: Replace GPL boilerplate code with SPDX identifierThomas Huth2019-07-301-15/+1
* | | | | | Merge tag 'char-misc-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-08-1813-66/+98
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'soundwire-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman2019-08-164-12/+7
| |\ \ \ \ \ \
| | * | | | | | soundwire: fix regmap dependencies and align with other serial linksPierre-Louis Bossart2019-08-093-8/+3
| | * | | | | | soundwire: cadence_master: fix definitions for INTSTAT0/1Pierre-Louis Bossart2019-08-021-2/+2
| | * | | | | | soundwire: cadence_master: fix register definition for SLAVE_STATEPierre-Louis Bossart2019-08-021-2/+2
| | | |_|/ / / | | |/| | | |
| * | | | | | misc: xilinx-sdfec: fix dependency and build errorRandy Dunlap2019-08-151-0/+1
| * | | | | | Merge tag 'misc-habanalabs-fixes-2019-08-12' of git://people.freedesktop.org/...Greg Kroah-Hartman2019-08-128-54/+90
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | habanalabs: fix device IRQ unmasking for BE hostBen Segal2019-08-121-9/+24