aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2024-02-23Merge v6.7.6linux-rolling-stableGreg Kroah-Hartman350-2533/+3331
2024-02-23Linux 6.7.6v6.7.6linux-6.7.yGreg Kroah-Hartman1-1/+1
2024-02-23x86/barrier: Do not serialize MSR accesses on AMDBorislav Petkov (AMD)6-19/+32
2024-02-23dm: limit the number of targets and parameter size areaMikulas Patocka3-3/+11
2024-02-23nilfs2: fix potential bug in end_buffer_async_writeRyusuke Konishi1-3/+5
2024-02-23of: property: Add in-ports/out-ports support to of_graph_get_port_parent()Saravana Kannan1-1/+3
2024-02-23sched/membarrier: reduce the ability to hammer on sys_membarrierLinus Torvalds1-0/+6
2024-02-23nfsd: don't take fi_lock in nfsd_break_deleg_cb()NeilBrown1-6/+5
2024-02-23netfilter: ipset: Missing gc cancellations fixedJozsef Kadlecsik2-2/+4
2024-02-23netfilter: ipset: fix performance regression in swap operationJozsef Kadlecsik5-18/+65
2024-02-23usb: typec: tpcm: Fix issues with power being removed during resetMark Brown1-1/+2
2024-02-23block: fix partial zone append completion handling in req_bio_endio()Damien Le Moal1-2/+7
2024-02-23md: bypass block throttle for superblock updateJunxiao Bi1-3/+4
2024-02-23tracing: Inform kmemleak of saved_cmdlines allocationSteven Rostedt (Google)1-0/+3
2024-02-23tracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdefPetr Pavlu1-1/+1
2024-02-23fs/proc: do_task_stat: use sig->stats_lock to gather the threads/children statsOleg Nesterov1-26/+32
2024-02-23fs/proc: do_task_stat: move thread_group_cputime_adjusted() outside of lock_t...Oleg Nesterov1-4/+6
2024-02-23pmdomain: core: Move the unused cleanup to a _sync initcallKonrad Dybcio1-1/+1
2024-02-23can: j1939: Fix UAF in j1939_sk_match_filter during setsockopt(SO_J1939_FILTER)Oleksij Rempel2-4/+19
2024-02-23can: j1939: prevent deadlock by changing j1939_socks_lock to rwlockZiqi Zhao3-14/+14
2024-02-23can: netlink: Fix TDCO calculation using the old data bittimingMaxime Jayat1-1/+1
2024-02-23xen/events: close evtchn after mapping cleanupMaximilian Heyne1-2/+6
2024-02-23of: property: fix typo in io-channelsNuno Sa1-1/+1
2024-02-23docs: kernel_feat.py: fix build error for missing filesVegard Nossum1-1/+1
2024-02-23blk-wbt: Fix detection of dirty-throttled tasksJan Kara4-6/+9
2024-02-23LoongArch: Fix earlycon parameter if KASAN enabledHuacai Chen1-0/+3
2024-02-23mm: hugetlb pages should not be reserved by shmat() if SHM_NORESERVEPrakash Sangappa1-1/+12
2024-02-23fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_superOscar Salvador1-2/+4
2024-02-23nouveau/gsp: use correct size for registry rpc.Dave Airlie1-1/+1
2024-02-23ceph: prevent use-after-free in encode_cap_msg()Rishabh Dave1-1/+2
2024-02-23hv_netvsc: Register VF in netvsc_probe if NET_DEVICE_REGISTER missedShradha Gupta1-20/+62
2024-02-23net: stmmac: protect updates of 64-bit statistics countersPetr Tesarik7-157/+221
2024-02-23riscv/efistub: Ensure GP-relative addressing is not usedJan Kiszka1-1/+1
2024-02-23pmdomain: renesas: r8a77980-sysc: CR7 must be always onGeert Uytterhoeven1-1/+2
2024-02-23net: ethernet: ti: cpsw_new: enable mac_managed_pm to fix mdioSinthu Raja1-0/+3
2024-02-23mm/damon/sysfs-schemes: fix wrong DAMOS tried regions update timeout setupSeongJae Park1-1/+1
2024-02-23s390/qeth: Fix potential loss of L3-IP@ in case of network issuesAlexandra Winter1-3/+6
2024-02-23net: ethernet: ti: cpsw: enable mac_managed_pm to fix mdioSinthu Raja1-0/+2
2024-02-23fs: relax mount_setattr() permission checksChristian Brauner1-3/+8
2024-02-23tools/rtla: Fix Makefile compiler options for clangDaniel Bristot de Oliveira1-1/+6
2024-02-23tools/rtla: Fix uninitialized bucket/data->bucket_size warningDaniel Bristot de Oliveira2-4/+2
2024-02-23tools/rtla: Exit with EXIT_SUCCESS when help is invokedJohn Kacur4-4/+20
2024-02-23tools/rtla: Fix clang warning about mount_point var sizeDaniel Bristot de Oliveira1-1/+1
2024-02-23tools/rtla: Replace setting prio with nice for SCHED_OTHERlimingming32-3/+5
2024-02-23tools/rtla: Remove unused sched_getattr() functionDaniel Bristot de Oliveira1-6/+0
2024-02-23tools/rv: Fix Makefile compiler options for clangDaniel Bristot de Oliveira1-1/+6
2024-02-23tools/rv: Fix curr_reactor uninitialized variableDaniel Bristot de Oliveira1-1/+1
2024-02-23ASoC: amd: yc: Add DMI quirk for Lenovo Ideapad Pro 5 16ARP8Mario Limonciello1-0/+7
2024-02-23ASoC: tas2781: add module parameter to tascodec_init()Gergo Koteles4-3/+5
2024-02-23ASoC: SOF: IPC3: fix message bounds on ipc opsCurtis Malainey1-1/+1
2024-02-23arm64: Subscribe Microsoft Azure Cobalt 100 to ARM Neoverse N2 errataEaswar Hariharan3-0/+14
2024-02-23arm64/signal: Don't assume that TIF_SVE means we saved SVE stateMark Brown2-3/+3
2024-02-23mmc: sdhci-pci-o2micro: Fix a warm reboot issue that disk can't be detected b...Fred Ai1-0/+30
2024-02-23zonefs: Improve error handlingDamien Le Moal2-43/+65
2024-02-23KVM: arm64: Fix circular locking dependencySebastian Ene1-10/+17
2024-02-23KVM: s390: vsie: fix race during shadow creationChristian Borntraeger2-1/+1
2024-02-23smb: Fix regression in writes when non-standard maximum write size negotiatedSteve French2-2/+23
2024-02-23smb: client: set correct id, uid and cruid for multiuser automountsPaulo Alcantara1-0/+16
2024-02-23thunderbolt: Fix setting the CNS bit in ROUTER_CS_5Mohammad Rahimi2-2/+2
2024-02-23irqchip/gic-v3-its: Fix GICv4.1 VPE affinity updateMarc Zyngier1-9/+13
2024-02-23irqchip/gic-v3-its: Restore quirk probing for ACPI-based systemsMarc Zyngier1-1/+2
2024-02-23irqchip/irq-brcmstb-l2: Add write memory barrier before exitDoug Berger1-1/+4
2024-02-23PCI: dwc: Fix a 64bit bug in dw_pcie_ep_raise_msix_irq()Dan Carpenter1-1/+2
2024-02-23wifi: iwlwifi: mvm: fix a crash when we run out of stationsEmmanuel Grumbach2-0/+7
2024-02-23wifi: mac80211: reload info pointer in ieee80211_tx_dequeue()Johannes Berg1-2/+3
2024-02-23wifi: cfg80211: fix wiphy delayed work queueingJohannes Berg1-1/+2
2024-02-23wifi: iwlwifi: fix double-free bugJohannes Berg1-0/+1
2024-02-23nfp: flower: prevent re-adding mac index for bonded portDaniel de Villiers1-1/+1
2024-02-23nfp: enable NETDEV_XDP_ACT_REDIRECT feature flagJames Hershaw1-0/+1
2024-02-23nfp: use correct macro for LengthSelect in BAR configDaniel Basilio1-2/+4
2024-02-23crypto: algif_hash - Remove bogus SGL free on zero-length error pathHerbert Xu1-2/+3
2024-02-23crypto: ccp - Fix null pointer dereference in __sev_platform_shutdown_lockedKim Phillips1-2/+8
2024-02-23nilfs2: fix hang in nilfs_lookup_dirty_data_buffers()Ryusuke Konishi1-1/+7
2024-02-23nilfs2: fix data corruption in dsync block recovery for small block sizesRyusuke Konishi1-3/+4
2024-02-23ALSA: hda/realtek: add IDs for Dell dual spk platformShuming Fan1-0/+2
2024-02-23ALSA: hda/conexant: Add quirk for SWS JS201Dbo liu1-0/+18
2024-02-23ALSA: hda/realtek: fix mute/micmute LED For HP mt645Eniac Zhang1-0/+2
2024-02-23gpiolib: add gpiod_to_gpio_device() stub for !GPIOLIBKrzysztof Kozlowski1-0/+6
2024-02-23gpiolib: add gpio_device_get_base() stub for !GPIOLIBKrzysztof Kozlowski1-0/+6
2024-02-23mmc: slot-gpio: Allow non-sleeping GPIO roAlexander Stein1-1/+5
2024-02-23io_uring/net: fix multishot accept overflow handlingJens Axboe1-2/+3
2024-02-23x86/mm/ident_map: Use gbpages only where full GB page should be mapped.Steve Wahl1-5/+18
2024-02-23KVM: x86/pmu: Fix type length error when reading pmu->fixed_ctr_ctrlMingwei Zhang1-1/+1
2024-02-23KVM: x86: make KVM_REQ_NMI request iff NMI pending for vcpuPrasad Pandit1-1/+2
2024-02-23x86/fpu: Stop relying on userspace for info to fault in xsave bufferAndrei Vagin1-8/+5
2024-02-23x86/Kconfig: Transmeta Crusoe is CPU family 5, not 6Aleksander Mazur1-1/+1
2024-02-23serial: mxs-auart: fix txJiri Slaby (SUSE)1-1/+4
2024-02-23serial: core: introduce uart_port_tx_flags()Jiri Slaby (SUSE)1-5/+27
2024-02-23powerpc/pseries: fix accuracy of stolen timeShrikanth Hegde1-2/+6
2024-02-23powerpc/cputable: Add missing PPC_FEATURE_BOOKE on PPC64 Book-EDavid Engraf1-1/+2
2024-02-23powerpc/64: Set task pt_regs->link to the LR value on scv entryNaveen N Rao1-2/+2
2024-02-23ftrace: Fix DIRECT_CALLS to use SAVE_REGS by defaultMasami Hiramatsu (Google)1-0/+10
2024-02-23serial: max310x: prevent infinite while() loop in port startupHugo Villeneuve1-2/+18
2024-02-23serial: max310x: fail probe if clock crystal is unstableHugo Villeneuve1-3/+9
2024-02-23serial: max310x: improve crystal stable clock detectionHugo Villeneuve1-5/+16
2024-02-23serial: max310x: set default value when reading clock ready bitHugo Villeneuve1-1/+1
2024-02-23serial: core: Fix atomicity violation in uart_tiocmgetGui-Dong Han1-1/+1
2024-02-23nfp: flower: fix hardware offload for the transfer layer portHui Zhou1-2/+22
2024-02-23nfp: flower: add hardware offload check for post ct entryHui Zhou1-1/+21
2024-02-23net: dsa: mv88e6xxx: Fix failed probe due to unsupported C45 readsAndrew Lunn1-1/+1
2024-02-23ring-buffer: Clean ring_buffer_poll_wait() error returnVincent Donnefort1-1/+1
2024-02-23hv_netvsc: Fix race condition between netvsc_probe and netvsc_removeSouradeep Chakrabarti1-1/+4
2024-02-23drm/amdgpu: Avoid fetching VRAM vendor infoLijo Lazar1-8/+0
2024-02-23drm/amd/display: Preserve original aspect ratio in create streamTom Chung1-0/+2
2024-02-23drm/amd/display: Fix array-index-out-of-bounds in dcn35_clkmgrRoman Li1-4/+11
2024-02-23drm/amd/display: Increase frame-larger-than for all display_mode_vba filesNathan Chancellor1-3/+3
2024-02-23drm/amd/display: Fix MST Null Ptr for RVFangzhi Zuo1-5/+7
2024-02-23drm/amdgpu/soc21: update VCN 4 max HEVC encoding resolutionThong1-2/+2
2024-02-23drm/prime: Support page array >= 4GBPhilip Yang1-1/+1
2024-02-23drm/i915/dp: Limit SST link rate to <=8.1GbpsVille Syrjälä1-0/+3
2024-02-23drm/amd/display: Add align done checkZhikai Zhai1-1/+4
2024-02-23drm/msm: Wire up tlb opsRob Clark1-3/+29
2024-02-23drm/buddy: Fix alloc_range() error handling codeArunpravin Paneer Selvam1-0/+6
2024-02-23drm/nouveau: fix several DMA buffer leaksTimur Tabi2-22/+39
2024-02-23ksmbd: free aux buffer if ksmbd_iov_pin_rsp_read failsFedor Pchelkin1-2/+6
2024-02-23getrusage: use sig->stats_lock rather than lock_task_sighand()Oleg Nesterov1-3/+13
2024-02-23getrusage: move thread_group_cputime_adjusted() outside of lock_task_sighand()Oleg Nesterov1-15/+19
2024-02-23eventfs: Keep all directory links at 1Steven Rostedt (Google)1-4/+10
2024-02-23eventfs: Remove fsnotify*() functions from lookup()Steven Rostedt (Google)1-2/+0
2024-02-23eventfs: Restructure eventfs_inode structure to be more condensedSteven Rostedt (Google)1-15/+12
2024-02-23eventfs: Warn if an eventfs_inode is freed without is_freed being setSteven Rostedt (Google)1-4/+14
2024-02-23eventfs: Get rid of dentry pointers without refcountsLinus Torvalds2-177/+78
2024-02-23eventfs: Clean up dentry ops and add revalidate functionLinus Torvalds3-13/+22
2024-02-23eventfs: Remove unused d_parent pointer fieldLinus Torvalds2-5/+1
2024-02-23tracefs: dentry lookup crapectomyLinus Torvalds3-297/+50
2024-02-23tracefs: Avoid using the ei->dentry pointer unnecessarilyLinus Torvalds1-14/+12
2024-02-23eventfs: Initialize the tracefs inode properlyLinus Torvalds1-4/+2
2024-02-23tracefs: Zero out the tracefs_inode when allocating itSteven Rostedt (Google)2-3/+6
2024-02-23eventfs: Save directory inodes in the eventfs_inode structureSteven Rostedt (Google)2-6/+15
2024-02-23eventfs: Use kcalloc() instead of kzalloc()Erick Archer1-3/+3
2024-02-23eventfs: Do not create dentries nor inodes in iterate_sharedSteven Rostedt (Google)1-15/+5
2024-02-23eventfs: Have the inodes all for files and directories all be the sameSteven Rostedt (Google)1-0/+10
2024-02-23eventfs: Shortcut eventfs_iterate() by skipping entries already readSteven Rostedt (Google)1-13/+10
2024-02-23eventfs: Read ei->entries before ei->children in eventfs_iterate()Steven Rostedt (Google)1-23/+23
2024-02-23eventfs: Do ctx->pos update for all iterations in eventfs_iterate()Steven Rostedt (Google)1-7/+14
2024-02-23eventfs: Have eventfs_iterate() stop immediately if ei->is_freed is setSteven Rostedt (Google)1-5/+6
2024-02-23eventfs: Stop using dcache_readdir() for getdents()Steven Rostedt (Google)1-130/+64
2024-02-23eventfs: Remove "lookup" parameter from create_dir/file_dentry()Steven Rostedt (Google)1-35/+20
2024-02-23media: rc: bpf attach/detach requires write permissionSean Young3-5/+8
2024-02-23pmdomain: mediatek: fix race conditions with genpdEugen Hristev1-8/+7
2024-02-23iio: pressure: bmp280: Add missing bmp085 to SPI id tableSam Protsenko1-0/+1
2024-02-23iio: imu: bno055: serdev requires REGMAPRandy Dunlap1-0/+1
2024-02-23iio: imu: adis: ensure proper DMA alignmentNuno Sa1-1/+2
2024-02-23iio: adc: ad_sigma_delta: ensure proper DMA alignmentNuno Sa1-1/+3
2024-02-23iio: accel: bma400: Fix a compilation problemMario Limonciello1-0/+2
2024-02-23iio: commom: st_sensors: ensure proper DMA alignmentNuno Sa1-2/+2
2024-02-23iio: core: fix memleak in iio_device_register_sysfsDinghao Liu1-1/+4
2024-02-23iio: magnetometer: rm3100: add boundary check for the value read from RM3100_...zhili.liu1-2/+8
2024-02-23staging: iio: ad5933: fix type mismatch regressionDavid Schiller1-1/+1
2024-02-23Revert "workqueue: Override implicit ordered attribute in workqueue_apply_unb...Tejun Heo1-6/+2
2024-02-23tracing/probes: Fix to search structure fields correctlyMasami Hiramatsu (Google)1-2/+2
2024-02-23tracing/probes: Fix to set arg size and fmt after setting type from BTFMasami Hiramatsu (Google)1-12/+13
2024-02-23tracing/probes: Fix to show a parse error for bad type for $commMasami Hiramatsu (Google)2-3/+7
2024-02-23tracing/synthetic: Fix trace_string() return valueThorsten Blum1-1/+2
2024-02-23tracing: Fix wasted memory in saved_cmdlines logicSteven Rostedt (Google)1-38/+37
2024-02-23tracing/timerlat: Move hrtimer_init to timerlat_fd open()Daniel Bristot de Oliveira1-3/+3
2024-02-23ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()Baokun Li1-18/+21
2024-02-23ext4: fix double-free of blocks due to wrong extents moved_lenBaokun Li1-4/+2
2024-02-23misc: fastrpc: Mark all sessions as invalid in cb_removeEkansh Gupta1-1/+1
2024-02-23binder: signal epoll threads of self-workCarlos Llamas1-0/+10
2024-02-23ALSA: hda/realtek: fix mute/micmute LEDs for HP ZBook PowerAndy Chi1-0/+2
2024-02-23ALSA: hda/cs8409: Suppress vmaster control for Dolphin modelsVitaly Rodionov1-0/+1
2024-02-23ASoC: codecs: wcd938x: handle deferred probeKrzysztof Kozlowski1-1/+1
2024-02-23ALSA: hda/realtek - Add speaker pin verbtable for Dell dual speaker platformKailang Yang1-2/+5
2024-02-23ALSA: hda/realtek: Enable headset mic on Vaio VJFE-ADLEdson Juliano Drosdeck1-0/+1
2024-02-23modpost: Add '.ltext' and '.ltext.*' to TEXT_SECTIONSNathan Chancellor1-1/+2
2024-02-23um: Fix adding '-no-pie' for clangNathan Chancellor1-1/+3
2024-02-23xen-netback: properly sync TX responsesJan Beulich1-44/+40
2024-02-23parisc: BTLB: Fix crash when setting up BTLB at CPU bringupHelge Deller1-1/+1
2024-02-23parisc: Fix random data corruption from exception handlerHelge Deller8-71/+108
2024-02-23net: stmmac: do not clear TBS enable bit on link up/downEsben Haabendal1-0/+3
2024-02-23net: hsr: remove WARN_ONCE() in send_hsr_supervision_frame()Nikita Zhandarovich1-2/+2
2024-02-23nfc: nci: free rx_data_reassembly skb on NCI device cleanupFedor Pchelkin1-0/+4
2024-02-23kbuild: Fix changing ELF file type for output of gen_btf for big endianNathan Chancellor1-2/+7
2024-02-23ALSA: hda/realtek: Apply headset jack quirk for non-bass alc287 thinkpadsJosé Relvas1-1/+3
2024-02-23firewire: core: correct documentation of fw_csr_string() kernel APITakashi Sakamoto1-4/+3
2024-02-23lsm: fix the logic in security_inode_getsecctx()Ondrej Mosnacek1-1/+13
2024-02-23lsm: fix default return value of the socket_getpeersec_*() hooksOndrej Mosnacek2-6/+29
2024-02-23drm/amd/display: Fix dcn35 8k30 Underflow/Corruption IssueFangzhi Zuo2-18/+13
2024-02-23drm/amd/display: fix incorrect mpc_combine array sizeWenjing Liu1-1/+1
2024-02-23drm/amd: Don't init MEC2 firmware when it fails to loadDavid McFarland1-2/+0
2024-02-23drm/amdgpu: Reset IH OVERFLOW_CLEAR bitFriedrich Vock10-0/+59
2024-02-23drm/virtio: Set segment size for virtio_gpu deviceSebastian Ott1-0/+1
2024-02-23spi: omap2-mcspi: Revert FIFO support without DMAVaishnav Achath1-129/+8
2024-02-23connector/cn_proc: revert "connector: Fix proc_event_num_listeners count not ...Keqi Wang1-3/+2
2024-02-23Revert "drm/msm/gpu: Push gpu lock down past runpm"Rob Clark2-8/+10
2024-02-23Revert "drm/amd: flush any delayed gfxoff on suspend entry"Mario Limonciello2-2/+8
2024-02-23scsi: Revert "scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock"Lee Duncan1-12/+8
2024-02-23media: Revert "media: rkisp1: Drop IRQF_SHARED"Tomi Valkeinen1-1/+1
2024-02-23Revert "powerpc/pseries/iommu: Fix iommu initialisation during DLPAR add"Michael Ellerman3-23/+5
2024-02-23mptcp: really cope with fastopen racePaolo Abeni1-1/+2
2024-02-23mptcp: check addrs list in userspace_pm_get_local_idGeliang Tang1-1/+12
2024-02-23mptcp: fix rcv space initializationPaolo Abeni3-7/+10
2024-02-23mptcp: drop the push_pending fieldPaolo Abeni2-7/+6
2024-02-23selftests: mptcp: add mptcp_lib_kill_waitGeliang Tang3-28/+22
2024-02-23selftests: mptcp: allow changing subtests prefixMatthieu Baerts (NGI0)1-1/+1
2024-02-23selftests: mptcp: increase timeout to 30 minMatthieu Baerts (NGI0)1-1/+1
2024-02-23selftests: mptcp: add missing kconfig for NF MangleMatthieu Baerts (NGI0)1-0/+1
2024-02-23selftests: mptcp: add missing kconfig for NF Filter in v6Matthieu Baerts (NGI0)1-0/+1
2024-02-23selftests: mptcp: add missing kconfig for NF FilterMatthieu Baerts (NGI0)1-0/+1