summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2019-03-04printk: Remove no longer used LOG_PREFIX.Tetsuo Handa2-2/+1
2019-03-04Merge branch 'pm-cpufreq'Rafael J. Wysocki3-22/+51
2019-03-04Merge branches 'pm-cpuidle' and 'powercap'Rafael J. Wysocki1-5/+3
2019-03-04Merge branches 'pm-core', 'pm-sleep', 'pm-qos', 'pm-domains' and 'pm-em'Rafael J. Wysocki4-7/+20
2019-03-04Merge branch 'acpi-apei'Rafael J. Wysocki1-0/+9
2019-03-04Merge branches 'acpi-tables', 'acpi-debug', 'acpi-ec' and 'acpi-dptf'Rafael J. Wysocki1-0/+3
2019-03-04net: phy: remove gen10g_no_soft_resetHeiner Kallweit1-1/+0
2019-03-04net: phy: don't export gen10g_read_statusHeiner Kallweit1-1/+0
2019-03-04net: phy: remove gen10g_config_initHeiner Kallweit1-1/+0
2019-03-04net: phy: remove gen10g_suspend and gen10g_resumeHeiner Kallweit1-2/+0
2019-03-04net: ipv6: add socket option IPV6_ROUTER_ALERT_ISOLATEFrancesco Ruggeri1-1/+2
2019-03-04Merge v5.0 into drm-nextDave Airlie7-26/+63
2019-03-04regulator: core: Add set/get_current_limit helpers for regmap usersAxel Lin1-0/+7
2019-03-04regulator: Fix comment for csel_reg and csel_maskAxel Lin1-2/+2
2019-03-04appletalk: Fix use-after-free in atalk_proc_exitYueHaibing1-1/+1
2019-03-03Merge tag 'mlx5-updates-2019-03-01' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-0/+2
2019-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-2/+2
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2019-03-02platform_data/mlxreg: additions for Mellanox watchdog driver.Michael Shych1-0/+19
2019-03-02NFSv4.2: Add client support for the generic 'layouterror' RPC callTrond Myklebust3-0/+37
2019-03-02NFSv4/flexfiles: Abort I/O early if the layout segment was invalidatedTrond Myklebust1-0/+1
2019-03-01net/mlx5: Emit port affinity event for multipath offloadsRoi Dayan1-0/+1
2019-03-01net/mlx5: Add multipath modeRoi Dayan1-0/+1
2019-03-01wusb: Remove unnecessary static function ckhdid_printfJoe Perches1-16/+0
2019-03-01Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-49/+95
2019-03-01media: include: fix several typosMauro Carvalho Chehab1-2/+2
2019-03-01Merge tag 'soc-fsl-next-v5.1-4' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann1-2/+0
2019-03-01Merge tag 'tee-misc-for-v5.1' of https://git.linaro.org/people/jens.wiklander...Arnd Bergmann1-0/+12
2019-03-01netfilter: convert the proto argument from u8 to u16Li RongQing1-2/+2
2019-03-01Merge branches 'iommu/fixes', 'arm/msm', 'arm/tegra', 'arm/mediatek', 'x86/vt...Joerg Roedel67-195/+783
2019-02-28block: optimize bvec iteration in bvec_iter_advanceChristoph Hellwig1-3/+4
2019-02-28of: mark early_init_dt_alloc_reserved_memory_arch staticChristoph Hellwig1-7/+0
2019-02-28io_uring: add support for pre-mapped user IO buffersJens Axboe1-0/+2
2019-02-28fs: add fget_many() and fput_many()Jens Axboe2-1/+5
2019-02-28Add io_uring IO interfaceJens Axboe3-1/+16
2019-02-28block: introduce mp_bvec_for_each_page() for iterating over pageMing Lei1-0/+5
2019-02-28tee: add cancellation support to client interfaceIgor Opaniuk1-0/+12
2019-02-28Merge tag 'topic/mei-hdcp-2019-02-26' of git://anongit.freedesktop.org/drm/dr...Greg Kroah-Hartman1-0/+76
2019-02-28kthread: Do not use TIMER_IRQSAFESebastian Andrzej Siewior1-3/+2
2019-02-28kthread: Convert worker lock to raw spinlockJulia Cartwright1-2/+2
2019-02-28PCI/ATS: Add inline to pci_prg_resp_pasid_required()Kuppuswamy Sathyanarayanan1-1/+1
2019-02-28vfs: Implement logging through fs_contextDavid Howells1-4/+14
2019-02-28vfs: Remove kern_mount_data()David Howells1-2/+1
2019-02-28kernfs, sysfs, cgroup, intel_rdt: Support fs_contextDavid Howells1-18/+20
2019-02-28introduce cloning of fs_contextAl Viro3-0/+15
2019-02-28convenience helpers: vfs_get_super() and sget_fc()Al Viro2-0/+19
2019-02-28vfs: Implement a filesystem superblock creation/configuration contextDavid Howells2-0/+7
2019-02-28vfs: Put security flags into the fs_context structDavid Howells2-1/+2
2019-02-28vfs: Add LSM hooks for the new mount APIDavid Howells2-0/+24