summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | pinctrl: pinctrl-at91-pio4: Set irq handler and data in one goMartin Kaiser2020-11-111-2/+2
* | pinctrl: qcom: sdx55: update kconfig dependencyVinod Koul2020-11-111-1/+1
* | pinctrl: nomadik: db8500: Add more detailed LCD groupsLinus Walleij2020-11-111-1/+9
* | pinctrl: qcom: Add SDX55 pincontrol driverJeevan Shriram2020-11-103-0/+1028
* | dt-bindings: pinctrl: qcom: Add SDX55 pinctrl bindingsVinod Koul2020-11-101-0/+154
* | pinctrl: ocelot: Add support for Serval platformsLars Povlsen2020-11-101-0/+92
* | pinctrl: ocelot: Add support for Luton platformsLars Povlsen2020-11-101-0/+92
* | dt-bindings: pinctrl: ocelot: Add Serval SoC supportGregory CLEMENT2020-11-101-2/+2
* | dt-bindings: pinctrl: ocelot: Add Luton SoC supportGregory CLEMENT2020-11-101-1/+2
* | pinctrl: ocelot: Remove unnecessary conversion to boolKaixu Xia2020-11-101-1/+1
* | firmware: QCOM_SCM: Allow qcom_scm driver to be loadable as a permenent moduleJohn Stultz2020-11-105-3/+11
* | pinctrl: qcom: Allow pinctrl-msm code to be loadable as a moduleJohn Stultz2020-11-102-1/+4
* | pinctrl: qcom: Kconfig: Rework PINCTRL_MSM to be a depenency rather then a se...John Stultz2020-11-102-24/+25
* | pinctrl: amd: print debounce filter info in debugfsCoiby Xu2020-11-101-2/+41
* | pinctrl: ingenic: Add lcd-8bit group for JZ4770Paul Cercueil2020-11-101-1/+8
* | pinctrl: ingenic: Get rid of repetitive dataPaul Cercueil2020-11-101-811/+447
* | pinctrl: mt7622: drop pwm ch7 as mt7622 only has 6 channelsFrank Wunderlich2020-11-101-12/+1
* | dt-bindings: pinctrl: qcom: add msm8953 pinctrl bindingsVladimir Lypak2020-11-101-0/+167
* | pinctrl: qcom: add pinctrl driver for msm8953Vladimir Lypak2020-11-103-0/+1855
* | pinctrl: Remove hole in pinctrl_gpio_rangeGeert Uytterhoeven2020-11-051-2/+2
* | pinctrl: core: Add missing #ifdef CONFIG_GPIOLIBHe Zhe2020-11-051-0/+2
* | pinctrl/meson: enable building as modulesKevin Hilman2020-11-0510-13/+38
|/
* Linux 5.10-rc1v5.10-rc1Linus Torvalds2020-10-251-2/+2
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-25117-196/+196
* kernel/sys.c: fix prototype of prctl_get_tid_address()Rasmus Villemoes2020-10-251-3/+3
* mm: remove kzfree() compatibility definitionEric Biggers2020-10-256-8/+6
* checkpatch: enable GIT_DIR environment use to set git repository locationJoe Perches2020-10-251-5/+7
* Merge tag 'timers-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-253-1/+116
|\
| * selftests/timens: Add a test for futex()Andrei Vagin2020-10-202-1/+111
| * futex: Adjust absolute futex timeouts with per time namespace offsetAndrei Vagin2020-10-201-0/+5
* | Merge tag 'sched-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-252-5/+12
|\ \
| * | sched/features: Fix !CONFIG_JUMP_LABEL caseJuri Lelli2020-10-142-4/+11
| * | sched: Replace zero-length array with flexible-arrayzhuguangqing2020-10-141-1/+1
* | | Merge tag 'perf-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-10-251-1/+1
|\ \ \
| * | | perf: correct SNOOPX field offsetAl Grant2020-10-191-1/+1
* | | | Merge tag 'locking-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-10-251-1/+1
|\ \ \ \
| * | | | locking/seqlocks: Fix kernel-doc warningsMauro Carvalho Chehab2020-10-141-1/+1
| | |/ / | |/| |
* | | | Merge tag 'ntb-5.10' of git://github.com/jonmason/ntbLinus Torvalds2020-10-253-5/+3
|\ \ \ \
| * | | | NTB: Use struct_size() helper in devm_kzalloc()Gustavo A. R. Silva2020-08-241-4/+1
| * | | | ntb: intel: Fix memleak in intel_ntb_pci_probeDinghao Liu2020-08-241-1/+1
| * | | | NTB: hw: amd: fix an issue about leak system resourcesKaige Li2020-08-241-0/+1
* | | | | Merge branch 'i2c/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-251-1/+10
|\ \ \ \ \
| * | | | | i2c: core: Restore acpi_walk_dep_device_list() getting called after registeri...Hans de Goede2020-10-251-1/+10
* | | | | | Merge tag '5.10-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-10-258-15/+213
|\ \ \ \ \ \
| * | | | | | cifs: update internal module version numberSteve French2020-10-241-1/+1
| * | | | | | smb3: add some missing definitions from MS-FSCCSteve French2020-10-232-0/+28
| * | | | | | smb3: remove two unused variablesSteve French2020-10-231-5/+0
| * | | | | | smb3: add support for stat of WSL reparse points for special file typesSteve French2020-10-236-14/+189
* | | | | | | Merge branch 'parisc-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-257-19/+111
|\ \ \ \ \ \ \
| * | | | | | | ata: pata_ns87415.c: Document support on parisc with superio chipHelge Deller2020-10-231-2/+1