aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2018-12-25Merge tag 'mtd/for-4.21' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 6-95/+96
2018-12-25Merge tag 'i3c/for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Gravatar Linus Torvalds 4-0/+1381
2018-12-25Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 5-14/+35
2018-12-25Merge tag 'platform-drivers-x86-v4.21-1' of git://git.infradead.org/linux-pla...Gravatar Linus Torvalds 1-0/+11
2018-12-22Merge tag 'compiler-attributes-for-linus-v4.20' of https://github.com/ojeda/l...Gravatar Linus Torvalds 1-54/+54
2018-12-22dma-mapping: fix flags in dma_alloc_wcGravatar Christoph Hellwig 1-1/+1
2018-12-21Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-43/+13
2018-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 4-18/+8
2018-12-19Revert "x86/objtool: Use asm macros to work around GCC inlining bugs"Gravatar Ingo Molnar 1-43/+13
2018-12-18Merge tag 'spi-nor/for-4.21' of git://git.infradead.org/linux-mtd into mtd/nextGravatar Boris Brezillon 26-134/+321
2018-12-18Merge tag 'nand/for-4.21' of git://git.infradead.org/linux-mtd into mtd/nextGravatar Boris Brezillon 16-122/+142
2018-12-18Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 1-4/+5
2018-12-15mod_devicetable.h: correct kerneldoc typo, "PHYSID2" -> "MII_PHYSID2"Gravatar Robert P. J. Day 1-1/+1
2018-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-1/+1
2018-12-14mm/sparse: add common helper to mark all memblocks presentGravatar Logan Gunthorpe 1-0/+6
2018-12-14mm: introduce common STRUCT_PAGE_MAX_SHIFT defineGravatar Logan Gunthorpe 1-0/+5
2018-12-14include/linux/compiler_types.h: don't pollute userspace with macro definitionsGravatar Xiaozhou Liu 1-54/+54
2018-12-13Merge tag 'mlx5-fixes-2018-12-13' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar David S. Miller 1-4/+6
2018-12-13Merge tag 'xarray-4.20-rc7' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 1-0/+54
2018-12-13net/mlx5: E-Switch, Fix fdb cap bits swapGravatar Vu Pham 1-4/+6
2018-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfGravatar David S. Miller 1-12/+0
2018-12-11bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KGravatar Daniel Borkmann 1-1/+1
2018-12-10mtd: spi-nor: parse SFDP 4-byte Address Instruction TableGravatar Cyrille Pitchen 1-0/+1
2018-12-10mtd: spi-nor: Add an SPDX tag to spi-nor.{c,h}Gravatar Boris Brezillon 1-5/+1
2018-12-10mtd: spi-nor: Add the SNOR_F_4B_OPCODES flagGravatar Boris Brezillon 1-0/+1
2018-12-10mtd: spi-nor: add macros related to MICRON flashGravatar Yogesh Narayan Gaur 2-1/+3
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-1/+8
2018-12-09Merge tag 'char-misc-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+7
2018-12-09Merge tag 'usb-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 2-2/+3
2018-12-09Merge tag 'dax-fixes-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-6/+8
2018-12-08Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpm...Gravatar David Rientjes 1-4/+8
2018-12-07scsi: t10-pi: Return correct ref tag when queue has no integrity profileGravatar Martin K. Petersen 1-4/+5
2018-12-07mtd: spinand: add support for GigaDevice GD5FxGQ4xAGravatar Chuanhong Guo 1-0/+1
2018-12-07mtd: rawnand: Deprecate the dummy_controller fieldGravatar Boris Brezillon 1-3/+3
2018-12-07mtd: rawnand: Move ->setup_data_interface() to nand_controller_opsGravatar Boris Brezillon 1-6/+14
2018-12-07mtd: rawnand: Move the ->exec_op() method to nand_controller_opsGravatar Boris Brezillon 1-50/+49
2018-12-07mtd: rawnand: Deprecate the ->select_chip() hookGravatar Boris Brezillon 1-2/+2
2018-12-07mtd: rawnand: Pass the CS line to be selected in struct nand_operationGravatar Boris Brezillon 1-1/+10
2018-12-07mtd: rawnand: Add nand_[de]select_target() helpersGravatar Boris Brezillon 1-1/+4
2018-12-07mtd: rawnand: Remove unused NAND_CONTROLLER_ALLOC flagGravatar Boris Brezillon 1-4/+0
2018-12-07mtd: rawnand: Move nand_exec_op() to internal.hGravatar Boris Brezillon 1-9/+0
2018-12-07mtd: spinand: Add initial support for Toshiba TC58CVG2S0HGravatar Schrempf Frieder 1-0/+1
2018-12-06Merge tag 'nfs-for-4.20-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-1/+0
2018-12-07Merge tag 'drm-misc-next-2018-12-06' of git://anongit.freedesktop.org/drm/drm...Gravatar Dave Airlie 1-0/+1
2018-12-06Merge tag 'usb-serial-4.20-rc6' of https://git.kernel.org/pub/scm/linux/kerne...Gravatar Greg Kroah-Hartman 1-0/+1
2018-12-06XArray: Add xa_cmpxchg_irq and xa_cmpxchg_bhGravatar Matthew Wilcox 1-0/+54
2018-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-0/+7
2018-12-05mm, thp: restore node-local hugepage allocationsGravatar David Rientjes 1-2/+0
2018-12-06Merge tag 'drm-intel-next-2018-12-04' of git://anongit.freedesktop.org/drm/dr...Gravatar Dave Airlie 1-4/+4
2018-12-05USB: check usb_get_extra_descriptor for proper sizeGravatar Mathias Payer 1-2/+2