aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-05tools: ynl: remove extraneous ; after statementsColin Ian King1-2/+2
2024-08-05Merge branch 'net-constify-struct-net-parameter-of-socket-lookups'Jakub Kicinski10-43/+47
2024-08-05ipv6: udp: constify 'struct net' parameter of socket lookupsEric Dumazet3-7/+7
2024-08-05inet6: constify 'struct net' parameter of various lookup helpersEric Dumazet3-13/+14
2024-08-05udp: constify 'struct net' parameter of socket lookupsEric Dumazet2-8/+10
2024-08-05fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHAREAl Viro3-17/+60
2024-08-05inet: constify 'struct net' parameter of various lookup helpersEric Dumazet3-10/+10
2024-08-05inet: constify inet_sk_bound_dev_eq() net parameterEric Dumazet5-5/+6
2024-08-05drm/i915/gt: Empty uabi engines list during intel_engines_release()Krzysztof Niemiec1-0/+2
2024-08-05gcc-plugins: randstruct: Remove GCC 4.7 or newer requirementThorsten Blum1-4/+0
2024-08-05refcount: Report UAF for refcount_sub_and_test(0) when counter==0Petr Pavlu2-2/+18
2024-08-05drm/i915/gt: Add Wa_14019789679Nitin Gote2-1/+16
2024-08-05Merge tag 'linux_kselftest-fixes-6.11-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-1/+1
2024-08-05drm/xe: Only check last fence on user bindsMatthew Brost1-4/+6
2024-08-05selftest/cgroup: Add new test cases to test_cpuset_prs.shWaiman Long1-1/+11
2024-08-05cgroup/cpuset: Check for partition roots with overlapping CPUsWaiman Long1-16/+18
2024-08-05Merge branch 'cgroup/for-6.11-fixes' into cgroup/for-6.12Tejun Heo1-17/+21
2024-08-05drm/msm/dpu: take plane rotation into account for wide planesDmitry Baryshkov1-0/+12
2024-08-05drm/msm/dpu: relax YUV requirementsDmitry Baryshkov1-3/+2
2024-08-05drm/msm/dpu: limit QCM2290 to RGB formats onlyDmitry Baryshkov1-2/+2
2024-08-05drm/msm/dpu: cleanup FB if dpu_format_populate_layout failsDmitry Baryshkov1-0/+3
2024-08-05drm/msm/dp: reset the link phy params before link trainingAbhinav Kumar1-0/+2
2024-08-05drm/msm/dpu: move dpu_encoder's connector assignment to atomic_enable()Abhinav Kumar1-2/+2
2024-08-05cgroup/cpuset: Eliminate unncessary sched domains rebuilds in hotplugWaiman Long1-16/+17
2024-08-05cgroup/cpuset: Clear effective_xcpus on cpus_allowed clearing only if cpus.ex...Waiman Long1-1/+2
2024-08-05cgroup/cpuset: fix panic caused by partcmd_updateChen Ridong1-0/+2
2024-08-05drm/msm/dp: fix the max supported bpp logicAbhinav Kumar1-9/+10
2024-08-05drm/msm/dpu: don't play tricks with debug macrosDmitry Baryshkov1-12/+2
2024-08-05syscalls: fix fstat() entry againArnd Bergmann1-1/+1
2024-08-05cgroup/pids: Remove unreachable paths of pids_{can,cancel}_forkXiu Jianfeng1-12/+2
2024-08-05f2fs: atomic: fix to avoid racing w/ GCChao Yu2-2/+16
2024-08-05f2fs: fix macro definition stat_inc_cp_countJulian Sun1-1/+1
2024-08-05f2fs: fix macro definition on_f2fs_build_free_nidsJulian Sun1-1/+1
2024-08-05f2fs: add write priority option based on zone UFSLiao Yuanhong5-1/+58
2024-08-05f2fs: avoid potential int overflow in sanity_check_area_boundary()Nikita Zhandarovich1-2/+2
2024-08-05f2fs: fix several potential integer overflows in file offsetsNikita Zhandarovich2-3/+3
2024-08-05f2fs: prevent possible int overflow in dir_block_index()Nikita Zhandarovich1-1/+2
2024-08-05f2fs: clean up data_blkaddr() and get_dnode_addr()Chao Yu1-29/+17
2024-08-05docs: KVM: Fix register ID of SPSR_FIQTakahiro Itazuri1-1/+1
2024-08-05arm64: dts: ti: k3-j722s: Fix gpio-range for main_pmx0Jared McArthur1-1/+2
2024-08-05arm64: dts: ti: k3-am62p: Fix gpio-range for main_pmx0Jared McArthur1-1/+2
2024-08-05arm64: dts: ti: k3-am62p: Add gpio-ranges for mcu_gpio0Jared McArthur1-0/+2
2024-08-05perf annotate: Add --skip-empty optionNamhyung Kim3-5/+22
2024-08-05perf annotate: Set al->data_nr using the notes->src->nr_eventsNamhyung Kim1-4/+2
2024-08-05perf annotate: Use annotation__pcnt_width() consistentlyNamhyung Kim2-10/+6
2024-08-05perf annotate: Set notes->src->nr_events earlyNamhyung Kim1-6/+6
2024-08-05perf annotate: Use al->data_nr if possibleNamhyung Kim1-4/+3
2024-08-05Merge patch series "RISC-V: Parse DT for Zkr to seed KASLR"Palmer Dabbelt9-16/+224
2024-08-05RISC-V: Use Zkr to seed KASLR base addressJesse Taube5-2/+199
2024-08-05RISC-V: pi: Add kernel/pi/pi.hJesse Taube3-14/+20