summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-02ASoC: SOF: sof-audio.h: optimize snd_sof_pcm_stream_pipeline_listPierre-Louis Bossart
2024-08-02ASoC: SOF: sof-priv.h: optimize snd_sof_ipc_msgPierre-Louis Bossart
2024-08-02ASoC: SOF: sof-priv.h: optimize snd_sof_mailboxPierre-Louis Bossart
2024-08-02ASoC: SOF: sof-priv.h: optimize snd_sof_platform_stream_paramsPierre-Louis Bossart
2024-08-02ASoC: Intel: soc-acpi-intel-ptl-match: Add rt722 supportBard Liao
2024-08-02ASoC: Intel: soc-acpi-intel-ptl-match: add rt711-sdca tableBard Liao
2024-08-02ASoC: SOF: Intel: add initial support for PTLPierre-Louis Bossart
2024-08-02ASoC: SOF: Intel: add PTL specific power control registerFred Oh
2024-08-02ASoC: Intel: soc-acpi: add PTL match tablesPierre-Louis Bossart
2024-08-02ASoC: cs42l43: Cache shutter IRQ control pointersCharles Keepax
2024-08-02ASoC: cs35l45: Use new snd_soc_component_get_kcontrol_locked() helperCharles Keepax
2024-08-02ASoC: soc-component: Add new snd_soc_component_get_kcontrol() helpersCharles Keepax
2024-08-02ASoC: cs42l43: Remove redundant semi-colon at end of functionCharles Keepax
2024-08-02irqchip/gic-v4.1: Replace bare number with ID_AA64PFR0_EL1_GIC_V4P1Anshuman Khandual
2024-08-02crypto: xor - fix template benchmarkingHelge Deller
2024-08-02cpufreq: powerpc: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-08-02cpufreq: intel_pstate: Update Balance performance EPP for Emerald RapidsPedro Henrique Kopper
2024-08-02selftests/mm: Add new testcases for pkeysKeith Lucas
2024-08-02x86/pkeys: Restore altstack access in sigreturn()Aruna Ramakrishna
2024-08-02x86/pkeys: Update PKRU to enable all pkeys before XSAVEAruna Ramakrishna
2024-08-02x86/pkeys: Add helper functions to update PKRU on the sigframeAruna Ramakrishna
2024-08-02x86/pkeys: Add PKRU as a parameter in signal handling functionsAruna Ramakrishna
2024-08-02Merge branch 'linus' into x86/mmThomas Gleixner
2024-08-02thermal: trip: Drop thermal_zone_get_trip()Rafael J. Wysocki
2024-08-02thermal: trip: Get rid of thermal_zone_get_num_trips()Rafael J. Wysocki
2024-08-02thermal: helpers: Drop get_thermal_instance()Rafael J. Wysocki
2024-08-02thermal: tegra: Use thermal_zone_for_each_trip() for walking trip pointsRafael J. Wysocki
2024-08-02thermal: tegra: Introduce struct trip_temps for critical and hot tripsRafael J. Wysocki
2024-08-02thermal: qcom: Use thermal_zone_get_crit_temp() in qpnp_tm_init()Rafael J. Wysocki
2024-08-02thermal: hisi: Use thermal_zone_for_each_trip() in hisi_thermal_register_sens...Rafael J. Wysocki
2024-08-02thermal: broadcom: Use thermal_zone_get_crit_temp() in bcm2835_thermal_probe()Rafael J. Wysocki
2024-08-02thermal: core: Update thermal zone registration documentationRafael J. Wysocki
2024-08-02clang-format: Update with v6.11-rc1's `for_each` macro listJavier Carrasco
2024-08-02HID: wacom: Support devices with two touchringsJason Gerecke
2024-08-02HID: wacom: Add preliminary support for high-resolution wheel scrollingJason Gerecke
2024-08-02HID: wacom: Support touchrings with relative motionJason Gerecke
2024-08-02HID: wacom: Improve warning for tablets falling back to default resolutionJason Gerecke
2024-08-02HID: wacom: Defer calculation of resolution until resolution_code is knownJason Gerecke
2024-08-02HID: multitouch: Add support for GT7868QDmitry Savin
2024-08-02HID: amd_sfh: free driver_data after destroying hid deviceOlivier Sobrie
2024-08-02hid-asus: add ROG Ally X prod ID to quirk listLuke D. Jones
2024-08-02HID: core: add helper for finding a field with a certain usageKerem Karabay
2024-08-02uprobes: shift put_uprobe() from delete_uprobe() to uprobe_unregister()Oleg Nesterov
2024-08-02uprobes: fold __uprobe_unregister() into uprobe_unregister()Oleg Nesterov
2024-08-02uprobes: change uprobe_register() to use uprobe_unregister() instead of __upr...Oleg Nesterov
2024-08-02uprobes: make uprobe_register() return struct uprobe *Oleg Nesterov
2024-08-02uprobes: kill uprobe_register_refctr()Oleg Nesterov
2024-08-02selftests/bpf: fix uprobe.path leak in bpf_testmodJiri Olsa
2024-08-02uprobes: simplify error handling for alloc_uprobe()Andrii Nakryiko
2024-08-02uprobes: is_trap_at_addr: don't use get_user_pages_remote()Oleg Nesterov