summaryrefslogtreecommitdiffstats
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* docs/bpf: update BPF map definition exampleAndrii Nakryiko2022-01-201-18/+14
* Merge tag 'devprop-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-01-104-70/+66
|\
| * Documentation: ACPI: Update referencesSakari Ailus2021-12-174-68/+58
| * Documentation: ACPI: Fix data node reference documentationSakari Ailus2021-12-171-2/+8
* | Merge tag 'thermal-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-01-101-0/+76
|\ \
| * \ Merge tag 'thermal-v5.17-rc1' of https://git.kernel.org/pub/scm/linux/kernel/...Rafael J. Wysocki2021-12-271-0/+76
| |\ \
| | * | dt-bindings: thermal: Document Renesas RZ/G2L TSUBiju Das2021-11-301-0/+76
* | | | Merge tag 'pm-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2022-01-106-14/+414
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Merge branches 'pm-opp', 'pm-devfreq' and 'powercap'Rafael J. Wysocki2022-01-101-7/+7
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki2021-12-301-7/+7
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | Documentation: power: Update outdated contents in opp.rstTang Yizhou2021-12-271-7/+7
| | | | |_|/ / | | | |/| | |
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. \ \ \ \ \ Merge branches 'pm-cpuidle', 'pm-core' and 'pm-sleep'Rafael J. Wysocki2022-01-102-7/+22
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | | | * | | | | PM: hibernate: Allow ACPI hardware signature to be honouredDavid Woodhouse2021-12-081-3/+12
| | | | | |_|_|/ | | | | |/| | |
| | | * | | | | PM: runtime: Capture device status before disabling runtime PMRafael J. Wysocki2021-12-171-4/+10
| * | | | | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2022-01-103-0/+385
| |\ \ \ \ \ \ \
| | * | | | | | | Documentation: amd-pstate: Add AMD P-State driver introductionHuang Rui2021-12-303-0/+385
| | | |/ / / / / | | |/| | | | |
* | | | | | | | Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-01-1039-1266/+2290
|\ \ \ \ \ \ \ \
| * | | | | | | | docs: networking: device drivers: can: add flexcanDario Binacchi2022-01-082-0/+56
| * | | | | | | | docs: networking: device drivers: add can sub-folderDario Binacchi2022-01-082-0/+19
| * | | | | | | | net: ena: Update LLQ header length in ena documentationArthur Kiyanovski2022-01-071-1/+1
| * | | | | | | | Merge tag 'mlx5-updates-2022-01-06' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2022-01-071-0/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Documentation: devlink: mlx5.rst: Fix htmldoc build warningSaeed Mahameed2022-01-061-0/+1
| * | | | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-01-061-65/+91
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | bpf, docs: Fully document the JMP mode modifiersChristoph Hellwig2022-01-051-6/+6
| | * | | | | | | | bpf, docs: Fully document the JMP opcodesChristoph Hellwig2022-01-051-17/+17
| | * | | | | | | | bpf, docs: Fully document the ALU opcodesChristoph Hellwig2022-01-051-15/+15
| | * | | | | | | | bpf, docs: Document the opcode classesChristoph Hellwig2022-01-051-12/+12
| | * | | | | | | | bpf, docs: Add subsections for ALU and JMP instructionsChristoph Hellwig2022-01-051-20/+32
| | * | | | | | | | bpf, docs: Add a setion to explain the basic instruction encodingChristoph Hellwig2022-01-051-1/+15
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-051-3/+5
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| / / / / / / / | | |/ / / / / / /
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-313-364/+527
| |\ \ \ \ \ \ \ \
| | * | | | | | | | bpf, docs: Move the packet access instructions last in instruction-set.rstChristoph Hellwig2021-12-301-28/+27
| | * | | | | | | | bpf, docs: Generate nicer tables for instruction encodingsChristoph Hellwig2021-12-301-63/+95
| | * | | | | | | | bpf, docs: Split the comparism to classic BPF from instruction-set.rstChristoph Hellwig2021-12-303-311/+446
| | * | | | | | | | bpf, docs: Fix verifier referencesChristoph Hellwig2021-12-301-5/+2
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-304-4/+39
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-233-7/+9
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge tag 'wireless-drivers-next-2021-12-23' of git://git.kernel.org/pub/scm/...Jakub Kicinski2021-12-231-0/+19
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | wilc1000: Document enable-gpios and reset-gpios propertiesDavid Mosberger-Tang2021-12-221-0/+19
| * | | | | | | | | | | | net/mlx5: Let user configure max_macs generic paramShay Drory2021-12-211-0/+3
| * | | | | | | | | | | | devlink: Clarifies max_macs generic devlink paramShay Drory2021-12-211-2/+4
| * | | | | | | | | | | | net/mlx5: Let user configure event_eq_size paramShay Drory2021-12-211-0/+3
| * | | | | | | | | | | | devlink: Add new "event_eq_size" generic device paramShay Drory2021-12-211-0/+3
| * | | | | | | | | | | | net/mlx5: Let user configure io_eq_size paramShay Drory2021-12-211-0/+4
| * | | | | | | | | | | | devlink: Add new "io_eq_size" generic device paramShay Drory2021-12-211-0/+3
| * | | | | | | | | | | | dt-bindings: net: lan966x: Extend with the analyzer interruptHoratiu Vultur2021-12-201-0/+2
| |/ / / / / / / / / / /
| * | | | | | | | | | | Merge tag 'wireless-drivers-next-2021-12-17' of git://git.kernel.org/pub/scm/...Jakub Kicinski2021-12-171-0/+30
| |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2021-12-161-0/+30
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | dt: bindings: add new DT entry for ath11k PCI device supportAnilkumar Kolli2021-12-161-0/+30
| * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-169-20/+37
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | |