Commit Graph

129633 Commits (6dd01bedee6c3191643db303a1dc530bad56ec55)
 

Author SHA1 Message Date
Tejun Heo 6dd01bedee x86: prepare for tlb merge 16 years ago
Tejun Heo bdbcdd4888 x86: uv cleanup 16 years ago
Brian Gerst d650a51485 x86: merge irq_regs.h 16 years ago
Brian Gerst 6826c8ff07 x86: merge mmu_context.h 16 years ago
Brian Gerst 0dd76d736e x86: set %fs to __KERNEL_PERCPU unconditionally for x86_32 16 years ago
Brian Gerst 299e26992a x86: fix percpu_write with 64-bit constants 16 years ago
Brian Gerst 06deef892c x86: clean up gdt_page definition 16 years ago
Tejun Heo 67e68bde02 x86: update canary handling during switch 16 years ago
Ingo Molnar 8f5d36ed5b Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/percpu 16 years ago
Tejun Heo 6b7c38d555 linker script: kill PERCPU_VADDR_PREALLOC() 16 years ago
Brian Gerst 0d974d4592 x86: remove pda.h 16 years ago
Brian Gerst 947e76cdc3 x86: move stack_canary into irq_stack 16 years ago
Brian Gerst 8c7e58e690 x86: rework __per_cpu_load adjustments 16 years ago
Brian Gerst 0bd74fa8e2 percpu: refactor percpu.h 16 years ago
Brian Gerst 8ce031972b x86: remove pda_init() 16 years ago
Tejun Heo b4a8f7a262 x86: conditionalize stack canary handling in hot path 16 years ago
Tejun Heo c6e50f93db x86: cleanup stack protector 16 years ago
Ingo Molnar 5cdc5e9e69 x86: fully honor "nolapic", fix 16 years ago
Ingo Molnar 7890ba8c87 Merge branch 'stackprotector' into core/percpu 16 years ago
Ingo Molnar b2b062b816 Merge branch 'core/percpu' into stackprotector 16 years ago
Ingo Molnar 99937d6455 Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/percpu 16 years ago
Brian Gerst 87b2640658 x86-64: Use absolute displacements for per-cpu accesses. 16 years ago
Brian Gerst c2558e0eba x86-64: Move isidle from PDA to per-cpu. 16 years ago
Brian Gerst e7a22c1ebc x86-64: Move nodenumber from PDA to per-cpu. 16 years ago
Brian Gerst 5689553076 x86-64: Move irqcount from PDA to per-cpu. 16 years ago
Brian Gerst 3d1e42a7cf x86-64: Move oldrsp from PDA to per-cpu. 16 years ago
Brian Gerst 9af45651f1 x86-64: Move kernelstack from PDA to per-cpu. 16 years ago
Brian Gerst c6f5e0acd5 x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit. 16 years ago
Brian Gerst ea9279066d x86-64: Move cpu number from PDA to per-cpu and consolidate with 32-bit. 16 years ago
Brian Gerst 92d65b2371 x86-64: Convert exception stacks to per-cpu 16 years ago
Brian Gerst 26f80bd6a9 x86-64: Convert irqstacks to per-cpu 16 years ago
Brian Gerst 9eb912d1aa x86-64: Move TLB state from PDA to per-cpu and consolidate with 32-bit. 16 years ago
Brian Gerst 1b437c8c73 x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit. 16 years ago
Tejun Heo 74e7904559 linker script: add missing .data.percpu.page_aligned 16 years ago
Tejun Heo 145cd30bac linker script: add missing VMLINUX_SYMBOL 16 years ago
Tejun Heo cd3adf5230 x86_64: initialize this_cpu_off to __per_cpu_load 16 years ago
Tejun Heo a338af2c64 x86: fix build bug introduced during merge 16 years ago
Ingo Molnar 6dbde35308 percpu: add optimized generic percpu accessors 16 years ago
Tejun Heo 004aa322f8 x86: misc clean up after the percpu update 16 years ago
Tejun Heo 49357d19e4 x86: convert pda ops to wrappers around x86 percpu accessors 16 years ago
Tejun Heo b12d8db8fb x86: make pda a percpu variable 16 years ago
Tejun Heo 9939ddaff5 x86: merge 64 and 32 SMP percpu handling 16 years ago
Tejun Heo 1a51e3a0ae x86: fold pda into percpu area on SMP 16 years ago
Tejun Heo c8f3329a0d x86: use static _cpu_pda array 16 years ago
Tejun Heo f32ff5388d x86: load pointer to pda into %gs while brining up a CPU 16 years ago
Tejun Heo 3e5d8f9784 x86: make percpu symbols zerobased on SMP 16 years ago
Tejun Heo a698c823e1 x86: make vmlinux_32.lds.S use PERCPU() macro 16 years ago
Mike Travis c90aa894f0 x86: cleanup early setup_percpu references 16 years ago
Tejun Heo f10fcd4712 x86: make early_per_cpu() a lvalue and use it 16 years ago
Tejun Heo 7de6883faa x86: fix pda_to_op() 16 years ago