aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
12 daysBluetooth: ISO: Handle PA sync when no BIGInfo reports are generatedIulia Tanasescu3-81/+74
12 daysBluetooth: ISO: Make iso_get_sock_listen genericIulia Tanasescu2-34/+43
12 daysBluetooth: hci_event: Set DISCOVERY_FINDING on SCAN_ENABLEDLuiz Augusto von Dentz2-4/+10
12 daysBluetooth: Add proper definitions for scan interval and windowLuiz Augusto von Dentz2-10/+24
12 daysBluetooth: hci_intel: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
12 daysBluetooth: hci_bcm: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
12 daysBluetooth: btqcomsmd: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
12 daysBluetooth: Add support for MediaTek MT7922 deviceIan W MORRISON1-0/+5
12 daysBluetooth: btintel: Add support to download intermediate loaderKiran K2-1/+40
12 daysBluetooth: btintel: Define macros for image typesKiran K2-6/+9
12 daysrapidio: remove choice for enumerationMasahiro Yamada1-15/+2
12 dayskconfig: lxdialog: remove initialization with A_NORMALMasahiro Yamada1-9/+0
12 dayskconfig: m/nconf: merge two item_add_str() callsMasahiro Yamada2-9/+4
12 dayskconfig: m/nconf: remove dead code to display value of bool choiceMasahiro Yamada2-29/+14
12 dayskconfig: m/nconf: remove dead code to display children of choice membersMasahiro Yamada2-95/+71
12 dayskconfig: gconf: show checkbox for choice correctlyMasahiro Yamada1-7/+5
12 dayskbuild: use GCOV_PROFILE and KCSAN_SANITIZE in scripts/Makefile.modfinalMasahiro Yamada1-1/+3
12 daysMakefile: remove redundant tool coverage variablesMasahiro Yamada34-241/+0
12 dayskbuild: provide reasonable defaults for tool coverageMasahiro Yamada2-9/+13
12 daysnet: micrel: Fix receiving the timestamp in the frame for lan8841Horatiu Vultur1-1/+2
12 daysMerge branch 'for-6.10/winwing' into for-linusJiri Kosina3-0/+243
12 daysMerge branch 'for-6.10/uclogic' into for-linusJiri Kosina1-0/+3
12 daysMerge branch 'for-6.10/steam' into for-linusJiri Kosina1-8/+147
12 daysMerge branch 'for-6.10/sony' into for-linusJiri Kosina1-5/+2
12 daysMerge branch 'for-6.10/playstation' into for-linusJiri Kosina1-45/+93
12 daysMerge branch 'for-6.10/plarform-driver-remove-new' into for-linusJiri Kosina3-11/+7
12 daysMerge branch 'for-6.10/nintendo' into for-linusJiri Kosina1-24/+33
12 daysMerge branch 'for-6.10/kye' into for-linusJiri Kosina1-31/+44
12 daysMerge branch 'for-6.10/intel-ish' into for-linusJiri Kosina10-97/+740
12 daysMerge branch 'for-6.10/i2c-hid' into for-linusJiri Kosina1-17/+27
12 daysMerge branch 'for-6.10/hid-sysfs-emit' into for-linusJiri Kosina10-45/+39
12 daysMerge branch 'for-6.10/hid-debug' into for-linusJiri Kosina1-442/+2995
12 daysMerge branch 'for-6.10/hid-bpf' into for-linusJiri Kosina26-278/+3834
12 daysMerge branch 'for-6.10/asus' into for-linusJiri Kosina2-80/+54
12 daysMerge branch 'for-6.10/amd-sfh' into for-linusJiri Kosina3-8/+16
13 daysdevm-helpers: Fix a misspelled cancellation in the commentsAndy Shevchenko1-2/+2
13 daystools arch x86: Add dell-uart-backlight-emulatorHans de Goede4-0/+229
13 daysplatform/x86: Add new Dell UART backlight driverHans de Goede3-0/+414
13 daysplatform/x86: x86-android-tablets: Create LED device for Xiaomi Pad 2 bottom ...Hans de Goede1-0/+47
13 daysplatform/x86: x86-android-tablets: Xiaomi pad2 RGB LED fwnode updatesKate Hsuan1-3/+3
13 daysplatform/x86: x86-android-tablets: Pass struct device to init()Hans de Goede4-10/+10
13 daysplatform/x86/amd: pmc: Add new ACPI ID AMDI000BShyam Sundar S K1-0/+1
13 daysplatform/x86/amd: pmf: Add new ACPI ID AMDI0105Shyam Sundar S K1-0/+1
13 daysplatform/x86: p2sb: Don't init until unassigned resources have been assignedBen Fradella1-14/+15
13 daysplatform/surface: aggregator: Log critical errors during SAM probingWeifeng Liu1-14/+28
13 daysbpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES ofMike Rapoport (IBM)1-1/+1
13 dayskprobes: remove dependency on CONFIG_MODULESMike Rapoport (IBM)4-23/+63
13 dayspowerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriateMike Rapoport (IBM)6-9/+9
13 daysx86/ftrace: enable dynamic ftrace without CONFIG_MODULESMike Rapoport (IBM)2-10/+1
13 daysarch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)23-435/+453
13 dayspowerpc: extend execmem_params for kprobes allocationsMike Rapoport (IBM)2-20/+7
13 daysarm64: extend execmem_info for generated code allocationsMike Rapoport (IBM)3-18/+12
13 daysriscv: extend execmem_params for generated code allocationsMike Rapoport (IBM)4-24/+16
13 daysmm/execmem, arch: convert remaining overrides of module_alloc to execmemMike Rapoport (IBM)11-185/+246
13 daysmm/execmem, arch: convert simple overrides of module_alloc to execmemMike Rapoport (IBM)9-34/+210
13 daysmm: introduce execmem_alloc() and execmem_free()Mike Rapoport (IBM)16-45/+128
13 daysmodule: make module_memory_{alloc,free} more self-containedMike Rapoport (IBM)1-25/+39
13 dayssparc: simplify module_alloc()Mike Rapoport (IBM)2-24/+3
13 daysnios2: define virtual address space for modulesMike Rapoport (IBM)2-16/+8
13 daysmips: module: rename MODULE_START to MODULES_VADDRMike Rapoport (IBM)3-6/+6
13 daysarm64: module: remove unneeded call to kasan_alloc_module_shadow()Mike Rapoport (IBM)1-5/+0
13 dayskallsyms: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
13 daysmodule: allow UNUSED_KSYMS_WHITELIST to be relative against objtree.Yifan Hong2-2/+2
13 daysftrace: Remove unused global 'ftrace_direct_func_count'Dr. David Alan Gilbert3-14/+0
13 daysmedia: bcm2835-unicam: Depend on COMMON_CLKLaurent Pinchart1-1/+1
13 daysftrace: Remove unused list 'ftrace_direct_funcs'Dr. David Alan Gilbert2-9/+0
13 daysmodules: Drop the .export_symbol section from the final modulesWang Yao1-0/+1
13 daysMerge tag 'idxd-for-linus-may2024' of git bundle from ArjanLinus Torvalds7-5/+113
13 daysMerge tag 'x86-shstk-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-3/+9
13 daysMerge tag 'x86-platform-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-29/+23
13 daysMerge tag 'x86-percpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-99/+78
13 daysMerge tag 'x86-mm-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-17/+60
13 dayscerts: Add ECDSA signature verification self-testJoachim Vandersmissen5-0/+103
13 dayscerts: Move RSA self-test data to separate fileJoachim Vandersmissen5-189/+224
13 daysMerge tag 'x86-fpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-5/+5
13 daysMerge tag 'x86-entry-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-19/+1
13 daysMerge tag 'x86-cpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds39-494/+726
13 daysnet: revert partially applied PHY topology seriesJakub Kicinski22-385/+8
13 daysMerge branch 'move-est-lock-and-est-structure-to-struct-stmmac_priv'Jakub Kicinski5-69/+70
13 daysnet: stmmac: move the EST structure to struct stmmac_privXiaolei Wang5-56/+54
13 daysnet: stmmac: move the EST lock to struct stmmac_privXiaolei Wang4-13/+16
13 daysMerge branch 'mptcp-small-improvements-fix-and-clean-ups'Jakub Kicinski10-24/+143
13 daysmptcp: include inet_common in mib.hMatthieu Baerts (NGI0)1-0/+2
13 daysmptcp: move mptcp_pm_gen.h's includeMatthieu Baerts (NGI0)3-2/+2
13 daysmptcp: remove unnecessary else statementsMatthieu Baerts (NGI0)1-15/+17
13 daysmptcp: prefer strscpy over strcpyMatthieu Baerts (NGI0)3-4/+5
13 daysmptcp: add net.mptcp.available_schedulersGregory Detal4-1/+52
13 daysmptcp: sockopt: info: stop early if no bufferMatthieu Baerts (NGI0)1-0/+4
13 daysmptcp: fix full TCP keep-alive supportMatthieu Baerts (NGI0)2-0/+61
13 daysmptcp: SO_KEEPALIVE: fix getsockopt supportMatthieu Baerts (NGI0)1-2/+0
13 daysMerge tag 'x86-cleanups-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds20-65/+26
13 daysMerge tag 'x86-build-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-35/+16
13 daysMerge tag 'x86-bugs-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
13 daysMerge tag 'x86-boot-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds9-219/+219
13 daysnet: mana: Enable MANA driver on ARM64 with 4K page sizeHaiyang Zhang1-1/+2
13 daysnet: prestera: Add flex arrays to some structsErick Archer1-46/+37
13 daysnet: fec: remove .ndo_poll_controller to avoid deadlocksWei Fang1-26/+0
13 daysMerge tag 'x86-asm-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-49/+51
13 daysMerge branch 'tcp-support-rstreasons-in-the-passive-logic'Jakub Kicinski4-3/+64
13 daystcp: rstreason: fully support in tcp_check_req()Jason Xing2-1/+9
13 daystcp: rstreason: handle timewait cases in the receive pathJason Xing3-2/+7
13 daystcp: rstreason: fully support in tcp_rcv_state_process()Jason Xing1-0/+18
13 daystcp: rstreason: fully support in tcp_ack()Jason Xing1-0/+13
13 daystcp: rstreason: fully support in tcp_rcv_synsent_state_process()Jason Xing1-0/+17
13 daysMerge tag 'x86-misc-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-9/+9
13 daysMerge branch 'net-stmmac-add-support-for-rzn1-gmac-devices'Jakub Kicinski10-77/+272
13 daysnet: stmmac: add support for RZ/N1 GMACClément Léger4-0/+105
13 daysnet: stmmac: dwmac-socfpga: use pcs_init/pcs_exitRussell King (Oracle)1-54/+53
13 daysnet: stmmac: introduce pcs_init/pcs_exit stmmac operationsRussell King (Oracle)2-1/+9
13 daysnet: stmmac: Make stmmac_xpcs_setup() generic to all PCS devicesSerge Semin3-19/+23
13 daysnet: stmmac: Add dedicated XPCS cleanup methodSerge Semin3-4/+17
13 daysdt-bindings: net: renesas,rzn1-gmac: Document RZ/N1 GMAC supportClément Léger1-0/+66
13 daysio_uring/net: wire up IORING_CQE_F_SOCK_NONEMPTY for acceptJens Axboe1-4/+16
13 daysnet: pass back whether socket was empty post acceptJens Axboe2-0/+2
13 daysnet: have do_accept() take a struct proto_accept_arg argumentJens Axboe3-10/+11
13 daysnet: change proto and proto_ops accept typeJens Axboe34-111/+132
13 daysMerge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds42-441/+550
13 daysnet: qede: flower: validate control flagsAsbjørn Sloth Tønnesen1-0/+3
13 daysMerge tag 'perf-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds14-172/+525
13 daysMerge branch 'virtio_net-rx-enable-premapped-mode-by-default'Jakub Kicinski2-59/+38
13 daysvirtio_net: remove the misleading commentXuan Zhuo1-1/+0
13 daysvirtio_net: rx remove premapped failover codeXuan Zhuo1-50/+35
13 daysvirtio_net: big mode skip the unmap checkXuan Zhuo1-2/+2
13 daysvirtio_ring: enable premapped mode whatever use_dma_apiXuan Zhuo1-6/+1
13 daysMerge tag 'locking-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds17-175/+295
13 daystracing: Improve benchmark test performance by using do_div()Thorsten Blum1-1/+1
13 daysring-buffer: Have mmapped ring buffer keep track of missed eventsSteven Rostedt (Google)1-6/+47
13 daysdpll: fix return value check for kmemdupChen Ni1-1/+1
13 daysMerge tag 'tag-chrome-platform-firmware-for-v6.10' of git://git.kernel.org/pu...Linus Torvalds3-4/+9
13 daysMerge tag 'tag-chrome-platform-for-v6.10' of git://git.kernel.org/pub/scm/lin...Linus Torvalds20-74/+214
13 daysMerge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski134-4738/+9458
13 daysnet: pcs: lynx: no need to read LPA in lynx_pcs_get_state_2500basex()Vladimir Oltean1-3/+2
13 daysftrace: Use asynchronous grace period for register_ftrace_direct()Paul E. McKenney1-4/+9
13 daysftrace: Replaces simple_strtoul in ftraceYuran Pereira1-4/+3
13 daysMerge branch 'mlx5-misc-patches'Jakub Kicinski6-114/+48
13 daysnet/mlx5: Remove unused msix related exported APIsParav Pandit2-59/+0
13 daysnet/mlx5e: Modifying channels number and updating TX queuesCarolina Jubran3-51/+47
13 daysnet/mlx5: Enable 8 ports LAGShay Drory2-4/+1
13 daysMerge branch 'ax25-fix-issues-of-ax25_dev-and-net_device'Jakub Kicinski2-34/+17
13 daysax25: Fix reference count leak issue of net_deviceDuoming Zhou1-6/+1
13 daysax25: Fix reference count leak issues of ax25_devDuoming Zhou1-2/+1
13 daysax25: Use kernel universal linked list to implement ax25_dev_listDuoming Zhou2-27/+16
13 daystest: hsr: Extend the hsr_redbox.sh to have more SAN devices connectedLukasz Majewski1-22/+49
13 daysMerge branch 'net-dsa-microchip-dcb-fixes'Jakub Kicinski3-69/+85
13 daysnet: dsa: microchip: dcb: set default apptrust to PCP onlyOleksij Rempel1-18/+3
13 daysnet: dsa: microchip: dcb: add comments for DSCP related functionsOleksij Rempel1-0/+31
13 daysnet: dsa: microchip: dcb: rename IPV to IPMOleksij Rempel3-51/+51
13 daysl2tp: Support different protocol versions with same IP/port quadrupleSamuel Thibault1-8/+10
13 daysnet: usb: ax88179_178a: fix link status when link is set to down/upJose Ignacio Tornos Martinez1-11/+26
13 daysnet: smc91x: Fix m68k kernel compilation for ColdFire CPUThorsten Blum1-2/+2
13 daysMerge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linuxLinus Torvalds53-10043/+878
13 daysring-buffer/selftest: Add ring-buffer mapping testVincent Donnefort4-0/+305
13 daysDocumentation: tracing: Add ring-buffer mappingVincent Donnefort2-0/+107
13 daystracing: Allow user-space mapping of the ring-bufferVincent Donnefort3-5/+102
13 daysring-buffer: Introducing ring-buffer mapping functionsVincent Donnefort3-3/+463
13 daysring-buffer: Allocate sub-buffers with __GFP_COMPVincent Donnefort1-3/+3
13 dayscifs: Fix locking in cifs_strict_readv()Steve French4-10/+29
13 daysynl: ensure exact-len value is resolvedAntonio Quartulli1-2/+2
13 daysMerge branch 'add-tx-stop-wake-counters'Jakub Kicinski6-3/+50
13 daysvirtio_net: Add TX stopped and wake countersDaniel Jurgens1-2/+26
13 daysnetdev: Add queue stats for TX stop and wakeDaniel Jurgens5-1/+24
13 daysnetlabel: fix RCU annotation for IPv4 options on socket creationDavide Caratti6-12/+52
13 daysMerge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds153-3205/+10315
13 dayscifs: Change from mempool_destroy to mempool_exit for request poolsSteve French1-2/+2
13 daystcp: socket option to check for MPTCP fallback to TCPMatthieu Baerts (NGI0)3-0/+7
13 dayssmb: smb2pdu.h: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva3-30/+33
13 daysMerge branch 'net-gro-remove-network_header-use-move-p-flush-flush_id-calcula...Jakub Kicinski8-95/+224
13 daysselftests/net: add flush id selftestsRichard Gobert1-0/+138
13 daysnet: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segmentRichard Gobert6-84/+73
13 daysnet: gro: use cb instead of skb->network_headerRichard Gobert5-11/+13
13 daysMerge branch 'ena-driver-changes-may-2024'Jakub Kicinski7-28/+73
13 daysnet: ena: Change initial rx_usec intervalDavid Arinzon1-1/+1
13 daysnet: ena: Changes around strscpy callsDavid Arinzon2-8/+25
13 daysnet: ena: Add validation for completion descriptors consistencyDavid Arinzon3-10/+30
13 daysnet: ena: Reduce holes in ena_com structuresDavid Arinzon2-3/+3
13 daysnet: ena: Add a counter for driver's reset failuresDavid Arinzon3-6/+14
13 daysselftests: netfilter: nft_flowtable.sh: bump socat timeout to 1mFlorian Westphal1-2/+3
13 daysMerge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds27-477/+768
13 daysMerge tag 'execve-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds10-51/+120
13 daysMerge tag 'seccomp-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
13 daysselftests: net: use upstream mtoolsVladimir Oltean1-2/+17
13 daysselftest: epoll_busy_poll: Fix spelling mistake "couldnt" -> "couldn't"Colin Ian King1-1/+1
13 daysinet: fix inet_fill_ifaddr() flags truncationEric Dumazet1-3/+10
13 daysnet: phy: air_en8811h: reset netdev rules when LED is set manuallyDaniel Golle1-0/+4
13 daysKEYS: asymmetric: Add missing dependencies of FIPS_SIGNATURE_SELFTESTEric Biggers1-0/+2
13 daysKEYS: asymmetric: Add missing dependency on CRYPTO_SIGEric Biggers1-0/+1
13 daysMerge tag 'nf-next-24-05-12' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski28-175/+639
13 daysMerge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-8/+62
13 daysMerge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds72-2949/+2555
13 daysMerge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linuxLinus Torvalds51-1762/+2050
13 daysMerge tag 'vfs-6.10.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds5-50/+93
13 daysMerge tag 'vfs-6.10.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds49-4588/+3298
13 daysMerge tag 'vfs-6.10.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds6-312/+330
13 daysMerge branches 'acpi-tools', 'acpi-docs' and 'pnp'Rafael J. Wysocki3-3/+5
13 daysMerge branches 'acpi-x86', 'acpi-dptf' and 'acpi-apei'Rafael J. Wysocki16-23/+61
13 daysMerge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds50-249/+438
13 daysMerge tag 'vfs-6.10.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-54/+65
13 daysMerge branches 'pm-em' and 'pm-docs'Rafael J. Wysocki6-26/+122
13 daysMerge branches 'pm-cpuidle', 'pm-sleep' and 'pm-powercap'Rafael J. Wysocki11-37/+652
13 daysMerge branch 'pm-cpufreq'Rafael J. Wysocki27-349/+694