aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2022-03-21 19:32:04 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2022-03-21 19:32:04 -0700
commit2142b7f0c6bbe1f9515ce3383de9f7a32a5a025b (patch)
treee1c28d1fc2cf8a905254b6f4475a4e65dfddce82 /tools/perf/scripts/python
parentMerge tag 'pstore-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... (diff)
parentarm64: Add gcc Shadow Call Stack support (diff)
downloadlinux-2142b7f0c6bbe1f9515ce3383de9f7a32a5a025b.tar.gz
linux-2142b7f0c6bbe1f9515ce3383de9f7a32a5a025b.zip
Merge tag 'hardening-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Pull kernel hardening updates from Kees Cook: - Add arm64 Shadow Call Stack support for GCC 12 (Dan Li) - Avoid memset with stack offset randomization under Clang (Marco Elver) - Clean up stackleak plugin to play nice with .noinstr (Kees Cook) - Check stack depth for greater usercopy hardening coverage (Kees Cook) * tag 'hardening-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux: arm64: Add gcc Shadow Call Stack support m68k: Implement "current_stack_pointer" xtensa: Implement "current_stack_pointer" usercopy: Check valid lifetime via stack depth stack: Constrain and fix stack offset randomization with Clang builds stack: Introduce CONFIG_RANDOMIZE_KSTACK_OFFSET gcc-plugins/stackleak: Ignore .noinstr.text and .entry.text gcc-plugins/stackleak: Exactly match strings instead of prefixes gcc-plugins/stackleak: Provide verbose mode
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
rtions'>+2 2010-03-01pata_via: store UDMA masks in via_isa_bridges tableBartlomiej Zolnierkiewicz1-110/+94 2010-03-01pata_via: fix address setup timings underlockingBartlomiej Zolnierkiewicz1-2/+2 2010-03-01pata_serverworks: fix error messageBartlomiej Zolnierkiewicz1-1/+1 2010-03-01pata_serverworks: fix PIO setup for the second channelBartlomiej Zolnierkiewicz1-1/+2 2010-03-01pata_efar: fix secondary port supportBartlomiej Zolnierkiewicz1-2/+2 2010-03-01pata_cypress: fix PIO timings underclockingBartlomiej Zolnierkiewicz1-4/+6 2010-03-01pata_cs5535: use correct values for PIO1 and PIO2 data timingsBartlomiej Zolnierkiewicz1-1/+1 2010-03-01pata_cmd64x: remove unused definitionsBartlomiej Zolnierkiewicz1-11/+1 2010-03-01pata_cmd64x: cmd648_bmdma_stop() fixBartlomiej Zolnierkiewicz1-1/+1 2010-03-01pata_cmd64x: fix handling of address setup timingsBartlomiej Zolnierkiewicz1-0/+6 2010-03-01pata_cmd64x: fix PIO setupBartlomiej Zolnierkiewicz1-1/+4 2010-03-01pata_ali: documentation fixesBartlomiej Zolnierkiewicz1-5/+3 2010-03-01libata: fix CFA handling in ide_timing_compute()Bartlomiej Zolnierkiewicz1-6/+11 2010-03-01sata_via: Correctly setup PIO/DMA for pata slave on vt6421.Bart Hartgers1-3/+5 2010-03-01libata: make functions/variables staticRobert Hancock2-5/+5 2010-03-01libata: implement spurious irq handling for SFF and apply it to piixTejun Heo3-8/+48 2010-03-01libata: cleanup ata_sff_interrupt()Tejun Heo1-10/+7 2010-03-01ata_piix: IDE Mode SATA patch for Intel Cougar Point DeviceIDsSeth Heasley1-0/+8 2010-03-01ahci: AHCI and RAID mode SATA patch for Intel Cougar Point DeviceIDsSeth Heasley1-0/+6 2010-03-01ahci: Implement SATA AHCI FIS-based switching supportShane Huang1-18/+203 2010-03-01pata_hpt366: remove irrelevant TODOSergei Shtylyov1-3/+1 2010-03-01pata_hpt{37x|3x2n}: improve timing register documentationSergei Shtylyov2-32/+30 2010-03-01pata_hpt366: remove redundant codeSergei Shtylyov1-13/+4 2010-03-01pata_hpt{37x|3x2n}: unify mode programmingSergei Shtylyov2-116/+90 2010-03-01pata_hpt3x2n: always stretch UltraDMA timingSergei Shtylyov1-10/+10 2010-03-01pata_hpt37x: use ATA_DMA_* constantsSergei Shtylyov1-9/+10 2010-03-01DaVinci DM365: Adding support for SPI EEPROMSandeep Paulraj1-0/+23 2010-03-01DaVinci DM365: Adding DM365 SPI supportSandeep Paulraj2-0/+72 2010-03-01DaVinci DM355: Modifications to DM355 SPI supportSandeep Paulraj1-11/+28