summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-25mm/thp: another PVMW_SYNC fix in page_vma_mapped_walk()Hugh Dickins1-0/+4
2021-06-25mm/thp: fix page_vma_mapped_walk() if THP mapped by ptesHugh Dickins1-9/+25
2021-06-25mm: page_vma_mapped_walk(): get vma_address_end() earlierHugh Dickins1-4/+9
2021-06-25mm: page_vma_mapped_walk(): use goto instead of while (1)Hugh Dickins1-4/+3
2021-06-25mm: page_vma_mapped_walk(): add a level of indentationHugh Dickins1-50/+55
2021-06-25mm: page_vma_mapped_walk(): crossing page table boundaryHugh Dickins1-4/+4
2021-06-25mm: page_vma_mapped_walk(): prettify PVMW_MIGRATION blockHugh Dickins1-16/+14
2021-06-25mm: page_vma_mapped_walk(): use pmde for *pvmw->pmdHugh Dickins1-5/+6
2021-06-25mm: page_vma_mapped_walk(): settle PageHuge on entryHugh Dickins1-4/+8
2021-06-25mm: page_vma_mapped_walk(): use page for pvmw->pageHugh Dickins1-5/+4
2021-06-24Merge tag 'mmc-v5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds1-5/+45
2021-06-24Merge tag 'core-urgent-2021-06-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+16
2021-06-24Merge tag 'sched-urgent-2021-06-24' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+28
2021-06-24Merge tag 'perf-urgent-2021-06-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+2
2021-06-24Merge tag 'objtool-urgent-2021-06-24' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds7-5/+16
2021-06-24perf/x86/intel/lbr: Zero the xstate buffer on allocationThomas Gleixner1-1/+2
2021-06-23Merge tag 'spi-fix-v5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-6/+10
2021-06-23Merge tag 'pm-5.13-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-3/+13
2021-06-23Merge branch 'stable/for-linus-5.14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-8/+15
2021-06-22module: limit enabling module.sig_enforceMimi Zohar1-5/+9
2021-06-22Revert "PCI: PM: Do not read power state in pci_enable_device_flags()"Rafael J. Wysocki1-3/+13
2021-06-22signal: Prevent sigqueue caching after task got releasedThomas Gleixner1-1/+16
2021-06-22sched/fair: Ensure that the CFS parent is added after unthrottlingRik van Riel1-0/+28
2021-06-22locking/lockdep: Improve noinstr vs errorsPeter Zijlstra3-2/+6
2021-06-22x86: Always inline task_size_max()Peter Zijlstra1-1/+1
2021-06-22x86/xen: Fix noinstr fail in exc_xen_unknown_trap()Peter Zijlstra1-0/+2
2021-06-22x86/xen: Fix noinstr fail in xen_pv_evtchn_do_upcall()Peter Zijlstra1-1/+2
2021-06-22x86/entry: Fix noinstr fail in __do_fast_syscall_32()Peter Zijlstra1-1/+1
2021-06-21Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-7/+9
2021-06-21objtool/x86: Ignore __x86_indirect_alt_* symbolsPeter Zijlstra1-0/+4
2021-06-21swiotlb: manipulate orig_addr when tlb_addr has offsetBumyong Lee1-8/+15
2021-06-21Linux 5.13-rc7Linus Torvalds1-2/+2
2021-06-20Merge tag 'sched_urgent_for_v5.13_rc6' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-19/+25
2021-06-20Merge tag 'irq_urgent_for_v5.13_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+35
2021-06-20Merge tag 'x86_urgent_for_v5.13_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-24/+56
2021-06-20Merge tag 'powerpc-5.13-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds4-7/+7
2021-06-20Merge tag 'perf-tools-fixes-for-v5.13-2021-06-19' of git://git.kernel.org/pub...Linus Torvalds6-13/+16
2021-06-19Merge tag 'riscv-for-linus-5.13-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-12/+12
2021-06-19Merge tag 's390-5.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2-4/+11
2021-06-19tools headers UAPI: Sync linux/in.h copy with the kernel sourcesArnaldo Carvalho de Melo1-0/+3
2021-06-19tools headers UAPI: Sync asm-generic/unistd.h with the kernel originalArnaldo Carvalho de Melo1-2/+1
2021-06-19perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo1-2/+0
2021-06-19perf test: Fix non-bash issue with stat bpf countersIan Rogers1-2/+2
2021-06-19perf machine: Fix refcount usage when processing PERF_RECORD_KSYMBOLRiccardo Mancini1-1/+2
2021-06-19perf metricgroup: Return error code from metricgroup__add_metric_sys_event_it...John Garry1-3/+5
2021-06-19perf metricgroup: Fix find_evsel_group() event selectorJohn Garry1-3/+3
2021-06-19riscv: dts: fu740: fix cache-controller interruptsDavid Abdurachmanov1-1/+1
2021-06-19riscv: Ensure BPF_JIT_REGION_START aligned with PMD sizeJisheng Zhang3-6/+5
2021-06-19riscv: kasan: Fix MODULES_VADDR evaluation due to local variables' nameJisheng Zhang1-4/+4
2021-06-19Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds145-589/+1513