| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 | Ingo Molnar | 2009-03-27 | 25 | -113/+598 |
|\ |
|
| * | percpu: generalize embedding first chunk setup helper | Tejun Heo | 2009-03-10 | 1 | -0/+4 |
| * | percpu: more flexibility for @dyn_size of pcpu_setup_first_chunk() | Tejun Heo | 2009-03-10 | 1 | -1/+1 |
| * | x86, percpu: setup reserved percpu area for x86_64 | Tejun Heo | 2009-03-06 | 1 | -23/+12 |
| * | percpu, module: implement reserved allocation and use it for module percpu va... | Tejun Heo | 2009-03-06 | 1 | -4/+6 |
| * | percpu: use negative for auto for pcpu_setup_first_chunk() arguments | Tejun Heo | 2009-03-06 | 1 | -2/+3 |
| * | percpu: cosmetic renames in pcpu_setup_first_chunk() | Tejun Heo | 2009-03-06 | 1 | -1/+1 |
| * | percpu: clean up percpu constants | Tejun Heo | 2009-03-06 | 1 | -11/+13 |
| * | Merge branch 'x86/core' into core/percpu | Ingo Molnar | 2009-03-04 | 21 | -30/+211 |
| |\ |
|
| | *-------. | Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x... | Ingo Molnar | 2009-03-04 | 17 | -14/+178 |
| | |\ \ \ \ \ |
|
| | | | | | * \ | Merge branch 'linus' into x86/setup-lzma | Ingo Molnar | 2009-01-10 | 341 | -19933/+5823 |
| | | | | | |\ \ |
|
| | | | | | * | | | bzip2/lzma: centralize format detection | H. Peter Anvin | 2009-01-08 | 1 | -0/+3 |
| | | | | | * | | | bzip2/lzma: library support for gzip, bzip2 and lzma decompression | Alain Knaff | 2009-01-04 | 5 | -0/+152 |
| | | | | * | | | | Merge branch 'x86/urgent' into x86/pat | Ingo Molnar | 2009-03-01 | 6 | -4/+9 |
| | | | | |\ \ \ \ |
|
| | | | | * | | | | | Revert "gpu/drm, x86, PAT: PAT support for io_mapping_*" | Ingo Molnar | 2009-03-01 | 1 | -4/+2 |
| | | |_|/ / / / /
| | |/| | | | | | |
|
| | | | * | | | | | x86, mm: dont use non-temporal stores in pagecache accesses | Ingo Molnar | 2009-03-02 | 1 | -2/+2 |
| | | | | | | | | | |
| | | \ \ \ \ \ \ | |
| | | \ \ \ \ \ \ | |
| | | \ \ \ \ \ \ | |
| | | \ \ \ \ \ \ | |
| | | \ \ \ \ \ \ | |
| | | \ \ \ \ \ \ | |
| | | \ \ \ \ \ \ | |
| | *-------. \ \ \ \ \ \ | Merge branches 'x86/apic', 'x86/defconfig', 'x86/memtest', 'x86/mm' and 'linu... | Ingo Molnar | 2009-02-26 | 6 | -14/+5 |
| | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | |_|/ / / / /
| | | | | | |/| | | | | | |
|
| | | | | | * | | | | | | | x86, mm: pass in 'total' to __copy_from_user_*nocache() | Ingo Molnar | 2009-02-25 | 1 | -2/+2 |
| | * | | | | | | | | | | | Merge branches 'x86/urgent' and 'x86/pat' into x86/core | Ingo Molnar | 2009-02-26 | 1 | -2/+4 |
| | |\ \ \ \ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | | | | gpu/drm, x86, PAT: PAT support for io_mapping_* | Venkatesh Pallipadi | 2009-02-25 | 1 | -2/+4 |
| | * | | | | | | | | | | | | Merge branch 'x86/urgent' into x86/core | Ingo Molnar | 2009-02-26 | 1 | -11/+35 |
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / / / / /
| | | | | | / / / / / / / /
| | | |_|_|/ / / / / / / /
| | |/| | | | | | | | | | |
|
| * | | | | | | | | | | | | percpu: fix too low alignment restriction on UP | Tejun Heo | 2009-02-26 | 1 | -1/+1 |
| * | | | | | | | | | | | | alloc_percpu: fix UP build | Ingo Molnar | 2009-02-25 | 1 | -1/+1 |
| * | | | | | | | | | | | | Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Ingo Molnar | 2009-02-24 | 3 | -44/+96 |
| |\ \ \ \ \ \ \ \ \ \ \ \
| | |/ / / / / / / / / / /
| |/| | | | | | | | | | | |
|
| | * | | | | | | | | | | | percpu: give more latitude to arch specific first chunk initialization | Tejun Heo | 2009-02-24 | 1 | -2/+37 |
| | * | | | | | | | | | | | vmalloc: add @align to vm_area_register_early() | Tejun Heo | 2009-02-24 | 1 | -1/+1 |
| | * | | | | | | | | | | | bootmem: reorder interface functions and add a missing one | Tejun Heo | 2009-02-24 | 1 | -13/+17 |
| | * | | | | | | | | | | | bootmem: clean up arch-specific bootmem wrapping | Tejun Heo | 2009-02-24 | 1 | -6/+4 |
| | * | | | | | | | | | | | percpu: implement new dynamic percpu allocator | Tejun Heo | 2009-02-20 | 1 | -4/+18 |
| | * | | | | | | | | | | | vmalloc: add un/map_kernel_range_noflush() | Tejun Heo | 2009-02-20 | 1 | -0/+3 |
| | * | | | | | | | | | | | vmalloc: implement vm_area_register_early() | Tejun Heo | 2009-02-20 | 1 | -0/+1 |
| | * | | | | | | | | | | | percpu: kill percpu_alloc() and friends | Tejun Heo | 2009-02-20 | 1 | -25/+22 |
| | * | | | | | | | | | | | alloc_percpu: add align argument to __alloc_percpu. | Rusty Russell | 2009-02-20 | 1 | -2/+3 |
| | * | | | | | | | | | | | alloc_percpu: change percpu_ptr to per_cpu_ptr | Rusty Russell | 2009-02-20 | 1 | -12/+11 |
| | | | | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ \ \ | |
| *-------. \ \ \ \ \ \ \ \ \ \ \ | Merge branches 'x86/acpi', 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/mm', '... | Ingo Molnar | 2009-02-24 | 58 | -250/+588 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|/ / / / / / / / /
| | |/| | | | | | | / / / / / / /
| | | | | | |_|_|_|/ / / / / / /
| | | | | |/| | | | | / / / / /
| | | | |_|_|_|_|_|_|/ / / / /
| | | |/| | | | | | | | | | | |
|
| | | | | * | | | | | | | | | | x86, mm, kprobes: fault.c, simplify notify_page_fault() | Ingo Molnar | 2009-02-21 | 1 | -3/+19 |
| | | | | * | | | | | | | | | | x86, mm: fault.c, simplify kmmio_fault() | Ingo Molnar | 2009-02-21 | 1 | -31/+47 |
| | | | |/ / / / / / / / / / |
|
| | | | * | | | | | | | | | | Merge branch 'x86/urgent' into x86/core | Ingo Molnar | 2009-02-20 | 15 | -27/+65 |
| | | | |\ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / / / / / |
|
| | * | | | | | | | | | | | | Merge branch 'linus' into x86/apic | Ingo Molnar | 2009-02-22 | 23 | -33/+89 |
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / / / / /
| | |/| | / / / / / / / / /
| | | | |/ / / / / / / / /
| | | |/| | | | | | | | | |
|
| | | | | | | | | | | | | | |
| | | \ \ \ \ \ \ \ \ \ \ | |
| | | \ \ \ \ \ \ \ \ \ \ | |
| | | \ \ \ \ \ \ \ \ \ \ | |
| | | \ \ \ \ \ \ \ \ \ \ | |
| | | \ \ \ \ \ \ \ \ \ \ | |
| | | \ \ \ \ \ \ \ \ \ \ | |
| | | \ \ \ \ \ \ \ \ \ \ | |
| | *-------. \ \ \ \ \ \ \ \ \ \ | Merge branches 'x86/acpi', 'x86/apic', 'x86/cpudetect', 'x86/headers', 'x86/p... | Ingo Molnar | 2009-02-17 | 35 | -183/+433 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / / / / / |
|
| | | | * | | | | | | | | | | | | | Merge branch 'core/header-fixes' into x86/headers | Ingo Molnar | 2009-02-13 | 9 | -43/+50 |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | |/ / / / / / / / / / / /
| | | | |/| | | | | | | | | | | | |
|
| | | | | * | | | | | | | | | | | | unconditionally include asm/types.h from linux/types.h | Jaswinder Singh Rajput | 2009-02-08 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | |
| | | | | \ \ \ \ \ \ \ \ \ \ \ \ | |
| | | | *-. \ \ \ \ \ \ \ \ \ \ \ \ | Merge branches 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86... | Ingo Molnar | 2009-02-13 | 1 | -0/+1 |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | |/ / / / / / / / / / / / / /
| | | |/| | | / / / / / / / / / / /
| | | | | | |/ / / / / / / / / / /
| | | | | |/| | | | | | | | | | | |
|
| | | | | | | | | | | | | | | | | | |
| | | | | \ \ \ \ \ \ \ \ \ \ \ \ | |
| | | | | \ \ \ \ \ \ \ \ \ \ \ \ | |
| | | | | \ \ \ \ \ \ \ \ \ \ \ \ | |
| | | | | \ \ \ \ \ \ \ \ \ \ \ \ | |
| | | | | \ \ \ \ \ \ \ \ \ \ \ \ | |
| | | | | \ \ \ \ \ \ \ \ \ \ \ \ | |
| | | | | \ \ \ \ \ \ \ \ \ \ \ \ | |
| | | | | \ \ \ \ \ \ \ \ \ \ \ \ | |
| | | | | \ \ \ \ \ \ \ \ \ \ \ \ | |
| | | | | \ \ \ \ \ \ \ \ \ \ \ \ | |
| | | | | \ \ \ \ \ \ \ \ \ \ \ \ | |
| | | | *-----------. \ \ \ \ \ \ \ \ \ \ \ \ | Merge branches 'x86/acpi', 'x86/asm', 'x86/cpudetect', 'x86/crashdump', 'x86/... | Ingo Molnar | 2009-02-13 | 3 | -0/+6 |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |_|_|_|_|_|_|_|/ / / / / /
| | | | | | | | | |/| | | | | | | | | | | | | |
|
| | | | * | | | | | | | | | | | | | | | | | | | Merge branch 'core/percpu' into x86/core | Ingo Molnar | 2009-02-13 | 2 | -1/+16 |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / /
| | | | | |/| | | | | | | | | | | | | | | | | |
|
| | | | | * | | | | | | | | | | | | | | | | | | elf: add ELF_CORE_COPY_KERNEL_REGS() | Tejun Heo | 2009-02-10 | 1 | -0/+9 |
| | | | | * | | | | | | | | | | | | | | | | | | Merge commit 'v2.6.29-rc4' into core/percpu | Ingo Molnar | 2009-02-09 | 103 | -100/+230 |
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | |_|_|_|_|/ / / / / / / / / / / /
| | | | | | |/| | | | | | | | | | | | | | | | |
|
| | | | | * | | | | | | | | | | | | | | | | | | percpu: make PER_CPU_BASE_SECTION overridable by arches | Brian Gerst | 2009-02-09 | 1 | -1/+7 |
| | * | | | | | | | | | | | | | | | | | | | | | Merge commit 'v2.6.29-rc5' into x86/apic | Ingo Molnar | 2009-02-15 | 3 | -53/+25 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | |_|/ / / / / / / / / / / / / / / / / / /
| | |/| | | | | | | | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | | | | | | | Merge branch 'linus' into x86/apic | Ingo Molnar | 2009-02-13 | 25 | -103/+169 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | |_|_|_|_|_|_|_|/ / / / / / / / / / / /
| | | |/| | | | | | | | | | | | | | | | | | | |
|