aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2024-02-23Merge v6.6.18linux-rolling-ltsGreg Kroah-Hartman329-3126/+4047
2024-02-23Linux 6.6.18v6.6.18linux-6.6.yGreg Kroah-Hartman1-1/+1
2024-02-23tracing: Fix a NULL vs IS_ERR() bug in event_subsystem_dir()Dan Carpenter1-1/+1
2024-02-23tracing: Make system_callback() function staticSteven Rostedt (Google)1-1/+1
2024-02-23Documentation/arch/ia64/features.rst: fix kernel-feat directiveVegard Nossum1-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-23x86/efistub: Use 1:1 file:memory mapping for PE/COFF .compat sectionArd Biesheuvel2-11/+9
2024-02-23x86/boot: Increase section and file alignment to 4k/512Ard Biesheuvel4-125/+51
2024-02-23x86/boot: Split off PE/COFF .data sectionArd Biesheuvel2-5/+16
2024-02-23x86/boot: Drop PE/COFF .reloc sectionArd Biesheuvel3-51/+7
2024-02-23x86/boot: Construct PE/COFF .text section from assemblerArd Biesheuvel2-62/+7
2024-02-23x86/boot: Derive file size from _edata symbolArd Biesheuvel4-25/+12
2024-02-23x86/boot: Define setup size in linker scriptArd Biesheuvel3-7/+5
2024-02-23x86/boot: Set EFI handover offset directly in header asmArd Biesheuvel2-25/+17
2024-02-23x86/boot: Grab kernel_info offset from zoffset header directlyArd Biesheuvel2-5/+1
2024-02-23x86/boot: Drop references to startup_64Ard Biesheuvel2-4/+1
2024-02-23x86/boot: Drop redundant code setting the root deviceArd Biesheuvel2-8/+1
2024-02-23x86/boot: Omit compression buffer from PE/COFF image memory footprintArd Biesheuvel2-48/+8
2024-02-23x86/boot: Remove the 'bugger off' messageArd Biesheuvel2-52/+4
2024-02-23x86/efi: Drop alignment flags from PE section headersArd Biesheuvel1-8/+4
2024-02-23x86/efi: Disregard setup header of loaded imageArd Biesheuvel1-40/+6
2024-02-23x86/efi: Drop EFI stub .bss from .data sectionArd Biesheuvel2-8/+0
2024-02-23nfsd: don't take fi_lock in nfsd_break_deleg_cb()NeilBrown1-6/+5
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-23tracefs: remove stale update_gid codeLinus Torvalds2-39/+0
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-23tracefs/eventfs: Use root and instance inodes as default ownershipSteven Rostedt (Google)3-90/+190
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-23eventfs: Fix bitwise fields for "is_events"Steven Rostedt (Google)1-1/+1
2024-02-23tracefs: Check for dentry->d_inode exists in set_gid()Steven Rostedt (Google)1-0/+4
2024-02-23eventfs: Fix file and directory uid and gid ownershipSteven Rostedt (Google)3-10/+103
2024-02-23eventfs: Have event files and directories default to parent uid and gidSteven Rostedt (Google)1-3/+9
2024-02-23eventfs: Fix events beyond NAME_MAX blocking tasksBeau Belgrave1-0/+4
2024-02-23eventfs: Make sure that parent->d_inode is locked in creating files/dirsSteven Rostedt (Google)1-0/+4
2024-02-23eventfs: Do not allow NULL parent to eventfs_start_creating()Steven Rostedt (Google)1-9/+4
2024-02-23eventfs: Move taking of inode_lock into dcache_dir_open_wrapper()Steven Rostedt (Google)1-14/+2
2024-02-23eventfs: Use GFP_NOFS for allocation when eventfs_mutex is heldSteven Rostedt (Google)1-2/+2
2024-02-23eventfs: Do not invalidate dentry in create_file/dir_dentry()Steven Rostedt (Google)1-13/+6
2024-02-23eventfs: Remove expectation that ei->is_freed means ei->dentry == NULLSteven Rostedt (Google)1-10/+12
2024-02-23eventfs: Use simple_recursive_removal() to clean up dentriesSteven Rostedt (Google)2-35/+44
2024-02-23eventfs: Remove special processing of dput() of events directorySteven Rostedt (Google)1-17/+2
2024-02-23eventfs: Delete eventfs_inode when the last dentry is freedSteven Rostedt (Google)2-79/+69
2024-02-23eventfs: Hold eventfs_mutex when calling callback functionsSteven Rostedt (Google)2-2/+63
2024-02-23eventfs: Save ownership and modeSteven Rostedt (Google)2-13/+151
2024-02-23eventfs: Test for ei->is_freed when accessing ei->dentrySteven Rostedt (Google)2-7/+41
2024-02-23eventfs: Have a free_ei() that just frees the eventfs_inodeSteven Rostedt (Google)1-8/+11
2024-02-23eventfs: Remove "is_freed" union with rcu headSteven Rostedt (Google)2-3/+5
2024-02-23eventfs: Fix kerneldoc of eventfs_remove_rec()Steven Rostedt (Google)1-2/+4
2024-02-23eventfs: Remove extra dget() in eventfs_create_events_dir()Steven Rostedt (Google)1-3/+0
2024-02-23eventfs: Fix typo in eventfs_inode union commentSteven Rostedt (Google)1-1/+1
2024-02-23eventfs: Fix WARN_ON() in create_file_dentry()Steven Rostedt (Google)1-1/+2
2024-02-23tracefs/eventfs: Modify mismatched function nameJiapeng Chong1-1/+1
2024-02-23eventfs: Fix failure path in eventfs_create_events_dir()Steven Rostedt (Google)1-1/+2
2024-02-23eventfs: Use ERR_CAST() in eventfs_create_events_dir()Nathan Chancellor1-1/+1
2024-02-23eventfs: Use eventfs_remove_events_dir()Steven Rostedt (Google)3-13/+9
2024-02-23eventfs: Remove eventfs_file and just use eventfs_inodeSteven Rostedt (Google)8-536/+705
2024-02-23Revert "eventfs: Remove "is_freed" union with rcu head"Steven Rostedt (Google)1-5/+3
2024-02-23Revert "eventfs: Save ownership and mode"Steven Rostedt (Google)1-91/+16
2024-02-23Revert "eventfs: Delete eventfs_inode when the last dentry is freed"Steven Rostedt (Google)1-74/+76
2024-02-23Revert "eventfs: Use simple_recursive_removal() to clean up dentries"Steven Rostedt (Google)1-33/+38
2024-02-23Revert "eventfs: Check for NULL ef in eventfs_set_attr()"Steven Rostedt (Google)1-2/+2
2024-02-23Revert "eventfs: Do not allow NULL parent to eventfs_start_creating()"Steven Rostedt (Google)1-4/+9
2024-02-23parisc: Fix random data corruption from exception handlerHelge Deller8-71/+108
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-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: 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-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-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-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-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-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-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-0/+1
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-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-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/amd/display: Preserve original aspect ratio in create streamTom Chung1-0/+2
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/amd/display: Add align done checkZhikai Zhai1-1/+4
2024-02-23drm/msm: Wire up tlb opsRob Clark1-3/+29
2024-02-23ksmbd: free aux buffer if ksmbd_iov_pin_rsp_read failsFedor Pchelkin1-2/+6
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