summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20190715' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-161-2/+15
|\
| * clone: fix CLONE_PIDFD supportDmitry V. Levin2019-07-141-2/+15
* | Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-151-3/+3
|\ \
| * | docs: power: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-3/+3
* | | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-07-143-77/+157
|\ \ \
| * \ \ Merge branch 'hmm-devmem-cleanup.4' into rdma.git hmmJason Gunthorpe2019-07-022-76/+157
| |\ \ \
| | * | | memremap: provide an optional internal refcount in struct dev_pagemapChristoph Hellwig2019-07-021-13/+51
| | * | | memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flagChristoph Hellwig2019-07-021-16/+10
| | * | | memremap: remove the data field in struct dev_pagemapChristoph Hellwig2019-07-021-1/+1
| | * | | memremap: add a migrate_to_ram method to struct dev_pagemap_opsChristoph Hellwig2019-07-021-31/+4
| | * | | memremap: lift the devmap_enable manipulation into devm_memremap_pagesChristoph Hellwig2019-07-021-22/+37
| | * | | memremap: pass a struct dev_pagemap to ->kill and ->cleanupChristoph Hellwig2019-07-021-4/+4
| | * | | memremap: move dev_pagemap callbacks into a separate structureChristoph Hellwig2019-07-021-9/+9
| | * | | memremap: validate the pagemap type passed to devm_memremap_pagesChristoph Hellwig2019-07-021-0/+22
| | * | | mm: factor out a devm_request_free_mem_region helperChristoph Hellwig2019-07-021-0/+39
| * | | | Merge tag 'v5.2-rc7' into rdma.git hmmJason Gunthorpe2019-07-0264-400/+458
| |\| | |
| * | | | mm/hmm: Hold a mmgrab from hmm to mmJason Gunthorpe2019-06-101-1/+0
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-141-20/+63
|\ \ \ \ \
| * | | | | perf/core: Fix exclusive events' groupingAlexander Shishkin2019-07-131-12/+22
| * | | | | perf/core: Fix race between close() and fork()Peter Zijlstra2019-07-131-8/+41
* | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2019-07-141-2/+3
|\ \ \ \ \ \
| * | | | | | locking/lockdep: Fix lock used or unused stats errorYuyang Du2019-07-131-2/+3
| |/ / / / /
* | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-141-1/+3
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | sched/core: Fix preempt warning in ttwuPeter Zijlstra2019-07-131-1/+3
| |/ / / /
* | | | | Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-07-121-33/+18
|\ \ \ \ \
| * | | | | kheaders: include only headers into kheaders_data.tar.xzMasahiro Yamada2019-07-091-31/+16
| * | | | | kheaders: remove meaningless -R option of 'ls'Masahiro Yamada2019-07-091-4/+4
* | | | | | Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-124-33/+106
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | dma-direct: handle DMA_ATTR_NO_KERNEL_MAPPING in common codeChristoph Hellwig2019-06-252-11/+16
| * | | | | dma-direct: handle DMA_ATTR_NON_CONSISTENT in common codeChristoph Hellwig2019-06-251-2/+2
| * | | | | dma-mapping: add a dma_alloc_need_uncached helperChristoph Hellwig2019-06-251-2/+2
| * | | | | dma-mapping: truncate dma masks to what dma_addr_t can holdChristoph Hellwig2019-06-251-0/+12
| * | | | | dma-remap: Avoid de-referencing NULL atomic_poolFlorian Fainelli2019-06-141-0/+3
| * | | | | dma-direct: provide generic support for uncached kernel segmentsChristoph Hellwig2019-06-031-2/+15
| * | | | | dma-contiguous: use fallback alloc_pages for single pagesNicolin Chen2019-06-031-1/+10
| * | | | | dma-contiguous: add dma_{alloc,free}_contiguous() helpersNicolin Chen2019-06-032-20/+51
* | | | | | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-126-90/+17
|\ \ \ \ \ \
| * | | | | | swiotlb: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-031-21/+4
| * | | | | | gcov: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-22/+2
| * | | | | | kprobes: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-19/+6
| * | | | | | fail_function: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-18/+5
| * | | | | | blktrace: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-6/+0
| * | | | | | trace: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-4/+0
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-121-1/+1
|\ \ \ \ \ \
| * | | | | | mm/nvdimm: add is_ioremap_addr and use that to check ioremap addressAneesh Kumar K.V2019-07-121-1/+1
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds2019-07-112-11/+8
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | livepatch: Remove duplicate warning about missing reliable stacktrace supportPetr Mladek2019-06-201-1/+0
| * | | | | | Revert "livepatch: Remove reliable stacktrace check in klp_try_switch_task()"Miroslav Benes2019-06-201-0/+7
| * | | | | | stacktrace: Remove weak version of save_stack_trace_tsk_reliable()Miroslav Benes2019-06-201-8/+0
| * | | | | | livepatch: Use static buffer for debugging messages under rq lockPetr Mladek2019-06-051-2/+1