summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-01-311-3/+3
|\
| * livepatch: send a fake signal to all blocking tasksMiroslav Benes2017-12-041-3/+3
* | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-01-3110-44/+55
|\ \
| * | swiotlb: rename swiotlb_free to swiotlb_exitChristoph Hellwig2018-01-151-1/+1
| * | x86: rename swiotlb_dma_opsChristoph Hellwig2018-01-151-2/+2
| * | dma-mapping: add an arch_dma_supported hookChristoph Hellwig2018-01-152-7/+15
| * | dma-mapping: clear harmful GFP_* flags in common codeChristoph Hellwig2018-01-151-2/+0
| * | dma-mapping: move dma_mark_clean to dma-direct.hChristoph Hellwig2018-01-101-2/+0
| * | dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig2018-01-109-30/+37
* | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-304-3/+3
|\ \ \
| * | | x86: annotate ->poll() instancesAl Viro2017-11-272-2/+2
| * | | switch wrapper poll.h instances to generic-yAl Viro2017-11-272-1/+1
* | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-304-207/+14
|\ \ \ \
| * | | | mm/memory_failure: Remove unused trapno from memory_failureEric W. Biederman2018-01-231-3/+3
| * | | | signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman2018-01-153-100/+6
| * | | | signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman2018-01-151-21/+0
| * | | | signal/ia64: Move the ia64 specific si_codes to asm-generic/siginfo.hEric W. Biederman2018-01-151-2/+2
| * | | | signal: unify compat_siginfo_tAl Viro2018-01-152-80/+4
| * | | | signal: Remove _sys_private and _overrun_incr from struct compat_siginfoEric W. Biederman2018-01-122-3/+1
| * | | | x86/mm/pkeys: Fix fill_sig_info_pkeyEric W. Biederman2018-01-121-3/+4
* | | | | Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-01-301-2/+10
|\ \ \ \ \
| * | | | | x86/hyperv: Stop suppressing X86_FEATURE_PCIDVitaly Kuznetsov2018-01-251-2/+10
* | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-01-309-33/+18
|\ \ \ \ \ \
| * | | | | | x86: Remove unused IOMMU_STRESS KconfigCorentin Labbe2018-01-251-8/+0
| * | | | | | x86/extable: Mark exception handler functions visibleAndi Kleen2018-01-141-17/+17
| * | | | | | x86/timer: Don't inline __const_udelayAndi Kleen2018-01-141-1/+1
| * | | | | | x86/headers: Remove duplicate #includesPravin Shedge2017-12-126-7/+0
* | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-01-301-6/+2
|\ \ \ \ \ \ \
| * | | | | | | x86/apic: Remove local var in flat_send_IPI_allbutself()Borislav Petkov2017-12-111-6/+2
| |/ / / / / /
* | | | | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-01-304-14/+60
|\ \ \ \ \ \ \
| * | | | | | | x86/MCE: Make correctable error detection look at the Deferred bitYazen Ghannam2017-12-181-1/+12
| * | | | | | | x86/MCE: Report only DRAM ECC as memory errors on AMD systemsYazen Ghannam2017-12-183-3/+14
| * | | | | | | x86/MCE/AMD: Define a function to get SMCA bank typeYazen Ghannam2017-12-181-0/+14
| * | | | | | | x86/mce/AMD: Don't set DEF_INT_TYPE in MSR_CU_DEF_ERR on SMCA systemsYazen Ghannam2017-12-041-1/+3
| * | | | | | | x86/MCE: Extend table to report action optional errors through CMCI tooXie XiuQi2017-12-041-9/+17
* | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-01-306-57/+183
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-01-173-3/+34
| |\ \ \ \ \ \ \ \
| * | | | | | | | | perf/x86/msr: Clean up the codeIngo Molnar2018-01-061-32/+29
| * | | | | | | | | perf/x86/msr: Add support for MSR_IA32_THERM_STATUSStephane Eranian2018-01-061-4/+23
| * | | | | | | | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2018-01-06107-822/+2988
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge tag 'v4.15-rc4' into perf/core, to pick up fixesIngo Molnar2017-12-1816-89/+172
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86/tools: Standardize output format of insn_decode_testMasami Hiramatsu2017-12-121-11/+22
| * | | | | | | | | | | x86/tools: Rename distill.awk to objdump_reformat.awkMasami Hiramatsu2017-12-123-7/+7
| * | | | | | | | | | | x86/tools: Rename test_get_len to insn_decoder_testMasami Hiramatsu2017-12-123-11/+7
| * | | | | | | | | | | Merge tag 'v4.15-rc3' into perf/core, to refresh the treeIngo Molnar2017-12-1231-118/+155
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | uprobes/x86: Emulate push insns for uprobe on x86Yonghong Song2017-12-112-4/+107
| * | | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh to...Ingo Molnar2017-12-0699-2352/+1667
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86/asm: Allow again using asm.h when building for the 'bpf' clang targetArnaldo Carvalho de Melo2017-12-051-0/+2
| * | | | | | | | | | | | Merge branch 'linus' into perf/urgent, to pick up dependent commitsIngo Molnar2017-11-29177-2686/+5855
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / | | |/| | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-2919-100/+295
|\ \ \ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud