summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gpio: exar: use devm action for freeing the IDA and drop remove()Bartosz Golaszewski2020-11-251-15/+12
* gpio: exar: switch to using regmapBartosz Golaszewski2020-11-252-54/+38
* gpio: exar: unduplicate address and offset computationBartosz Golaszewski2020-11-251-12/+28
* gpio: exar: use a helper variable for &pdev->devBartosz Golaszewski2020-11-251-8/+7
* gpio: exar: switch to a simpler IDA interfaceBartosz Golaszewski2020-11-251-3/+3
* gpio: exar: include idr.hBartosz Golaszewski2020-11-251-0/+1
* gpio: exar: add a newline after the copyright noticeBartosz Golaszewski2020-11-251-0/+1
* gpio: sifive: To get gpio irq offset from device tree dataGreentime Hu2020-11-181-4/+10
* gpiolib: devres: shrink devm_gpiochip_add_data_with_key()Bartosz Golaszewski2020-11-161-15/+4
* gpio: tegra: Use raw_spinlockDmitry Osipenko2020-11-061-5/+13
* gpio: tegra: Add lockdep classDmitry Osipenko2020-11-061-0/+4
* gpio: rcar: Implement gpio_chip.get_multiple()Geert Uytterhoeven2020-10-301-0/+30
* gpio: rcar: Rework hardware features handlingGeert Uytterhoeven2020-10-301-13/+11
* gpio: rcar: Align register offsetsGeert Uytterhoeven2020-10-301-13/+13
* gpio: rcar: Cache gpiochip_get_data() return valueGeert Uytterhoeven2020-10-301-3/+4
* gpiolib: cdev: add GPIO_V2_LINE_FLAG_EDGE_BOTH and use it in edge_irq_thread()Kent Gibson2020-10-301-2/+3
* gpio: mockup: Allow probing from device treeVincent Whitchurch2020-10-291-2/+9
* dt-bindings: gpio: pca953x: Add support for the NXP PCAL9554B/CMike Looijmans2020-10-271-0/+1
* gpiolib: split error path in gpiod_request_commit()Andy Shevchenko2020-10-261-6/+7
* gpiolib: Unify expectations about ->request() returned valueAndy Shevchenko2020-10-262-4/+4
* gpiolib: of: Use named item for enum gpiod_flags variableAndy Shevchenko2020-10-261-1/+1
* gpiolib: cdev: document that line eflags are sharedKent Gibson2020-10-261-11/+21
* gpiolib: Extract gpiod_not_found() helperAndy Shevchenko2020-10-264-18/+16
* 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-231-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-231-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
|\ \ \ \ \ \ \