summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-07-06arm64: Implement page table free interfacesChintan Pandya1-4/+44
2018-07-06arm64: tlbflush: Introduce __flush_tlb_kernel_pgtableChintan Pandya1-0/+7
2018-07-06Merge branch 'x86/mm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/ti...Will Deacon2-10/+55
2018-07-05arm64: insn: Don't fallback on nosync path for general insn patchingWill Deacon2-57/+1
2018-07-05arm64: IPI each CPU after invalidating the I-cache for kernel mappingsWill Deacon4-18/+33
2018-07-05arm64: remove unused COMPAT_PSR definitionsMark Rutland1-28/+0
2018-07-05kvm/arm: use PSR_AA32 definitionsMark Rutland6-33/+33
2018-07-05arm64: use PSR_AA32 definitionsMark Rutland7-42/+42
2018-07-05arm64: ptrace: map SPSR_ELx<->PSR for compat tasksMark Rutland1-0/+2
2018-07-05arm64: compat: map SPSR_ELx<->PSR for signalsMark Rutland1-2/+6
2018-07-05arm64: don't zero DIT on signal returnMark Rutland1-4/+8
2018-07-05arm64: add PSR_AA32_* definitionsMark Rutland1-1/+56
2018-07-05arm64: Handle mismatched cache typeSuzuki K Poulose2-4/+16
2018-07-05arm64: Fix mismatched cache line size detectionSuzuki K Poulose3-3/+9
2018-07-05arm64: kconfig: Ensure spinlock fastpaths are inlined if !PREEMPTWill Deacon1-0/+10
2018-07-05arm64: locking: Replace ticket lock implementation with qspinlockWill Deacon4-132/+4
2018-07-05arm64: barrier: Implement smp_cond_load_relaxedWill Deacon1-0/+13
2018-07-04x86/mm: Add TLB purge to free pmd/pte page interfacesToshi Kani1-6/+30
2018-07-04ioremap: Update pgtable free interfaces with addrChintan Pandya2-7/+9
2018-07-04x86/mm: Disable ioremap free page handling on x86-PAEToshi Kani1-0/+19
2018-07-04arm64: kexec: always reset to EL2 if presentMark Rutland2-6/+6
2018-07-04arm64: fix infinite stacktraceMikulas Patocka1-0/+3
2018-07-02ARM64: dump: Convert to use DEFINE_SHOW_ATTRIBUTE macroPeng Donglin1-12/+1
2018-07-01Merge branch 'parisc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-34/+17
2018-07-01Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds11-24/+39
2018-06-30Merge tag 'kbuild-fixes-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-32/+0
2018-06-30Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-28/+24
2018-06-30Merge tag 'powerpc-4.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds6-12/+23
2018-06-30Merge tag 'davinci-fixes-for-v4.18' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2-6/+2
2018-06-30Merge tag 'hisi-fixes-for-4.18' of git://github.com/hisilicon/linux-hisi into...Olof Johansson2-0/+4
2018-06-30Merge tag 'amlogic-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson7-18/+33
2018-06-29Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds4-16/+53
2018-06-29parisc: Build kernel without -ffunction-sectionsHelge Deller1-4/+0
2018-06-29Merge tag 'pci-v4.18-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-1/+9
2018-06-28parisc: Reduce debug output in unwind codeHelge Deller1-2/+2
2018-06-28x86/e820: put !E820_TYPE_RAM regions into memblock.reservedNaoya Horiguchi1-3/+12
2018-06-28arm64: dts: hikey960: Define wl1837 power capabilitiesoscardagrach1-0/+2
2018-06-28arm64: dts: hikey: Define wl1835 power capabilitiesoscardagrach1-0/+2
2018-06-28parisc: Wire up io_pgetevents syscallHelge Deller2-1/+3
2018-06-28parisc: Default to 4 SMP CPUsHelge Deller1-1/+1
2018-06-28parisc: Convert printk(KERN_LEVEL) to pr_lvl()Andy Shevchenko1-16/+9
2018-06-28parisc: Mark 16kB and 64kB page sizes BROKENHelge Deller1-2/+2
2018-06-28parisc: Drop struct sigaction from not exported header fileHelge Deller1-8/+0
2018-06-28ARM64: dts: meson-gxl: fix Mali GPU compatible stringMartin Blumenstingl1-1/+1
2018-06-28ARM64: dts: meson-axg: fix ethernet stability issueJerome Brunet1-1/+14
2018-06-28ARM64: dts: meson-gx: fix ATF reserved memory regionKevin Hilman2-8/+6
2018-06-28ARM64: dts: meson-gxl-s905x-p212: Add phy-supply for usb0Neil Armstrong1-0/+7
2018-06-28ARM64: dts: meson: fix register ranges for SD/eMMCKevin Hilman2-5/+5
2018-06-28ARM64: dts: meson: disable sd-uhs modes on the libretech-ccJerome Brunet1-3/+0
2018-06-27arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}Will Deacon1-5/+1