summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-01Linux 5.15.110v5.15.110Greg Kroah-Hartman
2023-05-01riscv: No need to relocate the dtb as it lies in the fixmap regionAlexandre Ghiti
2023-05-01riscv: Do not set initial_boot_params to the linear address of the dtbAlexandre Ghiti
2023-05-01riscv: Move early dtb mapping into the fixmap regionAlexandre Ghiti
2023-05-01selftests: mptcp: join: fix "invalid address, ADD_ADDR timeout"Matthieu Baerts
2023-05-01driver core: Don't require dynamic_debug for initcall_debug probe timingStephen Boyd
2023-05-01USB: serial: option: add UNISOC vendor and TOZED LT70C productArınç ÜNAL
2023-05-01bluetooth: Perform careful capability checks in hci_sock_ioctl()Ruihan Li
2023-05-01drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_varDaniel Vetter
2023-05-01wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies()Jisoo Jang
2023-05-01KVM: arm64: Fix buffer overflow in kvm_arm_set_fw_reg()Dan Carpenter
2023-05-01KVM: arm64: Retry fault if vma_lookup() results become invalidDavid Matlack
2023-05-01selftests/kselftest/runner/run_one(): allow running non-executable filesSeongJae Park
2023-05-01PCI/ASPM: Remove pcie_aspm_pm_state_change()Kai-Heng Feng
2023-04-26Linux 5.15.109v5.15.109Greg Kroah-Hartman
2023-04-26soc: sifive: l2_cache: fix missing of_node_put() in sifive_l2_init()Yang Yingliang
2023-04-26soc: sifive: l2_cache: fix missing free_irq() in error path in sifive_l2_init()Yang Yingliang
2023-04-26soc: sifive: l2_cache: fix missing iounmap() in error path in sifive_l2_init()Yang Yingliang
2023-04-26ASN.1: Fix check for strdup() successEkaterina Orlova
2023-04-26ASoC: fsl_asrc_dma: fix potential null-ptr-derefNikita Zhandarovich
2023-04-26mm/page_alloc: fix potential deadlock on zonelist_update_seq seqlockTetsuo Handa
2023-04-26iio: adc: at91-sama5d2_adc: fix an error code in at91_adc_allocate_trigger()Dan Carpenter
2023-04-26counter: 104-quad-8: Fix race condition between FLAG and CNTR readsWilliam Breathitt Gray
2023-04-26pwm: hibvt: Explicitly set .polarity in .get_state()Uwe Kleine-König
2023-04-26pwm: iqs620a: Explicitly set .polarity in .get_state()Uwe Kleine-König
2023-04-26pwm: meson: Explicitly set .polarity in .get_state()Uwe Kleine-König
2023-04-26sctp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima
2023-04-26dccp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima
2023-04-26inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy().Kuniyuki Iwashima
2023-04-26tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima
2023-04-26udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM).Kuniyuki Iwashima
2023-04-26fuse: fix deadlock between atomic O_TRUNC and page invalidationMiklos Szeredi
2023-04-26fuse: always revalidate rename target dentryJiachen Zhang
2023-04-26fuse: fix attr version comparison in fuse_read_update_size()Miklos Szeredi
2023-04-26purgatory: fix disabling debug infoAlyssa Ross
2023-04-26docs: futex: Fix kernel-doc references after code split-up preparationSalvatore Bonaccorso
2023-04-26MIPS: Define RUNTIME_DISCARD_EXIT in LD scriptJiaxun Yang
2023-04-26sched/fair: Fixes for capacity inversion detectionQais Yousef
2023-04-26sched/uclamp: Fix a uninitialized variable warningsQais Yousef
2023-04-26sched/fair: Consider capacity inversion in util_fits_cpu()Qais Yousef
2023-04-26sched/fair: Detect capacity inversionQais Yousef
2023-04-26sched/uclamp: Cater for uclamp in find_energy_efficient_cpu()'s early exit co...Qais Yousef
2023-04-26sched/uclamp: Make cpu_overutilized() use util_fits_cpu()Qais Yousef
2023-04-26sched/uclamp: Fix fits_capacity() check in feec()Qais Yousef
2023-04-26mm: page_alloc: skip regions with hugetlbfs pages when allocating 1G pagesMel Gorman
2023-04-26mm/khugepaged: check again on anon uffd-wp during isolationPeter Xu
2023-04-26drm/i915: Fix fast wake AUX sync lenVille Syrjälä
2023-04-26mmc: sdhci_am654: Set HIGH_SPEED_ENA for SDR12 and SDR25Bhavya Kapoor
2023-04-26kernel/sys.c: fix and improve control flow in __sys_setres[ug]id()Ondrej Mosnacek
2023-04-26memstick: fix memory leak if card device is never registeredGreg Kroah-Hartman