summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | nvmet-auth: use kmemdup instead of kmalloc + memcpyZhang Xiaoxu2022-08-101-2/+2
| * | | | | nvme-fc: fix the fc_appid_store return valueChristoph Hellwig2022-08-101-1/+2
| * | | | | nvme-fc: restart admin queue if the caller needs to restart queueMing Lei2022-08-101-0/+2
* | | | | | Merge tag 'riscv-for-linus-5.20-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-124-23/+50
|\ \ \ \ \ \
| * \ \ \ \ \ perf: riscv_pmu{,_sbi}: Miscallenous improvement & fixesPalmer Dabbelt2022-08-122-15/+16
| |\ \ \ \ \ \
| | * | | | | | RISC-V: Move counter info definition to sbi header fileAtish Patra2022-08-111-14/+0
| | * | | | | | RISC-V: Fix SBI PMU calls for RV32Atish Patra2022-08-111-0/+10
| | * | | | | | RISC-V: Update user page mapping only once during startAtish Patra2022-08-112-1/+1
| | * | | | | | RISC-V: Fix counter restart during overflow for RV32Atish Patra2022-08-111-0/+5
| * | | | | | | RISC-V: Add Sstc extension supportPalmer Dabbelt2022-08-111-1/+24
| |\ \ \ \ \ \ \
| | * | | | | | | RISC-V: Prefer sstc extension if availableAtish Patra2022-08-111-1/+24
| | |/ / / / / /
| * | | | | | | riscv: implement Zicbom-based CMO instructions + the t-head variantPalmer Dabbelt2022-08-101-7/+10
| |\ \ \ \ \ \ \
| | * | | | | | | of: also handle dma-noncoherent in of_dma_is_coherent()Heiko Stuebner2022-07-281-7/+10
| | |/ / / / / /
* | | | | | | | Merge tag 'rtc-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2022-08-1239-506/+1846
|\ \ \ \ \ \ \ \
| * | | | | | | | rtc: spear: set range maxZeng Jingxiang2022-08-091-1/+1
| * | | | | | | | rtc: rtc-cmos: Do not check ACPI_FADT_LOW_POWER_S0Rafael J. Wysocki2022-08-081-3/+0
| * | | | | | | | rtc: zynqmp: initialize fract_tickAlexandre Belloni2022-08-081-1/+1
| * | | | | | | | rtc: Add NCT3018Y real time clock driverMia Lin2022-07-263-0/+564
| * | | | | | | | rtc: rx8025: fix 12/24 hour mode detection on RX-8035Mathew McBride2022-07-261-4/+18
| * | | | | | | | rtc: cros-ec: Only warn once in .remove() about notifier_chain problemsUwe Kleine-König2022-07-261-3/+1
| * | | | | | | | rtc: vr41xx: remove driverThomas Bogendoerfer2022-07-263-374/+0
| * | | | | | | | rtc: mpfs: remove 'pending' variable from mpfs_rtc_wakeup_irq_handler()Tom Rix2022-07-261-3/+0
| * | | | | | | | rtc: rv8803: fix missing unlock on error in rv8803_set_time()Yang Yingliang2022-07-261-1/+3
| * | | | | | | | rtc: zynqmp: Add calibration set and get supportSrinivas Neeli2022-07-261-19/+94
| * | | | | | | | rtc: zynqmp: Updated calibration valueSrinivas Neeli2022-07-261-1/+1
| * | | | | | | | rtc: sun6i: add support for R329 RTCIcenowy Zheng2022-07-261-0/+2
| * | | | | | | | rtc: Directly use ida_alloc()/free()keliu2022-06-241-3/+3
| * | | | | | | | rtc: Introduce ti-k3-rtcNishanth Menon2022-06-243-0/+692
| * | | | | | | | rtc: Add driver for Microchip PolarFire SoCConor Dooley2022-06-243-0/+337
| * | | | | | | | rtc: use simple i2c probeStephen Kitt2022-06-2421-63/+42
| * | | | | | | | rtc: Remove unused rtc_dev_exit().Tetsuo Handa2022-06-242-11/+0
| * | | | | | | | rtc: Replace flush_scheduled_work() with flush_work().Tetsuo Handa2022-06-241-1/+1
| * | | | | | | | rtc: isl1208: do not advertise update interrupt feature if no interrupt speci...Quentin Schulz2022-06-241-3/+7
| * | | | | | | | rtc: rv8803: re-initialize all Epson RX8803 registers on voltage lossAhmad Fatoum2022-06-241-2/+38
| * | | | | | | | rtc: rv8803: initialize registers on post-probe voltage lossAhmad Fatoum2022-06-241-0/+13
| * | | | | | | | rtc: rv8803: factor out existing register initialization to functionAhmad Fatoum2022-06-241-14/+29
| * | | | | | | | rtc: mc146818-lib: reduce RTC_UIP polling periodMateusz Jończyk2022-06-241-4/+4
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-08-1233-510/+1971
|\ \ \ \ \ \ \ \
| * | | | | | | | vdpa/mlx5: Fix possible uninitialized return valueEli Cohen2022-08-111-1/+1
| * | | | | | | | vdpa_sim_blk: add support for discard and write-zeroesStefano Garzarella2022-08-111-1/+73
| * | | | | | | | vdpa_sim_blk: add support for VIRTIO_BLK_T_FLUSHStefano Garzarella2022-08-111-0/+5
| * | | | | | | | vdpa_sim_blk: make vdpasim_blk_check_range usable by other requestsStefano Garzarella2022-08-111-15/+23
| * | | | | | | | vdpa_sim_blk: check if sector is 0 for commands other than read or writeStefano Garzarella2022-08-111-0/+10
| * | | | | | | | vdpa_sim: Implement suspend vdpa opEugenio Pérez2022-08-114-0/+21
| * | | | | | | | vhost-vdpa: uAPI to suspend the deviceEugenio Pérez2022-08-111-0/+19
| * | | | | | | | vhost-vdpa: introduce SUSPEND backend feature bitEugenio Pérez2022-08-111-1/+15
| * | | | | | | | virtio-blk: Avoid use-after-free on suspend/resumeShigeru Yoshida2022-08-111-14/+10
| * | | | | | | | virtio_vdpa: support the arg sizes of find_vqs()Bo Liu2022-08-111-6/+9
| * | | | | | | | vhost-vdpa: Call ida_simple_remove() when failedBo Liu2022-08-111-0/+1
| * | | | | | | | vDPA: fix 'cast to restricted le16' warnings in vdpa.cZhu Lingshan2022-08-111-3/+3