aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-05ksmbd: fix memory leak in smb2_lock()Zizhi Wo1-0/+1
2023-12-05scsi: be2iscsi: Fix a memleak in beiscsi_init_wrb_handle()Dinghao Liu1-0/+1
2023-12-05tracing: Fix a possible race when disabling buffered eventsPetr Pavlu1-4/+8
2023-12-05tracing: Fix a warning when allocating buffered events failsPetr Pavlu1-6/+5
2023-12-05tracing: Fix incomplete locking when disabling buffered eventsPetr Pavlu1-8/+4
2023-12-05tracing: Disable snapshot buffer when stopping instance tracersSteven Rostedt (Google)1-76/+34
2023-12-05tracing: Stop current tracer when resizing bufferSteven Rostedt (Google)1-3/+7
2023-12-05tracing: Always update snapshot buffer sizeSteven Rostedt (Google)1-2/+1
2023-12-05powercap: DTPM: Fix missing cpufreq_cpu_put() callsLukasz Luba1-4/+13
2023-12-06Revert "xhci: Loosen RPM as default policy to cover for AMD xHC 1.1"Mathias Nyman1-2/+0
2023-12-05perf list: Fix JSON segfault by setting the used skip_duplicate_pmus callbackIan Rogers1-0/+6
2023-12-05iavf: validate tx_coalesce_usecs even if rx_coalesce_usecs is zeroJacob Keller2-11/+2
2023-12-05i40e: Fix unexpected MFS warning messageIvan Vecera1-1/+1
2023-12-05ice: Restore fix disabling RX VLAN filteringMarcin Szycik1-3/+8
2023-12-05ice: change vfs.num_msix_per to vf->num_msixMichal Swiatkowski2-9/+3
2023-12-05perf vendor events arm64: AmpereOne: Add missing DefaultMetricgroupName fieldsIlkka Koskinen1-0/+2
2023-12-05perf metrics: Avoid segv if default metricgroup isn't setIan Rogers1-1/+1
2023-12-05MIPS: kernel: Clear FPU states when setting up kernel threadsThomas Bogendoerfer1-12/+13
2023-12-05MIPS: Loongson64: Handle more memory types passed from firmwareJiaxun Yang2-17/+31
2023-12-05MIPS: Loongson64: Enable DMA noncoherent supportJiaxun Yang3-2/+13
2023-12-05MIPS: Loongson64: Reserve vgabios memory on bootJiaxun Yang1-0/+5
2023-12-05mips/smp: Call rcutree_report_cpu_starting() earlierStefan Wiehler1-2/+2
2023-12-05octeontx2-af: fix a use-after-free in rvu_npa_register_reportersZhipeng Lu1-4/+1
2023-12-05io_uring/kbuf: check for buffer list readiness after NULL checkJens Axboe1-2/+2
2023-12-05io_uring/kbuf: Fix an NULL vs IS_ERR() bug in io_alloc_pbuf_ring()Dan Carpenter1-2/+2
2023-12-05xsk: Skip polling event check for unbound socketYewon Choi1-3/+2
2023-12-05dt-bindings: pwm: imx-pwm: Unify #pwm-cells for all compatiblesAlexander Stein1-6/+4
2023-12-05ARM: dts: imx6ul-pico: Describe the Ethernet PHY clockFabio Estevam1-0/+2
2023-12-05drm/i915: correct the input parameter on _intel_dsb_commit()heminhong1-1/+1
2023-12-05drm/i915/mst: Reject modes that require the bigjoinerVille Syrjälä1-0/+4
2023-12-05drm/i915/mst: Fix .mode_valid_ctx() return valuesVille Syrjälä1-4/+8
2023-12-05drm/i915: Skip some timing checks on BXT/GLK DSI transcodersVille Syrjälä12-3/+79
2023-12-05arm64: dts: imx8mp: imx8mq: Add parkmode-disable-ss-quirk on DWC3Nathan Rossi2-0/+4
2023-12-05drm/bridge: tc358768: select CONFIG_VIDEOMODE_HELPERSArnd Bergmann1-0/+1
2023-12-04net/mlx5: Fix a NULL vs IS_ERR() checkDan Carpenter1-1/+1
2023-12-04net/mlx5e: Check netdev pointer before checking its net nsGavin Li1-6/+10
2023-12-04net/mlx5: Nack sync reset request when HotPlug is enabledMoshe Shemesh1-0/+29
2023-12-04net/mlx5e: TC, Don't offload post action rule if not supportedChris Mi2-4/+27
2023-12-04net/mlx5e: Fix possible deadlock on mlx5e_tx_timeout_workMoshe Shemesh2-3/+25
2023-12-04net/mlx5e: Disable IPsec offload support if not FW steeringChris Mi2-16/+18
2023-12-04net/mlx5e: Check the number of elements before walk TC rhashtableJianbo Liu1-1/+1
2023-12-04net/mlx5e: Reduce eswitch mode_lock protection contextJianbo Liu4-32/+52
2023-12-04net/mlx5e: Tidy up IPsec NAT-T SA discoveryLeon Romanovsky2-7/+17
2023-12-04net/mlx5e: Add IPsec and ASO syndromes check in HWPatrisious Haddad2-20/+223
2023-12-04net/mlx5e: Remove exposure of IPsec RX flow steering structLeon Romanovsky3-19/+19
2023-12-04net/mlx5e: Unify esw and normal IPsec status table creation/destructionPatrisious Haddad3-213/+141
2023-12-04net/mlx5e: Ensure that IPsec sequence packet number starts from 1Leon Romanovsky1-1/+8
2023-12-04net/mlx5e: Honor user choice of IPsec replay window sizeLeon Romanovsky3-1/+29
2023-12-05powerpc/ftrace: Fix stack teardown in ftrace_no_traceNaveen N Rao1-2/+2
2023-12-04net: stmmac: fix FPE events losingJianheng Zhang7-30/+36