| Commit message (Expand) | Author | Files | Lines |
2020-03-18 | watchdog: reset last_hw_keepalive time at start | Tero Kristo | 1 | -0/+1 |
2020-03-18 | watchdog: imx2_wdt: Drop .remove callback | Anson Huang | 1 | -27/+10 |
2020-03-18 | watchdog: Add stop_on_reboot parameter to control reboot policy | Dmitry Safonov | 1 | -0/+12 |
2020-03-18 | watchdog: wm831x_wdt: Remove GPIO handling | Linus Walleij | 2 | -28/+0 |
2020-03-18 | watchdog: imx7ulp: Remove unused include of init.h | Anson Huang | 1 | -1/+0 |
2020-03-18 | watchdog: imx_sc_wdt: Remove unused includes | Anson Huang | 1 | -2/+0 |
2020-03-18 | watchdog: qcom: Use irq flags from firmware | Stephen Boyd | 1 | -2/+1 |
2020-03-18 | watchdog: pm8916_wdt: Add system sleep callbacks | Loic Poulain | 1 | -0/+25 |
2020-03-18 | watchdog: qcom-wdt: disable pretimeout on timer platform | Ansuel Smith | 1 | -8/+23 |
2020-03-15 | Linux 5.6-rc6v5.6-rc6 | Linus Torvalds | 1 | -1/+1 |
2020-03-14 | iommu/vt-d: Populate debugfs if IOMMUs are detected | Megha Dey | 2 | -2/+13 |
2020-03-14 | KVM: nVMX: avoid NULL pointer dereference with incorrect EVMCS GPAs | Vitaly Kuznetsov | 1 | -2/+3 |
2020-03-14 | irqchip/gic-v3: Workaround Cavium erratum 38539 when reading GICD_TYPER2 | Marc Zyngier | 2 | -1/+31 |
2020-03-14 | KVM: x86: Initializing all kvm_lapic_irq fields in ioapic_write_indirect | Nitesh Narayan Lal | 1 | -2/+5 |
2020-03-14 | KVM: VMX: Condition ENCLS-exiting enabling on CPU support for SGX1 | Sean Christopherson | 1 | -2/+14 |
2020-03-14 | iommu/amd: Fix IOMMU AVIC not properly update the is_run bit in IRTE | Suravee Suthikulpanit | 1 | -2/+2 |
2020-03-14 | iommu/vt-d: Ignore devices with out-of-spec domain number | Daniel Drake | 1 | -0/+8 |
2020-03-14 | iommu/vt-d: Fix the wrong printing in RHSA parsing | Zhenzhong Duan | 1 | -1/+1 |
2020-03-13 | afs: Use kfree_rcu() instead of casting kfree() to rcu_callback_t | Jann Horn | 2 | -2/+2 |
2020-03-13 | ovl: fix lockdep warning for async write | Miklos Szeredi | 1 | -0/+6 |
2020-03-13 | ovl: fix some xino configurations | Amir Goldstein | 2 | -1/+9 |
2020-03-13 | x86/vector: Remove warning on managed interrupt migration | Peter Xu | 1 | -6/+8 |
2020-03-13 | i2c: acpi: put device when verifying client fails | Wolfram Sang | 1 | -1/+9 |
2020-03-13 | iommu/vt-d: Fix debugfs register reads | Megha Dey | 2 | -15/+27 |
2020-03-13 | iommu/vt-d: quirk_ioat_snb_local_iommu: replace WARN_TAINT with pr_warn + add... | Hans de Goede | 1 | -3/+4 |
2020-03-13 | iommu/vt-d: dmar_parse_one_rmrr: replace WARN_TAINT with pr_warn + add_taint | Hans de Goede | 1 | -2/+4 |
2020-03-13 | iommu/vt-d: dmar: replace WARN_TAINT with pr_warn + add_taint | Hans de Goede | 1 | -5/+6 |
2020-03-13 | drm/dp_mst: Rewrite and fix bandwidth limit checks | Lyude Paul | 1 | -26/+93 |
2020-03-13 | drm/dp_mst: Reprobe path resources in CSN handler | Lyude Paul | 1 | -23/+25 |
2020-03-13 | drm/dp_mst: Use full_pbn instead of available_pbn for bandwidth checks | Lyude Paul | 2 | -10/+9 |
2020-03-13 | drm/dp_mst: Rename drm_dp_mst_is_dp_mst_end_device() to be less redundant | Lyude Paul | 1 | -5/+5 |
2020-03-12 | net: systemport: fix index check to avoid an array out of bounds access | Colin Ian King | 1 | -1/+1 |
2020-03-12 | tc-testing: add ETS scheduler to tdc build configuration | Davide Caratti | 1 | -0/+1 |
2020-03-12 | net: phy: fix MDIO bus PM PHY resuming | Heiner Kallweit | 2 | -1/+7 |
2020-03-12 | cifs_atomic_open(): fix double-put on late allocation failure | Al Viro | 3 | -4/+8 |
2020-03-12 | gfs2_atomic_open(): fix O_EXCL|O_CREAT handling on cold dcache | Al Viro | 1 | -1/+1 |
2020-03-12 | net: hns3: clear port base VLAN when unload PF | Jian Shen | 1 | -0/+23 |
2020-03-12 | net: hns3: fix RMW issue for VLAN filter switch | Jian Shen | 1 | -4/+15 |
2020-03-12 | net: hns3: fix VF VLAN table entries inconsistent issue | Jian Shen | 4 | -0/+6 |
2020-03-12 | net: hns3: fix "tc qdisc del" failed issue | Yonglong Liu | 1 | -1/+1 |
2020-03-12 | taprio: Fix sending packets without dequeueing them | Vinicius Costa Gomes | 1 | -3/+9 |
2020-03-12 | ovl: fix lock in ovl_llseek() | Amir Goldstein | 2 | -3/+8 |
2020-03-12 | block: Fix partition support for host aware zoned block devices | Shin'ichiro Kawasaki | 2 | -12/+37 |
2020-03-12 | blk-mq: insert flush request to the front of dispatch queue | Ming Lei | 1 | -0/+22 |
2020-03-12 | s390/dasd: fix data corruption for thin provisioned devices | Stefan Haberland | 3 | -12/+193 |
2020-03-12 | perf/amd/uncore: Replace manual sampling check with CAP_NO_INTERRUPT flag | Kim Phillips | 1 | -10/+7 |
2020-03-12 | mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for eMMC sleep command | Ulf Hansson | 1 | -2/+5 |
2020-03-12 | misc: eeprom: at24: fix regulator underflow | Michael Auchter | 1 | -1/+2 |
2020-03-12 | net: mvmdio: avoid error message for optional IRQ | Chris Packham | 1 | -3/+3 |
2020-03-12 | net: dsa: mv88e6xxx: Add missing mask of ATU occupancy register | Andrew Lunn | 1 | -0/+2 |