summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsMike Rapoport
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport
2018-10-31memblock: replace alloc_bootmem_pages with memblock_allocMike Rapoport
2018-10-31memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanicMike Rapoport
2018-10-31memblock: replace __alloc_bootmem_node_nopanic with memblock_alloc_try_nid_no...Mike Rapoport
2018-10-31memblock: replace alloc_bootmem_low with memblock_alloc_lowMike Rapoport
2018-10-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-10-26Revert "x86/e820: put !E820_TYPE_RAM regions into memblock.reserved"Masayoshi Mizuma
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-10-23Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-10-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-10-23Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-10-23Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-10-23Merge branch 'x86-grub2-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-10-23Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-10-23Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-10-23Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-10-23Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-10-23Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-10-23Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-10-23Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-10-23Merge branch 'x86/cache' into perf/core, to pick up fixesIngo Molnar
2018-10-23Merge tag 'pm-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2018-10-22Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-10-22kprobes/x86: Use preempt_enable() in optimized_callback()Masami Hiramatsu
2018-10-19x86/intel_rdt: Prevent pseudo-locking from using stale pointersJithu Joseph
2018-10-19x86/swiotlb: Enable swiotlb for > 4GiG RAM on 32-bit kernelsChristoph Hellwig
2018-10-18Merge branches 'acpi-pm' and 'pm-sleep'Rafael J. Wysocki
2018-10-18x86/mcelog: Remove one mce_helper definitionSebastian Andrzej Siewior
2018-10-17x86/fpu: Remove second definition of fpu in __fpu__restore_sig()Sebastian Andrzej Siewior
2018-10-14x86/time: Correct the attribute on jiffies' definitionNathan Chancellor
2018-10-14x86/tsc: Force inlining of cyc2ns bitsPeter Zijlstra
2018-10-10x86/acpi, x86/boot: Take RSDP address for boot params if availableJuergen Gross
2018-10-10x86/boot: Add ACPI RSDP address to setup_headerJuergen Gross
2018-10-09x86/mm/tlb: Add freed_tables argument to flush_tlb_mm_rangeRik van Riel
2018-10-09x86/mm: Page size aware flush_tlb_mm_range()Peter Zijlstra
2018-10-09x86/hyperv: Enable PV qspinlock for Hyper-VYi Sun
2018-10-09x86/intel_rdt: Fix initial allocation to consider CDPReinette Chatre
2018-10-09x86/intel_rdt: CBM overlap should also check for overlap with CDP peerReinette Chatre
2018-10-09x86/intel_rdt: Introduce utility to obtain CDP peerReinette Chatre
2018-10-09Merge branch 'x86/urgent' into x86/cache, to pick up dependent fixIngo Molnar
2018-10-09x86/intel_rdt: Fix out-of-bounds memory access in CBM testsReinette Chatre
2018-10-08x86/segments: Introduce the 'CPUNODE' naming to better document the segment l...Ingo Molnar
2018-10-08x86/vdso: Initialize the CPU/node NR segment descriptor earlierChang S. Bae
2018-10-08x86/fsgsbase/64: Factor out FS/GS segment loading from __switch_to()Chang S. Bae
2018-10-08x86/fsgsbase/64: Make ptrace use the new FS/GS base helpersChang S. Bae
2018-10-08x86/fsgsbase/64: Introduce FS/GS base helper functionsChang S. Bae