aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-16Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-7/+6
2019-09-16Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds359-6164/+23587
2019-09-16Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds8-61/+123
2019-09-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-25/+67
2019-09-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds218-13341/+485
2019-09-16Merge branch 'parisc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds29-660/+795
2019-09-16Merge tag 'please-pull-ia64_for_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds177-25608/+306
2019-09-16Merge tag 'riscv/for-v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds24-110/+369
2019-09-16Merge tag 'm68k-for-v5.4-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds18-135/+202
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds90-1286/+1209
2019-09-16Merge tag 'iommu-updates-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds6-22/+48
2019-09-16Merge tag 'gpio-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds2-1/+1
2019-09-16Merge tag 'spi-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds4-5/+5
2019-09-16Merge tag 'hwmon-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds1-0/+3
2019-09-16Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2019-09-16ARM: dts: dir685: Drop spi-cpol from the displayLinus Walleij1-1/+0
2019-09-16Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar134-2155/+630
2019-09-16s390/cpum_sf: Fix line length and format stringThomas Richter1-7/+13
2019-09-16s390/pci: fix MSI message dataSebastian Ott1-1/+1
2019-09-15x86: bug.h: use asm_inline in _BUG_FLAGS definitionsRasmus Villemoes1-2/+2
2019-09-15x86: alternative.h: use asm_inline for all alternative variantsRasmus Villemoes1-7/+7
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller18-72/+190
2019-09-15Merge branch 'spi-5.4' into spi-nextMark Brown4-5/+5
2019-09-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-4/+124
2019-09-14Merge tag 'riscv/for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds2-8/+8
2019-09-14Merge tag 'kvm-s390-master-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-masterPaolo Bonzini2-1/+13
2019-09-14KVM: x86/mmu: Reintroduce fast invalidate/zap for flushing memslotSean Christopherson2-2/+101
2019-09-14KVM: x86: work around leak of uninitialized stack contentsFuqian Huang1-0/+7
2019-09-14KVM: nVMX: handle page fault in vmreadPaolo Bonzini1-1/+3
2019-09-13riscv: modify the Image header to improve compatibility with the ARM64 headerPaul Walmsley2-8/+8
2019-09-14KVM: X86: Use IPI shorthands in kvm guest when supportWanpeng Li1-12/+0
2019-09-14powerpc/xmon: Fix output of XIVE IPICédric Le Goater1-11/+16
2019-09-14powerpc/xmon: Improve output of XIVE interruptsCédric Le Goater3-16/+31
2019-09-14powerpc/mm/radix: remove useless kernel messagesQian Cai1-3/+0
2019-09-14powerpc/fadump: support holes in kernel boot memory areaHari Bathini6-59/+219
2019-09-14powerpc/fadump: remove RMA_START and RMA_END macrosHari Bathini3-24/+18
2019-09-14powerpc/fadump: consider f/w load areaHari Bathini6-15/+64
2019-09-14powerpc/opalcore: provide an option to invalidate /sys/firmware/opal/core fileHari Bathini1-0/+38
2019-09-14powerpc/opalcore: export /sys/firmware/opal/core for analysing opal crashesHari Bathini5-57/+687
2019-09-14powerpc/fadump: add support to preserve crash data on FADUMP disabled kernelHari Bathini8-11/+144
2019-09-14powerpc/fadump: improve how crashed kernel's memory is reservedHari Bathini1-24/+29
2019-09-14powerpc/fadump: consider reserved ranges while releasing memoryHari Bathini1-21/+146
2019-09-14powerpc/fadump: make crash memory ranges array allocation genericHari Bathini2-56/+72
2019-09-14powerpc/fadump: process architected register state data provided by firmwareHari Bathini3-7/+247
2019-09-14powerpc/fadump: make use of memblock's bottom up allocation modeHari Bathini1-14/+12
2019-09-14powerpc/fadump: handle invalidation of crashdump and re-registraionHari Bathini2-2/+18
2019-09-14powerpc/fadump: Warn before processing partial crashdumpHari Bathini1-0/+24
2019-09-14powerpc/fadump: process the crashdump by exporting it as /proc/vmcoreHari Bathini1-2/+145
2019-09-14powerpc/fadump: support copying multiple kernel boot memory regionsHari Bathini1-7/+27
2019-09-14powerpc/fadump: define OPAL register/un-register callback functionsHari Bathini1-2/+77