summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2019-02-01PCI: Move Rohm Vendor ID to generic listAndy Shevchenko
2019-02-01PCI: Add HXT vendor IDShunyong Yang
2019-02-01bpf: introduce BPF_F_LOCK flagAlexei Starovoitov
2019-02-01bpf: introduce bpf_spin_lockAlexei Starovoitov
2019-02-01Merge tag 'pm-5.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2019-02-01tee: add bus driver framework for TEE based devicesSumit Garg
2019-02-01tee: add supp_nowait flag in tee_context structSumit Garg
2019-02-01Merge back earlier cpuidle material for v5.1.Rafael J. Wysocki
2019-02-01Merge back earlier PM core material for v5.1.Rafael J. Wysocki
2019-02-01driver core: Add device link flag DL_FLAG_AUTOPROBE_CONSUMERRafael J. Wysocki
2019-02-01driver core: Fix handling of runtime PM flags in device_link_add()Rafael J. Wysocki
2019-02-01dma-mapping: don't BUG when calling dma_map_resource on RAMChristoph Hellwig
2019-02-01dma-mapping: remove the default map_resource implementationChristoph Hellwig
2019-02-01mfd: tps65218.c: Add input voltage optionsChristian Hohnstaedt
2019-02-01mfd: wm8350-core: Drop unused module infrastructure from non-modular codePaul Gortmaker
2019-02-01mfd: wm831x-core: Drop unused module infrastructure from non-modular codePaul Gortmaker
2019-02-01Merge branches 'ib-mfd-iio-input-5.1', 'ib-mfd-input-watchdog-5.1' and 'ib-mf...Lee Jones
2019-02-01mfd / platform: cros_ec: Move device sysfs attributes to its own driverEnric Balletbo i Serra
2019-02-01mfd / platform: cros_ec: Move debugfs attributes to its own driverEnric Balletbo i Serra
2019-02-01mfd / platform: cros_ec: Move vbc attributes to its own driverEnric Balletbo i Serra
2019-02-01mfd / platform: cros_ec: Move lightbar attributes to its own driverEnric Balletbo i Serra
2019-02-01mfd / platform: cros_ec: Use devm_mfd_add_devicesEnric Balletbo i Serra
2019-02-01pipe: stop using ->can_mergeJann Horn
2019-02-01splice: don't merge into linked buffersJann Horn
2019-01-31audit: remove unused actx param from audit_rule_matchRichard Guy Briggs
2019-01-31bpf: run bpf programs with preemption disabledAlexei Starovoitov
2019-01-31ide: ensure atapi sense request aren't preemptedJens Axboe
2019-01-31cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix ...Oleg Nesterov
2019-01-31async: Add support for queueing on specific NUMA nodeAlexander Duyck
2019-01-31workqueue: Provide queue_work_node to queue work near a given NUMA nodeAlexander Duyck
2019-01-31irqchip/gic-v3-its: Fix ITT_entry_size accessorZenghui Yu
2019-01-31PM-runtime: Replace jiffies-based accounting with ktime-based accountingThara Gopinath
2019-01-31bpf, cgroups: clean up kerneldoc warningsValdis Kletnieks
2019-01-31bpf: fix missing prototype warningsValdis Kletnieks
2019-01-31bpf: BPF_PROG_TYPE_CGROUP_{SKB, SOCK, SOCK_ADDR} require cgroups enabledStanislav Fomichev
2019-01-30net: stmmac: Fallback to Platform Data clock in Watchdog conversionJose Abreu
2019-01-30ipvlan, l3mdev: fix broken l3s mode wrt local routesDaniel Borkmann
2019-01-30audit: ignore fcaps on umountRichard Guy Briggs
2019-01-30spi: support inter-word delay requirement for devicesJonas Bonn
2019-01-30vfs: Introduce logging functionsDavid Howells
2019-01-30introduce fs_context methodsAl Viro
2019-01-30fs_context flavour for submountsAl Viro
2019-01-30convert do_remount_sb() to fs_contextDavid Howells
2019-01-30teach vfs_get_tree() to handle subtype, switch do_new_mount() to itAl Viro
2019-01-30new helpers: vfs_create_mount(), fc_mount()Al Viro
2019-01-30vfs: Introduce fs_context, switch vfs_kern_mount() to it.David Howells
2019-01-30Merge tag 'soc-fsl-next-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann
2019-01-30cpufreq: Auto-register the driver as a thermal cooling device if askedAmit Kucheria
2019-01-30PM-runtime: Fix deadlock with ktime_get()Vincent Guittot
2019-01-30fs/dcache: Track & report number of negative dentriesWaiman Long