summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-05-14mm/vmscan: add tracepoints for node reclaimYafang Shao1-0/+32
2019-05-14mm, compaction: some tracepoints should be defined only when CONFIG_COMPACTIO...Yafang Shao1-4/+2
2019-05-14mm: compaction: show gfp flag names in try_to_compact_pages tracepointYafang Shao1-2/+2
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny1-2/+2
2019-05-14mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny1-13/+28
2019-05-14mm: move nr_deactivate accounting to shrink_active_list()Kirill Tkhai1-0/+6
2019-05-14mm: move recent_rotated pages calculation to shrink_inactive_list()Kirill Tkhai2-6/+9
2019-05-14mm: page cache: store only head pages in i_pagesMatthew Wilcox1-0/+13
2019-05-14userfaultfd/sysctl: add vm.unprivileged_userfaultfdPeter Xu1-0/+2
2019-05-14include/trace/events/vmscan.h: drop zone id from kswapd tracepointsYafang Shao1-3/+4
2019-05-14mm: remove stale comment from page structTobin C. Harding1-1/+1
2019-05-14list: add function list_rotate_to_front()Tobin C. Harding1-0/+18
2019-05-14mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...Dan Williams1-4/+2
2019-05-14Merge tag 'fuse-update-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+20
2019-05-14Merge tag 'f2fs-for-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+65
2019-05-14Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2019-05-14backlight: lm3630a: Add firmware node supportBrian Masney1-0/+4
2019-05-14mfd: cros_ec: Instantiate properly CrOS Touchpad MCU deviceEnric Balletbo i Serra1-0/+1
2019-05-14mfd: cros_ec: Instantiate properly CrOS FP MCU deviceEnric Balletbo i Serra1-0/+1
2019-05-14mfd: cros_ec: Update the EC feature codesEnric Balletbo i Serra1-1/+31
2019-05-14mfd: imx6sx: Add MQS register definition for iomuxc gprS.j. Wang1-0/+9
2019-05-14mfd: da9063: Fix OTP control register names to match datasheets for DA9063/63LSteve Twiss1-3/+3
2019-05-14platform/chrome: Add support for v1 of host sleep eventEvan Green1-0/+2
2019-05-14mfd: cros_ec: Add host_sleep_event_v1 commandEvan Green1-0/+57
2019-05-14mfd: syscon: atmel: Switch to SPDX license identifiersTudor Ambarus4-19/+4
2019-05-14mfd: da9063: Convert headers to SPDXWolfram Sang2-12/+2
2019-05-14mfd: cros_ec: Instantiate properly CrOS ISH MCU deviceRushikesh S Kadam2-0/+3
2019-05-14Merge branches 'ib-mfd-arm-leds-5.2', 'ib-mfd-gpio-input-leds-power-5.2', 'ib...Lee Jones94-287/+904
2019-05-14Merge branch 'pci/trivial'Bjorn Helgaas2-236/+232
2019-05-14Merge branch 'pci/iova-dma-ranges'Bjorn Helgaas1-0/+1
2019-05-14Merge branch 'remotes/lorenzo/pci/keystone'Bjorn Helgaas2-1/+4
2019-05-14Merge branch 'pci/host/al'Bjorn Helgaas1-0/+1
2019-05-14Merge branch 'pci/switchtec'Bjorn Helgaas2-2/+13
2019-05-14Merge branch 'pci/misc'Bjorn Helgaas1-1/+5
2019-05-14Merge branch 'pci/msi'Bjorn Helgaas1-18/+0
2019-05-14Merge branch 'pci/hotplug'Bjorn Helgaas2-11/+58
2019-05-14Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Linus Torvalds1-9/+3
2019-05-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+1
2019-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-88/+76
2019-05-14Merge tag 'fsnotify_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/...Linus Torvalds2-33/+4
2019-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-3/+1
2019-05-13Merge tag 'iommu-updates-v5.2' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Linus Torvalds5-24/+194
2019-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-70/+75
2019-05-13bpf: fix minor issues in documentation for BPF helpers.Quentin Monnet1-49/+54
2019-05-13bpf: fix recurring typo in documentation for BPF helpersQuentin Monnet1-19/+19
2019-05-13Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+11
2019-05-13Merge tag 'mtd/for-5.2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-74/+146
2019-05-12net: dsa: Remove the now unused DSA_SKB_CB_COPY() macroVladimir Oltean1-3/+0
2019-05-12net: dsa: Remove dangerous DSA_SKB_CLONE() macroVladimir Oltean1-9/+0
2019-05-12net: dsa: Initialize DSA_SKB_CB(skb)->deferred_xmit variableVladimir Oltean1-3/+0