summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* watchdog: sama5d4: readout initial stateMathieu Othacehe2023-08-191-0/+7
* watchdog: intel-mid_wdt: add MODULE_ALIAS() to allow auto-loadRaag Jadav2023-08-191-0/+1
* watchdog: core: stop watchdog when executing poweroff commandMeng Li2023-08-191-1/+1
* watchdog: pm8916_wdt: Remove redundant of_match_ptr()Ruan Jinjie2023-08-191-1/+1
* watchdog: xilinx_wwdt: Use div_u64() in xilinx_wwdt_start()Nathan Chancellor2023-08-191-1/+2
* watchdog: starfive: Remove #ifdef guards for PM related functionsPaul Cercueil2023-08-191-7/+3
* watchdog: s3c2410: Fix potential deadlock on &wdt->lockChengfeng Ye2023-08-191-6/+9
* watchdog:rit_wdt: Add support for WDIOF_CARDRESETLi Hua Qian2023-08-191-0/+48
* dt-bindings: watchdog: ti,rti-wdt: Add support for WDIOF_CARDRESETLi Hua Qian2023-08-191-1/+27
* watchdog: Enable COMPILE_TEST for more driversRob Herring2023-08-132-40/+41
* watchdog: advantech_ec_wdt: fix Kconfig dependenciesFlorent CARLI2023-08-131-0/+2
* watchdog: Explicitly include correct DT includesRob Herring2023-08-1327-38/+24
* Watchdog: Add marvell GTI watchdog driverBharat Bhushan2023-08-133-0/+354
* dt-bindings: watchdog: marvell GTI system watchdog driverBharat Bhushan2023-08-131-0/+83
* watchdog: menz069_wdt: Remove redundant initialization owner in men_z069_driverLi Zetao2023-08-131-1/+0
* Linux 6.5-rc5v6.5-rc5Linus Torvalds2023-08-071-1/+1
* Merge tag 'v6.5-rc5.vfs.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-0616-61/+98
|\
| * fs: rely on ->iterate_shared to determine f_pos lockingChristian Brauner2023-08-061-1/+1
| * vfs: get rid of old '->iterate' directory operationLinus Torvalds2023-08-0613-58/+95
| * proc: fix missing conversion to 'iterate_shared'Linus Torvalds2023-08-061-1/+1
| * open: make RESOLVE_CACHED correctly test for O_TMPFILEAleksa Sarai2023-08-061-1/+1
* | Merge tag 'rust-fixes-6.5-rc5' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2023-08-065-38/+64
|\ \
| * | rust: fix bindgen build error with UBSAN_BOUNDS_STRICTAndrea Righi2023-08-041-1/+1
| * | rust: delete `ForeignOwnable::borrow_mut`Alice Ryhl2023-08-042-22/+3
| * | rust: allocator: Prevent mis-aligned allocationBoqun Feng2023-08-042-15/+60
* | | Merge tag 'ata-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2023-08-063-3/+14
|\ \ \
| * | | ata,scsi: do not issue START STOP UNIT on resumeDamien Le Moal2023-08-023-3/+14
* | | | Merge tag '6.5-rc4-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-08-051-1/+5
|\ \ \ \
| * | | | smb: client: fix dfs link mount against w2k8Paulo Alcantara2023-08-021-1/+5
| |/ / /
* | | | Merge tag 'powerpc-6.5-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-08-055-10/+13
|\ \ \ \
| * | | | powerpc/powermac: Use early_* IO variants in via_calibrate_decr()Benjamin Gray2023-08-021-3/+3
| * | | | powerpc/64e: Fix secondary thread bringup for ELFv2 kernelsMichael Ellerman2023-08-012-3/+2
| * | | | powerpc/ftrace: Create a dummy stackframe to fix stack unwindNaveen N Rao2023-07-281-2/+7
| * | | | powerpc/mm/altmap: Fix altmap boundary checkAneesh Kumar K.V2023-07-281-2/+1
* | | | | Merge tag 'parisc-for-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-056-51/+47
|\ \ \ \ \
| * | | | | parisc: unaligned: Add required spaces after ','hanyu001@208suo.com2023-08-031-9/+9
| * | | | | parport: gsc: remove DMA leftover codeArnd Bergmann2023-08-032-31/+4
| * | | | | parisc: pci-dma: remove unused and dead EISA code and commentPetr Tesarik2023-08-031-8/+0
| * | | | | parisc/mm: preallocate fixmap page tables at initMike Rapoport (IBM)2023-08-032-3/+34
| | |/ / / | |/| | |
* | | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-08-054-3/+31
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge tag 'clk-meson-fixes-v6.5-1' of https://github.com/BayLibre/clk-meson i...Stephen Boyd2023-07-261-2/+2
| |\ \ \ \
| | * | | | clk: meson: change usleep_range() to udelay() for atomic contextDmitry Rokosov2023-07-111-2/+2
| * | | | | clk: fixed-mmio: make COMMON_CLK_FIXED_MMIO depend on HAS_IOMEMBaoquan He2023-07-191-0/+1
| * | | | | clk: imx93: Propagate correct error in imx93_clocks_probe()Geert Uytterhoeven2023-07-191-1/+1
| * | | | | clk: mediatek: mt8183: Add back SSPM related clocksChen-Yu Tsai2023-07-191-0/+27
| |/ / / /
* | | | | Merge tag 'hyperv-fixes-signed-20230804' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-08-0513-46/+49
|\ \ \ \ \
| * | | | | Drivers: hv: vmbus: Remove unused extern declaration vmbus_ontimer()YueHaibing2023-08-031-3/+0
| * | | | | x86/hyperv: add noop functions to x86_init mpparse functionsSaurabh Sengar2023-08-031-0/+4
| * | | | | vmbus_testing: fix wrong python syntax for integer value comparisonAni Sinha2023-07-241-2/+2
| * | | | | x86/hyperv: fix a warning in mshyperv.hZhiHu2023-07-241-1/+1