summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2018-06-30switchtec: Use generic PCI Vendor ID and Class CodeDoug Meyer2-4/+1
2018-06-29bpf: undo prog rejection on read-only lock failureDaniel Borkmann1-48/+8
2018-06-29sg: remove ->sg_magic memberJens Axboe1-18/+0
2018-06-29Merge tag 'pm-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-3/+3
2018-06-29dmaengine: xilinx_dma: Enable VDMA S2MM vertical flip supportRadhey Shyam Pandey1-0/+2
2018-06-29Merge tag 'ib-fbdev-drm-v4.19-deferred-console-takeover' of https://github.co...Gustavo Padovan15-42/+117
2018-06-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-1/+5
2018-06-28include/linux/dax.h: dax_iomap_fault() returns vm_fault_tSouptick Joarder1-1/+1
2018-06-28slub: fix failure when we delete and create a slab cacheMikulas Patocka1-0/+4
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds4-10/+8
2018-06-28cred: conditionally declare groups-related functionsOndrej Mosnáček1-5/+10
2018-06-28console/fbcon: Add support for deferred console takeoverHans de Goede1-0/+5
2018-06-28vt: unicode fallback for scrollbackNicolas Pitre1-1/+1
2018-06-28vt: introduce unicode mode for /dev/vcsNicolas Pitre1-0/+5
2018-06-28vt: preserve unicode values corresponding to screen charactersNicolas Pitre1-0/+2
2018-06-28atomic/tty: Fix up atomic abuse in ldsemPeter Zijlstra1-2/+2
2018-06-28gnss: add receiver type supportJohan Hovold1-0/+9
2018-06-28gnss: add GNSS receiver subsystemJohan Hovold1-0/+66
2018-06-28usb: typec: function for checking cable plug orientationHeikki Krogerus1-0/+1
2018-06-28usb: pd: include kernel.hHeikki Krogerus1-0/+1
2018-06-28usb: typec: add API to get typec basic port power and data configLi Jun1-0/+3
2018-06-28usb: typec: add fwnode to tcpcLi Jun1-0/+2
2018-06-28Merge tag 'mlx5-fixes-2018-06-26' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2-1/+3
2018-06-27inotify: Add flag IN_MASK_CREATE for inotify_add_watch()Henry Wilson1-1/+1
2018-06-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-1/+3
2018-06-27bitfield: add u8 helpersJohannes Berg1-0/+1
2018-06-27bitfield: fix *_encode_bits()Johannes Berg1-3/+3
2018-06-27printk: Make CONSOLE_LOGLEVEL_QUIET configurableHans de Goede1-3/+3
2018-06-27fsnotify: add helper to get mask from connectorAmir Goldstein1-0/+2
2018-06-27fsnotify: let connector point to an abstract objectAmir Goldstein1-5/+10
2018-06-27fsnotify: pass connp and object type to fsnotify_add_mark()Amir Goldstein1-6/+14
2018-06-27fsnotify: use typedef fsnotify_connp_t for brevityAmir Goldstein1-3/+4
2018-06-27ARM: mvebu: convert secondary CPU clock sync to hotplug stateLucas Stach1-0/+1
2018-06-27net/mlx5: E-Switch, Avoid setup attempt if not being e-switch managerOr Gerlitz2-1/+3
2018-06-27remoteproc: Introduce prepare and unprepare for subdevicesBjorn Andersson1-0/+4
2018-06-26remoteproc: Make client initialize ops in rproc_subdevBjorn Andersson1-4/+1
2018-06-26remoteproc: Rename subdev functions to start/stopBjorn Andersson1-7/+7
2018-06-26hwspinlock: Remove redundant configBaolin Wang1-1/+1
2018-06-26hwspinlock: Add devm_xxx() APIs to register/unregister one hwlock controllerBaolin Wang1-0/+6
2018-06-26PCI: shpchp: Separate existence of SHPC and permission to use itBjorn Helgaas1-0/+1
2018-06-26hwspinlock: Add devm_xxx() APIs to request/free hwlockBaolin Wang1-0/+22
2018-06-26hwspinlock: Add one new API to support getting a specific hwlock by the nameBaolin Wang1-0/+7
2018-06-26block: Fix transfer when chunk sectors exceeds maxKeith Busch1-2/+2
2018-06-26ptp: support DPAA FMan 1588 timer in ptp_qoriqYangbo Lu1-7/+31
2018-06-26bpf: fix attach type BPF_LIRC_MODE2 dependency wrt CONFIG_CGROUP_BPFSean Young3-2/+37
2018-06-26Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar10-20/+29
2018-06-26net: Convert NAPI gro list into a small hash table.David Miller1-1/+2
2018-06-26net: Convert GRO SKB handling to list_head.David Miller4-21/+21
2018-06-26Merge tag 'iio-fixes-4.18a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-1/+1
2018-06-26Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-19/+26