aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-20ARM64: dts: meson-axg: add the audio clock controllerJerome Brunet1-0/+36
2018-07-20ARM64: dts: meson-axg: add pdm pinsJerome Brunet1-0/+42
2018-07-20ARM64: dts: meson-axg: add spdif input pinsJerome Brunet1-0/+35
2018-07-20ARM64: dts: meson-axg: remove spdif out from gpio a7Jerome Brunet1-7/+0
2018-07-20ARM64: dts: meson-axg: add adc buttons the S400Jerome Brunet1-0/+44
2018-07-20ARM64: dts: meson-axg: remove vddio_ao18 from SoC dtsiJerome Brunet1-7/+0
2018-07-20ARM64: dts: meson-axg: add saradc supportXingyu Chen2-0/+26
2018-07-20ARM64: dts: add S805X based P241 boardNeil Armstrong2-0/+219
2018-07-20ARM64: dts: amlogic: Add missing cooling device properties for CPUsViresh Kumar1-0/+24
2018-07-20ARM64: dts: meson-axg: add spdif output pinsJerome Brunet1-0/+42
2018-07-20ARM64: dts: meson-axg: add s400 speaker amplifierJerome Brunet1-0/+13
2018-07-20ARM64: dts: meson-axg: add s400 main 12v supplyJerome Brunet1-0/+7
2018-07-20ARM64: dts: meson-axg: add s400 microphone card ledsJerome Brunet1-0/+42
2018-07-20ARM64: dts: meson-gxbb-nanopi-k2: Add HDMI, CEC and CVBS nodesNeil Armstrong1-0/+48
2018-07-20ARM64: dts: meson-gx-p23x-q20x: move the wifi node to each board's .dtsMartin Blumenstingl5-5/+28
2018-07-20ARM64: dts: meson: enable the saradc node in meson-gx-p23x-q20x.dtsiMartin Blumenstingl3-24/+12
2018-06-17Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds12-13/+13
2018-06-16Merge branch 'for-linus-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds4-29/+14
2018-06-16Merge tag 'riscv-for-linus-4.18-merge_window' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linuxLinus Torvalds15-14/+626
2018-06-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds40-1233/+2313
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab8-9/+9
2018-06-15arch/*: Kconfig: fix documentation for NMI watchdogMauro Carvalho Chehab4-4/+4
2018-06-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds14-16/+29
2018-06-15hexagon: drop the unused variable zero_page_maskAnshuman Khandual2-4/+0
2018-06-15hexagon: fix printk format warning in setup.cRandy Dunlap1-1/+1
2018-06-15treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner6-9/+9
2018-06-15arm: port KCOV to armDmitry Vyukov4-1/+16
2018-06-15mm: fix devmem_is_allowed() for sub-page System RAM intersectionsDan Williams1-1/+3
2018-06-15Kbuild: rename HAVE_CC_STACKPROTECTOR config variableMasahiro Yamada7-8/+8
2018-06-15x86: fix dependency of X86_32_LAZY_GSMasahiro Yamada1-1/+1
2018-06-14KVM: x86: VMX: redo fix for link error without CONFIG_HYPERVArnd Bergmann1-4/+2
2018-06-14Merge tag 'kvm-ppc-next-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEADPaolo Bonzini38-1228/+2310
2018-06-14KVM: x86: fix typo at kvm_arch_hardware_setup commentMarcelo Tosatti1-1/+1
2018-06-14Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds17-17/+17
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds25-30/+30
2018-06-13Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds11-69/+47
2018-06-12KVM: x86: VMX: fix build without hyper-vLinus Torvalds1-0/+3
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds77-131/+153
2018-06-13KVM: PPC: Book3S PR: Fix failure status setting in tabort. emulationSimon Guo1-3/+3
2018-06-13KVM: PPC: Book3S PR: Enable use on POWER9 bare-metal hosts in HPT modePaul Mackerras1-6/+2
2018-06-13KVM: PPC: Book3S PR: Don't let PAPR guest set MSR hypervisor bitPaul Mackerras1-0/+4
2018-06-13KVM: PPC: Book3S PR: Fix failure status setting in treclaim. emulationPaul Mackerras1-9/+11
2018-06-13KVM: PPC: Book3S PR: Fix MSR setting when delivering interruptsPaul Mackerras2-33/+22
2018-06-13KVM: PPC: Book3S PR: Handle additional interrupt typesCameron Kaiser1-0/+3
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook3-3/+4
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook8-10/+12
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook2-4/+6
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook41-58/+60
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook28-47/+61
2018-06-12Convert intel uncore to struct_sizeMatthew Wilcox1-9/+10