summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-06-03Merge tag 'riscv-for-linus-5.19-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds19-87/+287
2022-06-03Merge tag 's390-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds19-211/+289
2022-06-03Merge tag 'efi-next-for-v5.19-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-34/+38
2022-06-03perf vendor events intel: Update metrics for AlderlakeZhengjun Xing1-50/+113
2022-06-03perf vendor events intel: Add metrics for SapphirerapidsZhengjun Xing1-0/+530
2022-06-03perf c2c: Fix sorting in percent_rmt_hitm_cmp()Leo Yan1-2/+2
2022-06-03perf mem: Trace physical address for Arm SPE eventsLeo Yan1-3/+3
2022-06-03perf list: Update event description for IBM zEC12/zBC12 to latest levelThomas Richter3-89/+89
2022-06-03perf list: Update event description for IBM z196/z114 to latest levelThomas Richter3-78/+78
2022-06-03perf list: Update event description for IBM z15 to latest levelThomas Richter4-184/+182
2022-06-03perf list: Update event description for IBM z14 to latest levelThomas Richter3-99/+99
2022-06-03perf list: Update event description for IBM z13 to latest levelThomas Richter3-106/+106
2022-06-03perf list: Update event description for IBM z10 to latest levelThomas Richter3-74/+74
2022-06-03perf list: Add IBM z16 event description for s390Thomas Richter5-0/+700
2022-06-03perf record: Support sample-read topdown metric group for hybrid platformsZhengjun Xing3-18/+13
2022-06-03perf lock: Change to synthesize task eventsNamhyung Kim1-1/+1
2022-06-03perf unwind: Fix segbase for ld.lld linked objectsFangrui Song2-30/+77
2022-06-03perf test arm-spe: Check if perf-record hangs when recording workload with forksGerman Gomez1-0/+92
2022-06-03cifs: skip trailing separators of prefix pathsPaulo Alcantara1-36/+49
2022-06-03perf docs: Correct typo of event_sourcesIan Rogers3-3/+3
2022-06-03perf evlist: Extend arch_evsel__must_be_in_group to support hybrid systemsZhengjun Xing1-1/+1
2022-06-03driver core: Set default deferred_probe_timeout back to 0.Saravana Kannan1-5/+0
2022-06-03driver core: Fix wait_for_device_probe() & deferred_probe_timeout interactionSaravana Kannan1-5/+0
2022-06-03ARM: omap1: enable multiplatformArnd Bergmann7-133/+21
2022-06-03ARM: OMAP1: clock: Convert to CCFJanusz Krzysztofik5-764/+563
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds62-851/+2732
2022-06-03Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds341-4626/+15532
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds192-1482/+3676
2022-06-03Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds114-2451/+3164
2022-06-03Merge tag 'staging-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds217-13713/+2092
2022-06-03Merge tag 'spdx-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds19-378/+202
2022-06-03Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds30-391/+395
2022-06-03Merge tag 'for-5.19/block-exec-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds12-82/+77
2022-06-03Merge tag 'for-5.19/block-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds8-80/+83
2022-06-03Merge tag 'io_uring-5.19-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds2-121/+223
2022-06-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds43-588/+1961
2022-06-03Merge tag 'sound-fix-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds15-17/+89
2022-06-03dt-bindings: mtd: spi-nand: Add spi-peripheral-props.yaml referenceRob Herring1-0/+1
2022-06-03Merge tag 'drm-next-2022-06-03-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds92-2548/+3662
2022-06-03dt-bindings: memory-controllers: ingenic: Split out child node propertiesRob Herring3-32/+47
2022-06-03dt-bindings: net/dsa: Add spi-peripheral-props.yaml referencesRob Herring4-50/+68
2022-06-03nodemask: Fix return values to be unsignedKees Cook2-21/+21
2022-06-03bitmap: Fix return values to be unsignedKees Cook4-45/+47
2022-06-03KVM: x86: hyper-v: replace bitmap_weight() with hweight64()Yury Norov1-2/+2
2022-06-03KVM: x86: hyper-v: fix type of valid_bank_maskYury Norov1-2/+2
2022-06-03ia64: cleanup remove_siblinginfo()Yury Norov1-4/+0
2022-06-03drm/amd/pm: use bitmap_{from,to}_arr32 where appropriateYury Norov2-2/+2
2022-06-03KVM: s390: replace bitmap_copy with bitmap_{from,to}_arr64 where appropriateYury Norov1-7/+3
2022-06-03lib/bitmap: add test for bitmap_{from,to}_arr64Yury Norov1-0/+25
2022-06-03lib: add bitmap_{from,to}_arr64Yury Norov2-4/+73