summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'acpica'Rafael J. Wysocki2021-11-029-17/+274
|\
| * ACPICA: Update version to 20210930Bob Moore2021-10-051-1/+1
| * ACPICA: iASL table disassembler: Added disassembly support for the NHLT ACPI ...Bob Moore2021-10-051-1/+249
| * ACPICA: ACPI 6.4 SRAT: add Generic Port Affinity typeAlison Schofield2021-10-051-2/+7
| * ACPICA: Add support for Windows 2020 _OSI stringMario Limonciello2021-10-052-0/+2
| * ACPICA: Avoid evaluating methods too early during system resumeRafael J. Wysocki2021-10-054-13/+15
* | perf: qcom_l2_pmu: ACPI: Use ACPI_COMPANION() directlyRafael J. Wysocki2021-10-271-5/+2
* | gpio-amdpt: ACPI: Use the ACPI_COMPANION() macro directlyRafael J. Wysocki2021-10-261-3/+1
* | nouveau: ACPI: Use the ACPI_COMPANION() macro directlyRafael J. Wysocki2021-10-261-7/+2
* | 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-211-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-141-0/+6
| * | | | | | ksmbd: fix potencial 32bit overflow from data area check in smb2_writeNamjae Jeon2021-10-141-4/+2
| * | | | | | ksmbd: improve credits managementHyunchul Lee2021-10-143-62/+59
| * | | | | | ksmbd: add validation in smb2_ioctlNamjae Jeon2021-10-143-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-191-15/+18