summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* afs: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-253-0/+10
* Merge tag 'perf-tools-fixes-for-v5.13-2021-05-24' of git://git.kernel.org/pub...Linus Torvalds2021-05-2520-30/+71
|\
| * perf stat: Skip evlist__[enable|disable] when all events uses BPFSong Liu2021-05-212-6/+10
| * perf script: Add missing PERF_IP_FLAG_CHARS for VM-Entry and VM-ExitAdrian Hunter2021-05-213-7/+8
| * perf scripts python: exported-sql-viewer.py: Fix warning displayAdrian Hunter2021-05-211-0/+5
| * perf scripts python: exported-sql-viewer.py: Fix Array TypeErrorAdrian Hunter2021-05-211-2/+3
| * perf scripts python: exported-sql-viewer.py: Fix copy to clipboard from Top C...Adrian Hunter2021-05-211-1/+1
| * tools headers UAPI: Sync files changed by the quotactl_path unwiringArnaldo Carvalho de Melo2021-05-214-4/+4
| * tools headers UAPI: Sync linux/perf_event.h with the kernel sourcesArnaldo Carvalho de Melo2021-05-211-1/+1
| * tools headers UAPI: Sync linux/fs.h with the kernel sourcesArnaldo Carvalho de Melo2021-05-211-1/+1
| * Merge remote-tracking branch 'torvalds/master' into perf/urgentArnaldo Carvalho de Melo2021-05-21213-1001/+1537
| |\
| * | perf parse-events: Check if the software events array slots are populatedArnaldo Carvalho de Melo2021-05-211-2/+7
| * | perf tools: Add 'cgroup-switches' software eventNamhyung Kim2021-05-192-0/+5
| * | perf intel-pt: Remove redundant setting of ptq->insn_lenAdrian Hunter2021-05-191-1/+0
| * | perf intel-pt: Fix sample instruction bytesAdrian Hunter2021-05-191-1/+4
| * | perf intel-pt: Fix transaction abort handlingAdrian Hunter2021-05-191-1/+5
| * | perf test: Fix libpfm4 support (63) test error for nested event groupsThomas Richter2021-05-192-3/+12
| * | tools arch kvm: Sync kvm headers with the kernel sourcesArnaldo Carvalho de Melo2021-05-181-0/+2
| * | perf buildid-list: Initialize zstd_dataMilian Wolff2021-05-181-0/+3
* | | Merge branch 'for-5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-247-20/+17
|\ \ \
| * | | cgroup: fix spelling mistakesZhen Lei2021-05-247-12/+12
| * | | cgroup: disable controllers at parse timeShakeel Butt2021-05-201-8/+5
* | | | Merge branch 'for-5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-241-2/+10
|\ \ \ \
| * | | | wq: handle VM suspension in stall detectionSergey Senozhatsky2021-05-201-2/+10
| |/ / /
* | | | Merge tag 'spi-fix-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-249-24/+64
|\ \ \ \
| * | | | spi: sc18is602: implement .max_{transfer,message}_size() for the controllerVladimir Oltean2021-05-211-0/+7
| * | | | spi: sc18is602: don't consider the chip select byte in sc18is602_check_transferVladimir Oltean2021-05-211-1/+1
| * | | | Merge tag 'v5.13-rc2' into spi-5.13Mark Brown2021-05-1812993-253986/+646493
| |\ \ \ \
| * | | | | MAINTAINERS: Add Alain Volmat as STM32 SPI maintainerAlain Volmat2021-05-181-0/+6
| * | | | | dt-bindings: spi: spi-mux: rename flash nodeMichael Walle2021-05-181-1/+1
| * | | | | spi: Don't have controller clean up spi device before driver unbindSaravana Kannan2021-05-141-3/+3
| * | | | | spi: Assume GPIO CS active high in ACPI caseAndy Shevchenko2021-05-121-4/+18
| * | | | | spi: sprd: Add missing MODULE_DEVICE_TABLEChunyan Zhang2021-05-121-0/+1
| * | | | | spi: Switch to signed types for *_native_cs SPI controller fieldsAndy Shevchenko2021-05-111-2/+2
| * | | | | spi: take the SPI IO-mutex in the spi_set_cs_timing methodLeilk Liu2021-05-101-2/+7
| * | | | | spi: spi-fsl-dspi: Fix a resource leak in an error handling pathChristophe JAILLET2021-05-101-1/+3
| * | | | | spi: spi-zynq-qspi: Fix stack violation bugKaren Dombroski2021-04-291-4/+3
| * | | | | spi: spi-zynq-qspi: Fix kernel-doc warningAmit Kumar Mahapatra2021-04-291-1/+1
| * | | | | spi: altera: Make SPI_ALTERA_CORE invisibleGeert Uytterhoeven2021-04-281-1/+1
| * | | | | spi: Fix spi device unregister flowSaravana Kannan2021-04-281-6/+12
* | | | | | Linux 5.13-rc3v5.13-rc3Linus Torvalds2021-05-231-1/+1
* | | | | | Merge tag 'perf-urgent-2021-05-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-05-234-9/+31
|\ \ \ \ \ \
| * | | | | | perf/x86/lbr: Remove cpuc->lbr_xsave allocation from atomic contextLike Xu2021-05-183-8/+30
| * | | | | | perf/x86: Avoid touching LBR_TOS MSR for Arch LBRLike Xu2021-05-181-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'locking-urgent-2021-05-23' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-05-235-13/+19
|\ \ \ \ \ \
| * | | | | | locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signalZqiang2021-05-184-11/+17
| * | | | | | locking/lockdep: Correct calling tracepointsLeo Yan2021-05-181-2/+2
| |/ / / / /
* | | | | | Merge tag 'irq-urgent-2021-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-05-235-11/+10
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'irqchip-fixes-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2021-05-175-11/+10
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | irqchip: Remove redundant error printingZhen Lei2021-05-163-9/+3