Age | Commit message (Expand) | Author | Files | Lines |
2023-05-24 | tpm: tpm_tis: Disable interrupts for AEON UPX-i11 | Peter Ujfalusi | 1 | -0/+7 |
2023-05-24 | Merge tag 'xtensa-20230523' of https://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 5 | -9/+69 |
2023-05-23 | ASoC: dwc: move DMA init to snd_soc_dai_driver probe() | Maxim Kochetkov | 1 | -32/+9 |
2023-05-23 | cifs: Fix cifs_limit_bvec_subset() to correctly check the maxmimum size | David Howells | 1 | -1/+2 |
2023-05-23 | ASoC: cs35l41: Fix default regmap values for some registers | Stefan Binding | 1 | -3/+3 |
2023-05-23 | Merge tag 'erofs-for-6.4-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 5 | -11/+11 |
2023-05-23 | parisc: Use num_present_cpus() in alternative patching code | Helge Deller | 1 | -1/+1 |
2023-05-23 | bpf, sockmap: Test progs verifier error with latest clang | John Fastabend | 1 | -7/+5 |
2023-05-23 | bpf, sockmap: Test FIONREAD returns correct bytes in rx buffer with drops | John Fastabend | 2 | -13/+66 |
2023-05-23 | bpf, sockmap: Test FIONREAD returns correct bytes in rx buffer | John Fastabend | 1 | -0/+48 |
2023-05-23 | bpf, sockmap: Test shutdown() correctly exits epoll and recv()=0 | John Fastabend | 2 | -0/+94 |
2023-05-23 | bpf, sockmap: Build helper to create connected socket pair | John Fastabend | 2 | -102/+123 |
2023-05-23 | bpf, sockmap: Pull socket helpers out of listen test for general use | John Fastabend | 2 | -262/+273 |
2023-05-23 | bpf, sockmap: Incorrectly handling copied_seq | John Fastabend | 4 | -18/+45 |
2023-05-23 | bpf, sockmap: Wake up polling after data copy | John Fastabend | 1 | -1/+10 |
2023-05-23 | bpf, sockmap: TCP data stall on recv before accept | John Fastabend | 1 | -0/+20 |
2023-05-23 | bpf, sockmap: Handle fin correctly | John Fastabend | 1 | -0/+31 |
2023-05-23 | bpf, sockmap: Improved check for empty queue | John Fastabend | 2 | -25/+8 |
2023-05-23 | bpf, sockmap: Reschedule is now done through backlog | John Fastabend | 1 | -2/+0 |
2023-05-23 | bpf, sockmap: Convert schedule_work into delayed_work | John Fastabend | 3 | -9/+17 |
2023-05-23 | bpf, sockmap: Pass skb ownership through read_skb | John Fastabend | 5 | -17/+5 |
2023-05-23 | ipv{4,6}/raw: fix output xfrm lookup wrt protocol | Nicolas Dichtel | 5 | -3/+20 |
2023-05-23 | lan966x: Fix unloading/loading of the driver | Horatiu Vultur | 1 | -0/+10 |
2023-05-23 | platform/x86/intel/ifs: Annotate work queue on stack so object debug does not... | David Arcari | 1 | -1/+1 |
2023-05-23 | platform/x86: ISST: Remove 8 socket limit | Steve Wahl | 1 | -7/+5 |
2023-05-23 | erofs: use HIPRI by default if per-cpu kthreads are enabled | Gao Xiang | 2 | -2/+1 |
2023-05-23 | erofs: avoid pcpubuf.c inclusion if CONFIG_EROFS_FS_ZIP is off | Yue Hu | 2 | -8/+9 |
2023-05-23 | erofs: fix null-ptr-deref caused by erofs_xattr_prefixes_init | Jingbo Xu | 1 | -1/+1 |
2023-05-23 | net/mlx5: Fix indexing of mlx5_irq | Shay Drory | 1 | -4/+5 |
2023-05-23 | net/mlx5: Fix irq affinity management | Shay Drory | 1 | -1/+1 |
2023-05-23 | net/mlx5: Free irqs only on shutdown callback | Shay Drory | 3 | -1/+31 |
2023-05-23 | net/mlx5: Devcom, serialize devcom registration | Shay Drory | 1 | -5/+14 |
2023-05-23 | net/mlx5: Devcom, fix error flow in mlx5_devcom_register_device | Shay Drory | 1 | -1/+2 |
2023-05-23 | net/mlx5: E-switch, Devcom, sync devcom events and devcom comp register | Shay Drory | 2 | -1/+9 |
2023-05-23 | net/mlx5e: TC, Fix using eswitch mapping in nic mode | Paul Blakey | 1 | -7/+27 |
2023-05-23 | net/mlx5e: Fix SQ wake logic in ptp napi_poll context | Rahul Rameshbabu | 3 | -7/+16 |
2023-05-23 | net/mlx5e: Fix deadlock in tc route query code | Vlad Buslov | 3 | -20/+48 |
2023-05-23 | net/mlx5: Fix error message when failing to allocate device memory | Roi Dayan | 1 | -1/+1 |
2023-05-23 | net/mlx5e: Use correct encap attribute during invalidation | Vlad Buslov | 1 | -1/+3 |
2023-05-23 | net/mlx5: DR, Check force-loopback RC QP capability independently from RoCE | Yevgeny Kliteynik | 2 | -2/+6 |
2023-05-23 | net/mlx5: DR, Fix crc32 calculation to work on big-endian (BE) CPUs | Erez Shitrit | 1 | -1/+2 |
2023-05-23 | net/mlx5: Handle pairing of E-switch via uplink un/load APIs | Shay Drory | 3 | -6/+9 |
2023-05-23 | net/mlx5: Collect command failures data only for known commands | Shay Drory | 1 | -1/+2 |
2023-05-23 | net/handshake: Fix sock->file allocation | Chuck Lever | 1 | -14/+28 |
2023-05-23 | net/handshake: Squelch allocation warning during Kunit test | Chuck Lever | 1 | -1/+1 |
2023-05-23 | 3c589_cs: Fix an error handling path in tc589_probe() | Christophe JAILLET | 1 | -1/+10 |
2023-05-23 | forcedeth: Fix an error handling path in nv_probe() | Christophe JAILLET | 1 | -0/+1 |
2023-05-23 | Merge tag 'x86_urgent_for_6.4-rc4' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+25 |
2023-05-23 | Merge tag 'modules-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+3 |
2023-05-23 | module: Fix use-after-free bug in read_file_mod_stats() | Harshit Mogalapalli | 1 | -1/+3 |