summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup_percpu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds2010-06-011-1/+1
|\ \ | |/ |/|
| * Rename .data.init to .data..init.Denys Vlasenko2010-03-031-1/+1
* | numa: x86_64: use generic percpu var numa_node_id() implementationLee Schermerhorn2010-05-271-2/+2
* | early_res: Add free_early_partial()Yinghai Lu2010-02-261-0/+6
|/
* x86: setup_percpu.c: Use pr_<level> and add pr_fmt(fmt)Joe Perches2009-12-101-6/+7
* x86,percpu: use embedding for 64bit NUMA and page for 32bit NUMATejun Heo2009-08-141-127/+28
* percpu: update embedding first chunk allocator to handle sparse unitsTejun Heo2009-08-141-1/+3
* percpu: add pcpu_unit_offsets[]Tejun Heo2009-08-141-28/+23
* percpu: introduce pcpu_alloc_info and pcpu_group_infoTejun Heo2009-08-141-23/+15
* percpu: add @align to pcpu_fc_alloc_fn_tTejun Heo2009-08-141-2/+2
* percpu: drop @static_size from first chunk allocatorsTejun Heo2009-08-141-19/+15
* percpu: generalize first chunk allocator selectionTejun Heo2009-08-141-18/+6
* percpu: rename 4k first chunk allocator to pageTejun Heo2009-08-141-11/+12
* Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo2009-08-141-1/+1
|\
| * percpu, sparc64: fix sparse possible cpu map handlingTejun Heo2009-08-141-7/+7
* | percpu: teach large page allocator about NUMATejun Heo2009-07-041-17/+55
* | x86,percpu: generalize lpage first chunk allocatorTejun Heo2009-07-041-158/+11
* | x86,percpu: generalize 4k first chunk allocatorTejun Heo2009-07-041-59/+19
* | percpu: drop @unit_size from embed first chunk allocatorTejun Heo2009-07-041-1/+1
|/
* x86: ensure percpu lpage doesn't consume too much vmalloc spaceTejun Heo2009-06-221-3/+15
* x86: implement percpu_alloc kernel parameterTejun Heo2009-06-221-19/+50
* x86: fix pageattr handling for lpage percpu allocator and re-enable itTejun Heo2009-06-221-9/+63
* x86: prepare setup_pcpu_lpage() for pageattr fixTejun Heo2009-06-221-25/+33
* x86: rename remap percpu first chunk allocator to lpageTejun Heo2009-06-221-25/+25
* x86: fix duplicate free in setup_pcpu_remap() failure pathTejun Heo2009-06-221-1/+1
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-06-101-0/+8
|\
| * x86: fix system without memory on node0Yinghai Lu2009-05-181-0/+8
* | x86: Remove remap percpu allocator for the time beingTejun Heo2009-05-251-1/+3
|/
OpenPOWER on IntegriCloud