aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2019-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-3/+18
2019-02-01PCI: Move Rohm Vendor ID to generic listAndy Shevchenko1-0/+2
2019-02-01PCI: Add HXT vendor IDShunyong Yang1-0/+2
2019-02-01bpf: introduce BPF_F_LOCK flagAlexei Starovoitov1-0/+2
2019-02-01bpf: introduce bpf_spin_lockAlexei Starovoitov3-3/+36
2019-02-01Merge tag 'pm-5.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2019-02-01tee: add bus driver framework for TEE based devicesSumit Garg2-1/+40
2019-02-01tee: add supp_nowait flag in tee_context structSumit Garg1-0/+6
2019-02-01Merge back earlier cpuidle material for v5.1.Rafael J. Wysocki1-5/+3
2019-02-01Merge back earlier PM core material for v5.1.Rafael J. Wysocki2-3/+5
2019-02-01driver core: Add device link flag DL_FLAG_AUTOPROBE_CONSUMERRafael J. Wysocki1-0/+3
2019-02-01driver core: Fix handling of runtime PM flags in device_link_add()Rafael J. Wysocki1-1/+1
2019-02-01dma-mapping: don't BUG when calling dma_map_resource on RAMChristoph Hellwig1-1/+2
2019-02-01dma-mapping: remove the default map_resource implementationChristoph Hellwig1-5/+7
2019-02-01mfd: tps65218.c: Add input voltage optionsChristian Hohnstaedt1-0/+4
2019-02-01mfd: wm8350-core: Drop unused module infrastructure from non-modular codePaul Gortmaker1-1/+0
2019-02-01mfd: wm831x-core: Drop unused module infrastructure from non-modular codePaul Gortmaker1-1/+0
2019-02-01Merge branches 'ib-mfd-iio-input-5.1', 'ib-mfd-input-watchdog-5.1' and 'ib-mfd-platform-5.1' into ibs-for-mfd-mergedLee Jones33-64/+429
2019-02-01mfd / platform: cros_ec: Move device sysfs attributes to its own driverEnric Balletbo i Serra1-3/+0
2019-02-01mfd / platform: cros_ec: Move debugfs attributes to its own driverEnric Balletbo i Serra1-6/+0
2019-02-01mfd / platform: cros_ec: Move vbc attributes to its own driverEnric Balletbo i Serra1-1/+0
2019-02-01mfd / platform: cros_ec: Move lightbar attributes to its own driverEnric Balletbo i Serra1-1/+0
2019-02-01mfd / platform: cros_ec: Use devm_mfd_add_devicesEnric Balletbo i Serra1-10/+0
2019-02-01pipe: stop using ->can_mergeJann Horn1-7/+0
2019-02-01splice: don't merge into linked buffersJann Horn1-0/+1
2019-01-31audit: remove unused actx param from audit_rule_matchRichard Guy Briggs2-6/+3
2019-01-31bpf: run bpf programs with preemption disabledAlexei Starovoitov1-3/+18
2019-01-31ide: ensure atapi sense request aren't preemptedJens Axboe1-0/+2
2019-01-31cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix the accountingOleg Nesterov2-1/+3
2019-01-31async: Add support for queueing on specific NUMA nodeAlexander Duyck1-3/+79
2019-01-31workqueue: Provide queue_work_node to queue work near a given NUMA nodeAlexander Duyck1-0/+2
2019-01-31irqchip/gic-v3-its: Fix ITT_entry_size accessorZenghui Yu1-1/+1
2019-01-31PM-runtime: Replace jiffies-based accounting with ktime-based accountingThara Gopinath1-3/+3
2019-01-31bpf, cgroups: clean up kerneldoc warningsValdis Kletnieks1-1/+1
2019-01-31bpf: fix missing prototype warningsValdis Kletnieks1-1/+3
2019-01-31bpf: BPF_PROG_TYPE_CGROUP_{SKB, SOCK, SOCK_ADDR} require cgroups enabledStanislav Fomichev1-0/+2
2019-01-30net: stmmac: Fallback to Platform Data clock in Watchdog conversionJose Abreu1-0/+1
2019-01-30ipvlan, l3mdev: fix broken l3s mode wrt local routesDaniel Borkmann1-0/+8
2019-01-30audit: ignore fcaps on umountRichard Guy Briggs2-5/+13
2019-01-30spi: support inter-word delay requirement for devicesJonas Bonn1-0/+6
2019-01-30vfs: Introduce logging functionsDavid Howells1-0/+42
2019-01-30introduce fs_context methodsAl Viro2-0/+15
2019-01-30fs_context flavour for submountsAl Viro1-0/+3
2019-01-30convert do_remount_sb() to fs_contextDavid Howells2-0/+5
2019-01-30teach vfs_get_tree() to handle subtype, switch do_new_mount() to itAl Viro1-1/+1
2019-01-30new helpers: vfs_create_mount(), fc_mount()Al Viro1-0/+3
2019-01-30vfs: Introduce fs_context, switch vfs_kern_mount() to it.David Howells1-0/+64
2019-01-30Merge tag 'soc-fsl-next-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux into arm/driversArnd Bergmann1-0/+1
2019-01-30cpufreq: Auto-register the driver as a thermal cooling device if askedAmit Kucheria1-0/+9
2019-01-30PM-runtime: Fix deadlock with ktime_get()Vincent Guittot1-1/+1