| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | | | | | | * | | | | bzip2/lzma: library support for gzip, bzip2 and lzma decompression | Alain Knaff | 2009-01-05 | 12 | -0/+1733 |
| | | | | | * | | | | | x86: add forward decl for tss_struct | Jeremy Fitzhardinge | 2009-03-02 | 1 | -0/+1 |
| | | | | | * | | | | | x86: unify chunks of kernel/process*.c | Jeremy Fitzhardinge | 2009-03-02 | 4 | -361/+192 |
| | | | | | * | | | | | x86-32: use non-lazy io bitmap context switching | Jeremy Fitzhardinge | 2009-03-02 | 4 | -90/+9 |
| | | | | | * | | | | | Merge branch 'x86/pat' into x86/core | Ingo Molnar | 2009-03-01 | 145 | -1042/+1736 |
| | | | | | |\ \ \ \ \
| | | | | | | |_|_|/ /
| | | | | | |/| | | | |
|
| | | | | | | * | | | | Merge branch 'x86/urgent' into x86/pat | Ingo Molnar | 2009-03-01 | 143 | -994/+1733 |
| | | | | | | |\ \ \ \ |
|
| | | | | | | * | | | | | Revert "gpu/drm, x86, PAT: PAT support for io_mapping_*" | Ingo Molnar | 2009-03-01 | 3 | -50/+5 |
| | | | | | |/ / / / / |
|
| | | | | * | | | | | | x86: set_highmem_pages_init() cleanup, fix !CONFIG_NUMA && CONFIG_HIGHMEM=y | Ingo Molnar | 2009-03-03 | 1 | -1/+1 |
| | | | | * | | | | | | x86: set_highmem_pages_init() cleanup | Pekka Enberg | 2009-03-03 | 4 | -39/+39 |
| | | | | * | | | | | | x86: unify free_init_pages() and free_initmem() | Pekka Enberg | 2009-03-03 | 4 | -89/+50 |
| | | | | * | | | | | | x86: make sure initmem is writable on 64-bit | Pekka Enberg | 2009-03-03 | 1 | -0/+7 |
| | | | | * | | | | | | x86: add sanity checks to init_32.c | Pekka Enberg | 2009-03-03 | 1 | -6/+11 |
| | | | | * | | | | | | x86: use roundup() instead of PAGE_ALIGN() in find_early_table_space() | Pekka Enberg | 2009-03-03 | 1 | -4/+4 |
| | | | | * | | | | | | x86: move __VMALLOC_RESERVE to pgtable_32.c | Pekka Enberg | 2009-03-03 | 2 | -2/+2 |
| | | | | * | | | | | | x86, mm: dont use non-temporal stores in pagecache accesses | Ingo Molnar | 2009-03-02 | 6 | -31/+17 |
| | | | * | | | | | | | x86, fixmap: unify fixmap.h | Gustavo F. Padovan | 2009-02-28 | 3 | -310/+147 |
| | | | * | | | | | | | x86, fixmap: prepare fixmap_32.h for unification | Gustavo F. Padovan | 2009-02-28 | 1 | -17/+56 |
| | | | * | | | | | | | x86, fixmap: prepare fixmap_64.h for unification | Gustavo F. Padovan | 2009-02-28 | 1 | -7/+69 |
| | | | * | | | | | | | x86, fixmap: add CONFIG_EFI | Gustavo F. Padovan | 2009-02-28 | 1 | -0/+4 |
| | | | * | | | | | | | x86, fixmap: add CONFIG_X86_{LOCAL,IO}_APIC | Gustavo F. Padovan | 2009-02-28 | 1 | -0/+4 |
| | | | * | | | | | | | x86, fixmap: define reserve_top_address for x86_64 | Gustavo F. Padovan | 2009-02-28 | 3 | -16/+20 |
| | | | * | | | | | | | x86, fixmap: define FIXADDR_BOOT_* and redefine FIX_ADDR_SIZE | Gustavo F. Padovan | 2009-02-28 | 1 | -2/+5 |
| | | | * | | | | | | | x86, fixmap: rename __FIXADDR_SIZE and __FIXADDR_BOOT_SIZE | Gustavo F. Padovan | 2009-02-28 | 1 | -4/+4 |
| | | | | |/ / / / /
| | | | |/| | | | | |
|
| | | * | | | | | | | x86: remove double copy of show_cpuinfo_core for 32 and 64 bit | Jaswinder Singh Rajput | 2009-03-01 | 1 | -18/+2 |
| | * | | | | | | | | x86_32: apic/numaq_32, fix section mismatch | Jiri Slaby | 2009-03-02 | 1 | -1/+1 |
| | * | | | | | | | | x86_32: apic/summit_32, fix section mismatch | Jiri Slaby | 2009-03-02 | 1 | -9/+9 |
| | * | | | | | | | | x86_32: apic/es7000_32, fix section mismatch | Jiri Slaby | 2009-03-02 | 1 | -20/+17 |
| | * | | | | | | | | x86_32: apic/summit_32, fix cpu_mask_to_apicid | Jiri Slaby | 2009-03-02 | 1 | -21/+9 |
| | * | | | | | | | | x86_32: apic/es7000_32, fix cpu_mask_to_apicid | Jiri Slaby | 2009-03-02 | 1 | -20/+10 |
| | * | | | | | | | | x86_32: apic/es7000_32, cpu_mask_to_apicid cleanup | Jiri Slaby | 2009-03-02 | 1 | -42/+4 |
| | * | | | | | | | | x86_32: apic/bigsmp_32, de-inline functions | Jiri Slaby | 2009-03-02 | 1 | -23/+17 |
| | * | | | | | | | | x86: fix !ACPI build for es7000_32.c | Ingo Molnar | 2009-02-26 | 1 | -2/+9 |
| | * | | | | | | | | x86: apic: simplify secondary CPU wakeup methods, fix | Ingo Molnar | 2009-02-26 | 1 | -17/+18 |
| | * | | | | | | | | x86: apic: simplify secondary CPU wakeup methods | Ingo Molnar | 2009-02-26 | 11 | -23/+12 |
| | * | | | | | | | | x86: remove update_apic from x86_quirks, fix | Ingo Molnar | 2009-02-26 | 1 | -0/+17 |
| | * | | | | | | | | x86: don't compile vsmp_64 for 32bit | Yinghai Lu | 2009-02-26 | 5 | -14/+13 |
| | * | | | | | | | | x86: remove update_apic from x86_quirks | Yinghai Lu | 2009-02-26 | 15 | -93/+121 |
| | | |/ / / / / /
| | |/| | | | | | |
|
| | | | | | | | | | |
| | | \ \ \ \ \ \ | |
| | | \ \ \ \ \ \ | |
| | | \ \ \ \ \ \ | |
| | | \ \ \ \ \ \ | |
| | | \ \ \ \ \ \ | |
| | | \ \ \ \ \ \ | |
| | | \ \ \ \ \ \ | |
| | *-------. \ \ \ \ \ \ | Merge branches 'x86/apic', 'x86/defconfig', 'x86/memtest', 'x86/mm' and 'linu... | Ingo Molnar | 2009-02-26 | 78 | -229/+8355 |
| | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | |_|/ / / / /
| | | | | | |/| | | | | | |
|
| | | | | | * | | | | | | | x86: make vmap yell louder when it is used under irqs_disabled() | Peter Zijlstra | 2009-02-25 | 2 | -3/+6 |
| | | | | | * | | | | | | | x86: usercopy: check for total size when deciding non-temporal cutoff | Ingo Molnar | 2009-02-25 | 1 | -2/+2 |
| | | | | | * | | | | | | | x86, mm: pass in 'total' to __copy_from_user_*nocache() | Ingo Molnar | 2009-02-25 | 6 | -13/+14 |
| | | | | | * | | | | | | | Merge branch 'x86/asm' into x86/mm | Ingo Molnar | 2009-02-25 | 6 | -21/+32 |
| | | | | | |\ \ \ \ \ \ \ |
|
| | | | | | * | | | | | | | | x86: check range in reserve_early() | Yinghai Lu | 2009-02-24 | 1 | -0/+3 |
| | | | | * | | | | | | | | | x86: memtest: add additional (regular) test patterns | Andreas Herrmann | 2009-02-25 | 1 | -0/+13 |
| | | | | * | | | | | | | | | x86: update description for memtest boot parameter | Andreas Herrmann | 2009-02-25 | 1 | -1/+6 |
| | | | | * | | | | | | | | | x86: memtest: wipe out test pattern from memory | Andreas Herrmann | 2009-02-25 | 1 | -23/+33 |
| | | | | * | | | | | | | | | x86: memtest: adapt log messages | Andreas Herrmann | 2009-02-25 | 1 | -20/+16 |
| | | | | * | | | | | | | | | x86: memtest: cleanup memtest function | Andreas Herrmann | 2009-02-25 | 1 | -18/+19 |
| | | | | * | | | | | | | | | x86: memtest: introduce array to select memtest patterns | Andreas Herrmann | 2009-02-25 | 1 | -42/+23 |
| | | | | * | | | | | | | | | x86: memtest: reuse test patterns when memtest parameter exceeds number of av... | Andreas Herrmann | 2009-02-25 | 1 | -2/+7 |