summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-04ice: change q_index variable type to s16 to store -1 valueMateusz Polchlopek
2024-11-04ice: Fix use after free during unload with ports in bridgeMarcin Szycik
2024-11-04KEYS: trusted: dcp: fix NULL dereference in AEAD crypto operationDavid Gstir
2024-11-04security/keys: fix slab-out-of-bounds in key_task_permissionChen Ridong
2024-11-04Merge tag 'mmc-v6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds
2024-11-04Merge tag 'tpmdd-next-6.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-11-04can: mcp251xfd: mcp251xfd_get_tef_len(): fix length calculationMarc Kleine-Budde
2024-11-04can: mcp251xfd: mcp251xfd_ring_alloc(): fix coalescing configuration when swi...Marc Kleine-Budde
2024-11-04can: rockchip_canfd: Drop obsolete dependency on COMPILE_TESTJean Delvare
2024-11-04can: rockchip_canfd: CAN_ROCKCHIP_CANFD should depend on ARCH_ROCKCHIPGeert Uytterhoeven
2024-11-04can: c_can: fix {rx,tx}_errors statisticsDario Binacchi
2024-11-04can: m_can: m_can_close(): don't call free_irq() for IRQ-less devicesMarc Kleine-Budde
2024-11-04can: {cc770,sja1000}_isa: allow building on x86_64Thomas Mühlbacher
2024-11-04can: j1939: fix error in J1939 documentation.Alexander Hölzl
2024-11-04dm cache: fix potential out-of-bounds access on the first resumeMing-Hung Tsai
2024-11-04dm cache: optimize dirty bit checking with find_next_bit when resizingMing-Hung Tsai
2024-11-04dm cache: fix out-of-bounds access to the dirty bitset when resizingMing-Hung Tsai
2024-11-04dm cache: fix flushing uninitialized delayed_work on cache_ctr errorMing-Hung Tsai
2024-11-04dm cache: correct the number of origin blocks to match the target lengthMing-Hung Tsai
2024-11-04dm-verity: don't crash if panic_on_corruption is not selectedMikulas Patocka
2024-11-04dm-unstriped: cast an operand to sector_t to prevent potential uint32_t overflowZichen Xie
2024-11-04nfs: avoid i_lock contention in nfs_clear_invalid_mappingMike Snitzer
2024-11-04nfs_common: fix localio to cope with racing nfs_local_probe()Mike Snitzer
2024-11-04NFS: Further fixes to attribute delegation a/mtime changesTrond Myklebust
2024-11-04NFS: Fix attribute delegation behaviour on exclusive createTrond Myklebust
2024-11-04nfs: Fix KMSAN warning in decode_getfattr_attrs()Roberto Sassu
2024-11-04NFSv3: only use NFS timeout for MOUNT when protocols are compatibleNeilBrown
2024-11-04sunrpc: handle -ENOTCONN in xs_tcp_setup_socket()NeilBrown
2024-11-04Merge tag 'qcom-drivers-fixes-for-6.12' of https://git.kernel.org/pub/scm/lin...Arnd Bergmann
2024-11-04platform/x86: ideapad-laptop: add missing Ideapad Pro 5 fn keysRenato Caldas
2024-11-04platform/x86: dell-wmi-base: Handle META key Lock/Unlock eventsKurt Borja
2024-11-04platform/x86: dell-smbios-base: Extends support to Alienware productsKurt Borja
2024-11-04platform/x86/amd/pmc: Detect when STB is not availableCorey Hickey
2024-11-04Merge branch 'mx95-netc-support'David S. Miller
2024-11-04MAINTAINERS: update ENETC driver files and maintainersWei Fang
2024-11-04net: enetc: add preliminary support for i.MX95 ENETC PFWei Fang
2024-11-04net: enetc: optimize the allocation of tx_bdrClark Wang
2024-11-04net: enetc: extract enetc_int_vector_init/destroy() from enetc_alloc_msix()Clark Wang
2024-11-04net: enetc: add i.MX95 EMDIO supportWei Fang
2024-11-04net: enetc: remove ERR050089 workaround for i.MX95Vladimir Oltean
2024-11-04net: enetc: build enetc_pf_common.c as a separate moduleWei Fang
2024-11-04net: enetc: extract common ENETC PF parts for LS1028A and i.MX95 platformsWei Fang
2024-11-04net: enetc: add initial netc-blk-ctrl driver supportWei Fang
2024-11-04dt-bindings: net: add bindings for NETC blocks controlWei Fang
2024-11-04dt-bindings: net: add i.MX95 ENETC supportWei Fang
2024-11-04dt-bindings: net: add compatible string for i.MX95 EMDIOWei Fang
2024-11-04platform/x86/amd/pmf: Add SMU metrics table support for 1Ah family 60h modelShyam Sundar S K
2024-11-03Linux 6.12-rc6v6.12-rc6Linus Torvalds
2024-11-04tpm: Lock TPM chip in tpm_pm_suspend() firstJarkko Sakkinen
2024-11-03Merge branch 'mlx5-misc-patches-2024-10-31'Jakub Kicinski