summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-08docs/zh_CN: Add LoongArch booting description's translationYanteng Si
2022-12-08docs/LoongArch: Add booting descriptionYanteng Si
2022-12-08LoongArch: mm: Fix huge page entry update for virtual machineHuacai Chen
2022-12-08LoongArch: Export symbol for function smp_send_reschedule()Bibo Mao
2022-12-07ipv6: avoid use-after-free in ip6_fragment()Eric Dumazet
2022-12-07net: plip: don't call kfree_skb/dev_kfree_skb() under spin_lock_irq()Yang Yingliang
2022-12-07net: phy: mxl-gpy: add MDINT workaroundMichael Walle
2022-12-07Merge tag 'linux-can-fixes-for-6.1-20221207' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2022-12-07Merge tag 'platform-drivers-x86-v6.1-5' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2022-12-07fscache: Fix oops due to race with cookie_lru and use_cookieDave Wysochanski
2022-12-07media: videobuf2-core: take mmap_lock in vb2_get_unmapped_area()Hans Verkuil
2022-12-07drm/amd/display: fix array index out of bound error in DCN32 DMLAurabindo Pillai
2022-12-07drm/amdgpu/sdma_v4_0: turn off SDMA ring buffer in the s2idle suspendPrike Liang
2022-12-07ACPI: APEI: EINJ: Refactor available_error_type_show()Jay Lu
2022-12-07ACPI: APEI: EINJ: Fix formatting errorsJay Lu
2022-12-07ACPI: processor: perflib: Adjust acpi_processor_notify_smm() return valueRafael J. Wysocki
2022-12-07ACPI: processor: perflib: Rearrange acpi_processor_notify_smm()Rafael J. Wysocki
2022-12-07ACPI: processor: perflib: Rearrange unregistration routineRafael J. Wysocki
2022-12-07ACPI: processor: perflib: Drop redundant parenthesesRafael J. Wysocki
2022-12-07ACPI: processor: perflib: Adjust white spaceRafael J. Wysocki
2022-12-07ACPI: processor: idle: Drop unnecessary statements and parensRafael J. Wysocki
2022-12-07ACPI: thermal: Adjust critical.flags.valid checkRafael J. Wysocki
2022-12-07Merge tag 'irqchip-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner
2022-12-07Merge tag 'nvme-6.1-2022-12-07' of git://git.infradead.org/nvme into block-6.1Jens Axboe
2022-12-07net: dsa: mv88e6xxx: accept phy-mode = "internal" for internal PHY portsVladimir Oltean
2022-12-07xen/netback: fix build warningJuergen Gross
2022-12-07xen/netback: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang
2022-12-07platform/x86/amd: pmc: Add a workaround for an s0i3 issue on CezanneMario Limonciello
2022-12-07ARM: 9278/1: kfence: only handle translation faultsWang Kefeng
2022-12-07io_uring: Fix a null-ptr-deref in io_tctx_exit_cb()Harshit Mogalapalli
2022-12-07Merge tag 'ieee802154-for-net-2022-12-05' of git://git.kernel.org/pub/scm/lin...Paolo Abeni
2022-12-07dpaa2-switch: Fix memory leak in dpaa2_switch_acl_entry_add() and dpaa2_switc...Yuan Can
2022-12-07ethernet: aeroflex: fix potential skb leak in greth_init_rings()Zhang Changzhong
2022-12-07tipc: call tipc_lxc_xmit without holding node_read_lockXin Long
2022-12-07can: esd_usb: Allow REC and TEC to return to zeroFrank Jungclaus
2022-12-07can: can327: flush TX_work on ldisc .close()Max Staudt
2022-12-07can: slcan: fix freed work crashJiri Slaby (SUSE)
2022-12-07can: af_can: fix NULL pointer dereference in can_rcv_filterOliver Hartkopp
2022-12-06Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2022-12-06net: dsa: sja1105: fix memory leak in sja1105_setup_devlink_regions()Zhengchao Shao
2022-12-06Merge branch 'ipv4-two-bug-fixes'Jakub Kicinski
2022-12-06ipv4: Fix incorrect route flushing when table ID 0 is usedIdo Schimmel
2022-12-06ipv4: Fix incorrect route flushing when source address is deletedIdo Schimmel
2022-12-06net: fec: properly guard irq coalesce setupRasmus Villemoes
2022-12-06bonding: get correct NA dest addressHangbin Liu
2022-12-07ata: libahci_platform: ahci_platform_find_clk: oops, NULL pointerAnders Roxell
2022-12-06Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2022-12-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-12-06Merge tag 'for-linus-xsa-6.1-rc9-tag' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-12-06Revert "arm64: dma: Drop cache invalidation from arch_dma_prep_coherent()"Will Deacon