summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
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-mf...Lee 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-02-01audit: remove unused actx param from audit_rule_matchRichard Guy Briggs2-6/+3
2019-02-01bpf: 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 ...Oleg 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-31net: stmmac: Fallback to Platform Data clock in Watchdog conversionJose Abreu1-0/+1
2019-01-31ipvlan, l3mdev: fix broken l3s mode wrt local routesDaniel Borkmann1-0/+8
2019-01-31audit: ignore fcaps on umountRichard Guy Briggs2-5/+13
2019-01-31spi: support inter-word delay requirement for devicesJonas Bonn1-0/+6
2019-01-31vfs: Introduce logging functionsDavid Howells1-0/+42
2019-01-31introduce fs_context methodsAl Viro2-0/+15
2019-01-31fs_context flavour for submountsAl Viro1-0/+3
2019-01-31convert do_remount_sb() to fs_contextDavid Howells2-0/+5
2019-01-31teach vfs_get_tree() to handle subtype, switch do_new_mount() to itAl Viro1-1/+1
2019-01-31new helpers: vfs_create_mount(), fc_mount()Al Viro1-0/+3
2019-01-31vfs: Introduce fs_context, switch vfs_kern_mount() to it.David Howells1-0/+64
2019-01-31Merge tag 'soc-fsl-next-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann1-0/+1
2019-01-31cpufreq: Auto-register the driver as a thermal cooling device if askedAmit Kucheria1-0/+9
2019-01-31PM-runtime: Fix deadlock with ktime_get()Vincent Guittot1-1/+1
2019-01-30fs/dcache: Track & report number of negative dentriesWaiman Long1-3/+4
2019-01-30fs: Don't need to put list_lru into its own cachelineWaiman Long1-4/+5
2019-01-30cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf1-2/+0
2019-01-30x86/hw_breakpoints, kprobes: Remove kprobes ifdefferyBorislav Petkov1-0/+5
2019-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+6
2019-01-30x86/speculation: Add PR_SPEC_DISABLE_NOEXECWaiman Long1-0/+5
2019-01-29Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe13-28/+58