summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-30Linux 5.10.152v5.10.152Greg Kroah-Hartman1-1/+1
2022-10-30udp: Update reuse->has_conns under reuseport_lock.Kuniyuki Iwashima6-10/+25
2022-10-30mm: /proc/pid/smaps_rollup: fix no vma's null-derefSeth Jenkins1-1/+1
2022-10-30blk-wbt: fix that 'rwb->wc' is always set to 1 in wbt_init()Yu Kuai1-2/+1
2022-10-30mmc: core: Add SD card quirk for broken discardAvri Altman4-1/+19
2022-10-30Makefile.debug: re-enable debug info for .S filesNick Desaulniers1-1/+3
2022-10-30x86/Kconfig: Drop check for -mabi=ms for CONFIG_EFI_STUBNathan Chancellor1-1/+0
2022-10-30ACPI: video: Force backlight native for more TongFang devicesWerner Sembach1-0/+64
2022-10-30hv_netvsc: Fix race between VF offering and VF association message from hostGaurav Kohli3-1/+26
2022-10-30perf/x86/intel/pt: Relax address filter validationAdrian Hunter1-13/+50
2022-10-30riscv: topology: fix default topology reportingConor Dooley2-2/+4
2022-10-30arm64: topology: move store_cpu_topology() to shared codeConor Dooley2-40/+19
2022-10-30arm64: dts: qcom: sc7180-trogdor: Fixup modem memory regionSibi Sankar2-1/+5
2022-10-30fcntl: fix potential deadlocks for &fown_struct.lockDesmond Cheong Zhi Xi1-6/+7
2022-10-30fcntl: make F_GETOWN(EX) return 0 on dead owner taskPavel Tikhomirov1-6/+13
2022-10-30perf: Skip and warn on unknown format 'configN' attrsRob Herring5-13/+26
2022-10-30perf pmu: Validate raw event with sysfs exported format bitsJin Yao3-0/+39
2022-10-30riscv: always honor the CONFIG_CMDLINE_FORCE when parsing dtbWenting Zhang1-2/+2
2022-10-30riscv: Add machine name to kernel boot log and stack dump outputKefeng Wang1-1/+8
2022-10-30mmc: sdhci-tegra: Use actual clock rate for SW tuning correctionPrathamesh Shete1-1/+1
2022-10-30xen/gntdev: Accommodate VMA splittingM. Vefa Bicakci2-34/+27
2022-10-30xen: assume XENFEAT_gnttab_map_avail_bits being set for pv guestsJuergen Gross1-34/+2
2022-10-30tracing: Do not free snapshot if tracer is on cmdlineSteven Rostedt (Google)1-4/+6
2022-10-30tracing: Simplify conditional compilation code in tracing_set_tracer()sunliming1-2/+0
2022-10-30dmaengine: mxs: use platform_driver_registerDario Binacchi1-7/+4
2022-10-30dmaengine: mxs-dma: Remove the unused .id_tableFabio Estevam1-32/+5
2022-10-30drm/virtio: Use appropriate atomic state in virtio_gpu_plane_cleanup_fb()Dmitry Osipenko1-3/+3
2022-10-30iommu/vt-d: Clean up si_domain in the init_dmars() error pathJerry Snitselaar1-0/+5
2022-10-30iommu/vt-d: Allow NVS regions in arch_rmrr_sanity_check()Charlotte Tan1-1/+3
2022-10-30net: phy: dp83822: disable MDI crossover status change interruptFelix Riemann1-2/+1
2022-10-30net: sched: fix race condition in qdisc_graft()Eric Dumazet1-2/+3
2022-10-30net: hns: fix possible memory leak in hnae_ae_register()Yang Yingliang1-1/+3
2022-10-30sfc: include vport_id in filter spec hash and equal()Pieter Jansen van Vuuren2-6/+7
2022-10-30net: sched: sfb: fix null pointer access issue when sfb_init() failsZhengchao Shao1-1/+2
2022-10-30net: sched: delete duplicate cleanup of backlog and qlenZhengchao Shao21-40/+0
2022-10-30net: sched: cake: fix null pointer access issue when cake_init() failsZhengchao Shao1-0/+4
2022-10-30nvme-hwmon: kmalloc the NVME SMART log bufferSerge Semin1-7/+16
2022-10-30nvme-hwmon: consistently ignore errors from nvme_hwmon_initChristoph Hellwig2-6/+13
2022-10-30nvme-hwmon: Return error code when registration failsDaniel Wagner1-0/+1
2022-10-30nvme-hwmon: rework to avoid devm allocationHannes Reinecke3-10/+30
2022-10-30ionic: catch NULL pointer issue on reconfigBrett Creeley1-4/+8
2022-10-30net: hsr: avoid possible NULL deref in skb_clone()Eric Dumazet1-6/+6
2022-10-30cifs: Fix xid leak in cifs_ses_add_channel()Zhang Xiaoxu1-0/+1
2022-10-30cifs: Fix xid leak in cifs_flock()Zhang Xiaoxu1-4/+7
2022-10-30cifs: Fix xid leak in cifs_copy_file_range()Zhang Xiaoxu1-2/+5
2022-10-30net: phy: dp83867: Extend RX strap quirk for SGMII modeHarini Katakam1-0/+8
2022-10-30net/atm: fix proc_mpc_write incorrect return valueXiaobo Liu1-1/+2
2022-10-30sfc: Change VF mac via PF as first preference if available.Jonathan Cooper1-34/+24
2022-10-30HID: magicmouse: Do not set BTN_MOUSE on double reportJosé Expósito1-1/+1
2022-10-30i40e: Fix DMA mappings leakJan Sokolowski6-28/+74