aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/kernel/setup_percpu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-20x86/asm: Add DB flag to 32-bit percpu GDT entryVegard Nossum1-1/+1
2023-12-20x86/asm: Replace magic numbers in GDT descriptors, script-generated changeVegard Nossum1-2/+2
2023-08-09x86/apic/32: Remove x86_cpu_to_logical_apicidThomas Gleixner1-7/+0
2023-08-09x86/apic: Remove pointless x86_bios_cpu_apicidThomas Gleixner1-3/+0
2022-12-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+2
2022-11-18stackprotector: move get_random_canary() into stackprotector.hJason A. Donenfeld1-1/+1
2022-10-17x86/percpu: Move cpu_number next to current_taskThomas Gleixner1-4/+1
2022-10-17x86/cpu: Get rid of redundant switch_to_new_gdt() invocationsThomas Gleixner1-1/+1
2022-01-20mm: percpu: add generic pcpu_populate_pte() functionKefeng Wang1-3/+2
2022-01-20mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang1-58/+1
2022-01-20mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang1-5/+13
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport1-1/+1
2021-09-14memblock: introduce saner 'memblock_free_ptr()' interfaceLinus Torvalds1-1/+1
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport1-3/+3
2021-03-08x86/stackprotector/32: Make the canary into a regular percpu variableAndy Lutomirski1-1/+0
2020-06-02x86/mm: remove vmalloc faultingJoerg Roedel1-3/+3
2019-10-18x86: Use pr_warn instead of pr_warningKefeng Wang1-2/+2
2019-04-17x86/irq/64: Split the IRQ stack into its own pagesAndy Lutomirski1-5/+0
2019-04-17x86/irq/64: Rename irq_stack_ptr to hardirq_stack_ptrThomas Gleixner1-1/+1
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport1-5/+5
2019-03-05numa: make "nr_node_ids" unsigned intAlexey Dobriyan1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+0
2018-10-31memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsMike Rapoport1-1/+1
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport1-1/+2
2018-10-31memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanicMike Rapoport1-2/+2
2018-10-31memblock: replace __alloc_bootmem_node_nopanic with memblock_alloc_try_nid_nopanicMike Rapoport1-2/+4
2018-03-01x86/cpu_entry_area: Sync cpu_entry_area to initial_page_tableThomas Gleixner1-13/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan1-1/+1
2017-08-29x86/percpu: Use static initializer for GDT entryThomas Gleixner1-6/+3
2017-05-09x86/boot/32: Fix UP boot on Quark and possibly other platformsAndy Lutomirski1-5/+5
2017-03-23x86/boot/32: Defer resyncing initial_page_table until per-cpu is set upAndy Lutomirski1-0/+21
2017-03-16x86: Remap GDT tables in the fixmap sectionThomas Garnier1-1/+1
2016-11-15x86/percpu: Remove unnecessary include of module.h, add asm/desc.hPaul Gortmaker1-1/+2
2016-09-08Merge branch 'x86/mm' into x86/asm, to unify the two branches for simplicityIngo Molnar1-1/+1
2016-08-18x86/dumpstack: Remove 64-byte gap at end of irq stackJosh Poimboeuf1-1/+1
2016-08-10x86: Apply more __ro_after_init and constKees Cook1-1/+1
2016-07-25x86/acpi: store ACPI ids from MADT for future usageVitaly Kuznetsov1-0/+3
2014-11-04x86: Convert a few more per-CPU items to read-mostly onesJan Beulich1-1/+1
2012-06-14x86: Add read_mostly declaration/definition to variables from smp.hVlad Zolotarov1-1/+1
2012-05-08percpu, x86: don't use PMD_SIZE as embedded atom_size on 32bitTejun Heo1-1/+13
2011-01-28x86: Unify CPU -> NUMA node mapping between 32 and 64bitTejun Heo1-2/+2
2011-01-28x86: Replace cpu_2_logical_apicid[] with early percpu variableTejun Heo1-0/+7
2010-10-21Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-6/+0
2010-08-27x86: Use memblock to replace early_resYinghai Lu1-6/+0
2010-08-12x86, cleanup: Remove obsolete boot_cpu_id variableRobert Richter1-1/+1
2010-07-21Fix up trivial spelling errors ('taht' -> 'that')Linus Torvalds1-1/+1
2010-07-20x86, numa: fix boot without RAM on node0 againYinghai Lu1-8/+9
2010-06-03Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-6/+0
2010-06-01Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds1-1/+1