aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2 daysselftests/bpf: Handle LOAD_REJECT test casesJordan Rife1-5/+98
2 daysselftests/bpf: Use program name for skel load/destroy functionsJordan Rife1-46/+50
2 daysselftests/bpf: Migrate recvmsg* return code tests to verifier_sock_addr.cJordan Rife3-70/+39
2 daysriscv, bpf: make some atomic operations fully orderedPuranjay Mohan1-10/+10
2 daysriscv, bpf: Fix typo in commentXiao Wang1-2/+2
2 dayss390/bpf: Emit a barrier for BPF_FETCH instructionsIlya Leoshkevich1-2/+6
2 daysMerge branch 'bpf-inline-helpers-in-arm64-and-riscv-jits'Alexei Starovoitov8-0/+132
2 daysbpf, arm64: inline bpf_get_smp_processor_id() helperPuranjay Mohan3-0/+28
2 daysarm64, bpf: add internal-only MOV instruction to resolve per-CPU addrsPuranjay Mohan4-0/+38
2 daysriscv, bpf: inline bpf_get_smp_processor_id()Puranjay Mohan4-0/+42
2 daysriscv, bpf: add internal-only MOV instruction to resolve per-CPU addrsPuranjay Mohan1-0/+24
2 daysARC: Add eBPF JIT supportShahab Vahedi9-2/+4611
2 daysLinux 6.9v6.9Linus Torvalds1-1/+1
2 daysMerge tag 'kselftest-fix-vfork-2024-05-12' of git://git.kernel.org/pub/scm/li...Linus Torvalds4-67/+147
2 daysMerge tag 'for-linus-6.9' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
3 daysMerge tag 'edac_urgent_for_v6.9' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-13/+37
3 daysMerge tag 'x86_urgent_for_v6.9' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-9/+9
3 daysMerge branch 'misc' into for-nextJames Bottomley24-437/+686
4 daysselftests/harness: Handle TEST_F()'s explicit exit codesMickaël Salaün1-1/+5
4 daysselftests/harness: Fix vfork() side effectsMickaël Salaün2-25/+57
4 daysselftests/harness: Share _metadata between forked processesMickaël Salaün1-11/+15
4 daysselftests/pidfd: Fix wrong expectationMickaël Salaün1-1/+1
4 daysselftests/harness: Constify fixture variantsMickaël Salaün1-2/+2
4 daysselftests/landlock: Do not allocate memory in fixture dataMickaël Salaün1-22/+35
4 daysselftests/harness: Fix interleaved scheduling leading to race conditionsMickaël Salaün1-1/+14
4 daysselftests/harness: Fix fixture teardownMickaël Salaün1-5/+9
4 daysselftests/landlock: Fix FS tests when run on a private mount pointMickaël Salaün1-1/+9
4 daysselftests/pidfd: Fix config for pidfd_setns_testMickaël Salaün1-0/+2
4 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next into net-...Jens Axboe1760-33155/+78281
4 daysMerge branch 'for-6.10/io_uring' into net-accept-moreJens Axboe51-1762/+2050
4 dayscsky: Emulate one-byte cmpxchgPaul E. McKenney2-0/+11
4 daysdrm/bridge: aux-hpd-bridge: correct devm_drm_dp_hpd_bridge_add() stubDmitry Baryshkov1-1/+1
4 dayswatchdog: LENOVO_SE10_WDT should depend on X86 && DMIGeert Uytterhoeven1-8/+9
4 daysusb: fotg210: Add missing kernel doc descriptionAndy Shevchenko1-0/+1
4 daysusb: dwc3: core: Fix unused variable warning in core driverKrishna Kurapati1-3/+0
4 daysMerge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski8-6/+22
4 daysMerge branch 'net-qede-convert-filter-code-to-use-extack'Jakub Kicinski1-51/+63
4 daysnet: qede: use extack in qede_parse_actions()Asbjørn Sloth Tønnesen1-2/+3
4 daysnet: qede: propagate extack through qede_flow_spec_validate()Asbjørn Sloth Tønnesen1-3/+4
4 daysnet: qede: use faked extack in qede_flow_spec_to_rule()Asbjørn Sloth Tønnesen1-1/+4
4 daysnet: qede: use extack in qede_parse_flow_attr()Asbjørn Sloth Tønnesen1-12/+14
4 daysnet: qede: add extack in qede_add_tc_flower_fltr()Asbjørn Sloth Tønnesen1-1/+2
4 daysnet: qede: use extack in qede_flow_parse_udp_v4()Asbjørn Sloth Tønnesen1-4/+4
4 daysnet: qede: use extack in qede_flow_parse_udp_v6()Asbjørn Sloth Tønnesen1-4/+4
4 daysnet: qede: use extack in qede_flow_parse_tcp_v4()Asbjørn Sloth Tønnesen1-4/+4
4 daysnet: qede: use extack in qede_flow_parse_tcp_v6()Asbjørn Sloth Tønnesen1-4/+4
4 daysnet: qede: use extack in qede_flow_parse_v4_common()Asbjørn Sloth Tønnesen1-7/+9
4 daysnet: qede: use extack in qede_flow_parse_v6_common()Asbjørn Sloth Tønnesen1-8/+9
4 daysnet: qede: use extack in qede_set_v4_tuple_to_profile()Asbjørn Sloth Tønnesen1-4/+4
4 daysnet: qede: use extack in qede_set_v6_tuple_to_profile()Asbjørn Sloth Tønnesen1-5/+5
4 daysnet: qede: use extack in qede_flow_parse_ports()Asbjørn Sloth Tønnesen1-5/+6
4 daysnet: usb: smsc95xx: stop lying about skb->truesizeEric Dumazet1-8/+7
4 daysnet: dsa: microchip: Fix spellig mistake "configur" -> "configure"Colin Ian King1-1/+1
4 daysaf_unix: Add dead flag to struct scm_fp_list.Kuniyuki Iwashima3-4/+12
4 daysnet: ethernet: adi: adin1110: Replace linux/gpio.h by proper oneAndy Shevchenko1-1/+1
4 daysocteontx2-pf: Reuse Transmit queue/Send queue index of HTB classHariprasad Kelam1-1/+79
4 daysMerge branch 'gve-minor-cleanups'Jakub Kicinski2-27/+19
4 daysgve: Use ethtool_sprintf/puts() to fill stats stringsSimon Horman1-25/+17
4 daysgve: Avoid unnecessary use of comma operatorSimon Horman1-2/+2
4 daysselftests: net: increase the delay for relative cmsg_time.sh testJakub Kicinski2-16/+23
4 daysselftests: net: fix timestamp not arriving in cmsg_time.shJakub Kicinski1-5/+15
4 daysvirtio_net: Fix memory leak in virtnet_rx_mod_workDaniel Jurgens1-2/+1
4 daysbnxt_en: silence clang build warningVadim Fedorenko1-1/+1
4 daysMerge tag 'drm-fixes-2024-05-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds20-203/+122
4 daysMerge tag 'mm-hotfixes-stable-2024-05-10-13-14' of git://git.kernel.org/pub/s...Linus Torvalds16-64/+116
4 daysRevert "drm/nouveau/firmware: Fix SG_DEBUG error with nvkm_firmware_ctor()"Dave Airlie1-12/+7
4 daysMerge tag 'drm-misc-fixes-2024-05-10' of https://gitlab.freedesktop.org/drm/m...Dave Airlie2-40/+32
4 daysMerge tag 'gpio-fixes-for-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-30/+63
4 daysMerge tag 'amd-drm-fixes-6.9-2024-05-10' of https://gitlab.freedesktop.org/ag...Dave Airlie7-18/+51
4 daysmailmap: add entry for Barry SongBarry Song1-0/+5
4 daysselftests/mm: fix powerpc ARCH checkMichael Ellerman1-3/+3
4 daysMerge branch 'soc/defconfig' into for-nextArnd Bergmann1-0/+1
4 daysMerge branch 'soc/arm' into for-nextArnd Bergmann1-0/+7
4 daysMerge tag 'block-6.9-20240510' of git://git.kernel.dk/linuxLinus Torvalds7-21/+29
4 daysMerge tag 'spi-fix-v6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-12/+3
5 daysMerge tag 'regulator-fix-v6.9-rc7' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-15/+19
5 daysMerge tag 'timers-urgent-2024-05-10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
5 daysMerge tag 'iommu-fixes-v6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-3/+5
5 daysdrm/amdgpu: Fix comparison in amdgpu_res_cpu_visibleMichel Dänzer1-1/+1
5 daysdrm/amdkfd: don't allow mapping the MMIO HDP page with large pagesAlex Deucher1-2/+5
5 daysx86/topology/amd: Ensure that LLC ID is initializedThomas Gleixner1-9/+7
5 daysdt-bindings: mfd: Use full path to other schemasKrzysztof Kozlowski29-99/+99
5 daysmfd: rsmu: support I2C SMBus accessMin Li2-18/+97
5 daysdt-bindings: mfd: Convert lp873x.txt to json-schemaNathan Morrisson2-67/+112
5 daysdt-bindings: mfd: aspeed: Drop 'oneOf' for pinctrl nodeRob Herring (Arm)1-4/+12
5 daysdt-bindings: mfd: allwinner,sun6i-a31-prcm: Use hyphens in node namesKrzysztof Kozlowski1-7/+7
5 daysmfd: ssbi: Remove unused field 'slave' from 'struct ssbi'Christophe JAILLET1-1/+0
5 daysmfd: kempld: Remove custom DMI matching codeAndy Shevchenko1-106/+14
5 daysmfd: cs42l43: Update patching revision checkCharles Keepax1-6/+30
5 daysdt-bindings: mfd: qcom: pm8xxx: Add pm8901 compatibleHerman van Hazendonk1-0/+1
5 daysmfd: timberdale: Remove redundant assignment to variable errColin Ian King1-1/+0
5 daysdt-bindings: mfd: qcom,spmi-pmic: Add pbs to SPMI device typesLuca Weiss1-0/+4
5 daysdt-bindings: mfd: syscon: Add ti,am62p-cpsw-mac-efuse compatibleSiddharth Vadapalli1-0/+1
5 daysdt-bindings: mfd: qcom,tcsr: Add compatible for SDX75Rohit Agarwal1-0/+1
5 daysmfd: axp20x: Convert to use Maple Tree register cachewangkaiyuan1-1/+1
5 daysmfd: bd71828: Remove commented code linesMatti Vaittinen1-2/+0
5 daysmfd: intel-m10-bmc: Change staging size to a variableIlpo Järvinen4-1/+5
5 daysdt-bindings: mfd: Add ROHM BD71879Andreas Kemnade1-1/+6
5 daysmfd: Tidy Kconfig dependency's parenthesesJean Delvare1-6/+6
5 daysmfd: ocelot-spi: Use spi_sync_transfer()Christophe JAILLET1-4/+1
5 daysdt-bindings: mfd: syscon: Add missing simple syscon compatiblesRob Herring6-95/+15
5 daysmfd: rohm-bd71828: Add power off functionalityAndreas Kemnade2-1/+38
5 daysdt-bindings: mfd: Add ROHM BD71828 system-power-controller propertyAndreas Kemnade1-0/+2
5 daysdt-bindings: mfd: twl: Convert trivial subdevices to json-schemaAndreas Kemnade4-43/+71
5 daysmfd: kempld: Remove dead codeAndy Shevchenko1-5/+2
5 daysmfd: kempld: Drop duplicate NULL check in ->exit()Andy Shevchenko1-3/+1
5 daysmfd: kempld: Use PLATFORM_DEVID_NONE instead of -1Andy Shevchenko1-1/+1
5 daysmfd: kempld: Simplify device registrationAndy Shevchenko1-21/+14
5 daysmfd: kempld: Use device core to create driver-specific device attributesAndy Shevchenko1-16/+5
5 daysmfd: kempld: Replace ACPI code with agnostic oneAndy Shevchenko1-27/+11
5 daysmfd: intel-lpss: Switch over to MSI interruptsAndy Shevchenko1-1/+1
5 daysMerge branches 'ib-mfd-misc-pinctrl-regulator-6.10', 'ib-mfd-pinctrl-regulato...Lee Jones13-17/+1128
5 daysgpiolib: cdev: fix uninitialised kfifoKent Gibson1-0/+14
5 daysarm64: defconfig: enable Airoha platformDaniel Danzberger1-0/+1
5 daysarm64: add Airoha EN7581 platformDaniel Danzberger1-0/+7
5 daysMerge branch 'for-next/errata' into for-next/coreWill Deacon9-0/+96
5 daysMerge remote-tracking branch 'asoc/for-6.10' into asoc-nextMark Brown1373-16814/+29184
5 daysMerge tag 'gtp-24-05-07' of git://git.kernel.org/pub/scm/linux/kernel/git/pab...David S. Miller4-130/+745
5 daysx86/amd_nb: Add new PCI IDs for AMD family 0x1aShyam Sundar S K2-0/+2
5 daysiommu/arm-smmu-v3: Make the kunit into a moduleJason Gunthorpe5-2/+15
5 daysio_uring: support to inject result for NOPMing Lei2-5/+29
5 daysio_uring: fail NOP if non-zero op flags is passed inMing Lei1-0/+2
5 daysASoC: Intel: updates for 6.10 - part7Mark Brown24-427/+300
5 daysarm64: errata: Add workaround for Arm errata 3194386 and 3312417Mark Rutland7-0/+88
5 daysarm64: cputype: Add Neoverse-V3 definitionsMark Rutland1-0/+2
5 daysarm64: cputype: Add Cortex-X4 definitionsMark Rutland1-0/+2
5 daysarm64: barrier: Restore spec_bar() macroMark Rutland1-0/+4
5 daysserial: Clear UPF_DEAD before calling tty_port_register_device_attr_serdev()Hans de Goede1-2/+4
5 daysserial: imx: Raise TX trigger level to 8Matthias Schiffer1-1/+1
5 daysserial: 8250_pnp: Simplify "line" related codeIlpo Järvinen1-10/+6
5 daysserial: sh-sci: simplify locking when re-issuing RXDMA failsWolfram Sang1-3/+1
5 daysserial: sh-sci: let timeout timer only run when DMA is scheduledWolfram Sang1-2/+5
5 daysserial: sh-sci: describe locking requirements for invalidating RXDMAWolfram Sang1-0/+1
5 daysserial: sh-sci: protect invalidating RXDMA on shutdownWolfram Sang1-0/+5
5 daysMerge branch 'pm-cpufreq' into linux-nextRafael J. Wysocki1-3/+19
5 daysMerge branch 'thermal-intel' into linux-nextRafael J. Wysocki1-8/+8
5 daysusb: typec: tipd: rely on i2c_get_match_data()Javier Carrasco1-4/+1
5 daysusb: typec: tipd: fix event checking for tps6598xJavier Carrasco2-13/+43
5 daysusb: typec: tipd: fix event checking for tps25750Javier Carrasco1-3/+3
5 daysdt-bindings: usb: qcom,dwc3: fix interrupt max itemsJohan Hovold1-2/+2
5 daysusb: fotg210: Use *-y instead of *-objs in MakefileAndy Shevchenko1-7/+3
5 daysusb: phy: tegra: Replace of_gpio.h by proper oneAndy Shevchenko1-1/+2
5 daysusb: typec: ucsi: displayport: Fix potential deadlockHeikki Krogerus1-4/+0
5 daysusb: typec: qcom-pmic-typec: split HPD bridge alloc and registrationDmitry Baryshkov1-2/+8
5 daysusb: musc: Remove unused list 'buffers'Dr. David Alan Gilbert1-9/+0
5 daysusb: dwc3: Wait unconditionally after issuing EndXfer commandPrashanth K1-3/+1
5 daysthermal: renesas: rcar: Add dependency on OFNiklas Söderlund1-0/+1
5 daysthermal: renesas: Group all renesas thermal drivers togetherNiklas Söderlund8-34/+40
5 daysMerge tag 'thunderbolt-for-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman10-48/+59
5 dayscrypto: atmel-sha204a - provide the otp contentLothar Rubusch1-0/+45
5 dayscrypto: atmel-sha204a - add reading from otp zoneLothar Rubusch3-0/+52
5 dayscrypto: atmel-i2c - rename read functionLothar Rubusch2-4/+4
5 dayscrypto: atmel-i2c - add missing arg descriptionLothar Rubusch1-0/+1
5 dayscrypto: iaa - Use kmemdup() instead of kzalloc() and memcpy()Thorsten Blum1-4/+2
5 dayscrypto: sahara - use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang1-8/+8
5 dayscrypto: api - use 'time_left' variable with wait_for_completion_killable_time...Wolfram Sang1-4/+4
5 dayscrypto: caam - i.MX8ULP donot have CAAM page0 accessPankaj Gupta1-0/+3
5 dayscrypto: caam - init-clk based on caam-page0-accessPankaj Gupta1-1/+15
5 dayscrypto: starfive - Use fallback for unaligned dma accessJia Jie Ho1-5/+7
5 dayscrypto: starfive - Do not free stack bufferJia Jie Ho1-1/+0
5 dayscrypto: starfive - Skip unneeded fallback allocationJia Jie Ho1-6/+4
5 dayscrypto: starfive - Skip dma setup for zeroed messageJia Jie Ho1-0/+4
5 daysnetfilter: nf_tables: allow clone callbacks to sleepFlorian Westphal8-21/+23
5 daysselftests: netfilter: add packetdrill based conntrack testsFlorian Westphal10-0/+475
5 daysnetfilter: nft_set_pipapo: remove dirty flagFlorian Westphal2-27/+0
5 daysASoC: audio-graph-card2: call of_node_get() before of_get_next_child()Kuninori Morimoto1-1/+1
5 daysASoC: SOF: amd: Correct spaces in MakefileTakashi Iwai1-4/+4
5 daysnetfilter: nft_set_pipapo: move cloning of match info to insert/removal pathFlorian Westphal1-21/+49
5 daysnetfilter: nft_set_pipapo: prepare pipapo_get helper for on-demand cloneFlorian Westphal1-7/+10
5 daysnet: ipv6: fix wrong start position when receive hop-by-hop fragmentgaoxingwang1-1/+1
5 daysMerge 6.9-rc7 into usb-nextGreg Kroah-Hartman604-3094/+5998
5 daysiommu/arm-smmu: Use the correct type in nvidia_smmu_context_fault()Jason Gunthorpe1-3/+1
5 daysarm64: Properly clean up iommu-dma remnantsRobin Murphy2-9/+0
5 daysafs: Fix fileserver rotation getting stuckDavid Howells1-2/+6
5 daysselftests: add F_DUPDFD_QUERY selftestsChristian Brauner1-1/+54
5 daysfcntl: add F_DUPFD_QUERY fcntl()Linus Torvalds2-6/+28
5 daysMerge remote-tracking branch 'spi/for-6.10' into spi-nextMark Brown63-928/+2224
5 daysMerge remote-tracking branch 'regulator/for-6.10' into regulator-nextMark Brown37-215/+879
5 daysASoC: rt715-sdca-sdw: Fix wrong complete waiting in rt715_dev_resume()Bard Liao1-2/+2
5 daysASoC: Intel: sof_sdw_rt_amp: use dai parameterBard Liao1-7/+3
5 daysASoC: Intel: sof_sdw: add dai parameter to rtd_init callbackBard Liao14-34/+34
5 daysASoC: Intel: sof_sdw: use .controls/.widgets to add controls/widgetsBard Liao12-257/+112
5 daysASoC: Intel: sof_sdw: add controls and dapm widgets in codec_infoBard Liao2-0/+35
5 daysASoC: Intel: sof_sdw: use generic name for controls/widgetsBard Liao9-56/+56
5 daysASoC: Intel: sof_sdw_cs_amp: rename Speakers to SpeakerBard Liao1-2/+2
5 daysASoC: Intel: maxim-common: change max98373 data to staticBrent Lu2-16/+8
5 daysASoC: Intel: sof_sdw: add max98373 dapm routesBrent Lu3-3/+5
5 daysASoC: Intel: sof_rt5682: use max_98373_dai_link functionBrent Lu1-4/+1
5 daysASoC: Intel: sof_nau8825: use max_98373_dai_link functionBrent Lu1-4/+1
5 daysASoC: Intel: sof_da7219: use max_98373_dai_link functionBrent Lu1-3/+2
5 daysASoC: Intel: maxim-common: add max_98373_dai_link functionBrent Lu2-0/+10
5 daysASoC: Intel: soc-acpi-intel-lnl-match: add cs42l43 only supportBard Liao1-0/+50
5 daysASoC: Intel: soc-acpi-intel-mtl-match: add cs42l43 only supportBard Liao1-0/+14
5 daysASoC: Intel: realtek-common: remove 2-spk rt1015p configBrent Lu2-53/+5
5 daysASoC: Intel: sof_rt5682: board id cleanup for mtl boardsBrent Lu2-39/+1
5 daysASoC: Intel: sof-rt5682: remove DMI quirk for hatchBrent Lu1-9/+0
5 daysASoC: Intel: sof_sdw_rt_sdca_jack_common: remove -sdca for new codecsBard Liao1-1/+22
5 dayspwm: pca9685: Drop explicit initialization of struct i2c_device_id::driver_da...Uwe Kleine-König1-2/+2
5 daystcp: get rid of twsk_unique()Eric Dumazet5-13/+5
5 daysnet/sched: adjust device watchdog timer to detect stopped queue at right timePraveen Kumar Kannoju1-4/+7