summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | cgroup: fix parsing empty mount option stringOndrej Mosnacek2018-12-281-1/+1
| * | | | | | | Merge branch 'for-4.20-fixes' into for-4.21Tejun Heo2018-12-2816-126/+180
| |\ \ \ \ \ \ \
| | * | | | | | | cgroup: fix CSS_TASK_ITER_PROCSTejun Heo2018-11-201-12/+17
| * | | | | | | | cpuset: Remove set but not used variable 'cs'YueHaibing2018-12-031-2/+0Star
| * | | | | | | | cgroup: Add .__DEBUG__. prefix to debug file namesTejun Heo2018-11-131-4/+7
| * | | | | | | | cpuset: Minor cgroup2 interface updatesTejun Heo2018-11-131-4/+4
| * | | | | | | | cpuset: Expose cpuset.cpus.subpartitions with cgroup_debugWaiman Long2018-11-084-4/+27
| * | | | | | | | cpuset: Use descriptive text when reading/writing cpuset.sched.partitionWaiman Long2018-11-081-7/+51
| * | | | | | | | cpuset: Expose cpus.effective and mems.effective on cgroup v2 rootWaiman Long2018-11-081-2/+0Star
| * | | | | | | | cpuset: Make generate_sched_domains() work with partitionWaiman Long2018-11-081-7/+27
| * | | | | | | | cpuset: Make CPU hotplug work with partitionWaiman Long2018-11-081-15/+116
| * | | | | | | | cpuset: Track cpusets that use parent's effective_cpusWaiman Long2018-11-081-1/+70
| * | | | | | | | cpuset: Add an error state to cpuset.sched.partitionWaiman Long2018-11-081-24/+129
| * | | | | | | | cpuset: Add new v2 cpuset.sched.partition flagWaiman Long2018-11-081-13/+352
| * | | | | | | | cpuset: Simply allocation and freeing of cpumasksWaiman Long2018-11-081-33/+77
| * | | | | | | | cpuset: Define data structures to support scheduling partitionWaiman Long2018-11-081-0/+37
| * | | | | | | | cpuset: Enable cpuset controller in default hierarchyWaiman Long2018-11-081-3/+45
| * | | | | | | | cgroup: remove unnecessary unlikely()Yangtao Li2018-11-051-3/+1Star
* | | | | | | | | Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-291-2/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | kobject: return error code if writing /sys/.../uevent failsPeter Rajnoha2018-12-061-2/+4
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-298-49/+105
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | kernel/fork.c: mark 'stack_vm_area' with __maybe_unusedYueHaibing2018-12-281-1/+1
| * | | | | | | | | mm/hmm: fix memremap.h, move dev_page_fault_t callback to hmmDan Williams2018-12-281-1/+5
| * | | | | | | | | mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse2018-12-281-5/+5
| * | | | | | | | | kernel, resource: check for IORESOURCE_SYSRAM in release_mem_region_adjustableOscar Salvador2018-12-281-0/+15
| * | | | | | | | | mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador2018-12-281-1/+4
| * | | | | | | | | mm, oom: reorganize the oom report in dump_headeryuzhoujian2018-12-281-2/+2
| * | | | | | | | | mm: reclaim small amounts of memory when an external fragmentation event occursMel Gorman2018-12-281-0/+8
| * | | | | | | | | mm, devm_memremap_pages: add MEMORY_DEVICE_PRIVATE supportDan Williams2018-12-281-12/+41
| * | | | | | | | | mm, devm_memremap_pages: fix shutdown handlingDan Williams2018-12-281-16/+14Star
| * | | | | | | | | mm, devm_memremap_pages: kill mapping "System RAM" supportDan Williams2018-12-281-6/+3Star
| * | | | | | | | | mm, devm_memremap_pages: mark devm_memremap_pages() EXPORT_SYMBOL_GPLDan Williams2018-12-281-1/+1
| * | | | | | | | | mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-283-3/+3
| * | | | | | | | | mm: reference totalram_pages and managed_pages once per functionArun KS2018-12-282-4/+6
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-289-565/+708
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | dma-mapping: fix inverted logic in dma_supportedThierry Reding2018-12-201-1/+1
| * | | | | | | | | dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig2018-12-201-1/+1
| * | | | | | | | | dma-mapping: bypass indirect calls for dma-directChristoph Hellwig2018-12-132-44/+33Star
| * | | | | | | | | dma-direct: merge swiotlb_dma_ops into the dma_direct codeChristoph Hellwig2018-12-132-251/+94Star
| * | | | | | | | | dma-direct: use dma_direct_map_page to implement dma_direct_map_sgChristoph Hellwig2018-12-131-9/+5Star
| * | | | | | | | | dma-direct: improve addressability error reportingChristoph Hellwig2018-12-131-21/+15Star
| * | | | | | | | | swiotlb: remove dma_mark_cleanChristoph Hellwig2018-12-131-17/+1Star
| * | | | | | | | | swiotlb: remove SWIOTLB_MAP_ERRORChristoph Hellwig2018-12-131-2/+2
| * | | | | | | | | dma-mapping: factor out dummy DMA opsRobin Murphy2018-12-132-1/+40
| * | | | | | | | | dma-mapping: always build the direct mapping codeChristoph Hellwig2018-12-132-9/+1Star
| * | | | | | | | | dma-mapping: move dma_cache_sync out of lineChristoph Hellwig2018-12-131-0/+11
| * | | | | | | | | dma-mapping: move various slow path functions out of lineChristoph Hellwig2018-12-131-2/+138
| * | | | | | | | | dma-mapping: move dma_get_required_mask to kernel/dmaChristoph Hellwig2018-12-131-1/+33
| * | | | | | | | | dma-mapping: simplify the dma_sync_single_range_for_{cpu,device} implementationChristoph Hellwig2018-12-131-42/+0Star
| * | | | | | | | | dma-mapping: remove a pointless memset in dma_atomic_pool_initChristoph Hellwig2018-12-131-1/+0Star