summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-162-7/+10
|\
| * Drivers: hv: vmbus: Make panic reporting to be more usefulK. Y. Srinivasan2017-10-312-7/+10
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-1532-1457/+159
|\ \
| * | mm, sparse: do not swamp log with huge vmemmap allocation failuresMichal Hocko2017-11-151-1/+0
| * | x86/mm/kasan: don't use vmemmap_populate() to initialize shadowAndrey Ryabinin2017-11-152-8/+137
| * | x86/mm: set fields in deferred pagesPavel Tatashin2017-11-151-2/+8
| * | kmemcheck: rip it outLevin, Alexander (Sasha Levin)2017-11-1519-1396/+3
| * | kmemcheck: remove whats left of NOTRACK flagsLevin, Alexander (Sasha Levin)2017-11-152-18/+0
| * | kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2017-11-156-11/+10
| * | kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-155-21/+1
* | | Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-153-3/+86
|\ \ \
| * \ \ Merge branch 'pci/resource' into nextBjorn Helgaas2017-11-141-0/+85
| |\ \ \
| | * | | x86/PCI: Enable a 64bit BAR on AMD Family 15h (Models 00-1f, 30-3f, 60-7f)Christian König2017-10-251-0/+85
| * | | | PCI: Remove unused declarationsBjorn Helgaas2017-11-071-1/+0
| * | | | PCI: Remove redundant pcibios_set_master() declarationsBjorn Helgaas2017-11-071-1/+0
| * | | | x86/pci/intel_mid_pci: Constify intel_mid_pci_ops and make it __initconstBhumika Goyal2017-10-051-1/+1
| |/ / /
* | | | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-1/+1
* | | | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-11-141-7/+0
|\ \ \ \
| * | | | dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig2017-10-191-6/+0
| * | | | x86: make dma_cache_sync a no-opChristoph Hellwig2017-10-191-1/+0
| |/ / /
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-142-15/+12
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2017-11-0344-563/+663
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | crypto: crc32-pclmul - remove useless relative addressingMikulas Patocka2017-10-071-11/+6
| * | | | crypto: aesni - Use GCM IV size constantCorentin LABBE2017-09-221-3/+4
| * | | | crypto: aesni - make arrays aesni_simd_skciphers and aesni_simd_skciphers2 st...Colin Ian King2017-09-221-1/+2
* | | | | Merge tag 'acpi-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-11-132-5/+6
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge branches 'acpi-pmic', 'acpi-apei' and 'acpi-x86'Rafael J. Wysocki2017-11-132-5/+6
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | / / | | | | | |/ / | | | | |/| |
| | | * | | | ACPI / APEI: Remove arch_apei_flush_tlb_one()James Morse2017-11-071-5/+0
| | | * | | | ACPI / APEI: Replace ioremap_page_range() with fixmapJames Morse2017-11-071-0/+6
* | | | | | | x86 / CPU: Avoid unnecessary IPIs in arch_freq_get_on_cpu()Rafael J. Wysocki2017-11-131-4/+7
* | | | | | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-137-51/+148
|\ \ \ \ \ \ \
| * | | | | | | x86/tsc: Mark cyc2ns_init() and detect_art() __initDou Liyang2017-11-101-2/+2
| * | | | | | | x86/platform/UV: Mark tsc_check_sync as an init functionmike.travis@hpe.com2017-10-241-1/+1
| * | | | | | | x86/tsc: Make CONFIG_X86_TSC=n build work againThomas Gleixner2017-10-171-0/+4
| * | | | | | | x86/platform/UV: Add check of TSC state set by UV BIOSmike.travis@hpe.com2017-10-162-5/+61
| * | | | | | | x86/tsc: Provide a means to disable TSC ARTmike.travis@hpe.com2017-10-161-2/+6
| * | | | | | | x86/tsc: Drastically reduce the number of firmware bug warningsmike.travis@hpe.com2017-10-161-6/+3
| * | | | | | | x86/tsc: Skip TSC test and error messages if already unstablemike.travis@hpe.com2017-10-161-0/+8
| * | | | | | | x86/tsc: Add option that TSC on Socket 0 being non-zero is validmike.travis@hpe.com2017-10-162-4/+37
| * | | | | | | x86/timers: Move simple_udelay_calibration() past kvmclock_init()Boris Ostrovsky2017-09-251-5/+4
| * | | | | | | x86/timers: Make recalibrate_cpu_khz() voidDou Liyang2017-09-252-7/+3
| * | | | | | | x86/timers: Move the simple udelay calibration to tsc.hDou Liyang2017-09-253-21/+21
* | | | | | | | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-11-135-32/+159
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/intel_rdt: Fix a silent failure when writing zero value schemataXiaochen Shen2017-11-121-0/+5
| * | | | | | | | x86/intel_rdt: Fix potential deadlock during resctrl mountReinette Chatre2017-10-211-3/+5
| * | | | | | | | x86/intel_rdt: Fix potential deadlock during resctrl unmountReinette Chatre2017-10-211-5/+5
| * | | | | | | | x86/intel_rdt: Initialize bitmask of shareable resource if CDP enabledReinette Chatre2017-10-211-0/+1
| * | | | | | | | x86/intel_rdt: Remove redundant assignmentJithu Joseph2017-10-051-1/+0
| * | | | | | | | x86/intel_rdt/cqm: Make integer rmid_limbo_count staticColin Ian King2017-10-051-1/+1