summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor2019-02-081-2/+3
* scsi: block: remove bidi supportChristoph Hellwig2019-02-051-6/+0
* scsi: block: remove req->specialChristoph Hellwig2019-02-051-2/+0
* scsi: bsg-lib: handle bidi requests without block layer helpChristoph Hellwig2019-02-051-0/+4
* Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2019-01-066-25/+19
|\
| * jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-066-25/+19
* | Merge tag 'dma-mapping-4.21-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-01-062-156/+195
|\ \
| * | dma-mapping: properly stub out the DMA API for !CONFIG_HAS_DMAChristoph Hellwig2019-01-041-91/+164
| * | dma-mapping: remove dmam_{declare,release}_coherent_memoryChristoph Hellwig2019-01-041-19/+0
| * | dma-mapping: implement dmam_alloc_coherent using dmam_alloc_attrsChristoph Hellwig2019-01-041-7/+13
| * | dma-mapping: implement dma_map_single_attrs using dma_map_page_attrsChristoph Hellwig2019-01-042-49/+28
* | | Merge tag 'tag-chrome-platform-for-v4.21' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-01-061-2/+4
|\ \ \
| * | | platform/chrome: straighten out cros_ec_get_{next,host}_event() error codesBrian Norris2018-11-131-2/+4
* | | | Merge tag 'for-linus-20190104' of git://git.kernel.dk/linux-blockLinus Torvalds2019-01-051-1/+7
|\ \ \ \
| * \ \ \ Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli...Jens Axboe2019-01-031-1/+7
| |\ \ \ \
| | * | | | lib/raid6: add option to skip algo benchmarkingDaniel Verkamp2018-12-201-0/+3
| | * | | | lib/raid6: avoid __attribute_const__ redefinitionDaniel Verkamp2018-12-201-1/+3
| | * | | | lib/raid6: add missing include for raid6testDaniel Verkamp2018-12-201-0/+1
* | | | | | Merge tag 'fbdev-v4.21' of git://github.com/bzolnier/linuxLinus Torvalds2019-01-051-1/+1
|\ \ \ \ \ \
| * | | | | | fbdev: make FB_BACKLIGHT a tristateRob Clark2018-12-201-1/+1
* | | | | | | Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-01-054-3/+24
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas2019-01-021-0/+1
| |\ \ \ \ \ \ \
| | * | | | | | | PCI: imx: Add imx6sx suspend/resume supportLeonard Crestez2018-12-181-0/+1
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge branch 'pci/virtualization'Bjorn Helgaas2019-01-021-0/+1
| |\ \ \ \ \ \ \
| | * | | | | | | PCI/IOV: Add flag so platforms can skip VF scanningSebastian Ott2019-01-011-0/+1
| | |/ / / / / /
| * | | | | | | Merge branch 'pci/switchtec'Bjorn Helgaas2019-01-021-0/+16
| |\ \ \ \ \ \ \
| | * | | | | | | switchtec: Add MRPC DMA mode supportWesley Sheng2018-12-131-0/+16
| | |/ / / / / /
| * | | | | | | PCI: Move Synopsys HAPS platform device IDsThinh Nguyen2018-12-171-0/+3
| * | | | | | | PCI: Remove unnecessary space before function pointer argumentsBenjamin Young2018-12-061-3/+3
| |/ / / / / /
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2019-01-051-1/+16
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-------. \ \ \ \ \ Merge branches 'for-4.20/upstream-fixes', 'for-4.21/core', 'for-4.21/hid-asus...Jiri Kosina2019-01-0363-485/+957
| |\ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | HID: input: use the Resolution Multiplier for high-resolution scrollingPeter Hutterer2018-12-071-0/+3
| | | | | | * | | | | | HID: core: process the Resolution MultiplierPeter Hutterer2018-12-071-0/+5
| | | | | | * | | | | | HID: core: store the collections as a basic treePeter Hutterer2018-12-071-0/+2
| | | | |_|/ / / / / / | | | |/| | | | | | |
| | | | * | | | | | | HID: input: support Microsoft wireless radio control hotkeyChris Chiu2018-12-051-1/+2
| | | | * | | | | | | HID: use macros in IS_INPUT_APPLICATIONChris Chiu2018-12-051-1/+5
| | | |/ / / / / / /
* | | | | | | | | | Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-01-053-74/+27
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | LSM: new method: ->sb_add_mnt_opt()Al Viro2018-12-212-4/+7
| * | | | | | | | | | LSM: bury struct security_mnt_optsAl Viro2018-12-211-8/+0
| * | | | | | | | | | LSM: hide struct security_mnt_opts from any generic codeAl Viro2018-12-212-38/+16
| * | | | | | | | | | LSM: turn sb_eat_lsm_opts() into a methodAl Viro2018-12-211-2/+2
| * | | | | | | | | | LSM: split ->sb_set_mnt_opts() out of ->sb_kern_mount()Al Viro2018-12-212-6/+3
| * | | | | | | | | | new helper: security_sb_eat_lsm_opts()Al Viro2018-12-211-25/+3
| * | | | | | | | | | LSM: lift extracting and parsing LSM options into the caller of ->sb_remount()Al Viro2018-12-212-3/+5
| * | | | | | | | | | LSM: lift parsing LSM options into the caller of ->sb_kern_mount()Al Viro2018-12-212-3/+6
| * | | | | | | | | | vfs: Separate changing mount flags full remountDavid Howells2018-12-201-1/+1
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-01-051-1/+0
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | exec: make prepare_bprm_creds staticChanho Min2018-12-101-1/+0
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds2019-01-052-0/+33
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'next/drivers' into next/lateOlof Johansson2019-01-048-564/+253
| |\ \ \ \ \ \ \ \ \ \