- 0b9f4f4 x86: I/O APIC: Add a 64-bit variation of replace_pin_at_irq() by Maciej W. Rozycki · 17 years ago
- c9076b6 Revert "x86: fix IO APIC breakage on HP nx6325" by Ingo Molnar · 17 years ago
- 2179bab7 Revert "x86: fix IO APIC breakage on HP nx6325, v2" by Ingo Molnar · 17 years ago
- 18b743d x86, AMD IOMMU: clean up Kconfig entry by FUJITA Tomonori · 17 years ago
- e93be88 x86: clean up iommu.h and gart.h by FUJITA Tomonori · 17 years ago
- 849567b Merge branch 'x86/gart' into x86/core by Ingo Molnar · 17 years ago
- 3d43ecd x86: make e820_end return end_of_ram again for 64bit by Yinghai Lu · 17 years ago
- f34fa82 x86, acpi: merge __acpi_map_table by Yinghai Lu · 17 years ago
- 7b16eb8 x86: overmapped fix when 4K pages on tail, 64-bit by Yinghai Lu · 17 years ago
- 4fb3dc2 x86: build fix for "x86: fix C1E && nx6325 stability problem" by Ingo Molnar · 17 years ago
- ad2fc2c x86: fix copy_user on x86 by Vitaly Mayatskikh · 17 years ago
- 1129585 x86: introduce copy_user_handle_tail() routine by Vitaly Mayatskikh · 17 years ago
- de989ef Merge branch 'x86/unify-lib' into x86/core by Ingo Molnar · 17 years ago
- a737abd x86: e820 memmap - add checking for NULL early param by Cyrill Gorcunov · 17 years ago
- c22d4c1 x86: make e820_end return max ram type only for 32 bit by Yinghai Lu · 17 years ago
- 183fe06 x86: build fix for "x86: fix C1E && nx6325 stability problem" by Ingo Molnar · 17 years ago
- e2079c4 x86: fix C1E && nx6325 stability problem by Rafael J. Wysocki · 17 years ago
- 8cbfd4f4 x86, iommu: replace CONFIG_IOMMU with CONFIG_GART_IOMMU in iommu.h by FUJITA Tomonori · 17 years ago
- c2e6d65 x86: not overmap more than the end of RAM in init_memory_mapping - 64bit by Yinghai Lu · 17 years ago
- 2dc807b x86: make max_pfn cover acpi table below 4g by Yinghai Lu · 17 years ago
- 49c980d x86: fix vmemmap printout check by Yinghai Lu · 17 years ago
- b50efd2 x86: introduce page_size_mask for 64bit by Yinghai Lu · 17 years ago
- 22cac16 x86: define architectural characteristics in uaccess.h. by Glauber Costa · 17 years ago
- 8bc7de0 x86: put movsl_mask into uaccess.h. by Glauber Costa · 17 years ago
- 8cb834e x86: move __get_user and __put_user into uaccess.h. by Glauber Costa · 17 years ago
- e30a44f x86: merge put_user. by Glauber Costa · 17 years ago
- ec84095 x86: turn __put_user_check directly into put_user. by Glauber Costa · 17 years ago
- 64a978c x86: be more explicit in __put_user_x. by Glauber Costa · 17 years ago
- 3f16822 x86: merge __get_user_asm and its users. by Glauber Costa · 17 years ago
- 6fd4725 x86: don't always use EFAULT on __get_user_size. by Glauber Costa · 17 years ago
- dc70ddf x86: merge __put_user_asm and its user. by Glauber Costa · 17 years ago
- d42e6af x86: don't always use EFAULT on __put_user_size. by Glauber Costa · 17 years ago
- 293e6a2 x86: mark x86_64 as having a working WP. by Glauber Costa · 17 years ago
- 5e32216 x86: use k modifier for 4-byte access. by Glauber Costa · 17 years ago
- 002ca16 x86: move __addr_ok to uaccess.h. by Glauber Costa · 17 years ago
- 865e5b7 x86: merge getuser. by Glauber Costa · 17 years ago
- ca23386 x86: merge common parts of uaccess. by Glauber Costa · 17 years ago
- be9d06b x86: use something common for both architectures. by Glauber Costa · 17 years ago
- 1dc186e x86: use long instead of int. by Glauber Costa · 17 years ago
- 8b0a8aa x86: introduce likely in macro. by Glauber Costa · 17 years ago
- c28b95d x86: change asm constraint. by Glauber Costa · 17 years ago
- 53938a6 x86: commonize __range_not_ok. by Glauber Costa · 17 years ago
- 5cbbc3b x86: merge putuser asm functions. by Glauber Costa · 17 years ago
- 2528de4 x86: use macros from asm.h. by Glauber Costa · 17 years ago
- efea505 x86: don't use word-size specifiers in putuser files. by Glauber Costa · 17 years ago
- 766ed42 x86: replace function headers by macros. by Glauber Costa · 17 years ago
- 663aa96 x86: change testing logic in putuser_64.S. by Glauber Costa · 17 years ago
- 0ada316 x86: pass argument to putuser_64 functions in ax register. by Glauber Costa · 17 years ago
- 770546b x86: clobber rbx in putuser_64.S. by Glauber Costa · 17 years ago
- 70706e4 x86: user put_user_x instead of all variants. by Glauber Costa · 17 years ago
- 268cf04 x86: don't save ebx in putuser_32.S. by Glauber Costa · 17 years ago
- 6c2d458 x86: merge getuser asm functions. by Glauber Costa · 17 years ago
- 87e2f1e x86: use _ASM_PTR instead of explicit word-size pointers. by Glauber Costa · 17 years ago
- 40faf46 x86: introduce __ASM_REG macro. by Glauber Costa · 17 years ago
- ef8c1a2 x86: don't use word-size specifiers on getuser_64. by Glauber Costa · 17 years ago
- 26ccb8a x86: rename threadinfo to TI. by Glauber Costa · 17 years ago
- 9262875 x86: adapt x86_64 getuser functions. by Glauber Costa · 17 years ago
- 9aa0388 x86: don't use word-size specifiers. by Glauber Costa · 17 years ago
- edf1016 x86: don't clobber r8 nor use rcx. by Glauber Costa · 17 years ago
- f8dd0d3 x86: delay lib unification build fix by Ingo Molnar · 17 years ago
- f0fbf0a x86: integrate delay functions. by Glauber Costa · 17 years ago
- 7e58818 x86: explicitly use edx in const delay function. by Glauber Costa · 17 years ago
- a76febe x86: use rdtscll in read_current_timer for i386. by Glauber Costa · 17 years ago
- 0a4d8a4 x86: provide delay loop for x86_64. by Glauber Costa · 17 years ago
- ff1b15b x86: don't use size specifiers. by Glauber Costa · 17 years ago
- 26e9e57 x86, uv: build fix #2 for "x86, uv: update x86 mmr list for SGI uv" by Ingo Molnar · 17 years ago
- e407dff x86, uv: build fix for "x86, uv: update x86 mmr list for SGI uv" by Ingo Molnar · 17 years ago
- 5ed4273 arch/x86/mm/pgtable_32.c: remove unused variable `fixmaps' by Andrew Morton · 17 years ago
- 6f585e0 arch/x86/kernel/smpboot.c: fix warning by Andrew Morton · 17 years ago
- 7b4fd4b x86: traps_xx: various small changes by Alexander van Heukelum · 17 years ago
- abd3480 x86: traps_xx: modify default_do_nmi by Alexander van Heukelum · 17 years ago
- 13485ab x86: traps_xx: restructure do_general_protection() by Alexander van Heukelum · 17 years ago
- a7bbb0c x86: traps_xx: modify do_trap by Alexander van Heukelum · 17 years ago
- e423f49 x86: traps_xx: modify __die by Alexander van Heukelum · 17 years ago
- badc765 x86: traps_xx: shuffle headers and globals by Alexander van Heukelum · 17 years ago
- a8c1be9 x86: initial changes to unify traps_32.c and traps_64.c by Alexander van Heukelum · 17 years ago
- e93ef94 x86: rename paravirtualized TSC functions by Alok Kataria · 17 years ago
- 8fbbc4b x86: merge tsc_init and clocksource code by Alok Kataria · 17 years ago
- 2dbe06f x86: merge the TSC cpu-freq code by Alok Kataria · 17 years ago
- bfc0f59 x86: merge tsc calibration by Alok Kataria · 17 years ago
- 0ef9553 x86: merge sched_clock handling by Alok Kataria · 17 years ago
- 746f2eb x86: apic_32.c - add lapic resource by Cyrill Gorcunov · 17 years ago
- 5d061e3 x86, uv: update x86 mmr list for SGI uv by Dimitri Sivanich · 17 years ago
- 83f5d89 x86: map UV chipset space - UV support by Jack Steiner · 17 years ago
- 3a9e189 x86: map UV chipset space - pagetable by Jack Steiner · 17 years ago
- fc9036e x86: let early_reserve_e820 update e820_saved too by Yinghai Lu · 17 years ago
- a0a0bec x86: make e820_saved have update from setup_data by Yinghai Lu · 17 years ago
- 0be1552 x86: move saving e820_saved to setup_memory_map by Yinghai Lu · 17 years ago
- 5dfcf14 x86: use FIRMWARE_MEMMAP on x86/E820 by Bernhard Walle · 17 years ago
- 69ac9cd sysfs: add /sys/firmware/memmap by Bernhard Walle · 17 years ago
- 6247943 x86: remove acpi_srat config v2 by Yinghai Lu · 17 years ago
- 698839f x86: remove have_arch_parse_srat -v2 by Yinghai Lu · 17 years ago
- a29d1cf printk: export console_drivers by Ingo Molnar · 17 years ago
- 5a654ba x86/cpa: use an undefined PTE bit for testing CPA by Jeremy Fitzhardinge · 17 years ago
- ef5e94a x86_32: remove __PAGE_KERNEL(_EXEC) by Jeremy Fitzhardinge · 17 years ago
- 8490638 x86: always set _PAGE_GLOBAL in _PAGE_KERNEL* flags by Jeremy Fitzhardinge · 17 years ago
- 574977a x86_64/setup: unconditionally populate the pgd by Jeremy Fitzhardinge · 17 years ago
- aea5f9f x86: fix "x86: let setup_arch call init_apic_mappings for 32bit" by Ingo Molnar · 17 years ago
- 4a70173 x86: move prefill_possible_map calling early, fix by Ingo Molnar · 17 years ago
- 329513a x86: move prefill_possible_map calling early by Yinghai Lu · 17 years ago