aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
11 hourss390/boot: Remove alt_stfle_fac_list from decompressorqueue/6.1Sven Schnelle2-2/+1
11 hourss390/ipl: Fix incorrect initialization of nvme dump blockAlexander Egorenkov1-3/+3
11 hourss390/ipl: Fix incorrect initialization of len fields in nvme reipl blockAlexander Egorenkov1-2/+2
11 hourss390/vdso: Use standard stack frame layoutHeiko Carstens2-0/+2
11 hourss390/vdso: Create .build-id links for unstripped vdso filesJens Remus1-1/+1
11 hourskbuild: fix build ID symlinks to installed debug VDSO filesMasahiro Yamada1-1/+1
11 hourskbuild: unify vdso_install rulesMasahiro Yamada20-185/+73
11 hoursarm64: configs: Add virtconfigMark Brown2-0/+45
11 hoursARM: add multi_v7_lpae_defconfigNicolas Saenz Julienne2-0/+8
11 hourss390/vdso: Generate unwind information for C modulesJens Remus2-2/+4
11 hourss390/vdso64: filter out munaligned-symbols flag for vdsoSumanth Korikkar1-0/+1
11 hourss390/vdso: filter out mno-pic-data-is-text-relative cflagSumanth Korikkar2-0/+2
11 hoursLoongArch: Fix callchain parse error with kernel tracepoint events againHuacai Chen1-2/+1
11 hoursperf stat: Don't display metric header for non-leader uncore eventsIan Rogers1-0/+3
11 hoursf2fs: fix to add missing iput() in gc_data_segment()Chao Yu1-2/+7
11 hoursperf daemon: Fix file leak in daemon_session__controlSamasth Norway Ananda1-2/+2
11 hourslibsubcmd: Fix parse-options memory leakIan Rogers1-3/+5
11 hoursserial: sh-sci: protect invalidating RXDMA on shutdownWolfram Sang1-0/+5
11 hoursf2fs: compress: don't allow unaligned truncation on released compress inodeChao Yu1-3/+8
11 hoursf2fs: fix to release node block count in error path of f2fs_new_node_page()Chao Yu1-1/+1
11 hoursf2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem ...Chao Yu1-0/+10
11 hoursf2fs: compress: fix to update i_compr_blocks correctlyChao Yu1-7/+14
11 hoursperf report: Avoid SEGV in report__setup_sample_type()Ian Rogers1-1/+1
11 hoursperf ui browser: Avoid SEGV on titleIan Rogers1-1/+1
11 hoursPCI/EDR: Align EDR_PORT_LOCATE_DSM with PCI Firmware r3.3Kuppuswamy Sathyanarayanan1-2/+13
11 hoursPCI/EDR: Align EDR_PORT_DPC_ENABLE_DSM with PCI Firmware r3.3Kuppuswamy Sathyanarayanan1-9/+4
11 hoursextcon: max8997: select IRQ_DOMAIN instead of depending on itRandy Dunlap1-1/+2
11 hoursperf ui browser: Don't save pointer to stack memoryIan Rogers2-2/+4
11 hoursperf bench internals inject-build-id: Fix trap divide when collecting just on...He Zhe1-1/+1
11 hoursppdev: Add an error check in register_deviceHuai-Yuan Liu1-4/+11
11 hoursppdev: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-3/+3
11 hoursstm class: Fix a double free in stm_register_device()Dan Carpenter1-5/+6
11 hoursusb: gadget: u_audio: Clear uac pointer when freed.Chris Wulff1-0/+2
11 hoursusb: gadget: u_audio: Fix race condition use of controls after free during ga...Chris Wulff1-10/+9
11 hourswatchdog: sa1100: Fix PTR_ERR_OR_ZERO() vs NULL check in sa1100dog_probe()Chen Ni1-3/+2
11 hourswatchdog: bd9576: Drop "always-running" propertyMatti Vaittinen1-11/+1
11 hourswatchdog: cpu5wdt.c: Fix use-after-free bug caused by cpu5wdt_triggerDuoming Zhou1-1/+1
11 hourstimers: Provide timer_shutdown[_sync]()Thomas Gleixner2-0/+68
11 hourstimers: Add shutdown mechanism to the internal functionsThomas Gleixner1-8/+54
11 hourstimers: Split [try_to_]del_timer[_sync]() to prepare for shutdown modeThomas Gleixner1-51/+92
11 hourstimers: Replace in_irq() with in_hardirq()ye xingchen1-1/+1
11 hoursdt-bindings: pinctrl: mediatek: mt7622: fix array propertiesRafał Miłecki1-43/+49
11 hoursVMCI: Fix an error handling path in vmci_guest_probe_device()Christophe JAILLET1-2/+8
11 hoursovl: remove upper umask handling from ovl_create_upper()Miklos Szeredi1-3/+0
11 hoursperf intel-pt: Fix unassigned instruction op (discovered by MemorySanitizer)Adrian Hunter2-0/+4
11 hoursmicroblaze: Remove early printk call from cpuinfo-static.cMichal Simek1-1/+1
11 hoursmicroblaze: Remove gcc flag for non existing early_printk.c fileMichal Simek1-1/+0
11 hoursfpga: region: add owner module and take its refcountMarco Pagani3-18/+32
11 hourscoresight: etm4x: Fix access to resource selector registersSuzuki K Poulose1-2/+4
11 hourscoresight: etm4x: Safe access for TRCQCLTRSuzuki K Poulose2-2/+9
11 hourscoresight: etm4x: Do not save/restore Data trace control registersSuzuki K Poulose2-34/+0
11 hourscoresight: etm4x: Do not hardcode IOMEM access for register restoreSuzuki K Poulose1-2/+4
11 hoursiio: pressure: dps310: support negative temperature valuesThomas Haemmerle1-5/+6
11 hoursperf docs: Document bpf event modifierIan Rogers1-0/+1
11 hourscoresight: etm4x: Fix unbalanced pm_runtime_enable()Anshuman Khandual1-0/+3
11 hoursiio: adc: stm32: Fixing err code to not indicate successJonathan Cameron1-0/+1
11 hoursf2fs: fix to check pinfile flag in f2fs_move_file_range()Chao Yu1-1/+2
11 hoursf2fs: fix to relocate check condition in f2fs_fallocate()Chao Yu1-9/+11
11 hoursf2fs: fix typos in commentsJinyoung CHOI7-14/+14
11 hoursf2fs: compress: fix to relocate check condition in f2fs_ioc_{,de}compress_file()Chao Yu1-8/+4
11 hoursf2fs: compress: fix to relocate check condition in f2fs_{release,reserve}_com...Chao Yu1-8/+4
11 hoursdt-bindings: PCI: rcar-pci-host: Add missing IOMMU propertiesGeert Uytterhoeven1-0/+3
11 hoursdt-bindings: PCI: rcar-pci-host: Add optional regulatorsWolfram Sang1-0/+11
11 hoursperf tests: Make "test data symbol" more robust on Neoverse N1James Clark1-0/+16
11 hoursperf test: Add 'datasym' test workloadNamhyung Kim4-0/+28
11 hoursperf test: Add 'brstack' test workloadNamhyung Kim4-0/+44
11 hoursperf test: Add 'sqrtloop' test workloadNamhyung Kim4-0/+49
11 hoursperf test: Add 'leafloop' test workloadNamhyung Kim4-0/+39
11 hoursperf test: Add 'thloop' test workloadNamhyung Kim4-0/+56
11 hoursperf test: Add -w/--workload optionNamhyung Kim5-0/+83
11 hoursarm64: dts: meson: fix S4 power-controller nodeXianwei Zhao1-4/+9
11 hoursinterconnect: qcom: qcm2290: Fix mas_snoc_bimc QoS port assignmentKonrad Dybcio1-1/+1
11 hoursserial: sc16is7xx: add proper sched.h include for sched_set_fifo()Hugo Villeneuve1-1/+1
11 hoursPCI: tegra194: Fix probe path for Endpoint modeVidya Sagar1-0/+3
11 hoursgreybus: arche-ctrl: move device table to its right locationArnd Bergmann2-8/+2
11 hoursserial: max3100: Fix bitwise typesAndy Shevchenko1-1/+4
11 hoursserial: max3100: Update uart_driver_registered on driver removalAndy Shevchenko1-1/+3
11 hoursserial: max3100: Lock port->lock when calling uart_handle_cts_change()Andy Shevchenko1-1/+12
11 hoursfirmware: dmi-id: add a release callback functionArnd Bergmann1-1/+6
11 hoursdmaengine: idma64: Add check for dma_set_max_seg_sizeChen Ni1-1/+3
11 hourssoundwire: cadence: fix invalid PDI offsetPierre-Louis Bossart1-1/+1
11 hoursperf annotate: Get rid of duplicate --group option itemNamhyung Kim1-2/+0
11 hourscounter: linux/counter.h: fix Excess kernel-doc description warningRandy Dunlap1-1/+0
11 hoursf2fs: fix to wait on page writeback in __clone_blkaddrs()Chao Yu1-0/+3
11 hoursf2fs: multidev: fix to recognize valid zero block addressChao Yu1-1/+1
11 hoursgreybus: lights: check return of get_channel_from_modeRui Miguel Silva1-1/+7
11 hoursiio: core: Leave private pointer NULL when no private data suppliedAndy Shevchenko1-2/+4
11 hoursperf probe: Add missing libgen.h header needed for using basename()Arnaldo Carvalho de Melo1-0/+1
11 hoursperf record: Delete session after stopping sideband threadIan Rogers1-2/+2
11 hoursscsi: ufs: ufs-qcom: Clear qunipro_g4_sel for HW major version > 5Neil Armstrong1-1/+1
11 hourssched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_...Cheng Yu1-1/+1
11 hourssched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_levelVitalii Bursov2-2/+2
11 hoursaf_packet: do not call packet_read_pending() from tpacket_destruct_skb()Eric Dumazet1-2/+1
11 hoursnetrom: fix possible dead-lock in nr_rt_ioctl()Eric Dumazet1-12/+7
11 hoursnet: qrtr: ns: Fix module refcntChris Lew1-0/+27
11 hoursnet: bridge: mst: fix vlan use-after-freeNikolay Aleksandrov1-6/+10
11 hoursselftests: net: bridge: increase IGMP/MLD exclude timeout membership intervalNikolay Aleksandrov2-6/+6
11 hoursnet: bridge: xmit: make sure we have at least eth header len bytesNikolay Aleksandrov1-0/+6
11 hoursnet: add pskb_may_pull_reason() helperEric Dumazet1-4/+15
11 hoursRDMA/IPoIB: Fix format truncation compilation errorsLeon Romanovsky1-2/+6
11 hoursselftests/kcmp: remove unused open modeEdward Liaw1-1/+1
11 hoursSUNRPC: Fix gss_free_in_token_pages()Chuck Lever1-8/+2
11 hoursext4: fix potential unnitialized variableDan Carpenter1-0/+1
11 hoursext4: remove unused parameter from ext4_mb_new_blocks_simple()Kemeng Shi1-70/+67
11 hoursext4: try all groups in ext4_mb_new_blocks_simpleKemeng Shi1-3/+6
11 hoursext4: fix unit mismatch in ext4_mb_new_blocks_simpleKemeng Shi1-2/+4
11 hoursext4: simplify calculation of blkoff in ext4_mb_new_blocks_simpleKemeng Shi1-3/+2
11 hourssunrpc: removed redundant procp checkAleksandr Aprelkov1-2/+0
11 hoursdrivers/virt/acrn: fix PFNMAP PTE checks in acrn_vm_ram_map()David Hildenbrand1-16/+47
11 hoursvirt: acrn: stop using follow_pfnChristoph Hellwig1-2/+8
11 hoursext4: avoid excessive credit estimate in ext4_tmpfile()Jan Kara1-1/+1
11 hoursx86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDSAdrian Hunter2-8/+8
11 hoursx86/insn: Fix PUSH instruction in x86 instruction decoder opcode mapAdrian Hunter2-2/+2
11 hoursclk: qcom: mmcc-msm8998: fix venus clock issueMarc Gonzalez1-0/+8
11 hoursclk: qcom: dispcc-sm6350: fix DisplayPort clocksDmitry Baryshkov1-10/+1
11 hoursclk: qcom: dispcc-sm8450: fix DisplayPort clocksDmitry Baryshkov1-16/+4
11 hourslib/test_hmm.c: handle src_pfns and dst_pfns allocation failureDuoming Zhou1-4/+4
11 hoursclk: renesas: r9a07g043: Add clock and reset entry for PLICLad Prabhakar1-0/+9
11 hoursclk: renesas: r8a779a0: Fix CANFD parent clockGeert Uytterhoeven1-1/+1
11 hoursIB/mlx5: Use __iowrite64_copy() for write combining storesJason Gunthorpe1-5/+3
11 hoursRDMA/rxe: Fix incorrect rxe_put in error pathBob Pearson1-10/+2
11 hoursRDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_net.cBob Pearson1-17/+21
11 hoursRDMA/rxe: Fix seg fault in rxe_comp_queue_pktBob Pearson1-3/+3
11 hoursclk: rs9: fix wrong default value for clock amplitudeCatalin Popescu1-4/+6
11 hoursclk: mediatek: mt8365-mm: fix DPI0 parentAlexandre Mergnat1-1/+1
11 hoursRDMA/hns: Modify the print level of CQE errorChengchang Tang1-2/+3
11 hoursRDMA/hns: Use complete parentheses in macrosChengchang Tang1-6/+6
11 hoursRDMA/hns: Fix GMV table pagesizeChengchang Tang1-1/+1
11 hoursRDMA/hns: Fix UAF for cq async eventChengchang Tang1-11/+13
11 hoursRDMA/hns: Fix deadlock on SRQ async events.Chengchang Tang2-3/+4
11 hoursRDMA/hns: Fix return value in hns_roce_map_mr_sgZhengchao Shao1-8/+7
11 hoursRDMA/mlx5: Adding remote atomic access flag to updatable flagsOr Har-Toov1-1/+2
11 hoursclk: samsung: exynosautov9: fix wrong pll clock id valueJaewon Kim1-4/+4
11 hoursdrm/rockchip: vop2: Do not divide height twice for YUVDetlev Casanova1-10/+12
11 hoursdrm/mipi-dsi: use correct return type for the DSC functionsDmitry Baryshkov2-6/+6
11 hoursdrm/panel: simple: Add missing Innolux G121X1-L03 format, flags, connectorMarek Vasut1-0/+3
11 hoursdrm/panel: novatek-nt35950: Don't log an error when DSI host can't be foundNícolas F. R. A. Prado1-4/+2
11 hoursdrm/bridge: dpc3433: Don't log an error when DSI host can't be foundNícolas F. R. A. Prado1-8/+9
11 hoursdrm/bridge: tc358775: Don't log an error when DSI host can't be foundNícolas F. R. A. Prado1-4/+2
11 hoursdrm/bridge: lt9611uxc: Don't log an error when DSI host can't be foundNícolas F. R. A. Prado1-4/+2
11 hoursdrm/bridge: lt9611: Don't log an error when DSI host can't be foundNícolas F. R. A. Prado1-4/+2
11 hoursdrm/bridge: lt8912b: Don't log an error when DSI host can't be foundNícolas F. R. A. Prado1-4/+2
11 hoursdrm/bridge: icn6211: Don't log an error when DSI host can't be foundNícolas F. R. A. Prado1-4/+2
11 hoursdrm/bridge: anx7625: Don't log an error when DSI host can't be foundNícolas F. R. A. Prado1-4/+2
11 hoursASoC: tracing: Export SND_SOC_DAPM_DIR_OUT to its valueSteven Rostedt1-0/+2
11 hoursdrm: vc4: Fix possible null pointer dereferenceAleksandr Mishin1-0/+2
11 hoursdrm/arm/malidp: fix a possible null pointer dereferenceHuai-Yuan Liu1-1/+4
11 hoursmedia: atomisp: ssh_css: Fix a null-pointer dereference in load_video_binariesZhipeng Lu1-0/+1
11 hoursfbdev: sh7760fb: allow modular buildRandy Dunlap1-2/+2
11 hoursmedia: dt-bindings: ovti,ov2680: Fix the power supply namesFabio Estevam1-9/+9
11 hoursmedia: ipu3-cio2: Request IRQ earlierSakari Ailus1-5/+5
11 hoursdrm/msm/dp: Avoid a long timeout for AUX transfer if nothing connectedDouglas Anderson3-0/+25
11 hoursdrm/msm/dp: Return IRQ_NONE for unhandled interruptsDouglas Anderson5-12/+22
11 hoursdrm/msm/dp: allow voltage swing / pre emphasis of 3Dmitry Baryshkov3-27/+15
11 hoursplatform/x86: xiaomi-wmi: Fix race condition when reporting key eventsArmin Wolf1-0/+18
11 hoursdrm: bridge: cdns-mhdp8546: Fix possible null pointer dereferenceAleksandr Mishin1-0/+3
11 hoursmedia: radio-shark2: Avoid led_names truncationsRicardo Ribalda1-1/+1
11 hoursmedia: rcar-vin: work around -Wenum-compare-conditional warningArnd Bergmann1-1/+1
11 hoursmedia: ngene: Add dvb_ca_en50221_init return value checkAleksandr Burakov1-1/+3
11 hoursASoC: Intel: avs: Fix potential integer overflowCezary Rojewski1-1/+1
11 hoursASoC: Intel: avs: Fix ASRC module initializationCezary Rojewski1-0/+1
11 hoursfbdev: sisfb: hide unused variablesArnd Bergmann1-2/+1
11 hourspowerpc/fsl-soc: hide unused const variableArnd Bergmann1-0/+2
11 hoursdrm/mediatek: Add 0 size check to mtk_drm_gem_objJustin Green1-0/+3
11 hoursdrm/meson: vclk: fix calculation of 59.94 fractional ratesChristian Hewitt1-3/+3
11 hoursASoC: kirkwood: Fix potential NULL dereferenceAleksandr Mishin1-0/+3
11 hoursfbdev: shmobile: fix snprintf truncationArnd Bergmann1-1/+1
11 hoursmtd: rawnand: hynix: fixed typoMaxim Korotkov1-1/+1
11 hoursmtd: core: Report error if first mtd_otp_size() call fails in mtd_otp_nvmem_a...Aapo Vienamo1-2/+4
11 hoursASoC: Intel: avs: ssm4567: Do not ignore route checksCezary Rojewski1-1/+0
11 hoursASoC: Intel: Disable route checks for Skylake boardsCezary Rojewski11-0/+17
11 hoursdrm/amd/display: Fix potential index out of bounds in color transformation fu...Srinivasan Shanmugam1-0/+5
11 hoursdrm/panel: atna33xc20: Fix unbalanced regulator in the case HPD doesn't assertDouglas Anderson1-9/+13
11 hoursdrm/dp: Don't attempt AUX transfers when eDP panels are not poweredDouglas Anderson4-0/+46
11 hoursdrm/panel-samsung-atna33xc20: Use ktime_get_boottime for delaysDrew Davenport1-4/+4
11 hoursdrm/lcdif: Do not disable clocks on already suspended hardwareMarek Vasut1-1/+5
11 hoursdev_printk: Add and use dev_no_printk()Geert Uytterhoeven1-12/+13
11 hoursprintk: Let no_printk() use _printk()Geert Uytterhoeven1-1/+1
11 hoursdrm/bridge: Fix improper bridge init order with pre_enable_prev_firstJagan Teki1-2/+8
11 hoursBluetooth: qca: Fix error code in qca_read_fw_build_info()Dan Carpenter1-1/+3
11 hoursBluetooth: compute LE flow credits based on recvbuf spaceSebastian Urban3-26/+132
11 hoursBluetooth: Consolidate code around sk_alloc into a helper functionLuiz Augusto von Dentz8-54/+32
11 hoursmptcp: SO_KEEPALIVE: fix getsockopt supportMatthieu Baerts (NGI0)1-2/+0
11 hoursax25: Fix reference count leak issue of net_deviceDuoming Zhou1-6/+1
11 hoursax25: Fix reference count leak issues of ax25_devDuoming Zhou1-2/+1
11 hoursax25: Use kernel universal linked list to implement ax25_dev_listDuoming Zhou2-27/+16
11 hoursriscv, bpf: make some atomic operations fully orderedPuranjay Mohan1-10/+10
11 hourss390/bpf: Emit a barrier for BPF_FETCH instructionsIlya Leoshkevich1-2/+6
11 hoursnet/mlx5: Discard command completions in internal errorAkiva Goldberger1-0/+3
11 hoursnet/mlx5: Add a timeout to acquire the command queue semaphoreAkiva Goldberger2-9/+33
11 hoursipv6: sr: fix invalid unregister error pathHangbin Liu1-0/+2
11 hoursipv6: sr: fix incorrect unregister orderHangbin Liu1-1/+1
11 hoursipv6: sr: add missing seg6_local_exitHangbin Liu1-0/+1
11 hoursnet: openvswitch: fix overwriting ct original tuple for ICMPv6Ilya Maximets1-1/+2
11 hoursnet: usb: smsc95xx: stop lying about skb->truesizeEric Dumazet1-8/+7
11 hoursaf_unix: Fix data races in unix_release_sock/unix_stream_sendmsgBreno Leitao1-1/+1
11 hoursnet: ethernet: cortina: Locking fixesLinus Walleij1-2/+10
11 hoursselftests: net: move amt to socat for better compatibilityJakub Kicinski1-6/+6
11 hourseth: sungem: remove .ndo_poll_controller to avoid deadlocksJakub Kicinski1-14/+0
11 hoursnet: ipv6: fix wrong start position when receive hop-by-hop fragmentgaoxingwang1-1/+1