summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-20xen/events: add a proper barrier to 2-level uevent unmaskingJuergen Gross
2020-10-20xen/events: avoid removing an event channel while handling itJuergen Gross
2020-10-19Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-10-19Merge tag 'm68knommu-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-19Merge tag 'xfs-5.10-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-10-19Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-10-19Merge tag 'zonefs-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-10-19rtc: r9701: set rangeAlexandre Belloni
2020-10-19rtc: r9701: convert to devm_rtc_allocate_deviceAlexandre Belloni
2020-10-19rtc: r9701: stop setting RWKCNTAlexandre Belloni
2020-10-19rtc: r9701: remove useless memsetAlexandre Belloni
2020-10-19rtc: r9701: stop setting a default timeAlexandre Belloni
2020-10-19rtc: r9701: remove leftover commentAlexandre Belloni
2020-10-19rtc: rv3032: Add a driver for Microcrystal RV-3032Alexandre Belloni
2020-10-19dt-bindings: rtc: rv3032: add RV-3032 bindingsAlexandre Belloni
2020-10-19dt-bindings: rtc: add trickle-voltage-millivoltAlexandre Belloni
2020-10-19io_uring: use blk_queue_nowait() to check if NOWAIT supportedJeffle Xu
2020-10-19iommu/vt-d: Don't dereference iommu_device if IOMMU_API is not builtBartosz Golaszewski
2020-10-19Merge tag 'drm-intel-next-fixes-2020-10-15' of git://anongit.freedesktop.org/...Dave Airlie
2020-10-19drm/amd/display: Fix incorrect dsc force enable logicEryk Brol
2020-10-19Merge tag 'amd-drm-fixes-5.10-2020-10-14' of git://people.freedesktop.org/~ag...Dave Airlie
2020-10-18Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2020-10-18Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-18Merge tag 'mailbox-v5.10' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds
2020-10-18Merge branch 'for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jlaw...Linus Torvalds
2020-10-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-10-18Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-18Merge tag 'for-linus-5.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-10-18Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-18mm: remove duplicate include statement in mmu.cTian Tao
2020-10-18mm: remove the filename in the top of file comment in vmalloc.cChristoph Hellwig
2020-10-18mm: cleanup the gfp_mask handling in __vmalloc_area_nodeChristoph Hellwig
2020-10-18mm: remove alloc_vm_areaChristoph Hellwig
2020-10-18x86/xen: open code alloc_vm_area in arch_gnttab_vallocChristoph Hellwig
2020-10-18xen/xenbus: use apply_to_page_range directly in xenbus_map_ring_pvChristoph Hellwig
2020-10-18drm/i915: use vmap in i915_gem_object_mapChristoph Hellwig
2020-10-18drm/i915: stop using kmap in i915_gem_object_mapChristoph Hellwig
2020-10-18drm/i915: use vmap in shmem_pin_mapChristoph Hellwig
2020-10-18zsmalloc: switch from alloc_vm_area to get_vm_areaChristoph Hellwig
2020-10-18mm: allow a NULL fn callback in apply_to_page_rangeChristoph Hellwig
2020-10-18mm: add a vmap_pfn functionChristoph Hellwig
2020-10-18mm: add a VM_MAP_PUT_PAGES flag for vmapChristoph Hellwig
2020-10-18mm: update the documentation for vfreeMatthew Wilcox (Oracle)
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim
2020-10-18pid: move pidfd_get_pid() to pid.cMinchan Kim
2020-10-18mm/madvise: pass mm to do_madviseMinchan Kim
2020-10-18selftests/vm: 10x speedup for hmm-testsJohn Hubbard
2020-10-18binfmt_elf: take the mmap lock around find_extend_vma()Jann Horn
2020-10-18mm/gup_benchmark: take the mmap lock around GUPJann Horn
2020-10-18mm/mmap: add inline munmap_vma_range() for code readabilityLiam R. Howlett