summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge tag 'dma-mapping-5.3-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-208-26/+83
|\ \ \ \ \ \ \ \
| * | | | | | | | dma-direct: correct the physical addr in dma_direct_sync_sg_for_cpu/deviceFugang Duan2019-07-191-7/+11
| * | | | | | | | dma-direct: only limit the mapping size if swiotlb could be usedChristoph Hellwig2019-07-171-6/+4
| * | | | | | | | dma-mapping: add a dma_addressing_limited helperChristoph Hellwig2019-07-171-0/+14
| * | | | | | | | dma-direct: Force unencrypted DMA under SME for certain DMA masksTom Lendacky2019-07-167-13/+54
* | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-2033-215/+226
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/entry/64: Prevent clobbering of saved CR2 valueThomas Gleixner2019-07-201-1/+10
| * | | | | | | | | x86/hyper-v: Zero out the VP ASSIST PAGE on allocationDexuan Cui2019-07-191-2/+11
| * | | | | | | | | x86, boot: Remove multiple copy of static function sanitize_boot_params()Zhenzhong Duan2019-07-182-1/+1
| * | | | | | | | | x86/boot/compressed/64: Remove unused variableZhenzhong Duan2019-07-181-1/+0
| * | | | | | | | | x86/boot/efi: Remove unused variablesZhenzhong Duan2019-07-181-9/+1
| * | | | | | | | | x86/mm, tracing: Fix CR2 corruptionPeter Zijlstra2019-07-177-51/+59
| * | | | | | | | | x86/entry/64: Update comments and sanity tests for create_gapPeter Zijlstra2019-07-171-6/+11
| * | | | | | | | | x86/entry/64: Simplify idtentry a littlePeter Zijlstra2019-07-171-54/+48
| * | | | | | | | | x86/entry/32: Simplify common_exceptionPeter Zijlstra2019-07-171-23/+13
| * | | | | | | | | x86/paravirt: Make read_cr2() CALLEE_SAVEPeter Zijlstra2019-07-1710-26/+45
| * | | | | | | | | MAINTAINERS: Update PARAVIRT_OPS_INTERFACE and VMWARE_HYPERVISOR_INTERFACEThomas Hellstrom2019-07-171-2/+4
| * | | | | | | | | x86/process: Delete useless check for dead process with LDTJann Horn2019-07-171-11/+1
| * | | | | | | | | x86: math-emu: Hide clang warnings for 16-bit overflowArnd Bergmann2019-07-172-2/+2
| * | | | | | | | | x86/e820: Use proper booleans instead of 0/1Yi Wang2019-07-161-2/+2
| * | | | | | | | | x86/apic: Silence -Wtype-limits compiler warningsQian Cai2019-07-162-2/+2
| * | | | | | | | | x86/mm: Free sme_early_buffer after initDavid Rientjes2019-07-161-1/+1
| * | | | | | | | | x86/boot: Fix memory leak in default_get_smp_config()David Rientjes2019-07-161-6/+4
| * | | | | | | | | Revert "x86/ptrace: Prevent ptrace from clearing the FS/GS selector" and fix ...Andy Lutomirski2019-07-152-20/+16
* | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-2020-142/+1029
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge tag 'perf-core-for-mingo-5.3-20190715' of git://git.kernel.org/pub/scm/...Thomas Gleixner2019-07-1820-142/+1029
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | perf version: Fix segfault due to missing OPT_END()Ravi Bangoria2019-07-151-0/+1
| | * | | | | | | | | | perf vendor events s390: Add JSON files for machine type 8561Thomas Richter2019-07-125-0/+576
| | * | | | | | | | | | perf cs-etm: Return errcode in cs_etm__process_auxtrace_info()YueHaibing2019-07-111-3/+7
| | * | | | | | | | | | perf cs-etm: Remove errnoeous ERR_PTR() usage in cs_etm__process_auxtrace_infoYueHaibing2019-07-111-1/+1
| | * | | | | | | | | | perf scripts python: export-to-postgresql.py: Export switch eventsAdrian Hunter2019-07-101-0/+51
| | * | | | | | | | | | perf scripts python: export-to-sqlite.py: Export switch eventsAdrian Hunter2019-07-101-0/+41
| | * | | | | | | | | | perf db-export: Export switch eventsAdrian Hunter2019-07-103-0/+138
| | * | | | | | | | | | perf db-export: Factor out db_export__threads()Adrian Hunter2019-07-101-34/+48
| | * | | | | | | | | | perf script: Add scripting operation process_switch()Adrian Hunter2019-07-102-1/+10
| | * | | | | | | | | | perf scripts python: exported-sql-viewer.py: Use new 'has_calls' columnAdrian Hunter2019-07-101-2/+8
| | * | | | | | | | | | perf scripts python: exported-sql-viewer.py: Remove redundant semi-colonsAdrian Hunter2019-07-101-12/+12
| | * | | | | | | | | | perf scripts python: export-to-postgresql.py: Add has_calls column to comms t...Adrian Hunter2019-07-101-0/+2
| | * | | | | | | | | | perf scripts python: export-to-sqlite.py: Add has_calls column to comms tableAdrian Hunter2019-07-101-0/+2
| | * | | | | | | | | | perf db-export: Also export thread's current commAdrian Hunter2019-07-101-0/+8
| | * | | | | | | | | | perf db-export: Factor out db_export__comm()Adrian Hunter2019-07-102-7/+25
| | * | | | | | | | | | perf scripts python: export-to-postgresql.py: Export comm detailsAdrian Hunter2019-07-101-5/+10
| | * | | | | | | | | | perf scripts python: export-to-sqlite.py: Export comm detailsAdrian Hunter2019-07-101-4/+7
| | * | | | | | | | | | perf db-export: Export comm detailsAdrian Hunter2019-07-103-4/+9
| | * | | | | | | | | | perf db-export: Fix a white space issue in db_export__sample()Adrian Hunter2019-07-101-1/+1
| | * | | | | | | | | | perf db-export: Move export__comm_thread into db_export__sample()Adrian Hunter2019-07-102-16/+22
| | * | | | | | | | | | perf db-export: Export comm before exporting threadAdrian Hunter2019-07-101-7/+6
| | * | | | | | | | | | perf db-export: Export main_thread in db_export__sample()Adrian Hunter2019-07-101-12/+18
| | * | | | | | | | | | perf db-export: Pass main_thread to db_export__thread()Adrian Hunter2019-07-102-22/+10
| | * | | | | | | | | | perf db-export: Rename db_export__comm() to db_export__exec_comm()Adrian Hunter2019-07-102-5/+21