summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wippwm-wipUwe Kleine-König2021-10-281-4/+0
* wip: ariettaUwe Kleine-König2021-10-281-0/+65
* WIP: pwm: New functions for rounding stateUwe Kleine-König2021-10-282-0/+218
* pwm: berlin: Put channel config into driver dataUwe Kleine-König2021-10-281-31/+6
* pwm: Soften potential loss of precision in compat codeUwe Kleine-König2021-10-281-3/+10
* pwm: Restore initial state if a legacy callback failsUwe Kleine-König2021-10-281-6/+8
* pwm: Prevent a glitch for legacy driversUwe Kleine-König2021-10-281-17/+24
* pwm: Move legacy driver handling into a dedicated functionUwe Kleine-König2021-10-281-60/+70
* pwm: atmel: drop unused headerUwe Kleine-König2021-10-281-1/+0
* pwm: Make it explicit that pwm_apply_state() might sleepUwe Kleine-König2021-10-282-0/+13
* pwm: Add might_sleep() annotations for !CONFIG_PWM API functionsUwe Kleine-König2021-10-281-0/+9
* pwm: twl: Implement .apply() callbackUwe Kleine-König2021-10-281-8/+54
* 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