summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-17Merge tag 'zonefs-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-07-17perf dso: Fix build when libunwind is enabledJames Clark
2024-07-17tools/latency: Use pkg-config in lib_setup of Makefile.configGuilherme Amadio
2024-07-17tools/rtla: Use pkg-config in lib_setup of Makefile.configGuilherme Amadio
2024-07-17tools/verification: Use pkg-config in lib_setup of Makefile.configGuilherme Amadio
2024-07-17tools: Make pkg-config dependency checks usable by other toolsGuilherme Amadio
2024-07-17perf build: Warn if libtracefs is not foundGuilherme Amadio
2024-07-17Merge tag 'fs_for_v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-07-17Merge tag 'fsnotify_for_v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-07-17Merge tag 'xfs-6.11-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-07-17Merge tag 'exfat-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-07-17Merge tag 'for-6.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2024-07-17Merge tag 'gfs2-v6.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-17Merge tag 'dlm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds
2024-07-17Merge tag 'erofs-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-07-17Merge tag 'nfsd-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2024-07-17Merge tag 'affs-6.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kd...Linus Torvalds
2024-07-17vfio-mdev: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-07-17cxl/core/pci: Move reading of control register to immediately before usageForyun Ma
2024-07-17MAINTAINERS: Update powerpc BPF JIT maintainersNaveen N Rao
2024-07-17MAINTAINERS: Update email address of NaveenNaveen N Rao
2024-07-17selftests/bpf: fexit_sleep: Fix stack allocation for arm64Puranjay Mohan
2024-07-17nfs: split nfs_read_folioChristoph Hellwig
2024-07-17nfs: pass explicit offset/count to trace eventsChristoph Hellwig
2024-07-17selftests: netfilter: add test case for recent mismatch bugFlorian Westphal
2024-07-17netfilter: nf_set_pipapo: fix initial map fillFlorian Westphal
2024-07-17netfilter: ctnetlink: use helper function to calculate expect IDPablo Neira Ayuso
2024-07-17crypto: ccp: Add the SNP_VLEK_LOAD commandMichael Roth
2024-07-17tracing: Update MAINTAINERS fileSteven Rostedt (Google)
2024-07-17power: sequencing: fix an invalid pointer dereference in error pathBartosz Golaszewski
2024-07-17eth: fbnic: fix s390 build.Paolo Abeni
2024-07-17s390/mm: Fix VM_FAULT_HWPOISON handling in do_exception()Gerald Schaefer
2024-07-17ALSA: hda/tas2781: Add new quirk for Lenovo Hera2 LaptopShenghao Ding
2024-07-17virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko
2024-07-17virtio: remove unused virtio_find_vqs() and virtio_find_vqs_ctx() helpersJiri Pirko
2024-07-17virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()Jiri Pirko
2024-07-17virtio_balloon: convert to use virtio_find_vqs_info()Jiri Pirko
2024-07-17virtiofs: convert to use virtio_find_vqs_info()Jiri Pirko
2024-07-17scsi: virtio_scsi: convert to use virtio_find_vqs_info()Jiri Pirko
2024-07-17virtio_net: convert to use virtio_find_vqs_info()Jiri Pirko
2024-07-17virtio_crypto: convert to use virtio_find_vqs_info()Jiri Pirko
2024-07-17virtio_console: convert to use virtio_find_vqs_info()Jiri Pirko
2024-07-17virtio_blk: convert to use virtio_find_vqs_info()Jiri Pirko
2024-07-17virtio: rename find_vqs_info() op to find_vqs()Jiri Pirko
2024-07-17virtio: remove the original find_vqs() opJiri Pirko
2024-07-17virtio: call virtio_find_vqs_info() from virtio_find_single_vq() directlyJiri Pirko
2024-07-17virtio: convert find_vqs() op implementations to find_vqs_info()Jiri Pirko
2024-07-17virtio_pci: convert vp_*find_vqs() ops to find_vqs_info()Jiri Pirko
2024-07-17virtio: introduce virtio_queue_info struct and find_vqs_info() config opJiri Pirko
2024-07-17virtio: make virtio_find_single_vq() call virtio_find_vqs()Jiri Pirko