summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-079-14/+14
|\
| * Merge branch 'for-5.2-pf-removal' into for-linusPetr Mladek2019-05-068-12/+12
| |\
| | * treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-098-12/+12
| * | printk: Tie printk_once / printk_deferred_once into .data.once for resetPaul Gortmaker2019-04-151-2/+2
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds2019-05-071-3/+0
|\ \
| * | livepatch: Remove custom kobject state handlingPetr Mladek2019-05-031-3/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2019-05-072-1/+115
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-------. \ \ Merge branches 'for-5.1/upstream-fixes', 'for-5.2/core', 'for-5.2/ish', 'for-...Jiri Kosina2019-05-06288-2992/+6809
| |\ \ \ \ \ \ \
| | | | * | | | | HID: logitech-dj: add support for 27 MHz receiversHans de Goede2019-04-231-0/+1
| | | | |/ / / /
| | | * | | | | HID: intel-ish-hid: Add interface function for PCI device pointerSrinivas Pandruvada2019-03-191-0/+2
| | | * | | | | HID: intel-ish-hid: Move functions related to bus and deviceSrinivas Pandruvada2019-03-191-0/+12
| | | * | | | | HID: intel-ish-hid: Add interface functions for struct ishtp_clSrinivas Pandruvada2019-03-191-0/+7
| | | * | | | | HID: intel-ish-hid: Move the common functions from client.hSrinivas Pandruvada2019-03-191-0/+48
| | | * | | | | HID: intel-ish-hid: Move driver registry functionsSrinivas Pandruvada2019-03-191-0/+25
| | | * | | | | HID: intel-ish-hid: Hide members of struct ishtp_cl_deviceSrinivas Pandruvada2019-03-191-0/+18
| | | |/ / / /
| | * / / / / HID: core: move Usage Page concatenation to Main itemNicolas Saenz Julienne2019-04-021-0/+1
| | |/ / / /
| * / / / / HID: input: make sure the wheel high resolution multiplier is setBenjamin Tissoires2019-04-241-1/+1
| |/ / / /
* | | | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-073-90/+89
|\ \ \ \ \
| * | | | | keys: safe concurrent user->{session,uid}_keyring accessJann Horn2019-04-101-0/+7
| * | | | | security: don't use RCU accessors for cred->session_keyringJann Horn2019-04-101-1/+1
| * | | | | LSM: lsm_hooks.h: fix documentation formatDenis Efremov2019-03-271-14/+9
| * | | | | LSM: fix documentation for the shm_* hooksDenis Efremov2019-03-271-18/+18
| * | | | | LSM: fix documentation for the sem_* hooksDenis Efremov2019-03-271-16/+16
| * | | | | LSM: fix documentation for the msg_queue_* hooksDenis Efremov2019-03-271-19/+19
| * | | | | LSM: fix documentation for the audit_* hooksDenis Efremov2019-03-271-4/+4
| * | | | | LSM: fix documentation for the path_chmod hookDenis Efremov2019-03-271-4/+5
| * | | | | LSM: fix documentation for the socket_getpeersec_dgram hookDenis Efremov2019-03-271-5/+5
| * | | | | LSM: fix documentation for the task_setscheduler hookDenis Efremov2019-03-271-3/+1
| * | | | | LSM: fix documentation for the socket_post_create hookDenis Efremov2019-03-271-3/+3
| * | | | | LSM: fix documentation for the syslog hookDenis Efremov2019-03-271-2/+1
| * | | | | LSM: fix documentation for sb_copy_data hookDenis Efremov2019-03-271-1/+0
* | | | | | Merge tag 'spi-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2019-05-077-14/+44
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'spi-5.2' into spi-nextMark Brown2019-05-027-14/+44
| |\ \ \ \ \ \
| | * | | | | | spi: ep93xx: Convert to use CS GPIO descriptorsLinus Walleij2019-05-021-4/+0
| | * | | | | | spi: expand mode supportSowjanya Komatineni2019-05-021-3/+3
| | * | | | | | spi/trace: Cap buffer contents at 64 bytesNoralf Trønnes2019-05-021-4/+6
| | * | | | | | spi: spi-mem: Make spi_mem_default_supports_op() static inlineYueHaibing2019-05-021-0/+1
| | * | | | | | spi: spi-mem: Fix build error without CONFIG_SPI_MEMYueHaibing2019-05-021-3/+11
| | * | | | | | spi: add a method for configuring CS timingSowjanya Komatineni2019-04-081-0/+15
| | * | | | | | spi: bitbang: Introduce spi_bitbang_init()Andrey Smirnov2019-04-081-0/+1
| | * | | | | | spi: spi-mem: export spi_mem_default_supports_op()Naga Sureshkumar Relli2019-04-031-0/+3
| | * | | | | | spi: pxa2xx: Introduce DMA burst size supportAndy Shevchenko2019-03-201-0/+1
| | * | | | | | Merge tag 'v5.1-rc1' into spi-5.2Mark Brown2019-03-19678-7136/+20945
| | |\ \ \ \ \ \
| | * | | | | | | spi: spidev: Enable control of inter-word delaysJan Kundrát2019-03-181-1/+5
| | * | | | | | | spi: fix SPI_BPW_RANGE_MASK() regressionArnd Bergmann2019-03-141-1/+1
| | * | | | | | | spi: work around clang bug in SPI_BPW_RANGE_MASK()Arnd Bergmann2019-03-111-2/+1
* | | | | | | | | Merge tag 'regulator-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-05-074-10/+6
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'regulator-5.2' into regulator-nextMark Brown2019-05-064-10/+6
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | regulator: add regulator_get_linear_step() stub helperArnd Bergmann2019-03-211-0/+5
| | * | | | | | | | | Merge tag 'v5.1-rc1' into regulator-5.2Mark Brown2019-03-19680-7111/+20997
| | |\ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / | | | |/| | | | | | |