summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-10-15mm, page_owner: fix off-by-one error in __set_page_owner_handle()Vlastimil Babka1-0/+8
2019-10-14drm/i915/perf: allow holding preemption on filtered ctxLionel Landwerlin1-0/+11
2019-10-14drm/i915/perf: Allow dynamic reconfiguration of the OA streamChris Wilson1-0/+13
2019-10-14drm/i915: add support for perf configuration queriesLionel Landwerlin1-1/+61
2019-10-14drm/i915/perf: introduce a versioning of the i915-perf uapiLionel Landwerlin1-0/+21
2019-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-17/+17
2019-10-14rtc: ds1685: use devm_platform_ioremap_resource helperThomas Bogendoerfer1-1/+0
2019-10-14rts: ds1685: remove not needed fields from private structThomas Bogendoerfer1-3/+0
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov3-2/+3
2019-10-14clk: imx8mq: Add VIDEO2_PLL clockLaurentiu Palcu1-1/+3
2019-10-14debugfs: remove return value of debugfs_create_size_t()Greg Kroah-Hartman1-8/+5
2019-10-14debugfs: remove return value of debugfs_create_u64()Greg Kroah-Hartman1-8/+4
2019-10-14debugfs: remove return value of debugfs_create_u16()Greg Kroah-Hartman1-8/+4
2019-10-14debugfs: remove return value of debugfs_create_u8()Greg Kroah-Hartman1-8/+4
2019-10-14mm: refresh ZONE_DMA and ZONE_DMA32 comments in 'enum zone_type'Nicolas Saenz Julienne1-19/+26
2019-10-14firmware: arm_sdei: use common SMCCC_CONDUIT_*Mark Rutland1-6/+0
2019-10-14firmware/psci: use common SMCCC_CONDUIT_*Mark Rutland1-7/+2
2019-10-14arm/arm64: smccc/psci: add arm_smccc_1_1_get_conduit()Mark Rutland1-0/+16
2019-10-14dmaengine: imx-sdma: fix size check for sdma script_numberRobin Gong1-0/+3
2019-10-14Merge 5.4-rc3 into char-misc-nextGreg Kroah-Hartman24-50/+251
2019-10-14Merge 5.4-rc3 into staging-nextGreg Kroah-Hartman24-50/+251
2019-10-13Merge tag 'mac80211-next-for-net-next-2019-10-11' of git://git.kernel.org/pub...David S. Miller2-2/+17
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet2-6/+11
2019-10-13tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet1-7/+11
2019-10-13tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet2-3/+3
2019-10-13tcp: annotate tp->snd_nxt lockless readsEric Dumazet1-1/+2
2019-10-13tcp: annotate tp->write_seq lockless readsEric Dumazet1-1/+1
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet1-3/+3
2019-10-13Merge tag 'hwmon-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2019-10-13Merge tag 'iio-for-5.5a-take3' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman3-0/+5
2019-10-13Merge tag 'tty-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2019-10-13Merge tag 'usb-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+2
2019-10-13Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+12
2019-10-13Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+20
2019-10-12devlink: propagate extack down to health reporter opsJiri Pirko1-3/+5
2019-10-12Merge tag 'nfs-for-5.4-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-0/+1
2019-10-11bpf: Align struct bpf_prog_statsEric Dumazet1-1/+1
2019-10-11Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-5/+5
2019-10-11compiler_attributes.h: Add 'fallthrough' pseudo keyword for switch/case useJoe Perches1-0/+17
2019-10-11drm/omap: add OMAP_BO flags to affect buffer allocationTomi Valkeinen1-0/+9
2019-10-11drm/omap: remove OMAP_BO_TILED defineTomi Valkeinen1-1/+0
2019-10-11drm/omap: cleanup OMAP_BO flagsTomi Valkeinen1-8/+9
2019-10-11device property: Fix the description of struct fwnode_operationsHeikki Krogerus1-3/+3
2019-10-11device property: Add a function to obtain a node's prefixSakari Ailus2-0/+3
2019-10-11device property: Add fwnode_get_name for returning the name of a nodeSakari Ailus2-0/+3
2019-10-11device property: Add functions for accessing node's parentsSakari Ailus1-0/+3
2019-10-11software node: Make argument to to_software_node constSakari Ailus1-1/+2
2019-10-11Merge tag 'drm-misc-next-2019-10-09-2' of git://anongit.freedesktop.org/drm/d...Dave Airlie25-191/+343
2019-10-11seccomp: simplify secure_computing()Christian Brauner1-3/+3
2019-10-11ASoC: samsung: i2s: Document clocks macrosMaciej Falkowski1-3/+9