summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-22fgraph: Use CPU hotplug mechanism to initialize idle shadow stacksSteven Rostedt1-7/+21
2024-10-22x86/bugs: Do not use UNTRAIN_RET with IBPB on entryJohannes Wikner1-0/+17
2024-10-22x86/bugs: Skip RSB fill at VMEXITJohannes Wikner1-0/+15
2024-10-22x86/entry: Have entry_ibpb() invalidate return predictionsJohannes Wikner1-0/+5
2024-10-22x86/cpufeatures: Add a IBPB_NO_RET BUG flagJohannes Wikner2-0/+4
2024-10-22x86/cpufeatures: Define X86_FEATURE_AMD_IBPB_RETJim Mattson1-1/+2
2024-10-22KVM: s390: Change virtual to physical address access in diag 0x258 handlerMichael Mueller1-1/+1
2024-10-22KVM: s390: gaccess: Check if guest address is in memslotNico Boehr2-6/+12
2024-10-22s390/sclp_vt220: Convert newlines to CRLF instead of LFCRThomas Weißschuh1-2/+2
2024-10-22s390/sclp: Deactivate sclp after all its usersThomas Weißschuh1-1/+2
2024-10-22iommu/vt-d: Fix incorrect pci_for_each_dma_alias() for non-PCI devicesLu Baolu1-1/+3
2024-10-22mptcp: prevent MPC handshake on port-based signal endpointsPaolo Abeni5-0/+15
2024-10-22net: fec: Remove duplicated codeCsókás, Bence1-7/+1
2024-10-22net: fec: Move `fec_ptp_read()` to the top of the fileCsókás, Bence1-25/+25
2024-10-22tcp: fix mptcp DSS corruption due to large pmtu xmitPaolo Abeni1-3/+1
2024-10-22mm/damon/tests/sysfs-kunit.h: fix memory leak in damon_sysfs_test_add_targets()Jinjie Ruan1-0/+1
2024-10-22mm/swapfile: skip HugeTLB pages for unuse_vmaLiu Shixin1-1/+1
2024-10-22mm/mglru: only clear kswapd_failures if reclaimableWei Xu1-2/+2
2024-10-22mm: khugepaged: fix the arguments order in khugepaged_collapse_file trace pointYang Shi2-3/+3
2024-10-22mm/mremap: fix move_normal_pmd/retract_page_tables raceJann Horn1-2/+9
2024-10-22selftests/mm: fix deadlock for fork after pthread_create on ARMEdward Liaw1-0/+7
2024-10-22selftests/mm: replace atomic_bool with pthread_barrier_tEdward Liaw3-10/+12
2024-10-22fat: fix uninitialized variableOGAWA Hirofumi1-1/+1
2024-10-22nilfs2: propagate directory read errors from nilfs_find_entry()Ryusuke Konishi3-37/+52
2024-10-22maple_tree: correct tree corruption on spanning storeLorenzo Stoakes1-6/+6
2024-10-22selftests: mptcp: join: test for prohibited MPC to port-based endpPaolo Abeni1-30/+85
2024-10-22net: microchip: vcap api: Fix memory leaks in vcap_api_encode_rule_test()Jinjie Ruan1-0/+2
2024-10-22net: macb: Avoid 20s boot delay by skipping MDIO bus registration for fixed-l...Oleksij Rempel1-3/+11
2024-10-22arm64: probes: Fix uprobes for big-endian kernelsMark Rutland2-7/+5
2024-10-22arm64: probes: Fix simulate_ldr*_literal()Mark Rutland1-11/+7
2024-10-22arm64: probes: Remove broken LDR (literal) uprobe supportMark Rutland1-5/+11
2024-10-22arm64: dts: marvell: cn9130-sr-som: fix cp0 mdio pin numbersJosua Mayer1-1/+1
2024-10-22udp: Compute L4 checksum as usual when not segmenting the skbJakub Sitnicki2-2/+6
2024-10-22posix-clock: Fix missing timespec64 check in pc_clock_settime()Jinjie Ruan1-0/+3
2024-10-22net: enetc: add missing static descriptor and inline keywordWei Fang1-1/+2
2024-10-22net: enetc: disable NAPI after all rings are disabledWei Fang1-6/+6
2024-10-22net: enetc: disable Tx BD rings after they are emptyWei Fang1-10/+26
2024-10-22net: enetc: block concurrent XDP transmissions during ring reconfigurationWei Fang2-0/+15
2024-10-22net: enetc: remove xdp_drops statistic from enetc_xdp_drop()Wei Fang1-1/+1
2024-10-22mptcp: pm: fix UaF read in mptcp_pm_nl_rm_addr_or_subflowMatthieu Baerts (NGI0)1-1/+1
2024-10-22ALSA: hda/conexant - Fix audio routing for HP EliteOne 1000 G2Vasiliy Kovalev1-0/+19
2024-10-22ALSA: scarlett2: Add error check after retrieving PEQ filter valuesZhu Jun1-0/+2
2024-10-22ksmbd: fix user-after-free from session log offNamjae Jeon4-6/+34
2024-10-22btrfs: fix uninitialized pointer free on read_alloc_one_name() errorRoi Martin1-2/+2
2024-10-22btrfs: fix uninitialized pointer free in add_inode_ref()Roi Martin1-1/+1
2024-10-17Linux 6.11.4v6.11.4Greg Kroah-Hartman1-1/+1
2024-10-17io_uring/rw: fix cflags posting for single issue multishot readJens Axboe1-7/+12
2024-10-17PCI: Pass domain number to pci_bus_release_domain_nr() explicitlyManivannan Sadhasivam5-11/+11
2024-10-17secretmem: disable memfd_secret() if arch cannot set direct mapPatrick Roy1-2/+2
2024-10-17fs/proc/kcore.c: allow translation of physical memory addressesAlexander Gordeev2-2/+36