summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup_percpu.c
Commit message (Expand)AuthorAgeFilesLines
* x86/asm: Add DB flag to 32-bit percpu GDT entryVegard Nossum2023-12-201-1/+1
* x86/asm: Replace magic numbers in GDT descriptors, script-generated changeVegard Nossum2023-12-201-2/+2
* x86/apic/32: Remove x86_cpu_to_logical_apicidThomas Gleixner2023-08-091-7/+0
* x86/apic: Remove pointless x86_bios_cpu_apicidThomas Gleixner2023-08-091-3/+0
* Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-141-5/+2
|\
| * x86/percpu: Move cpu_number next to current_taskThomas Gleixner2022-10-171-4/+1
| * x86/cpu: Get rid of redundant switch_to_new_gdt() invocationsThomas Gleixner2022-10-171-1/+1
* | stackprotector: move get_random_canary() into stackprotector.hJason A. Donenfeld2022-11-181-1/+1
|/
* mm: percpu: add generic pcpu_populate_pte() functionKefeng Wang2022-01-201-3/+2
* mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang2022-01-201-58/+1
* mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang2022-01-201-5/+13
* memblock: use memblock_free for freeing virtual pointersMike Rapoport2021-11-061-1/+1
* memblock: introduce saner 'memblock_free_ptr()' interfaceLinus Torvalds2021-09-141-1/+1
* mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport2021-06-291-3/+3
* x86/stackprotector/32: Make the canary into a regular percpu variableAndy Lutomirski2021-03-081-1/+0
* x86/mm: remove vmalloc faultingJoerg Roedel2020-06-021-3/+3
* x86: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-2/+2
* x86/irq/64: Split the IRQ stack into its own pagesAndy Lutomirski2019-04-171-5/+0
* x86/irq/64: Rename irq_stack_ptr to hardirq_stack_ptrThomas Gleixner2019-04-171-1/+1
* memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport2019-03-121-5/+5
* numa: make "nr_node_ids" unsigned intAlexey Dobriyan2019-03-051-1/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+0
* memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsMike Rapoport2018-10-311-1/+1
* memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport2018-10-311-1/+2
* memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanicMike Rapoport2018-10-311-2/+2
* memblock: replace __alloc_bootmem_node_nopanic with memblock_alloc_try_nid_no...Mike Rapoport2018-10-311-2/+4
* x86/cpu_entry_area: Sync cpu_entry_area to initial_page_tableThomas Gleixner2018-03-011-13/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2017-09-081-1/+1
* x86/percpu: Use static initializer for GDT entryThomas Gleixner2017-08-291-6/+3
* x86/boot/32: Fix UP boot on Quark and possibly other platformsAndy Lutomirski2017-05-091-5/+5
* x86/boot/32: Defer resyncing initial_page_table until per-cpu is set upAndy Lutomirski2017-03-231-0/+21
* x86: Remap GDT tables in the fixmap sectionThomas Garnier2017-03-161-1/+1
* x86/percpu: Remove unnecessary include of module.h, add asm/desc.hPaul Gortmaker2016-11-151-1/+2
* Merge branch 'x86/mm' into x86/asm, to unify the two branches for simplicityIngo Molnar2016-09-081-1/+1
|\
| * x86: Apply more __ro_after_init and constKees Cook2016-08-101-1/+1
* | x86/dumpstack: Remove 64-byte gap at end of irq stackJosh Poimboeuf2016-08-181-1/+1
|/
* x86/acpi: store ACPI ids from MADT for future usageVitaly Kuznetsov2016-07-251-0/+3
* x86: Convert a few more per-CPU items to read-mostly onesJan Beulich2014-11-041-1/+1
* x86: Add read_mostly declaration/definition to variables from smp.hVlad Zolotarov2012-06-141-1/+1
* percpu, x86: don't use PMD_SIZE as embedded atom_size on 32bitTejun Heo2012-05-081-1/+13
* x86: Unify CPU -> NUMA node mapping between 32 and 64bitTejun Heo2011-01-281-2/+2
* x86: Replace cpu_2_logical_apicid[] with early percpu variableTejun Heo2011-01-281-0/+7
* Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-10-211-6/+0
|\
| * x86: Use memblock to replace early_resYinghai Lu2010-08-271-6/+0
* | x86, cleanup: Remove obsolete boot_cpu_id variableRobert Richter2010-08-121-1/+1
|/
* Fix up trivial spelling errors ('taht' -> 'that')Linus Torvalds2010-07-211-1/+1
* x86, numa: fix boot without RAM on node0 againYinghai Lu2010-07-201-8/+9
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-06-031-6/+0
|\
| * x86/mm: Remove unused DBG() macroAkinobu Mita2010-05-311-6/+0