summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup_percpu.c
AgeCommit message (Expand)AuthorLines
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport-1/+1
2021-09-14memblock: introduce saner 'memblock_free_ptr()' interfaceLinus Torvalds-1/+1
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport-3/+3
2021-03-08x86/stackprotector/32: Make the canary into a regular percpu variableAndy Lutomirski-1/+0
2020-06-02x86/mm: remove vmalloc faultingJoerg Roedel-3/+3
2019-10-18x86: Use pr_warn instead of pr_warningKefeng Wang-2/+2
2019-04-17x86/irq/64: Split the IRQ stack into its own pagesAndy Lutomirski-5/+0
2019-04-17x86/irq/64: Rename irq_stack_ptr to hardirq_stack_ptrThomas Gleixner-1/+1
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport-5/+5
2019-03-05numa: make "nr_node_ids" unsigned intAlexey Dobriyan-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport-1/+0
2018-10-31memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsMike Rapoport-1/+1
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport-1/+2
2018-10-31memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanicMike Rapoport-2/+2
2018-10-31memblock: replace __alloc_bootmem_node_nopanic with memblock_alloc_try_nid_no...Mike Rapoport-2/+4
2018-03-01x86/cpu_entry_area: Sync cpu_entry_area to initial_page_tableThomas Gleixner-13/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan-1/+1
2017-08-29x86/percpu: Use static initializer for GDT entryThomas Gleixner-6/+3
2017-05-09x86/boot/32: Fix UP boot on Quark and possibly other platformsAndy Lutomirski-5/+5
2017-03-23x86/boot/32: Defer resyncing initial_page_table until per-cpu is set upAndy Lutomirski-0/+21
2017-03-16x86: Remap GDT tables in the fixmap sectionThomas Garnier-1/+1
2016-11-15x86/percpu: Remove unnecessary include of module.h, add asm/desc.hPaul Gortmaker-1/+2
2016-09-08Merge branch 'x86/mm' into x86/asm, to unify the two branches for simplicityIngo Molnar-1/+1
2016-08-18x86/dumpstack: Remove 64-byte gap at end of irq stackJosh Poimboeuf-1/+1
2016-08-10x86: Apply more __ro_after_init and constKees Cook-1/+1
2016-07-25x86/acpi: store ACPI ids from MADT for future usageVitaly Kuznetsov-0/+3
2014-11-04x86: Convert a few more per-CPU items to read-mostly onesJan Beulich-1/+1
2012-06-14x86: Add read_mostly declaration/definition to variables from smp.hVlad Zolotarov-1/+1
2012-05-08percpu, x86: don't use PMD_SIZE as embedded atom_size on 32bitTejun Heo-1/+13
2011-01-28x86: Unify CPU -> NUMA node mapping between 32 and 64bitTejun Heo-2/+2
2011-01-28x86: Replace cpu_2_logical_apicid[] with early percpu variableTejun Heo-0/+7
2010-10-21Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-6/+0
2010-08-27x86: Use memblock to replace early_resYinghai Lu-6/+0
2010-08-12x86, cleanup: Remove obsolete boot_cpu_id variableRobert Richter-1/+1
2010-07-21Fix up trivial spelling errors ('taht' -> 'that')Linus Torvalds-1/+1
2010-07-20x86, numa: fix boot without RAM on node0 againYinghai Lu-8/+9
2010-06-03Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-6/+0
2010-06-01Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds-1/+1
2010-05-31x86/mm: Remove unused DBG() macroAkinobu Mita-6/+0
2010-05-27numa: x86_64: use generic percpu var numa_node_id() implementationLee Schermerhorn-2/+2
2010-03-03Rename .data.init to .data..init.Denys Vlasenko-1/+1
2010-02-26early_res: Add free_early_partial()Yinghai Lu-0/+6
2009-12-10x86: setup_percpu.c: Use pr_<level> and add pr_fmt(fmt)Joe Perches-6/+7
2009-08-14x86,percpu: use embedding for 64bit NUMA and page for 32bit NUMATejun Heo-127/+28
2009-08-14percpu: update embedding first chunk allocator to handle sparse unitsTejun Heo-1/+3
2009-08-14percpu: add pcpu_unit_offsets[]Tejun Heo-28/+23
2009-08-14percpu: introduce pcpu_alloc_info and pcpu_group_infoTejun Heo-23/+15
2009-08-14percpu: add @align to pcpu_fc_alloc_fn_tTejun Heo-2/+2
2009-08-14percpu: drop @static_size from first chunk allocatorsTejun Heo-19/+15