summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'platform-drivers-x86-v6.8-3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2024-02-2213-97/+182
|\
| * platform/x86: thinkpad_acpi: Only update profile if successfully convertedMario Limonciello2024-02-201-2/+3
| * platform/x86: intel-vbtn: Stop calling "VBDL" from notify_handlerHans de Goede2024-02-201-3/+0
| * platform/x86: x86-android-tablets: Fix acer_b1_750_goodix_gpios nameHans de Goede2024-02-201-2/+2
| * platform/x86: x86-android-tablets: Fix serdev instantiation no longer workingHans de Goede2024-02-201-26/+9
| * platform/x86: Add new get_serdev_controller() helperHans de Goede2024-02-201-0/+80
| * platform/x86: x86-android-tablets: Fix keyboard touchscreen on Lenovo Yogaboo...Hans de Goede2024-02-203-0/+5
| * platform/x86/amd/pmf: Fix a potential race with policy binary sideloadMario Limonciello2024-02-191-2/+3
| * platform/x86/amd/pmf: Fixup error handling for amd_pmf_init_smart_pc()Mario Limonciello2024-02-191-25/+40
| * platform/x86/amd/pmf: Add debugging message for missing policy dataMario Limonciello2024-02-191-1/+3
| * platform/x86/amd/pmf: Fix a suspend hang on Framework 13Mario Limonciello2024-02-191-2/+0
| * platform/x86/amd/pmf: Fix TEE enact command failure after suspend and resumeShyam Sundar S K2024-02-191-0/+6
| * platform/x86/amd/pmf: Remove smart_pc_status enumShyam Sundar S K2024-02-193-10/+10
| * platform/x86: touchscreen_dmi: Consolidate Goodix upside-down touchscreen dataHans de Goede2024-02-191-15/+10
| * platform/x86: touchscreen_dmi: Allow partial (prefix) matches for ACPI namesHans de Goede2024-02-191-2/+2
| * platform/x86: intel: int0002_vgpio: Pass IRQF_ONESHOT to request_irq()Hans de Goede2024-02-191-1/+1
| * platform/x86: think-lmi: Fix password opcode ordering for workstationsMark Pearson2024-02-191-9/+11
* | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-02-222-3/+3
|\ \
| * \ Merge tag 'samsung-clk-fixes-6.8' of https://git.kernel.org/pub/scm/linux/ker...Stephen Boyd2024-01-292-3/+3
| |\ \
| | * | clk: samsung: clk-gs101: comply with the new dt cmu_misc clock namesTudor Ambarus2024-01-221-1/+1
| | * | dt-bindings: clock: gs101: rename cmu_misc clock-namesTudor Ambarus2024-01-221-2/+2
| |/ /
* | | Merge tag 'vfs-6.8-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-02-2211-19/+32
|\ \ \
| * | | fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaioBart Van Assche2024-02-212-1/+10
| * | | afs: Increase buffer size in afs_update_volume_status()Daniil Dulov2024-02-201-2/+2
| * | | afs: Fix ignored callbacks over ipv4Marc Dionne2024-02-203-15/+8
| * | | cachefiles: fix memory leak in cachefiles_add_cache()Baokun Li2024-02-202-0/+3
| * | | netfs: Fix missing zero-length check in unbuffered writeDavid Howells2024-01-292-1/+7
| * | | netfs: Fix i_dio_count leak on DIO read past i_sizeMarc Dionne2024-01-291-0/+2
* | | | Merge tag 'net-6.8.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-02-2275-378/+870
|\ \ \ \
| * | | | l2tp: pass correct message length to ip6_append_dataTom Parkin2024-02-221-1/+1
| * | | | Merge tag 'nf-24-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-02-223-43/+57
| |\ \ \ \
| | * | | | netfilter: nf_tables: use kzalloc for hook allocationFlorian Westphal2024-02-221-1/+1
| | * | | | netfilter: nf_tables: register hooks last when adding new chain/flowtablePablo Neira Ayuso2024-02-221-38/+40
| | * | | | netfilter: nft_flow_offload: release dst in case direct xmit path is usedPablo Neira Ayuso2024-02-221-0/+1
| | * | | | netfilter: nft_flow_offload: reset dst in route object after setting up flowPablo Neira Ayuso2024-02-222-4/+14
| | * | | | netfilter: nf_tables: set dormant flag on hook register failureFlorian Westphal2024-02-221-0/+1
| * | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni2024-02-2215-17/+217
| |\ \ \ \ \
| | * | | | | bpf, sockmap: Fix NULL pointer dereference in sk_psock_verdict_data_ready()Shigeru Yoshida2024-02-211-2/+5
| | * | | | | selftests/bpf: Add negtive test cases for task iterYafang Shao2024-02-192-1/+12
| | * | | | | bpf: Fix an issue due to uninitialized bpf_iter_taskYafang Shao2024-02-191-0/+2
| | * | | | | selftests/bpf: Test racing between bpf_timer_cancel_and_free and bpf_timer_ca...Martin KaFai Lau2024-02-192-2/+67
| | * | | | | bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancelMartin KaFai Lau2024-02-191-1/+4
| | * | | | | Merge branch 'fix-the-read-of-vsyscall-page-through-bpf'Alexei Starovoitov2024-02-155-9/+122
| | |\ \ \ \ \
| | | * | | | | selftest/bpf: Test the read of vsyscall page under x86-64Hou Tao2024-02-152-0/+102
| | | * | | | | x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault()Hou Tao2024-02-151-0/+10
| | | * | | | | x86/mm: Move is_vsyscall_vaddr() into asm/vsyscall.hHou Tao2024-02-152-9/+10
| | |/ / / / /
| | * | | | | bpf, scripts: Correct GPL license nameGianmarco Lusvardi2024-02-141-1/+1
| | * | | | | xsk: Add truesize to skb_add_rx_frag().Sebastian Andrzej Siewior2024-02-131-1/+2
| | * | | | | bpf: Fix warning for bpf_cpumask in verifierHari Bathini2024-02-131-0/+2
| * | | | | | net: phy: realtek: Fix rtl8211f_config_init() for RTL8211F(D)(I)-VD-CG PHYSiddharth Vadapalli2024-02-221-1/+3