summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-26apparmor: Fix ref count leak in task_killJohn Johansen1-1/+0
2024-01-26vdpa: Fix an error handling path in eni_vdpa_probe()Christophe JAILLET1-2/+4
2024-01-26power: supply: Fix null pointer dereference in smb2_probeKunwu Chan1-0/+4
2024-01-26iommu: Don't reserve 0-length IOVA regionAshish Mhetre1-0/+4
2024-01-26usb: gadget: webcam: Make g_webcam loadable againAndrzej Pietrasiewicz3-100/+284
2024-01-26spmi: mtk-pmif: Serialize PMIF status check and command submissionNícolas F. R. A. Prado1-4/+16
2024-01-26usb: cdc-acm: return correct error code on unsupported breakOliver Neukum2-0/+6
2024-01-26tty: use 'if' in send_break() instead of 'goto'Jiri Slaby (SUSE)1-5/+4
2024-01-26tty: don't check for signal_pending() in send_break()Jiri Slaby (SUSE)1-2/+1
2024-01-26tty: early return from send_break() on TTY_DRIVER_HARDWARE_BREAKJiri Slaby (SUSE)1-15/+17
2024-01-26PCI: epf-mhi: Fix the DMA data direction of dma_unmap_single()Manivannan Sadhasivam1-1/+1
2024-01-26bus: mhi: ep: Pass mhi_ep_buf_info struct to read/write APIsManivannan Sadhasivam4-62/+84
2024-01-26bus: mhi: ep: Use slab allocator where applicableManivannan Sadhasivam2-17/+52
2024-01-26bus: mhi: ep: Do not allocate event ring element on stackManivannan Sadhasivam1-18/+50
2024-01-26perf unwind-libunwind: Fix base address for .eh_frameNamhyung Kim1-1/+1
2024-01-26perf unwind-libdw: Handle JIT-generated DSOs properlyNamhyung Kim1-4/+17
2024-01-26perf genelf: Set ELF program header addresses properlyNamhyung Kim1-3/+3
2024-01-26perf hisi-ptt: Fix one memory leakage in hisi_ptt_process_auxtrace_event()Yicong Yang1-0/+1
2024-01-26perf header: Fix one memory leakage in perf_event__fprintf_event_update()Yicong Yang1-2/+3
2024-01-26iio: adc: ad9467: fix scale settingNuno Sa3-59/+66
2024-01-26iio: adc: ad9467: add mutex to struct ad9467_stateNuno Sa1-1/+6
2024-01-26iio: adc: ad9467: don't ignore error codesNuno Sa1-10/+17
2024-01-26iio: adc: ad9467: fix reset gpio handlingNuno Sa1-13/+18
2024-01-26selftests/sgx: Skip non X86_64 platformZhao Mengmeng1-1/+1
2024-01-26selftests/sgx: Include memory clobber for inline asm in test enclaveJo Van Bulck1-3/+5
2024-01-26selftests/sgx: Fix uninitialized pointer dereferences in encl_get_entryJo Van Bulck1-3/+6
2024-01-26selftests/sgx: Fix uninitialized pointer dereference in error pathJo Van Bulck1-2/+3
2024-01-26serial: imx: fix tx statemachine deadlockPaul Geurts1-2/+2
2024-01-26software node: Let args be NULL in software_node_get_reference_argsSakari Ailus1-0/+3
2024-01-26acpi: property: Let args be NULL in __acpi_node_get_property_referenceSakari Ailus1-0/+4
2024-01-26base/node.c: initialize the accessor list before registeringGregory Price1-3/+6
2024-01-26perf stat: Exit perf stat if parse groups failsIan Rogers1-7/+11
2024-01-26perf mem: Fix error on hybrid related to availability of mem event in a PMUKan Liang1-11/+14
2024-01-26perf vendor events arm64 AmpereOne: Rename BPU_FLUSH_MEM_FAULT to GPC_FLUSH_M...Ilkka Koskinen1-1/+1
2024-01-26vfio/pds: Fix calculations in pds_vfio_dirty_syncBrett Creeley1-3/+3
2024-01-26perf test record user-regs: Fix mask for vg registerVeronika Molnarova2-2/+2
2024-01-26libapi: Add missing linux/types.h header to get the __u64 type on io.hArnaldo Carvalho de Melo1-0/+1
2024-01-26perf header: Fix segfault on build_mem_topology() error pathAdrian Hunter1-1/+3
2024-01-26perf test: Remove atomics from test_loop to avoid test failuresNick Forrington1-3/+1
2024-01-26iommu: Map reserved memory as cacheable if device is coherentLaurentiu Tudor1-0/+3
2024-01-26serial: 8250: omap: Don't skip resource freeing if pm_runtime_resume_and_get(...Uwe Kleine-König1-1/+1
2024-01-26PCI: Avoid potential out-of-bounds read in pci_dev_for_each_resource()Andy Shevchenko1-6/+6
2024-01-26power: supply: bq256xx: fix some problem in bq256xx_hw_initSu Hui1-1/+4
2024-01-26power: supply: cw2015: correct time_to_empty units in sysfsJan Palus1-1/+1
2024-01-26MIPS: Alchemy: Fix an out-of-bound access in db1550_dev_setup()Christophe JAILLET1-1/+1
2024-01-26MIPS: Alchemy: Fix an out-of-bound access in db1200_dev_setup()Christophe JAILLET1-1/+1
2024-01-26riscv: Fixed wrong register in XIP_FIXUP_FLASH_OFFSET macroFrederik Haxel1-1/+1
2024-01-26riscv: Fix set_direct_map_default_noflush() to reset _PAGE_EXECAlexandre Ghiti1-1/+1
2024-01-26riscv: Fix set_memory_XX() and set_direct_map_XX() by splitting huge linear m...Alexandre Ghiti1-40/+230
2024-01-26riscv: Fix module_alloc() that did not reset the linear mapping permissionsAlexandre Ghiti1-1/+2