summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-27465-17715/+17559Star
|\
| * percpu: fix spurious alignment WARN in legacy SMP percpu allocatorTejun Heo2009-03-111-1/+1
| * percpu: generalize embedding first chunk setup helperTejun Heo2009-03-103-48/+96
| * percpu: more flexibility for @dyn_size of pcpu_setup_first_chunk()Tejun Heo2009-03-103-22/+21Star
| * percpu: make x86 addr <-> pcpu ptr conversion macros genericTejun Heo2009-03-102-9/+15
| * linker script: define __per_cpu_load on all SMP capable archsTejun Heo2009-03-103-18/+4Star
| * x86: UV: remove uv_flush_tlb_others() WARN_ONCliff Wickman2009-03-081-2/+0Star
| * percpu: finer grained locking to break deadlock and allow atomic freeTejun Heo2009-03-071-37/+124
| * percpu: move fully free chunk reclamation into a workTejun Heo2009-03-061-10/+38
| * percpu: move chunk area map extension out of area allocationTejun Heo2009-03-061-48/+60
| * percpu: replace pcpu_realloc() with pcpu_mem_alloc() and pcpu_mem_free()Tejun Heo2009-03-061-43/+42Star
| * x86, percpu: setup reserved percpu area for x86_64Tejun Heo2009-03-062-32/+40
| * percpu, module: implement reserved allocation and use it for module percpu va...Tejun Heo2009-03-064-29/+144
| * percpu: add an indirection ptr for chunk page map accessTejun Heo2009-03-061-1/+4
| * x86: make embedding percpu allocator return excessive free spaceTejun Heo2009-03-061-16/+28
| * percpu: use negative for auto for pcpu_setup_first_chunk() argumentsTejun Heo2009-03-063-24/+29
| * percpu: improve first chunk initial area map handlingTejun Heo2009-03-061-26/+27
| * percpu: cosmetic renames in pcpu_setup_first_chunk()Tejun Heo2009-03-062-30/+30
| * percpu: clean up percpu constantsTejun Heo2009-03-062-21/+13Star
| * x86: un-__init fill_pud/pmd/pteJeremy Fitzhardinge2009-03-041-3/+3
| * x86: remove vestigial fix_ioremap prototypesJeremy Fitzhardinge2009-03-041-3/+0Star
| * Merge branch 'x86/core' into core/percpuIngo Molnar2009-03-04373-3190/+14119
| |\
| | *-----------. Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x...Ingo Molnar2009-03-04291-2766/+5482
| | |\ \ \ \ \ \ \
| | | | | | | | * | x86, signals: fix xine & firefox bustageHiroshi Shimamoto2009-03-031-5/+4Star
| | | | | | | | * | x86: signal: introduce helper align_sigframe()Hiroshi Shimamoto2009-02-281-12/+15
| | | | | | | | * | x86: signal: unify get_sigframe()Hiroshi Shimamoto2009-02-281-56/+41Star
| | | | | | | | * | x86: signal: use 16 bytes boundary for rt_sigframeHiroshi Shimamoto2009-02-281-4/+2Star
| | | | | | | | * | x86: signal: intrroduce get_sigframe() and replace get_sigstack()Hiroshi Shimamoto2009-02-281-13/+19
| | | | | | | | * | x86: signal: add __user annotationHiroshi Shimamoto2009-02-281-2/+2
| | | | | | | * | | bzip2/lzma: make internal initramfs compression configurableAlain Knaff2009-02-192-12/+68
| | | | | | | * | | bzip2/lzma: don't leave empty files around on failureAlain Knaff2009-02-191-1/+2
| | | | | | | * | | bzip2/lzma: don't stop search at first unconfigured compressionAlain Knaff2009-02-191-1/+1
| | | | | | | * | | bzip2/lzma: update boot protocol specificationH. Peter Anvin2009-01-151-1/+4
| | | | | | | * | | x86: headers cleanup - boot.hCyrill Gorcunov2009-01-151-3/+7
| | | | | | | * | | init: make initrd/initramfs decompression failure a KERN_EMERG eventH. Peter Anvin2009-01-142-5/+9
| | | | | | | * | | bzip2/lzma: comprehensible error messages for missing decompressorH. Peter Anvin2009-01-123-8/+25
| | | | | | | * | | bzip2/lzma: make flush_buffer() unconditionalIngo Molnar2009-01-101-2/+0Star
| | | | | | | * | | Merge branch 'linus' into x86/setup-lzmaIngo Molnar2009-01-103749-85925/+673733
| | | | | | | |\ \ \
| | | | | | | * | | | bzip2/lzma: centralize format detectionH. Peter Anvin2009-01-095-67/+72
| | | | | | | * | | | bzip2/lzma: fix decompress_inflate.c vs multi-block-with-embedded-filenameAlain Knaff2009-01-091-1/+1
| | | | | | | * | | | bzip2/lzma: fix constant in decompress_inflateH. Peter Anvin2009-01-091-1/+1
| | | | | | | * | | | bzip2/lzma: fix built-in initramfs vs CONFIG_RD_GZIPAlain Knaff2009-01-077-20/+135
| | | | | | | * | | | bzip2/lzma: move initrd/ramfs options out of BLK_DEVH. Peter Anvin2009-01-072-27/+27
| | | | | | | * | | | bzip2/lzma: DECOMPRESS_GZIP should select ZLIB_INFLATEH. Peter Anvin2009-01-071-0/+1
| | | | | | | * | | | bzip2/lzma: proper Kconfig dependencies for the ramdisk optionsH. Peter Anvin2009-01-053-11/+29
| | | | | | | * | | | bzip2/lzma: make config machinery an arch configurableH. Peter Anvin2009-01-052-21/+34
| | | | | | | * | | | bzip2/lzma: handle failures from bzip2 and lzma correctlyH. Peter Anvin2009-01-051-2/+2
| | | | | | | * | | | bzip2/lzma: x86 kernel compression supportAlain Knaff2009-01-053-107/+44Star
| | | | | | | * | | | bzip2/lzma: use a table to search for initramfs compression formatsH. Peter Anvin2009-01-051-47/+35Star
| | | | | | | * | | | bzip2/lzma: config and initramfs support for bzip2/lzma decompressionAlain Knaff2009-01-055-199/+184Star