summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* docs: ioctl-number.txt: convert it to ReST formatMauro Carvalho Chehab2019-07-151-1/+1
* docs: connector: convert to ReST and rename to connector.rstMauro Carvalho Chehab2019-07-151-1/+62
* docs: locking: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-07-153-3/+3
* Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-07-146-337/+92
|\
| * Merge branch 'hmm-devmem-cleanup.4' into rdma.git hmmJason Gunthorpe2019-07-026-267/+56
| |\
| | * mm: remove the HMM config optionChristoph Hellwig2019-07-022-5/+2
| | * mm: simplify ZONE_DEVICE page private dataChristoph Hellwig2019-07-022-33/+1
| | * mm: remove hmm_devmem_addChristoph Hellwig2019-07-021-129/+0
| | * mm: remove hmm_vma_alloc_locked_pageChristoph Hellwig2019-07-021-3/+0
| | * memremap: provide an optional internal refcount in struct dev_pagemapChristoph Hellwig2019-07-021-0/+4
| | * memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flagChristoph Hellwig2019-07-021-1/+11
| | * memremap: remove the data field in struct dev_pagemapChristoph Hellwig2019-07-021-2/+1
| | * memremap: add a migrate_to_ram method to struct dev_pagemap_opsChristoph Hellwig2019-07-023-21/+6
| | * memremap: lift the devmap_enable manipulation into devm_memremap_pagesChristoph Hellwig2019-07-021-10/+0
| | * memremap: pass a struct dev_pagemap to ->kill and ->cleanupChristoph Hellwig2019-07-021-2/+2
| | * memremap: move dev_pagemap callbacks into a separate structureChristoph Hellwig2019-07-021-16/+20
| | * memremap: validate the pagemap type passed to devm_memremap_pagesChristoph Hellwig2019-07-021-0/+8
| | * mm: factor out a devm_request_free_mem_region helperChristoph Hellwig2019-07-021-0/+2
| | * mm: remove MEMORY_DEVICE_PUBLIC supportChristoph Hellwig2019-07-024-30/+4
| | * mm: remove the struct hmm_device infrastructureChristoph Hellwig2019-07-021-20/+0
| * | Merge tag 'v5.2-rc7' into rdma.git hmmJason Gunthorpe2019-07-02733-4414/+1045
| |\|
| * | mm/hmm: Fix error flows in hmm_invalidate_range_startJason Gunthorpe2019-06-271-1/+1
| * | mm/hmm: Hold on to the mmget for the lifetime of the rangeJason Gunthorpe2019-06-181-26/+0
| * | mm/hmm: Remove duplicate condition test before wait_event_timeoutJason Gunthorpe2019-06-181-11/+2
| * | mm/hmm: Hold a mmgrab from hmm to mmJason Gunthorpe2019-06-101-3/+0
| * | mm/hmm: Use hmm_mirror not mm as an argument for hmm_range_registerJason Gunthorpe2019-06-101-3/+4
| * | mm/hmm: fix use after free with struct hmm in the mmu notifiersJason Gunthorpe2019-06-071-0/+1
| * | mm/hmm: clean up some coding style and commentsRalph Campbell2019-06-061-35/+36
| * | mm/hmm: update HMM documentationRalph Campbell2019-06-061-3/+4
* | | Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-plat...Linus Torvalds2019-07-146-6/+212
|\ \ \
| * | | platform/x86: ISST: Add Intel Speed Select PUNIT MSR interfaceSrinivas Pandruvada2019-07-021-0/+32
| * | | platform/x86: ISST: Add Intel Speed Select mailbox interface via PCISrinivas Pandruvada2019-07-021-0/+38
| * | | platform/x86: ISST: Add Intel Speed Select mmio interfaceSrinivas Pandruvada2019-07-021-0/+33
| * | | platform/x86: ISST: Add IOCTL to Translate Linux logical CPU to PUNIT CPU numberSrinivas Pandruvada2019-07-021-0/+28
| * | | platform/x86: ISST: Add common API to register and handle ioctlsSrinivas Pandruvada2019-07-021-0/+41
| * | | platform/x86: wmi: add context argument to the probe functionMattias Jacobsson2019-06-171-1/+1
| * | | platform/x86: wmi: add context pointer field to struct wmi_device_idMattias Jacobsson2019-06-171-0/+1
| * | | platform/x86: asus-wmi: Switch fan boost modeYurii Pavlovskyi2019-06-171-0/+1
| * | | platform/x86: asus-wmi: Improve DSTS WMI method ID detectionYurii Pavlovskyi2019-06-171-2/+2
| * | | platform/x86: wmi: Add function to get _UID of WMI deviceYurii Pavlovskyi2019-06-171-0/+1
| * | | Platform: OLPC: Add XO-1.75 EC driverLubomir Rintel2019-05-201-2/+2
| * | | Platform: OLPC: Use BIT() and GENMASK() for event masksLubomir Rintel2019-05-201-11/+12
| * | | Platform: OLPC: Move EC-specific functionality out from x86Lubomir Rintel2019-05-201-1/+31
* | | | Merge tag 'mailbox-v5.3' of git://git.linaro.org/landing-teams/working/fujits...Linus Torvalds2019-07-141-1/+3
|\ \ \ \
| * | | | mailbox: omap: Add support for TI K3 SoCsSuman Anna2019-07-101-1/+3
| | |_|/ | |/| |
* | | | Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Linus Torvalds2019-07-141-1/+9
|\ \ \ \
| * | | | percpu_ref: release percpu memory early without PERCPU_REF_ALLOW_REINITRoman Gushchin2019-05-091-0/+1
| * | | | percpu_ref: introduce PERCPU_REF_ALLOW_REINIT flagRoman Gushchin2019-05-091-1/+8
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-141-0/+5
|\ \ \ \ \
| * | | | | perf/core: Fix exclusive events' groupingAlexander Shishkin2019-07-131-0/+5