summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2022-10-136-123/+146
|\
| * tracing: Fix reading strings from synthetic eventsSteven Rostedt (Google)2022-10-121-6/+17
| * tracing: Add "(fault)" name injection to kernel probesSteven Rostedt (Google)2022-10-121-6/+25
| * tracing: Move duplicate code of trace_kprobe/eprobe.c into headerSteven Rostedt (Google)2022-10-123-110/+106
| * ring-buffer: Fix kernel-docJiapeng Chong2022-10-121-3/+3
| * ftrace: Fix char print issue in print_ip_ins()Zheng Yejian2022-10-121-4/+1
* | Merge tag 'linux-watchdog-6.1-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds2022-10-1332-223/+1097
|\ \
| * | watchdog: twl4030_wdt: add missing mod_devicetable.h includeDmitry Torokhov2022-10-071-0/+1
| * | dt-bindings: watchdog: migrate mt7621 text bindings to YAMLSergio Paracuellos2022-10-022-12/+33
| * | watchdog: sp5100_tco: Add "action" module parameterVladimir Panteleev2022-10-021-2/+11
| * | watchdog: imx93: add watchdog timer on imx93Alice Guo2022-10-021-5/+28
| * | watchdog: imx7ulp_wdt: init wdog when it was activeJason Liu2022-10-021-10/+3
| * | watchdog: imx7ulp_wdt: Handle wdog reconfigure failureYe Li2022-10-021-34/+129
| * | watchdog: imx7ulp_wdt: Fix RCS timeout issueYe Li2022-10-021-3/+5
| * | watchdog: imx7ulp_wdt: Check CMD32EN in wdog initYe Li2022-10-021-5/+10
| * | watchdog: imx7ulp: Add explict memory barrier for unlock sequenceJacky Bai2022-10-021-0/+4
| * | watchdog: imx7ulp: Move suspend/resume to noirq phaseAnson Huang2022-10-021-4/+6
| * | watchdog: rti-wdt:using the pm_runtime_resume_and_get to simplify the codeye xingchen2022-10-021-2/+1
| * | dt-bindings: watchdog: rockchip: add rockchip,rk3128-wdtJohan Jonker2022-10-021-0/+1
| * | watchdog: s3c2410_wdt: support exynosautov9 watchdogChanho Park2022-10-021-4/+37
| * | dt-bindings: watchdog: add exynosautov9 compatibleChanho Park2022-10-021-0/+3
| * | watchdog: npcm: Enable clock if providedJonathan Neuschäfer2022-10-021-0/+16
| * | watchdog: meson: keep running if already activePhilippe Boos2022-10-021-5/+19
| * | watchdog: dt-bindings: atmel,at91sam9-wdt: convert to json-schemaSergiu Moga2022-10-022-51/+127
| * | watchdog: armada_37xx_wdt: Fix .set_timeout callbackPali Rohár2022-10-021-0/+2
| * | watchdog: sa1100: make variable sa1100dog_driver staticsunliming2022-10-021-1/+1
| * | watchdog: w83977f_wdt: Fix comment typoJason Wang2022-10-021-1/+1
| * | watchdog: eurotechwdt: Remove redundant word in commentsshaomin Deng2022-10-021-1/+1
| * | watchdog: Check dev_set_name() return valueBo Liu2022-10-021-1/+5
| * | watchdog: rzg2l_wdt: Add rzv2m supportPhil Edworthy2022-10-021-6/+33
| * | dt-bindings: watchdog: renesas,wdt: Add r9a09g011 (RZ/V2M) supportPhil Edworthy2022-10-021-21/+52
| * | watchdog: ftwdt010_wdt: fix test for platform_get_irq() failureDan Carpenter2022-10-021-1/+1
| * | dt-bindings: watchdog: renesas-wdt: Add r8a779g0 supportThanh Quan2022-10-021-0/+1
| * | watchdog: Exar/MaxLinear XR28V38x driverDavid Müller2022-10-023-0/+439
| * | watchdog: ftwdt010_wdt: implement _restart() functionSergei Antonov2022-10-021-4/+19
| * | watchdog: w83627hf_wdt: add bootstatus supportHenning Schild2022-10-021-2/+10
| * | dt-bindings: watchdog: Convert Xilinx watchdog bindings to json-schemaSrinivas Neeli2022-10-022-26/+68
| * | watchdog: aspeed_wdt: Reorder output signal register configurationChin-Ting Kuo2022-10-021-6/+6
| * | watchdog/hpwdt: Enable HP_WATCHDOG for ARM64 systems.Jerry Hoemann2022-10-021-2/+2
| * | watchdog/hpwdt: Include nmi.h only if CONFIG_HPWDT_NMI_DECODINGJerry Hoemann2022-10-021-0/+2
| * | watchdog: wdat_wdt: Set the min and max timeout values properlyJean Delvare2022-10-021-3/+2
| * | watchdog: bd9576_wdt: switch to using devm_fwnode_gpiod_get()Dmitry Torokhov2022-10-021-20/+31
| * | dt-bindings: watchdog: toshiba,visconti-wdt: Update the common clock propertiesNobuhiro Iwamatsu2022-10-021-8/+4
* | | Merge tag 'ceph-for-6.1-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2022-10-1310-52/+64
|\ \ \
| * | | ceph: remove Sage's git tree from documentationTiezhu Yang2022-10-041-1/+0
| * | | ceph: fix incorrectly showing the .snap size for statXiubo Li2022-10-041-4/+23
| * | | ceph: fail the open_by_handle_at() if the dentry is being unlinkedXiubo Li2022-10-041-1/+2
| * | | ceph: increment i_version when doing a setattr with capsJeff Layton2022-10-041-0/+1
| * | | ceph: Use kcalloc for allocating multiple elementsKenneth Lee2022-10-041-1/+1
| * | | ceph: no need to wait for transition RDCACHE|RD -> RDXiubo Li2022-10-041-2/+6