summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-20Linux 5.10.178v5.10.178Greg Kroah-Hartman
2023-04-20sysctl: Fix data-races in proc_dou8vec_minmax().Kuniyuki Iwashima
2023-04-20panic, kexec: make __crash_kexec() NMI safeValentin Schneider
2023-04-20kexec: turn all kexec_mutex acquisitions into trylocksValentin Schneider
2023-04-20kexec: move locking into do_kexec_loadArnd Bergmann
2023-04-20riscv: Handle zicsr/zifencei issues between clang and binutilsNathan Chancellor
2023-04-20kbuild: check CONFIG_AS_IS_LLVM instead of LLVM_IASMasahiro Yamada
2023-04-20kbuild: Switch to 'f' variants of integrated assembler flagNathan Chancellor
2023-04-20kbuild: check the minimum assembler version in KconfigMasahiro Yamada
2023-04-20coresight-etm4: Fix for() loop drvdata->nr_addr_cmp range bugSteve Clevenger
2023-04-20watchdog: sbsa_wdog: Make sure the timeout programming is within the limitsGeorge Cherian
2023-04-20i2c: ocores: generate stop condition after timeout in polling modeGregor Herburger
2023-04-20x86/rtc: Remove __init for runtime functionsMatija Glavinic Pecotic
2023-04-20sched/fair: Fix imbalance overflowVincent Guittot
2023-04-20sched/fair: Move calculate of avg_load to a better locationzgpeng
2023-04-20powerpc/papr_scm: Update the NUMA distance table for the target nodeAneesh Kumar K.V
2023-04-20powerpc/pseries: Add support for FORM2 associativityAneesh Kumar K.V
2023-04-20powerpc/pseries: Add a helper for form1 cpu distanceAneesh Kumar K.V
2023-04-20powerpc/pseries: Consolidate different NUMA distance update code pathsAneesh Kumar K.V
2023-04-20powerpc/pseries: Rename TYPE1_AFFINITY to FORM1_AFFINITYAneesh Kumar K.V
2023-04-20powerpc/pseries: rename min_common_depth to primary_domain_indexAneesh Kumar K.V
2023-04-20ubi: Fix deadlock caused by recursively holding work_semZhaoLong Wang
2023-04-20mtd: ubi: wl: Fix a couple of kernel-doc issuesLee Jones
2023-04-20ubi: Fix failure attaching when vid_hdr offset equals to (sub)page sizeZhihao Cheng
2023-04-20cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()Waiman Long
2023-04-20x86/PCI: Add quirk for AMD XHCI controller that loses MSI-X state in D3hotBasavaraj Natikar
2023-04-20scsi: ses: Handle enclosure with just a primary component gracefullyJiri Kosina
2023-04-20net: sfp: initialize sfp->i2c_block_size at sfp allocationIvan Bornyakov
2023-04-20riscv: add icache flush for nommu sigreturn trampolineMathis Salmen
2023-04-20asymmetric_keys: log on fatal failures in PE/pkcs7Robbie Harwood
2023-04-20verify_pefile: relax wrapper length checkRobbie Harwood
2023-04-20drm: panel-orientation-quirks: Add quirk for Lenovo Yoga Book X90FHans de Goede
2023-04-20efi: sysfb_efi: Add quirk for Lenovo Yoga Book X91F/LHans de Goede
2023-04-20i2c: imx-lpi2c: clean rx/tx buffers upon new messageAlexander Stein
2023-04-20wifi: mwifiex: mark OF related data as maybe unusedKrzysztof Kozlowski
2023-04-20power: supply: cros_usbpd: reclassify "default case!" as debugGrant Grundler
2023-04-20libbpf: Fix single-line struct definition output in btf_dumpAndrii Nakryiko
2023-04-20net: macb: fix a memory corruption in extended buffer descriptor modeRoman Gushchin
2023-04-20udp6: fix potential access to stale informationEric Dumazet
2023-04-20RDMA/core: Fix GID entry ref leak when create_ah failsSaravanan Vajravel
2023-04-20sctp: fix a potential overflow in sctp_ifwdtsn_skipXin Long
2023-04-20net: qrtr: Fix an uninit variable access bug in qrtr_tx_resume()Ziyang Xuan
2023-04-20qlcnic: check pci_reset_function resultDenis Plotnikov
2023-04-20drm/armada: Fix a potential double free in an error handling pathChristophe JAILLET
2023-04-20tcp: restrict net.ipv4.tcp_app_winYueHaibing
2023-04-20tcp: convert elligible sysctls to u8Eric Dumazet
2023-04-20ipv4: shrink netns_ipv4 with sysctl conversionsEric Dumazet
2023-04-20sysctl: add proc_dou8vec_minmax()Eric Dumazet
2023-04-20niu: Fix missing unwind goto in niu_alloc_channels()Harshit Mogalapalli
2023-04-209p/xen : Fix use after free bug in xen_9pfs_front_remove due to race conditionZheng Wang