summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf auxtrace: Add itrace A option to approximate IPCAdrian Hunter2021-10-273-0/+7
* perf auxtrace: Add missing Z option to ITRACE_HELPAdrian Hunter2021-10-271-0/+1
* tools build: Drop needless slang include path in test-allJohn Keeping2021-10-261-1/+1
* perf tests: Improve temp file cleanup in test_arm_coresight.shJames Clark2021-10-261-3/+8
* perf tests: Fix trace+probe_vfs_getname.sh /tmp cleanupJames Clark2021-10-261-2/+2
* perf test: Fix record+script_probe_vfs_getname.sh /tmp cleanupJames Clark2021-10-261-3/+3
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-10-26683-4348/+7574
|\
| * Linux 5.15-rc7v5.15-rc7Linus Torvalds2021-10-251-1/+1
| * secretmem: Prevent secretmem_users from wrapping to zeroMatthew Wilcox (Oracle)2021-10-251-0/+2
| * spi: Fix tegra20 build with CONFIG_PM=n once againLinus Torvalds2021-10-251-1/+1
| * Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-10-258-6/+17
| |\
| | * ARM: 9148/1: handle CONFIG_CPU_ENDIAN_BE32 in arch/arm/kernel/head.SLABBE Corentin2021-10-251-2/+2
| | * ARM: 9141/1: only warn about XIP address when not compile testingArnd Bergmann2021-10-191-1/+1
| | * ARM: 9139/1: kprobes: fix arch_init_kprobes() prototypeArnd Bergmann2021-10-191-1/+1
| | * ARM: 9138/1: fix link warning with XIP + frame-pointerArnd Bergmann2021-10-191-0/+4
| | * ARM: 9134/1: remove duplicate memcpy() definitionArnd Bergmann2021-10-191-0/+3
| | * ARM: 9133/1: mm: proc-macros: ensure *_tlb_fns are 4B alignedNick Desaulniers2021-10-191-0/+1
| | * ARM: 9132/1: Fix __get_user_check failure with ARM KASAN imagesLexi Shao2021-10-191-1/+3
| | * ARM: 9125/1: fix incorrect use of get_kernel_nofault()Ard Biesheuvel2021-10-191-1/+1
| | * ARM: 9122/1: select HAVE_FUTEX_CMPXCHGNick Desaulniers2021-10-191-0/+1
| * | Merge tag 'libata-5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-10-251-2/+2
| |\ \
| | * | ata: sata_mv: Fix the error handling of mv_chip_id()Zheyu Ma2021-10-251-2/+2
| * | | Merge tag 'pinctrl-v5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-10-255-45/+63
| |\ \ \
| | * | | pinctrl: amd: disable and mask interrupts on probeSachi King2021-10-161-0/+31
| | * | | pinctrl: stm32: use valid pin identifier in stm32_pinctrl_resume()Fabien Dessenne2021-10-141-2/+2
| | * | | Revert "pinctrl: bcm: ns: support updated DT binding as syscon subnode"Rafał Miłecki2021-10-141-19/+10
| | * | | dt-bindings: pinctrl: brcm,ns-pinmux: drop unneeded CRU from exampleRafał Miłecki2021-10-141-16/+8
| | * | | Revert "dt-bindings: pinctrl: bcm4708-pinmux: rework binding to use syscon"Rafał Miłecki2021-10-142-15/+19
| * | | | Revert "mm/secretmem: use refcount_t instead of atomic_t"Linus Torvalds2021-10-241-5/+4
| * | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2021-10-241-1/+1
| |\ \ \ \
| | * | | | autofs: fix wait name hash calculation in autofs_wait()Ian Kent2021-10-201-1/+1
| * | | | | Merge tag 'sched_urgent_for_v5.15_rc7' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-10-241-0/+1
| |\ \ \ \ \
| | * | | | | sched/scs: Reset the shadow stack when idle_task_exitWoody Lin2021-10-191-0/+1
| | |/ / / /
| * | | | | Merge tag 'x86_urgent_for_v5.15_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-10-241-0/+1
| |\ \ \ \ \
| | * | | | | MAINTAINERS: Add Dave Hansen to the x86 maintainer teamThomas Gleixner2021-10-211-0/+1
| | |/ / / /
| * | | | | Merge tag '5.15-rc6-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds2021-10-2414-153/+306
| |\ \ \ \ \
| | * | | | | ksmbd: add buffer validation in session setupMarios Makassikis2021-10-202-27/+40
| | * | | | | ksmbd: throttle session setup failures to avoid dictionary attacksNamjae Jeon2021-10-206-6/+31
| | * | | | | ksmbd: validate OutputBufferLength of QUERY_DIR, QUERY_INFO, IOCTL requestsHyunchul Lee2021-10-201-16/+52
| | * | | | | ksmbd: validate credit charge after validating SMB2 PDU body sizeRalph Boehme2021-10-151-9/+10
| | * | | | | ksmbd: add buffer validation for smb directHyunchul Lee2021-10-151-2/+19
| | * | | | | ksmbd: limit read/write/trans buffer size not to exceed 8MBNamjae Jeon2021-10-153-1/+6
| | * | | | | ksmbd: validate compound response bufferNamjae Jeon2021-10-131-0/+6
| | * | | | | ksmbd: fix potencial 32bit overflow from data area check in smb2_writeNamjae Jeon2021-10-131-4/+2
| | * | | | | ksmbd: improve credits managementHyunchul Lee2021-10-133-62/+59
| | * | | | | ksmbd: add validation in smb2_ioctlNamjae Jeon2021-10-133-31/+86
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-10-2411-41/+69
| |\ \ \ \ \
| | * | | | | scsi: ufs: ufs-pci: Force a full restore after suspend-to-diskAdrian Hunter2021-10-181-15/+18
| | * | | | | scsi: qla2xxx: Fix unmap of already freed sglDmitry Bogdanov2021-10-181-9/+5
| | * | | | | scsi: qla2xxx: Fix a memory leak in an error path of qla2x00_process_els()Joy Gu2021-10-181-1/+1