summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-13drm/connector: hdmi: Fix kerneldoc warningsMaxime Ripard1-98/+108
2024-05-21arm64: asm-bug: Add .align 2 to the end of __BUG_ENTRYJiangfeng Xiao1-0/+1
2024-05-20Merge tag 'linux_kselftest-next-6.10-rc1-fixes' of git://git.kernel.org/pub/s...Linus Torvalds12-5/+21
2024-05-20Revert "selftests/cgroup: Drop define _GNU_SOURCE"Shuah Khan7-0/+15
2024-05-20Revert "selftests/sgx: Include KHDR_INCLUDES in Makefile"Shuah Khan2-1/+2
2024-05-20Revert "selftests: Compile kselftest headers with -D_GNU_SOURCE"Shuah Khan3-4/+4
2024-05-14Merge tag 'gfs2-for-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds18-258/+320
2024-05-14Merge tag 'linux_kselftest-next-6.10-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds72-675/+703
2024-05-14Bluetooth: L2CAP: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2-33/+35
2024-05-13smb: smb2pdu.h: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva3-30/+33
2024-05-13Merge branch 'topic/kdump-hotplug' into nextMichael Ellerman19-359/+713
2024-05-12bpf: avoid gcc overflow warning in test_xdp_vlan.cDavid Faust1-1/+1
2024-05-10net: ipv6: fix wrong start position when receive hop-by-hop fragmentgaoxingwang1-1/+1
2024-05-08selftests: drv-net: add checksum testsWillem de Bruijn7-2/+132
2024-05-08selftests/sgx: Include KHDR_INCLUDES in MakefileEdward Liaw2-2/+1
2024-05-08selftests: Compile kselftest headers with -D_GNU_SOURCEEdward Liaw3-4/+4
2024-05-08ipv6: Fix potential uninit-value access in __ip6_make_skb()Shigeru Yoshida1-1/+1
2024-05-07drm/i915/bios: Fix parsing backlight BDB dataKarthikeyan Ramasubramanian2-20/+4
2024-05-06selftests/resctrl: fix clang build failure: use LOCAL_HDRSJohn Hubbard1-1/+3
2024-05-03rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validationRoded Zats1-1/+1
2024-05-02net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert9-4/+22
2024-05-02ipv4: Fix uninit-value access in __ip_make_skb()Shigeru Yoshida2-1/+4
2024-04-30nouveau: Add missing break statementChaitanya Kumar Borah1-0/+1
2024-04-29Documentation/powerpc: update fadump implementation detailsSourabh Jain1-49/+42
2024-04-29powerpc/fadump: add hotplug_ready sysfs interfaceSourabh Jain2-0/+25
2024-04-29powerpc: make fadump resilient with memory add/remove eventsSourabh Jain4-206/+242
2024-04-26nsh: Restore skb->{protocol,data,mac_header} for outer header in nsh_gso_segm...Kuniyuki Iwashima1-6/+8
2024-04-26media: i2c: ov4689: Clean up and annotate the register tableMikhail Rudenko1-86/+119
2024-04-25vmcore: replace strncpy with strscpy_padJustin Stitt1-3/+2
2024-04-24gfs2: do_xmote fixesAndreas Gruenbacher1-19/+25
2024-04-23fs/ntfs3: Taking DOS names into account during link countingKonstantin Komarov2-12/+6
2024-04-23powerpc/crash: add crash memory hotplug supportSourabh Jain5-2/+202
2024-04-23powerpc/crash: add crash CPU hotplug supportSourabh Jain5-1/+134
2024-04-23crash: add a new kexec flag for hotplug supportSourabh Jain10-44/+48
2024-04-23crash: forward memory_notify arg to arch crash hotplug handlerSourabh Jain4-10/+12
2024-04-22net: extend ubuf_info callback to ops structurePavel Begunkov9-30/+53
2024-04-22um: Add missing headersTiwei Bie13-0/+15
2024-04-15io_uring/net: move connect to always using async dataJens Axboe3-37/+12
2024-04-15io_uring/net: add iovec recyclingJens Axboe2-53/+91
2024-04-15io_uring/net: get rid of ->prep_async() for send sideJens Axboe3-114/+46
2024-04-15io_uring/net: get rid of ->prep_async() for receive sideJens Axboe3-46/+28
2024-04-15io_uring/net: always setup an io_async_msghdrJens Axboe1-70/+47
2024-04-15io_uring/net: switch io_recv() to using io_async_msghdrJens Axboe3-31/+53
2024-04-15io_uring/net: switch io_send() and io_send_zc() to using io_async_msghdrJens Axboe2-94/+101
2024-04-14net: change maximum number of UDP segments to 128Yuri Benditovich2-2/+2
2024-04-11mei: Avoid a bunch of -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-2/+0
2024-04-10net: sched: cls_api: fix slab-use-after-free in fl_dump_keyJianbo Liu1-1/+1
2024-04-09gfs2: Fix "ignore unlock failures after withdraw"Andreas Gruenbacher2-2/+3
2024-04-09gfs2: Get rid of gfs2_glock_queue_put in signal_our_withdrawAndreas Gruenbacher1-1/+1
2024-04-09gfs2: Don't forget to complete delayed withdrawAndreas Gruenbacher1-0/+3