x86/paravirt, 64-bit: add adjust_exception_frame
[pandora-kernel.git] / arch /
2008-07-08 Jeremy Fitzhardingex86/paravirt, 64-bit: add adjust_exception_frame
2008-07-08 Jeremy Fitzhardingex86, 64-bit: ia32entry: replace privileged instructions...
2008-07-08 Jeremy Fitzhardingex86/paravirt: add sysret/sysexit pvops for returning...
2008-07-08 Jeremy Fitzhardingex86/paravirt, 64-bit: don't restore user rsp within...
2008-07-08 Jeremy Fitzhardingex86/paravirt: split sysret and sysexit
2008-07-08 Jeremy Fitzhardingex86: use __KERNEL_DS as SS when returning to a kernel...
2008-07-08 Jeremy Fitzhardingex86: save %fs and %gs before load_TLS() and arch_leave_...
2008-07-08 Jeremy Fitzhardingex86, 64-bit: __switch_to(): move arch_leave_lazy_cpu_mo...
2008-07-08 Eduardo Habkostx86, 64-bit: split set_pte_vaddr()
2008-07-08 Jeremy Fitzhardingex86, 64-bit: create small vmemmap mappings if PSE not...
2008-07-08 Jeremy Fitzhardingex86, 64-bit: adjust mapping of physical pagetables...
2008-07-08 Jeremy Fitzhardingex86, 64-bit: split x86_64_start_kernel
2008-07-08 Eduardo Habkostparavirt/x86, 64-bit: move __PAGE_OFFSET to leave a...
2008-07-08 Jeremy Fitzhardingex86/paravirt: add debugging for missing operations
2008-07-08 Jeremy Fitzhardingex86: preallocate and prepopulate separately
2008-07-08 Jeremy Fitzhardingex86/paravirt: add a pgd_alloc/free hooks
2008-07-08 Jeremy Fitzhardingex86: simplify vmalloc_sync_all
2008-07-08 Ingo Molnarx86: build fix
2008-07-08 Ingo Molnarx86: remove extra newline from setup.c
2008-07-08 Yinghai Lux86: we only have init_pg_tables_end for 32bit
2008-07-08 Yinghai Lux86: change some functions in setup.c to static
2008-07-08 Yinghai Lux86: make x86_find_smp_config depends on 64 bit too
2008-07-08 Yinghai Lux86: move parse elfvorehdr back to setup.c
2008-07-08 Yinghai Lux86: move reserve_standard_io_resources back to setup.c
2008-07-08 Yinghai Lux86: move back crashkernel back to setup.c
2008-07-08 Yinghai Lux86: move parse_setup_data back to setup.c
2008-07-08 Yinghai Lux86: move boot_params back to setup.c
2008-07-08 Yinghai Lux86: rename setup_32.c to setup.c
2008-07-08 Yinghai Lux86: space to tab in setup_arch
2008-07-08 Yinghai Lux86: merge 64bit setup_arch into setup_32
2008-07-08 Yinghai Lux86: add extra includes for 64bit support
2008-07-08 Yinghai Lux86: put global variable for 32bit all together
2008-07-08 Yinghai Lux86: update reserve_initrd to support 64bit
2008-07-08 Yinghai Lux86: we can use full bootmem after have init_memory_mapping
2008-07-08 Yinghai Lux86: rename setup.c to setup_percpu.c
2008-07-08 Yinghai Lux86: fix memory setup bug
2008-07-08 Bernhard Wallex86, crashdump, /proc/vmcore: remove CONFIG_EXPERIMENTA...
2008-07-08 Paul Jacksonx86 boot: only pick up additional EFI memmap if add_efi...
2008-07-08 Paul Jacksonmm, generic, x86 boot: more tweaks to hex prints of...
2008-07-08 Alok Katariax86: cleanup e820_setup_gap(), add e820_search_gap...
2008-07-08 Yinghai Lux86: remove end_pfn in 64bit
2008-07-08 Yinghai Lux86: change size if e820_update/remove_range
2008-07-08 Yinghai Lux86: add table_top check for alloc_low_page in 64 bit
2008-07-08 Yinghai Lux86: get max_pfn_mapped in init_memory_mapping
2008-07-08 Yinghai Lux86: fix e820_update_range size when overlapping
2008-07-08 Yinghai Lux86: introduce init_memory_mapping for 32bit #3
2008-07-08 Yinghai Lux86: introduce init_memory_mapping for 32bit #2
2008-07-08 Yinghai Lux86: introduce init_memory_mapping for 32bit #1
2008-07-08 Jeremy Fitzhardingex86, 64-bit: unify early_ioremap
2008-07-08 Jeremy Fitzhardingex86, 64-bit: use p??_populate() to attach pages to...
2008-07-08 Jeremy Fitzhardingex86, 64-bit: use write_gdt_entry in vsyscall_set_cpu
2008-07-08 Jeremy Fitzhardingex86: remove open-coded save/load segment operations
2008-07-08 Cyrill Gorcunovx86: nmi_watchdog - introduce nmi_watchdog_active(...
2008-07-08 Cyrill Gorcunovx86: nmi_watchdog - use NMI_NONE by default
2008-07-08 Cyrill Gorcunovx86: nmi_watchdog - remove useless check
2008-07-08 Cyrill Gorcunovx86: nmi_watchdog - use nmi_watchdog variable for printing
2008-07-08 Cyrill Gorcunovx86: perfctr-watchdog.c - coding style cleanup
2008-07-08 Paul Jacksonx86 boot: show pfn addresses in hex not decimal in...
2008-07-08 Paul Jacksonx86 boot: allow overlapping early reserve memory ranges
2008-07-08 Paul Jacksonx86 boot: x86_64 efi compiler warning fix
2008-07-08 Paul Jacksonx86 boot: e820 code indentation fix
2008-07-08 Yinghai Lux86: setup_arch 32bit move kvm_guest_init later
2008-07-08 Yinghai Lux86: setup_arch 32bit move command line copying early
2008-07-08 Yinghai Lux86: setup_arch 32bit move efi check later
2008-07-08 Yinghai Lux86: move some func calling from setup_arch to paging_init
2008-07-08 Yinghai Lux86: numa32 pfn print out using hex instead
2008-07-08 Yinghai Lux86: fix compile warning in init_64.c
2008-07-08 Ingo Molnarx86: build fix
2008-07-08 Yinghai Lux86: clean up min_low_pfn
2008-07-08 Yinghai Lux86: clean up using max_low_pfn on 32-bit
2008-07-08 Yinghai Lux86: move reservetop and vmalloc parsing to pgtable_32.c
2008-07-08 Yinghai Lux86: move find_max_low_pfn to init_32.c
2008-07-08 Yinghai Lux86: move boot_params declaring to setup.c
2008-07-08 Yinghai Lux86: introduce reserve_initrd
2008-07-08 Yinghai Lux86: introduce initmem_init for 32 bit
2008-07-08 Yinghai Lux86: introduce initmem_init for 64 bit
2008-07-08 Yinghai Lux86: move elfcorehdr parsing to setup.c
2008-07-08 Yinghai Lux86: move reserve_standard_io_resource to setup.c
2008-07-08 Yinghai Lux86: remove two duplicated funcs in setup_32.c
2008-07-08 Yinghai Lux86: merge setup64.c into common_64.c
2008-07-08 Yinghai Lux86: seperate probe_roms into another file
2008-07-08 Yinghai Lux86: add e820_remove_range
2008-07-08 Yinghai Lux86: change identify_cpu to static
2008-07-08 Yinghai Lux86: seperate funcs from setup_64 to cpu common_64.c
2008-07-08 Yinghai Lux86: remove some acpi ifdefs in setup_32/64
2008-07-08 Yinghai Lux86: clean up init_amd()
2008-07-08 Yinghai Lux86: check command line when CONFIG_X86_MPPARSE is...
2008-07-08 Jeremy Fitzhardingexen: set max_pfn_mapped
2008-07-08 Jeremy Fitzhardingexen: reserve ISA space in e820 map
2008-07-08 Jeremy Fitzhardingexen: reserve Xen-specific memory in e820 map
2008-07-08 Yinghai LuRFC x86: try to remove arch_get_ram_range
2008-07-08 Ingo Molnarx86: fix sleep.c build error
2008-07-08 Glauber Costax86: take load_sp0 out of smpboot.c
2008-07-08 Glauber Costax86: move cpu_exit_clear to process_32.c
2008-07-08 Glauber Costax86: remove cpu from maps
2008-07-08 Glauber Costax86: change naming to match x86_64
2008-07-08 Glauber Costax86: provide connect_bsp_APIC for x86_64
2008-07-08 Glauber Costax86: change __setup_vector_irq with setup_vector_irq
2008-07-08 Glauber Costax86: remove ifdef from stepping
2008-07-08 Glauber Costax86: clearing io_apic harmless for x86_64
next