Commit Graph

103 Commits (424f0750edd5af866f80f5e65998e0610503cb5c)

Author SHA1 Message Date
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Mike Frysinger 787e5b06a8 percpu: Cast away printk format warning 14 years ago
David Howells eac522ef43 NOMMU: percpu should use is_vmalloc_addr(). 14 years ago
Tejun Heo 0415b00d17 percpu: Always align percpu output section to PAGE_SIZE 14 years ago
Tejun Heo bcbea798f8 percpu: print out alloc information with KERN_DEBUG instead of KERN_INFO 14 years ago
Jesper Juhl 7af4c09324 percpu: zero memory more efficiently in mm/percpu.c::pcpu_mem_alloc() 14 years ago
Uwe Kleine-König b595076a18 tree-wide: fix comment/printk typos 14 years ago
Tejun Heo 9b8327bb24 percpu: use percpu allocator on UP too 15 years ago
Tejun Heo 46b30ea9bc percpu: fix pcpu_last_unit_cpu 15 years ago
Tejun Heo 9329ba9704 percpu: update comments to reflect that percpu allocations are always zero-filled 15 years ago
Tejun Heo 3c9a024fde percpu: fix build breakage on s390 and cleanup build configuration tests 15 years ago
Tejun Heo bbddff0545 percpu: use percpu allocator on UP too 15 years ago
Namhyung Kim 54157c4447 percpu: fix a mismatch between code and comment 15 years ago
Huang Shijie a002d14842 percpu: fix a memory leak in pcpu_extend_area_map() 15 years ago
Namhyung Kim 4785879e4d fix a typo on comments in mm/percpu.c 15 years ago
Tejun Heo 099a19d91c percpu: allow limited allocation before slab is online 15 years ago
Tejun Heo 4ba6ce250e percpu: make @dyn_size always mean min dyn_size in first chunk init functions 15 years ago
Tejun Heo 9983b6f0cf percpu: fix first chunk match in per_cpu_ptr_to_phys() 15 years ago
Pavel V. Panteleev a92d3ff9e5 percpu: fix trivial bugs in pcpu_build_alloc_info() 15 years ago
Tejun Heo b0c9778b1d percpu: implement kernel memory based chunk allocation 15 years ago
Tejun Heo 9f64553256 percpu: move vmalloc based chunk management into percpu-vm.c 15 years ago
Tejun Heo 88999a898b percpu: misc preparations for nommu support 15 years ago
Tejun Heo 6081089fd6 percpu: reorganize chunk creation and destruction 15 years ago
Tejun Heo 020ec6537a percpu: factor out pcpu_addr_in_first/reserved_chunk() and update per_cpu_ptr_to_phys() 15 years ago
Tejun Heo 10fad5e46f percpu, module: implement and use is_kernel/module_percpu_address() 15 years ago
Yinghai Lu fb90ef93df early_res: Add free_early_partial() 15 years ago
Tejun Heo 43cf38eb5c percpu: add __percpu sparse annotations to core kernel subsystems 15 years ago
Yinghai Lu 08677214e3 x86: Make 64 bit use early_res instead of bootmem before slab 15 years ago
Andrew Morton 129182e562 percpu: avoid calling __pcpu_ptr_to_addr(NULL) 15 years ago
WANG Cong 22b737f4c7 percpu: refactor the code in pcpu_[de]populate_chunk() 15 years ago
Vivek Goyal 3b034b0d08 percpu: Fix kdump failure if booted with percpu_alloc=page 15 years ago
Tejun Heo 833af8427b percpu: restructure pcpu_extend_area_map() to fix bugs and improve readability 15 years ago
Tejun Heo 0f5e4816db percpu: remove some sparse warnings 15 years ago
Jiri Kosina 403a91b165 percpu: allow pcpu_alloc() to be called with IRQs off 15 years ago
Tejun Heo 1a0c3298d6 percpu: fix compile warnings 16 years ago
Tejun Heo 23fb064bb9 percpu: kill legacy percpu allocator 16 years ago
Tejun Heo f2badb0c95 percpu: make allocation failures more verbose 16 years ago
Tejun Heo 635b75fc18 percpu: make pcpu_setup_first_chunk() failures more verbose 16 years ago
Tejun Heo 6ea529a203 percpu: make embedding first chunk allocator check vmalloc space size 16 years ago
Tejun Heo fb59e72e7e percpu: make pcpu_build_alloc_info() clear static buffers 16 years ago
Tejun Heo ffe0d5a575 percpu: fix unit_map[] verification in pcpu_setup_first_chunk() 16 years ago
Tejun Heo 04a13c7c63 percpu: don't assume existence of cpu0 16 years ago
Tejun Heo e933a73f48 percpu: kill lpage first chunk allocator 16 years ago
Tejun Heo c8826dd538 percpu: update embedding first chunk allocator to handle sparse units 16 years ago
Tejun Heo 6563297cea percpu: use group information to allocate vmap areas sparsely 16 years ago
Tejun Heo bba174f5e0 percpu: add chunk->base_addr 16 years ago
Tejun Heo fb435d5233 percpu: add pcpu_unit_offsets[] 16 years ago
Tejun Heo fd1e8a1fe2 percpu: introduce pcpu_alloc_info and pcpu_group_info 16 years ago
Tejun Heo 033e48fb82 percpu: move pcpu_lpage_build_unit_map() and pcpul_lpage_dump_cfg() upward 16 years ago
Tejun Heo 3cbc856527 percpu: add @align to pcpu_fc_alloc_fn_t 16 years ago