summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2023-02-16samples/bpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich-10/+10
2023-02-16bpftool: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich-36/+41
2023-02-16libbpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich-14/+14
2023-02-16libbpf: Introduce bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich-0/+34
2023-02-16Merge branch 'for-6.3/cxl-events' into cxl/nextDan Williams-51/+67
2023-02-17Merge tag 'drm-misc-fixes-2023-02-16' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-29/+57
2023-02-16PCI: hv: Drop duplicate PCI_MSI dependencyLukas Bulwahn-1/+1
2023-02-16docs: Use HTML comments for the kernel-toc SPDX lineJonathan Corbet-1/+1
2023-02-16cxl/mem: Add kdoc param for event log driver stateAlison Schofield-0/+1
2023-02-16PCI/P2PDMA: Annotate RCU dereferenceLogan Gunthorpe-3/+5
2023-02-16cxl/trace: Add serial number to trace pointsIra Weiny-10/+18
2023-02-16cxl/trace: Add host output to trace pointsIra Weiny-10/+21
2023-02-16cxl/trace: Standardize device information outputIra Weiny-48/+44
2023-02-17Merge tag 'amd-drm-fixes-6.2-2023-02-15' of https://gitlab.freedesktop.org/ag...Dave Airlie-2/+9
2023-02-16arm64: perf: reject CHAIN events at creation timeMark Rutland-0/+8
2023-02-16arm_pmu: fix event CPU filteringMark Rutland-15/+1
2023-02-16Merge tag 'davinci-fixes-for-v6.2' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann-4/+3
2023-02-16dt-bindings: riscv: correct starfive visionfive 2 compatiblesConor Dooley-2/+2
2023-02-16Merge tag 'socfpga_dts_updates_for_v6.3_part2' of git://git.kernel.org/pub/sc...Arnd Bergmann-0/+57
2023-02-16Merge tag 'net-6.2-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-194/+508
2023-02-16Merge tag 'block-6.2-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds-10/+10
2023-02-16Merge tag 'spi-v6.2-rc8-abi' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-5/+18
2023-02-16Merge patch series "can: esd_usb: Some more preparation for supporting esd CA...Marc Kleine-Budde-30/+40
2023-02-16can: esd_usb: Improve readability on decoding ESD_EV_CAN_ERROR_EXT messagesFrank Jungclaus-5/+13
2023-02-16can: esd_usb: Make use of can_change_state() and relocate checking skb for NULLFrank Jungclaus-25/+25
2023-02-16can: esd_usb: Move mislocated storage of SJA1000_ECC_SEG bits in case of a bu...Frank Jungclaus-1/+3
2023-02-16Merge tag 'gpio-fixes-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-19/+36
2023-02-16can: ctucanfd: ctucan_platform_probe(): use devm_platform_ioremap_resource()Yang Li-3/+1
2023-02-16stop mainaining UUIDChristoph Hellwig-2/+0
2023-02-16orphan sysvfsChristoph Hellwig-2/+1
2023-02-16Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski-15/+511
2023-02-16hwmon: Deprecate [devm_]hwmon_device_register_with_groupsGuenter Roeck-1/+5
2023-02-16Merge tag 'wireless-next-2023-03-16' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski-2063/+58091
2023-02-16tracing/histogram: Fix stacktrace histogram DocumententationTom Zanussi-66/+90
2023-02-16tracing/histogram: Fix stacktrace keyTom Zanussi-3/+31
2023-02-16block: bio-integrity: Copy flags when bio_integrity_payload is clonedMartin K. Petersen-0/+1
2023-02-16block: Fix io statistics for cgroup in throttle pathJinke Han-11/+12
2023-02-16PCI/sysfs: Constify struct kobj_type pci_slot_ktypeThomas Weißschuh-1/+1
2023-02-16tracing/histogram: Fix a few problems with stacktrace variable printingTom Zanussi-8/+18
2023-02-16kvm: initialize all of the kvm_debugregs structure before sending it to users...Greg Kroah-Hartman-2/+1
2023-02-16KVM: x86/mmu: Make tdp_mmu_allowed staticDavid Matlack-1/+1
2023-02-16swiotlb: remove swiotlb_max_segmentChristoph Hellwig-13/+0
2023-02-16dm: add cond_resched() to dm_wq_requeue_work()Mike Snitzer-0/+1
2023-02-16dm: add cond_resched() to dm_wq_work()Pingfan Liu-0/+1
2023-02-16brd: mark as nowait compatibleJens Axboe-0/+1
2023-02-16brd: check for REQ_NOWAIT and set correct page allocation maskJens Axboe-20/+28
2023-02-16brd: return 0/-error from brd_insert_page()Jens Axboe-14/+12
2023-02-16ASoC: amd: yp: Add OMEN by HP Gaming Laptop 16z-n000 to quirksJoseph Hunkeler-0/+7
2023-02-16ASoC: SOF: Intel: hda-dai: fix possible stream_tag leakPierre-Louis Bossart-4/+4
2023-02-16RDMA/rxe: Fix missing memory barriers in rxe_queue.hBob Pearson-52/+76