aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-19bcachefs: Fix bch2_trans_put()Kent Overstreet1-3/+8
2024-06-19bcachefs: set_worker_desc() for delete_dead_snapshotsKent Overstreet1-0/+2
2024-06-19bcachefs: Fix bch2_sb_downgrade_update()Kent Overstreet1-1/+1
2024-06-19bcachefs: Handle cached data LRU wraparoundKent Overstreet1-5/+41
2024-06-19bcachefs: Guard against overflowing LRU_TIME_BITSKent Overstreet6-12/+32
2024-06-19bcachefs: delete_dead_snapshots() doesn't need to go RWKent Overstreet1-7/+0
2024-06-19bcachefs: Fix early init error path in journal codeKent Overstreet1-0/+3
2024-06-19bcachefs: Check for invalid btree IDsKent Overstreet2-2/+12
2024-06-19bcachefs: Fix btree ID bitmasksKent Overstreet2-10/+11
2024-06-19bcachefs: Fix shift overflow in read_one_super()Kent Overstreet1-3/+4
2024-06-19bcachefs: Fix a locking bug in the do_discard_fast() pathKent Overstreet1-1/+1
2024-06-19bcachefs: Fix array-index-out-of-boundsKent Overstreet3-3/+8
2024-06-19bcachefs: Fix initialization order for srcu barrierKent Overstreet1-1/+1
2024-06-19drm/amdgpu: init TA fw for psp v14Likun Gao1-0/+5
2024-06-19drm/amdgpu: cleanup MES11 command submissionChristian König1-28/+48
2024-06-19drm/amdgpu: fix UBSAN warning in kv_dpm.cAlex Deucher1-0/+2
2024-06-19drm/radeon: fix UBSAN warning in kv_dpm.cAlex Deucher1-0/+2
2024-06-19fortify: Do not special-case 0-sized destinationsKees Cook2-8/+3
2024-06-19exec: Add KUnit test for bprm_stack_limits()Kees Cook4-0/+136
2024-06-19cifs: fix typo in module parameter enable_gcm_256Steve French1-1/+1
2024-06-19binfmt_elf: Honor PT_LOAD alignment for static PIEKees Cook2-6/+38
2024-06-19binfmt_elf: Calculate total_size earlierKees Cook1-25/+27
2024-06-19selftests/exec: Build both static and non-static load_address testsKees Cook2-20/+66
2024-06-19x86/alternatives: Make FineIBT mode Kconfig selectableKees Cook3-5/+14
2024-06-19vfs: link_path_walk: do '.' and '..' detection while hashingLinus Torvalds1-22/+46
2024-06-19vfs: link_path_walk: clarify and improve name hashing interfaceLinus Torvalds1-8/+12
2024-06-19vfs: link_path_walk: simplify name hash flowLinus Torvalds1-16/+13
2024-06-19arm64: word-at-a-time: improve byte count calculations for LELinus Torvalds1-8/+3
2024-06-19x86-64: word-at-a-time: improve byte count calculationsLinus Torvalds1-34/+23
2024-06-19runtime constants: add x86 architecture supportLinus Torvalds2-0/+64
2024-06-19runtime constants: add default dummy infrastructureLinus Torvalds4-1/+34
2024-06-19vfs: dcache: move hashlen_hash() from callers into d_hash()Linus Torvalds1-4/+4
2024-06-19arm64: start using 'asm goto' for put_user()Linus Torvalds2-34/+39
2024-06-19arm64: start using 'asm goto' for get_user() when availableLinus Torvalds3-30/+104
2024-06-19arm64: dts: rockchip: fix PMIC interrupt pin on ROCK Pi EFUKAUMI Naoki1-2/+2
2024-06-19hte: tegra-194: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-19cpufreq: intel_pstate: Update Lunar Lake hybrid scaling factorSrinivas Pandruvada1-0/+2
2024-06-19cpufreq: intel_pstate: Update Arrow Lake hybrid scaling factorSrinivas Pandruvada1-0/+1
2024-06-19drm/etnaviv: don't disable TS on MMUv2 core when moving the linear windowLucas Stach1-2/+5
2024-06-19drm/etnaviv: Read some FE registers twiceDerek Foreman1-0/+8
2024-06-19drm/amd/display: Disable CONFIG_DRM_AMD_DC_FP for RISC-V with clangNathan Chancellor1-1/+1
2024-06-19drm/amd/display: Attempt to avoid empty TUs when endpoint is DPIAMichael Strauss3-1/+75
2024-06-19drm/amd/display: change dram_clock_latency to 34us for dcn35Paul Hsieh1-1/+1
2024-06-19drm/amd/display: Change dram_clock_latency to 34us for dcn351Daniel Miess1-1/+1
2024-06-19drm/amdgpu: revert "take runtime pm reference when we attach a buffer" v2Christian König3-51/+0
2024-06-19drm/amdgpu: Indicate CU havest info to CPHarish Kasiviswanathan1-2/+13
2024-06-19drm/amd/display: prevent register access while in IPSHamza Mahfooz1-0/+10
2024-06-19drm/amdgpu: fix locking scope when flushing tlbYunxiang Li1-32/+34
2024-06-19drm/amd/display: Remove redundant idle optimization checkRoman Li1-3/+0
2024-06-19x86/uaccess: Improve the 8-byte getuser() caseLinus Torvalds1-49/+20