aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-03-07leaking_addresses: Completely remove --version flagTobin C. Harding1-2/+1
2019-03-07leaking_addresses: Fix calls to dprintTobin C. Harding1-3/+3
2019-03-06Merge tag 'devprop-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-1/+24
2019-03-06um: Fix for a possible OOPS in ubd initializationAnton Ivanov1-3/+3
2019-03-06um: Remove duplicated include from vector_user.cYueHaibing1-3/+0
2019-03-06Merge tag 'acpi-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds227-1320/+1436
2019-03-06Merge branch 'remotes/lorenzo/pci/vmd'Bjorn Helgaas1-1/+14
2019-03-06Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas4-31/+74
2019-03-06Merge branch 'remotes/lorenzo/pci/mediatek'Bjorn Helgaas1-4/+9
2019-03-06Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas2-33/+29
2019-03-06Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas15-68/+397
2019-03-06Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas12-127/+408
2019-03-06Merge branch 'remotes/lorenzo/pci/dt'Bjorn Helgaas1-1/+3
2019-03-06Merge branch 'remotes/lorenzo/pci/cadence'Bjorn Helgaas1-1/+1
2019-03-06Merge branch 'remotes/lorenzo/pci/altera'Bjorn Helgaas3-26/+250
2019-03-06Merge branch 'pci/pm'Bjorn Helgaas3-35/+52
2019-03-06Merge branch 'pci/portdrv'Bjorn Helgaas5-9/+134
2019-03-06Merge branch 'pci/misc'Bjorn Helgaas17-59/+51
2019-03-06Merge branch 'pci/hotplug'Bjorn Helgaas4-37/+15
2019-03-06Merge branch 'pci/enumeration'Bjorn Helgaas5-59/+89
2019-03-06Merge branch 'pci/dpc'Bjorn Helgaas1-1/+26
2019-03-06Merge branch 'pci/aspm'Bjorn Helgaas2-15/+74
2019-03-06Merge branch 'pci/aer'Bjorn Helgaas2-8/+22
2019-03-07nios2: update_mmu_cache preload the TLB with the new PTENicholas Piggin3-9/+36
2019-03-07nios2: User address TLB flush break after finding the matching entryNicholas Piggin1-0/+5
2019-03-07nios2: flush_tlb_all use TLBMISC way auto-increment featureNicholas Piggin1-6/+5
2019-03-07nios2: improve readability of tlb functionsNicholas Piggin1-27/+33
2019-03-07nios2: flush_tlb_mm flush only the pidNicholas Piggin1-12/+14
2019-03-07nios2: flush_tlb_pid can just restore TLBMISC onceNicholas Piggin1-2/+2
2019-03-07nios2: TLBMISC writes do not require PID bits to be setNicholas Piggin1-12/+7
2019-03-07nios2: Use an invalid TLB entry address helper functionNicholas Piggin1-35/+33
2019-03-07nios2: pte_clear does not need to flush TLBNicholas Piggin1-1/+0
2019-03-07nios2: flush_tlb_page use PID based flushNicholas Piggin3-14/+19
2019-03-07nios2: update_mmu_cache clear the old entry from the TLBNicholas Piggin1-0/+2
2019-03-07nios2: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz2-10/+0
2019-03-07nios2: ksyms: Add missing symbol exportsGuenter Roeck1-0/+12
2019-03-06perf data: Force perf_data__open|close zero data->file.pathJiri Olsa1-2/+2
2019-03-06perf session: Fix double free in perf_data__closeJiri Olsa1-3/+1
2019-03-06perf evsel: Probe for precise_ip with simple attrJiri Olsa2-13/+20
2019-03-06perf tools: Read and store caps/max_precise in perf_pmuJiri Olsa2-0/+15
2019-03-06perf hist: Fix memory leak of srclineJiri Olsa1-2/+12
2019-03-06perf hist: Add error path into hist_entry__initJiri Olsa1-20/+19
2019-03-06perf c2c: Fix c2c report for empty numa nodeJiri Olsa1-2/+6
2019-03-06perf script python: Add Python3 support to intel-pt-events.pyTony Jones1-13/+19
2019-03-06perf script python: Add Python3 support to event_analyzing_sample.pyTony Jones1-23/+25
2019-03-06perf script python: add Python3 support to check-perf-trace.pyTony Jones1-14/+17
2019-03-06perf script python: Add Python3 support to futex-contention.pyTony Jones1-4/+6
2019-03-06perf script python: Remove mixed indentationTony Jones14-127/+128
2019-03-06perf diff: Support --pid/--tid filter optionsJin Yao2-0/+10
2019-03-06perf diff: Support --cpu filter optionJin Yao2-0/+21