aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-02cpufreq: powerpc: add missing MODULE_DESCRIPTION() macrosJeff Johnson5-0/+5
2024-08-02cpufreq: intel_pstate: Update Balance performance EPP for Emerald RapidsPedro Henrique Kopper1-0/+1
2024-08-02selftests/mm: Add new testcases for pkeysKeith Lucas4-11/+494
2024-08-02x86/pkeys: Restore altstack access in sigreturn()Aruna Ramakrishna1-3/+3
2024-08-02x86/pkeys: Update PKRU to enable all pkeys before XSAVEAruna Ramakrishna2-4/+19
2024-08-02x86/pkeys: Add helper functions to update PKRU on the sigframeAruna Ramakrishna4-0/+43
2024-08-02x86/pkeys: Add PKRU as a parameter in signal handling functionsAruna Ramakrishna3-5/+6
2024-08-02Merge branch 'linus' into x86/mmThomas Gleixner12535-197271/+905585
2024-08-02thermal: trip: Drop thermal_zone_get_trip()Rafael J. Wysocki2-16/+0
2024-08-02thermal: trip: Get rid of thermal_zone_get_num_trips()Rafael J. Wysocki3-12/+1
2024-08-02thermal: helpers: Drop get_thermal_instance()Rafael J. Wysocki3-37/+7
2024-08-02thermal: tegra: Use thermal_zone_for_each_trip() for walking trip pointsRafael J. Wysocki2-31/+32
2024-08-02thermal: tegra: Introduce struct trip_temps for critical and hot tripsRafael J. Wysocki1-14/+20
2024-08-02thermal: qcom: Use thermal_zone_get_crit_temp() in qpnp_tm_init()Rafael J. Wysocki1-19/+3
2024-08-02thermal: hisi: Use thermal_zone_for_each_trip() in hisi_thermal_register_sens...Rafael J. Wysocki1-11/+14
2024-08-02thermal: broadcom: Use thermal_zone_get_crit_temp() in bcm2835_thermal_probe()Rafael J. Wysocki1-4/+3
2024-08-02thermal: core: Update thermal zone registration documentationRafael J. Wysocki1-35/+30
2024-08-02clang-format: Update with v6.11-rc1's `for_each` macro listJavier Carrasco1-9/+30
2024-08-02HID: wacom: Support devices with two touchringsJason Gerecke2-12/+49
2024-08-02HID: wacom: Add preliminary support for high-resolution wheel scrollingJason Gerecke2-4/+21
2024-08-02HID: wacom: Support touchrings with relative motionJason Gerecke1-2/+18
2024-08-02HID: wacom: Improve warning for tablets falling back to default resolutionJason Gerecke1-2/+2
2024-08-02HID: wacom: Defer calculation of resolution until resolution_code is knownJason Gerecke1-1/+3
2024-08-02HID: multitouch: Add support for GT7868QDmitry Savin2-0/+35
2024-08-02HID: amd_sfh: free driver_data after destroying hid deviceOlivier Sobrie1-1/+3
2024-08-02hid-asus: add ROG Ally X prod ID to quirk listLuke D. Jones2-0/+4
2024-08-02HID: core: add helper for finding a field with a certain usageKerem Karabay3-25/+29
2024-08-02uprobes: shift put_uprobe() from delete_uprobe() to uprobe_unregister()Oleg Nesterov1-5/+9
2024-08-02uprobes: fold __uprobe_unregister() into uprobe_unregister()Oleg Nesterov1-15/+10
2024-08-02uprobes: change uprobe_register() to use uprobe_unregister() instead of __upr...Oleg Nesterov1-5/+7
2024-08-02uprobes: make uprobe_register() return struct uprobe *Oleg Nesterov5-80/+67
2024-08-02uprobes: kill uprobe_register_refctr()Oleg Nesterov5-37/+15
2024-08-02selftests/bpf: fix uprobe.path leak in bpf_testmodJiri Olsa1-0/+1
2024-08-02uprobes: simplify error handling for alloc_uprobe()Andrii Nakryiko1-3/+1
2024-08-02uprobes: is_trap_at_addr: don't use get_user_pages_remote()Oleg Nesterov1-7/+1
2024-08-02uprobes: document the usage of mm->mmap_lockOleg Nesterov1-2/+8
2024-08-02perf,x86: avoid missing caller address in stack traces captured in uprobeAndrii Nakryiko3-0/+67
2024-08-02perf: Support PERF_SAMPLE_READ with inheritBen Gainey2-14/+44
2024-08-02perf: Rename perf_event_context.nr_pending to nr_no_switch_fast.Ben Gainey2-8/+9
2024-08-02arm64: defconfig: Enable R-Car Ethernet-TSN supportNiklas Söderlund1-0/+1
2024-08-02ARM: shmobile: defconfig: Enable slab hardening and kmalloc bucketsGeert Uytterhoeven1-0/+1
2024-08-02pinctrl: renesas: rzg2l: Use dev_err_probe()Biju Das1-24/+13
2024-08-02pinctrl: renesas: rzg2l: Return -EINVAL if the pin doesn't support PIN_CFG_OENLad Prabhakar1-2/+6
2024-08-02Merge branch 'axienet-coding-style' into mainDavid S. Miller2-20/+17
2024-08-02net: axienet: remove unnecessary parenthesesRadhey Shyam Pandey1-2/+1
2024-08-02net: axienet: remove unnecessary ftrace-like loggingRadhey Shyam Pandey1-4/+0
2024-08-02net: axienet: add missing blank line after declarationRadhey Shyam Pandey1-0/+2
2024-08-02net: axienet: Replace the occurrences of (1<<x) by BIT(x)Appana Durga Kedareswara Rao1-14/+14
2024-08-02dt-bindings: pinctrl: renesas: Document RZ/G2M v3.0 (r8a774a3) PFC supportOliver Rhodes1-0/+1
2024-08-02clk: renesas: Add family-specific clock driver for RZ/V2H(P)Lad Prabhakar4-0/+838