aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-06-10Merge tag 'for-linus-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds5-4/+64
2020-06-10Merge tag 'for-linus-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus Torvalds4-25/+57
2020-06-10vxlan: Remove access to nexthop group structDavid Ahern2-5/+14
2020-06-10nexthop: Fix fdb labeling for groupsDavid Ahern3-35/+66
2020-06-10Merge tag 'mtd/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds100-2608/+4426
2020-06-10proc: s_fs_info may be NULL when proc_kill_sb is calledAlexey Gladkov1-4/+6
2020-06-10Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds203-1241/+15224
2020-06-10Merge tag 'for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supplyLinus Torvalds53-676/+4691
2020-06-10sysctl: reject gigantic reads/write to sysctl filesChristoph Hellwig1-0/+4
2020-06-10cdrom: fix an incorrect __user annotation on cdrom_sysctl_infoChristoph Hellwig1-1/+1
2020-06-10Merge branch 'kvm-arm64/ptrauth-fixes' into kvmarm-master/nextMarc Zyngier11-85/+111
2020-06-10KVM: arm64: Move hyp_symbol_addr() to kvm_asm.hMarc Zyngier2-20/+20
2020-06-10Merge tag 'dmaengine-5.8-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds27-356/+535
2020-06-10Documentation/CodingStyle: Fix duplicate "are" typoGeert Uytterhoeven1-1/+1
2020-06-10arch/sparc/mm/srmmu.c: fix buildAndrew Morton1-10/+0
2020-06-10smb3: fix typo in mount options displayed in /proc/mountsSteve French1-1/+1
2020-06-10iommu/vt-d: Move Intel IOMMU driver into subdirectoryJoerg Roedel10-11/+10
2020-06-10iommu/amd: Move AMD IOMMU driver into subdirectoryJoerg Roedel9-6/+6
2020-06-10MAINTAINERS: npcm7xx: Add maintainer for Nuvoton NPCM BMCTali Perry1-0/+1
2020-06-10Merge branch 'acpica'Rafael J. Wysocki5-8/+13
2020-06-10Merge branches 'pm-cpufreq' and 'pm-acpi'Rafael J. Wysocki7-46/+99
2020-06-10Merge branch 'pm-opp'Rafael J. Wysocki11-57/+473
2020-06-10KVM: arm64: Synchronize sysreg state on injecting an AArch32 exceptionMarc Zyngier1-0/+28
2020-06-10KVM: arm64: Make vcpu_cp1x() work on Big Endian hostsMarc Zyngier1-2/+4
2020-06-10Merge tag 'asoc-fix-v5.8' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai16-37/+135
2020-06-10scsi: acornscsi: Fix an error handling path in acornscsi_probe()Christophe JAILLET1-1/+3
2020-06-10tools, bpf: Do not force gcc as CCBrett Mastbergen1-1/+0
2020-06-10libbpf: Handle GCC noreturn-turned-volatile quirkAndrii Nakryiko1-9/+24
2020-06-10arm64: acpi: fix UBSAN warningNick Desaulniers1-2/+3
2020-06-10arm64: vdso32: add CONFIG_THUMB2_COMPAT_VDSONick Desaulniers2-0/+16
2020-06-10drm/sun4i: hdmi ddc clk: Fix size of m dividerJernej Skrabec2-2/+2
2020-06-09riscv: fix build warning of missing prototypesZong Li1-0/+1
2020-06-09RISC-V: Don't mark init section as non-executableAnup Patel1-11/+0
2020-06-09RISC-V: Force select RISCV_INTC for CONFIG_RISCVAnup Patel1-0/+1
2020-06-09RISC-V: Remove do_IRQ() functionAnup Patel2-7/+3
2020-06-09clocksource/drivers/timer-riscv: Use per-CPU timer interruptAnup Patel3-13/+40
2020-06-09irqchip: RISC-V per-HART local interrupt controller driverAnup Patel9-43/+188
2020-06-09RISC-V: Rename and move plic_find_hart_id() to arch directoryAnup Patel3-15/+18
2020-06-09RISC-V: self-contained IPI handling routineAnup Patel4-9/+22
2020-06-09RISC-V: Sort select statements alphanumericallyPalmer Dabbelt1-34/+34
2020-06-09scsi: storvsc: Remove memset before memory freeing in storvsc_suspend()Denis Efremov1-3/+0
2020-06-09scsi: cxlflash: Remove an unnecessary NULL checkDan Carpenter1-3/+0
2020-06-09scsi: ibmvscsi: Don't send host info in adapter info MAD after LPMTyrel Datwyler1-0/+2
2020-06-09scsi: sr: Fix sr_probe() missing deallocate of device minorSimon Arlott1-1/+5
2020-06-09scsi: sr: Fix sr_probe() missing mutex_destroySimon Arlott1-0/+1
2020-06-09scsi: st: Convert convert get_user_pages() --> pin_user_pages()John Hubbard1-15/+5
2020-06-09scsi: target: Rename target_setup_cmd_from_cdb() to target_cmd_parse_cdb()Sudhakar Panneerselvam4-6/+6
2020-06-09scsi: target: Fix NULL pointer dereferenceSudhakar Panneerselvam3-13/+39
2020-06-09scsi: target: Initialize LUN in transport_init_se_cmd()Sudhakar Panneerselvam7-31/+31
2020-06-09scsi: target: Factor out a new helper, target_cmd_init_cdb()Sudhakar Panneerselvam2-4/+13