summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | usb: renesas-xhci: remove version checkVinod Koul2020-08-181-18/+1
| * | | USB: lvtest: return proper error code in probeEvgeny Novikov2020-08-181-1/+1
| * | | USB: cdc-acm: rework notification_buffer resizingTom Rix2020-08-181-12/+10
| * | | USB: quirks: Add no-lpm quirk for another Raydium touchscreenKai-Heng Feng2020-08-181-0/+2
| * | | USB: yurex: Fix bad gfp argumentAlan Stern2020-08-181-1/+1
| |/ /
* | | Merge tag 'edac_urgent_for_v5.9_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-08-301-4/+6
|\ \ \
| * | | EDAC/ghes: Fix NULL pointer dereference in ghes_edac_register()Shiju Jose2020-08-271-4/+6
| | |/ | |/|
* | | Merge tag 'fallthrough-fixes-5.9-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-292-6/+7
|\ \ \
| * | | media: dib0700: Fix identation issue in dib8096_set_param_override()Gustavo A. R. Silva2020-08-271-5/+5
| * | | iio: dpot-dac: fix code comment in dpot_dac_read_raw()Gustavo A. R. Silva2020-08-261-1/+2
* | | | fsldma: fix very broken 32-bit ppc ioread64 functionalityLinus Torvalds2020-08-291-6/+6
* | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-08-295-22/+4
|\ \ \ \
| * | | | i2c: iproc: Fix shifting 31 bitsRay Jui2020-08-251-2/+2
| * | | | i2c: rcar: in slave mode, clear NACK earlierWolfram Sang2020-08-251-0/+1
| * | | | i2c: acpi: Remove dead code, i.e. i2c_acpi_match_device()Andy Shevchenko2020-08-252-19/+0
| * | | | i2c: core: Don't fail PRP0001 enumeration when no ID table existAndy Shevchenko2020-08-251-1/+1
| | |/ / | |/| |
* | | | Merge tag 'for-linus-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-292-10/+16
|\ \ \ \
| * | | | xen/xenbus: Fix granting of vmalloc'd memorySimon Leiner2020-08-271-2/+8
| * | | | XEN uses irqdesc::irq_data_common::handler_data to store a per interruptThomas Gleixner2020-08-271-8/+8
* | | | | Merge tag 'hwmon-for-v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-08-294-18/+25
|\ \ \ \ \
| * | | | | hwmon: (gsc-hwmon) Scale temperature to millidegreesTim Harvey2020-08-271-0/+1
| * | | | | hwmon: (applesmc) check status earlier.Tom Rix2020-08-211-15/+16
| * | | | | hwmon: (nct7904) Correct divide by 0Jason Baron2020-08-211-2/+2
| * | | | | hwmon: (pmbus/isl68137) remove READ_TEMPERATURE_1 telemetry for RAA228228Grant Peltier2020-08-161-1/+6
| | |_|_|/ | |/| | |
* | | | | Merge tag 'block-5.9-2020-08-28' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-283-4/+9
|\ \ \ \ \
| * | | | | md/raid5: make sure stripe_size as power of twoYufen Yu2020-08-271-2/+5
| * | | | | loop: Set correct device size when using LOOP_CONFIGUREMartijn Coenen2020-08-261-2/+2
| * | | | | nbd: restore default timeout when setting it to zeroHou Pu2020-08-261-0/+2
* | | | | | Merge tag 'devprop-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-281-4/+8
|\ \ \ \ \ \
| * | | | | | device property: Fix the secondary firmware node handling in set_primary_fwno...Heikki Krogerus2020-08-211-4/+8
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'acpi-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2020-08-282-6/+21
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'acpi-mm'Rafael J. Wysocki2020-08-281-4/+19
| |\ \ \ \ \ \
| | * | | | | | ACPI: OSL: Prevent acpi_release_memory() from returning too earlyRafael J. Wysocki2020-08-251-2/+17
| | * | | | | | ACPI: ioremap: avoid redundant rounding to OS page sizeArd Biesheuvel2020-08-211-2/+2
| | |/ / / / /
| * / / / / / ACPI: SoC: APD: Check return value of acpi_dev_get_property()Furquan Shaikh2020-08-211-2/+2
| |/ / / / /
* | | | | | Merge tag 'pm-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-08-283-11/+18
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2020-08-282-5/+8
| |\ \ \ \ \ \
| | * | | | | | cpufreq: No need to verify cpufreq_driver in show_scaling_cur_freq()Viresh Kumar2020-08-271-2/+1
| | * | | | | | cpufreq: replace cpu_logical_map() with read_cpuid_mpir()Sumit Gupta2020-08-211-3/+7
| | |/ / / / /
| * | | | / / PM: sleep: core: Fix the handling of pending runtime resume requestsRafael J. Wysocki2020-08-251-6/+10
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'mfd-fixes-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2020-08-281-6/+6
|\ \ \ \ \ \
| * | | | | | mfd: mfd-core: Ensure disabled devices are ignored without errorLee Jones2020-08-281-4/+6
| * | | | | | mfd: core: Fix double-free in mfd_remove_devices_fn()Dmitry Osipenko2020-08-241-2/+0
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'drm-fixes-2020-08-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-08-2842-167/+303
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'drm-intel-fixes-2020-08-27' of git://anongit.freedesktop.org/drm/d...Dave Airlie2020-08-281-4/+10
| |\ \ \ \ \ \
| | * | | | | | drm/i915: Fix cmd parser desc matching with masksMika Kuoppala2020-08-251-4/+10
| | | |/ / / / | | |/| | | |
| * | | | | | Merge tag 'drm-misc-fixes-2020-08-26' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-08-287-13/+13
| |\ \ \ \ \ \
| | * | | | | | drm/omap: fix incorrect lock stateTomi Valkeinen2020-08-251-1/+2
| | * | | | | | Merge tag 'v5.9-rc2' into drm-misc-fixesMaarten Lankhorst2020-08-256215-123566/+473936
| | |\| | | | |
| | * | | | | | drm/modeset-lock: Take the modeset BKL for legacy driversDaniel Vetter2020-08-175-10/+9