summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Input: Add event-codes for macro keys found on various keyboardsHans de Goede2019-10-031-0/+75
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2019-09-231-20/+23
|\
| * HID: core: Add printk_once variants to hid_warn() etcJoshua Clayton2019-09-181-0/+11
| * HID: core: reformat and reduce hid_printk macrosJoshua Clayton2019-09-181-20/+12
* | Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-09-233-4/+16
|\ \
| * | lsm: remove current_security()Paul Moore2019-09-041-1/+0
| * | fanotify, inotify, dnotify, security: add security hook for fs notificationsAaron Goidel2019-08-122-3/+16
* | | modules: make MODULE_IMPORT_NS() work even when modular builds are disabledLinus Torvalds2019-09-221-2/+2
* | | Merge tag 'soundwire-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-222-2/+19
|\ \ \
| * | | soundwire: stream: make stream name a const pointerSrinivas Kandagatla2019-09-041-2/+2
| * | | soundwire: Add compute_params callbackVinod Koul2019-09-041-0/+2
| * | | soundwire: intel: handle disabled linksPierre-Louis Bossart2019-08-231-0/+2
| * | | soundwire: add debugfs supportPierre-Louis Bossart2019-08-231-0/+8
| * | | soundwire: add new mclk_freq field for propertiesPierre-Louis Bossart2019-08-211-0/+2
| * | | soundwire: include mod_devicetable.h to avoid compiling warningsBard liao2019-08-211-0/+2
| * | | soundwire: intel: prevent possible dereference in hw_paramsPierre-Louis Bossart2019-08-211-0/+1
* | | | Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-223-19/+74
|\ \ \ \
| * | | | module: Remove leftover '#undef' from export headerWill Deacon2019-09-121-1/+0
| * | | | module: Fix link failure due to invalid relocation on namespace offsetWill Deacon2019-09-112-2/+2
| * | | | export: allow definition default namespaces in Makefiles or sourcesMatthias Maennich2019-09-101-0/+6
| * | | | module: add support for symbol namespaces.Matthias Maennich2019-09-103-19/+80
| * | | | export: explicitly align struct kernel_symbolMatthias Maennich2019-09-102-6/+5
* | | | | Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-09-223-0/+27
|\ \ \ \ \
| * | | | | clk: jz4740: Add TCU clockPaul Cercueil2019-08-081-0/+1
| * | | | | mfd/syscon: Add device_node_to_regmap()Paul Cercueil2019-08-081-0/+6
| * | | | | dt-bindings: ingenic: Add DT bindings for TCU clocksPaul Cercueil2019-08-081-0/+20
| | |/ / / | |/| | |
* | | | | Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2019-09-212-1/+10
|\ \ \ \ \
| * | | | | f2fs: include charset encoding information in the superblockDaniel Rosenberg2019-08-231-1/+8
| * | | | | fs: Reserve flag for casefoldingDaniel Rosenberg2019-08-231-0/+1
| * | | | | f2fs: fix panic of IO alignment featureChao Yu2019-08-231-0/+1
* | | | | | Merge tag 'for_v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2019-09-211-1/+1
|\ \ \ \ \ \
| * | | | | | quota: fix wrong condition in is_quota_modification()Chao Yu2019-09-121-1/+1
* | | | | | | Merge tag 'mtd/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2019-09-214-83/+218
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'spi-nor/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Richard Weinberger2019-09-152-82/+212
| |\ \ \ \ \ \ \
| | * | | | | | | mtd: mtdcore: add debugfs nodes for querying the flash name and idZhuohao Lee2019-08-291-0/+3
| | * | | | | | | mtd: spi-nor: Add a ->setup() methodTudor Ambarus2019-08-281-0/+5
| | * | | | | | | mtd: spi-nor: Add a ->convert_addr() methodBoris Brezillon2019-08-281-7/+10
| | * | | | | | | mtd: spi-nor: Rework the SPI NOR lock/unlock logicBoris Brezillon2019-08-281-7/+16
| | * | | | | | | mtd: spi-nor: Create a ->set_4byte() methodBoris Brezillon2019-08-281-0/+2
| | * | | | | | | mtd: spi-nor: Move erase_map to 'struct spi_nor_flash_parameter'Tudor Ambarus2019-08-281-3/+5
| | * | | | | | | mtd: spi-nor: Drop quad_enable() from 'struct spi-nor'Tudor Ambarus2019-08-281-2/+0
| | * | | | | | | mtd: spi-nor: Regroup flash parameter and settingsTudor Ambarus2019-08-281-75/+164
| | * | | | | | | mtd: spi-nor: Remove unused macroTudor Ambarus2019-08-281-1/+0
| | * | | | | | | Merge tag 'v5.3-rc6' into spi-nor/nextTudor Ambarus2019-08-28123-494/+531
| | |\ \ \ \ \ \ \
| | * | | | | | | | mtd: spi-nor: fix description for int (*flash_is_locked)()Tudor Ambarus2019-08-121-1/+1
| | * | | | | | | | mtd: spi-nor: Rework hwcaps selection for the spi-mem caseBoris Brezillon2019-08-121-0/+14
| | * | | | | | | | mtd: spi-nor: Move m25p80 code in spi-nor.cBoris Brezillon2019-08-121-0/+3
| | * | | | | | | | mtd: spi-nor: always use bounce buffer for register read/writesVignesh Raghavendra2019-08-121-2/+5
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge tag 'nand/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Richard Weinberger2019-09-152-1/+6
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| | * | | | | | | mtd: nand: fix typo, s/erasablocks/eraseblocksTudor Ambarus2019-08-261-1/+1