summaryrefslogtreecommitdiff
path: root/Documentation
AgeCommit message (Expand)AuthorFilesLines
2023-08-21dt-bindings: hwmon: Add description for new hwmon sensor hs3001Andre Werner1-0/+2
2023-08-21dt-bindings: trivial-devices: Add MPS MP2971 and MP2973Patrick Rudolph1-0/+4
2023-08-21hwmon: Remove smm665 driverGuenter Roeck2-188/+0
2023-08-21hwmon: (nct6775) Change labels for nct6799Ahmad Khalifa1-1/+10
2023-08-21hwmon: (pmbus) Update documentation to not use .probe_new() any moreUwe Kleine-König1-1/+1
2023-08-21Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/rockchip', '...Joerg Roedel3-6/+69
2023-08-21regulator: dt-bindings: Add Awinic AW37503Alec Li1-0/+78
2023-08-21dt-bindings: pinctrl: aspeed: Allow only defined pin mux node propertiesRob Herring3-115/+113
2023-08-21dt-bindings: pinctrl: Drop 'phandle' propertiesRob Herring13-38/+0
2023-08-21dt-bindings: cpufreq: Convert ti-cpufreq to json schemaNishanth Menon2-132/+92
2023-08-21dt-bindings: opp: Convert ti-omap5-opp-supply to json schemaNishanth Menon2-63/+101
2023-08-21docs: rust: clarify what 'rustup override' doesTrevor Gross1-1/+3
2023-08-21docs: rust: update instructions for obtaining 'core' sourceTrevor Gross1-7/+8
2023-08-21docs: rust: add command line to rust-analyzer sectionGuillaume Plourde1-1/+3
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman18-72/+377
2023-08-19Merge tag 'i2c-for-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-08-19dt-bindings: watchdog: ti,rti-wdt: Add support for WDIOF_CARDRESETLi Hua Qian1-1/+27
2023-08-19Merge tag 'x86_urgent_for_v6.5_rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2023-08-19Add cs42l43 PC focused SoundWire CODECMark Brown16-68/+686
2023-08-19f2fs: doc: fix description of max_small_discardsChao Yu1-3/+3
2023-08-19dt-bindings: pps: pps-gpio: Convert to yamlFabio Estevam2-30/+49
2023-08-18dt-bindings: mfd: atmel-smc: Add microchip,sam9x7-smcVarshini Rajendran1-0/+1
2023-08-18dt-bindings: mfd: atmel-matrix: Add microchip,sam9x7-matrixVarshini Rajendran1-0/+1
2023-08-18dt-bindings: mfd: atmel-gpbr: Add microchip,sam9x7-gpbrVarshini Rajendran1-0/+1
2023-08-18dt-bindings: mfd: at91: Add SAM9X7 compatible stringVarshini Rajendran1-0/+1
2023-08-18dt-bindings: mfd: stericsson,db8500-prcmu: Add missing unevaluatedProperties ...Krzysztof Kozlowski1-0/+20
2023-08-18dt-bindings: mfd: st,stpmic1: Merge patterns for nodesKrzysztof Kozlowski1-3/+9
2023-08-18dt-bindings: mfd: allwinner: prcm: Simplify conditional schemasRob Herring2-82/+3
2023-08-18dt-bindings: mfd: maxim,max77693: Add USB connectorKrzysztof Kozlowski1-0/+48
2023-08-18dt-bindings: mfd: maxim,max77693: Add USB connectorKrzysztof Kozlowski1-0/+4
2023-08-18dt-bindings: mfd: qcom,spmi-pmic: Document PMC8180 and PMC8180CKrzysztof Kozlowski1-0/+2
2023-08-18dt-bindings: mfd: brcm: Drop unneeded quotes and use absolute /schemas pathKrzysztof Kozlowski6-12/+12
2023-08-18dt-bindings: mfd: qcom,spmi-pmic: Reference pm8916 wcd analog codec schemaKonrad Dybcio1-1/+1
2023-08-18dt-bindings: mfd: Add bindings for SAM9X75 LCD controllerManikandan Muralidharan1-0/+1
2023-08-18dt-bindings: mfd: Convert STMPE to YAML schemaLinus Walleij4-191/+297
2023-08-18dt-bindings: mfd: Add compatible for pmx75Rohit Agarwal1-0/+1
2023-08-18dt-bindings: mfd: Add compatible for pm7550baRohit Agarwal1-0/+1
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-5/+2
2023-08-18docs/zh_CN: correct regi_chg(),regi_add() to region_chg(),region_add()Xueshi Hu1-2/+2
2023-08-18Documentation: Fix typosBjorn Helgaas130-194/+194
2023-08-18Documentation/ABI: Fix typosBjorn Helgaas35-46/+46
2023-08-18powerpc/book3s64/radix: add support for vmemmap optimization for radixAneesh Kumar K.V3-0/+103
2023-08-18mm/page_io: introduce bio_first_folio_all()ZhangPeng1-0/+1
2023-08-18arm64: support batched/deferred tlb shootdown during page reclamation/migrationBarry Song1-1/+1
2023-08-18mm/memory_hotplug: document the signal_pending() check in offline_pages()David Hildenbrand1-1/+1
2023-08-18HWPOISON: offline support: fix spelling in Documentation/ABI/Randy Dunlap1-2/+2
2023-08-18mm: userfaultfd: document and enable new UFFDIO_POISON featureAxel Rasmussen1-0/+15
2023-08-18memcg: drop kmem.limit_in_bytesMichal Hocko1-2/+0
2023-08-18ksm: consider KSM-placed zeropages when calculating KSM profitxu xin1-7/+11
2023-08-18ksm: count all zero pages placed by KSMxu xin1-0/+7