summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpf/scripts: Raise an exception if the correct number of helpers are not gene...Usama Arif2022-01-151-2/+48
* Merge branch 'libbpf 1.0: deprecate bpf_map__def() API'Andrii Nakryiko2022-01-1311-94/+81
|\
| * libbpf: Deprecate bpf_map__def() APIChristy Lee2022-01-131-1/+2
| * selftests/bpf: Stop using bpf_map__def() APIChristy Lee2022-01-135-28/+26
| * perf: Stop using bpf_map__def() APIChristy Lee2022-01-132-51/+41
| * bpftool: Stop using bpf_map__def() APIChristy Lee2022-01-132-9/+7
| * samples/bpf: Stop using bpf_map__def() APIChristy Lee2022-01-131-5/+5
|/
* bpftool: Only set obj->skeleton on complete successWei Fu2022-01-131-1/+1
* libbpf: Fix possible NULL pointer dereference when destroying skeletonYafang Shao2022-01-131-0/+3
* Merge branch 'libbpf: rename bpf_prog_attach_xattr to bpf_prog_attach_opts'Andrii Nakryiko2022-01-134-8/+18
|\
| * selftests/bpf: Change bpf_prog_attach_xattr() to bpf_prog_attach_opts()Christy Lee2022-01-131-6/+6
| * libbpf: Rename bpf_prog_attach_xattr() to bpf_prog_attach_opts()Christy Lee2022-01-133-2/+12
|/
* bpftool: Fix error check when calling hashmap__new()Mauricio Vásquez2022-01-135-5/+7
* libbpf: Use IS_ERR_OR_NULL() in hashmap__free()Mauricio Vásquez2022-01-131-2/+1
* Merge tag 'devprop-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-01-1111-182/+127
|\
| * software node: Update MAINTAINERS data baseAndy Shevchenko2021-12-221-1/+6
| * software node: fix wrong node passed to find nargs_propClément Léger2021-12-221-1/+1
| * device property: Drop fwnode_graph_get_remote_node()Sakari Ailus2021-12-173-45/+8
| * device property: Use fwnode_graph_for_each_endpoint() macroSakari Ailus2021-12-171-4/+4
| * device property: Implement fwnode_graph_get_endpoint_count()Sakari Ailus2021-12-172-10/+41
| * Documentation: ACPI: Update referencesSakari Ailus2021-12-174-68/+58
| * Documentation: ACPI: Fix data node reference documentationSakari Ailus2021-12-171-2/+8
| * device property: Fix documentation for FWNODE_GRAPH_DEVICE_DISABLEDSakari Ailus2021-12-172-3/+4
| * device property: Fix fwnode_graph_devcon_match() fwnode leakSakari Ailus2021-12-171-1/+3
| * device property: Remove device_add_properties() APIHeikki Krogerus2021-11-242-52/+0
| * driver core: Don't call device_remove_properties() from device_del()Heikki Krogerus2021-11-241-1/+0
| * PCI: Convert to device_create_managed_software_node()Heikki Krogerus2021-11-241-1/+1
* | Merge tag 'thermal-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-01-1113-134/+526
|\ \
| * \ Merge branch 'thermal-int340x'Rafael J. Wysocki2022-01-103-53/+73
| |\ \
| | * | thermal/drivers/int340x: Fix RFIM mailbox write commandsSumeet Pawnikar2021-12-303-53/+73
| * | | Merge tag 'thermal-v5.17-rc1' of https://git.kernel.org/pub/scm/linux/kernel/...Rafael J. Wysocki2021-12-277-55/+423
| |\ \ \
| | * | | thermal/drivers/rz2gl: Add error check for reset_control_deassert()Biju Das2021-12-091-2/+4
| | * | | thermal/drivers/imx8mm: Enable ADC when enabling monitorPaul Gerber2021-12-021-0/+3
| | * | | thermal/drivers: Add TSU driver for RZ/G2LBiju Das2021-11-303-0/+250
| | * | | dt-bindings: thermal: Document Renesas RZ/G2L TSUBiju Das2021-11-301-0/+76
| | * | | thermal/drivers/intel_powerclamp: Constify static thermal_cooling_device_opsRikard Falkeborn2021-11-301-1/+1
| | * | | thermal/drivers/imx: Implement runtime PM supportOleksij Rempel2021-11-301-54/+91
| * | | | Merge branches 'thermal-tools' and 'thermal-int340x'Rafael J. Wysocki2021-12-27624-5812/+7689
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge back int340x driver material for 5.17.Rafael J. Wysocki2021-12-142-24/+29
| | |\ \ \
| | | * | | thermal: int340x: Use struct_group() for memcpy() regionKees Cook2021-11-242-24/+29
| | | | |/ | | | |/|
| * | / | thermal: tools: tmon: remove unneeded local variableran jianping2021-11-241-2/+1
| | |/ / | |/| |
* | | | Merge tag 'pm-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2022-01-1155-218/+2274
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Merge branches 'pm-opp', 'pm-devfreq' and 'powercap'Rafael J. Wysocki2022-01-1010-17/+599
| |\ \ \ \ \ \
| | | | * \ \ \ Merge back earlier power capping changes for v5.17Rafael J. Wysocki2021-12-273-3/+66
| | | | |\ \ \ \
| | | | | * | | | powercap: fix typo in a comment in idle_inject.cJason Wang2021-12-171-1/+1
| | | | | * | | | powercap: intel_rapl: support new layout of Psys PowerLimit Register on SPRZhang Rui2021-12-172-2/+65
| | | | * | | | | Merge tag 'dtpm-v5.17' of https://git.linaro.org/people/daniel.lezcano/linuxRafael J. Wysocki2021-12-272-5/+3
| | | | |\ \ \ \ \
| | | | | * | | | | powercap/drivers/dtpm: Reduce trace verbosityDaniel Lezcano2021-12-231-3/+3
| | | | | * | | | | powercap/drivers/dtpm: Remove unused function definitionDaniel Lezcano2021-12-231-2/+0
| | | | |/ / / / /
| | | * | | | | | Merge tag 'devfreq-next-for-5.17' of git://git.kernel.org/pub/scm/linux/kerne...Rafael J. Wysocki2021-12-274-2/+523
| | | |\ \ \ \ \ \