- aafbd7e x86: make printk_address regs->ip always reliable by Arjan van de Ven · 18 years ago
- a25bd94 x86: add the "print code before the trapping instruction" feature to 64 bit by Arjan van de Ven · 18 years ago
- 80b51f3 x86: use the stack frames to get exact stack-traces for CONFIG_FRAMEPOINTER on x86-64 by Arjan van de Ven · 18 years ago
- e4a9456 x86: turn 64 bit x86 HANDLE_STACK into print_context_stack like 32 bit has by Arjan van de Ven · 18 years ago
- 5bc27dc x86: pull bp calculation earlier into the backtrace path by Arjan van de Ven · 18 years ago
- e9d4efd x86: improve the 32 bit Frame Pointer backtracer to also use the traditional backtrace by Arjan van de Ven · 18 years ago
- bc850d6 x86: add the capability to print fuzzy backtraces by Arjan van de Ven · 18 years ago
- 3d1f7ca x86: fix 32-bit FRAME_POINTER chasing code by Arjan van de Ven · 18 years ago
- 076f977 x86: make early printk selectable on 64-bit as well by Ingo Molnar · 18 years ago
- 8866cd9 x86: early_idt_handler improvements, 64-bit by Roland McGrath · 18 years ago
- d504e39 x86: discover_ebda section mismatch by Randy Dunlap · 18 years ago
- 9d09951 x86: preset apic clockevents multiplicator by Thomas Gleixner · 18 years ago
- c2b84b3 x86: sanity check APIC timer frequency by Thomas Gleixner · 18 years ago
- 1017579 x86: trivial whitespace in kprobes.c by Harvey Harrison · 18 years ago
- 1379a5c x86: move get_segment_eip() to step.c by Harvey Harrison · 18 years ago
- 3d97775 x86: move out tick_nohz_stop_sched_tick() call from the loop by Hiroshi Shimamoto · 18 years ago
- b3a5acc x86: use fixup_exception() in traps_64.c by Harvey Harrison · 18 years ago
- a604b38 x86: introduce __die helper to X86_32 by Harvey Harrison · 18 years ago
- c68461b x86: change x86 machine check handler to use unlocked_ioctl instead by Nikanth Karthikesan · 18 years ago
- e332870 x86/vmi: fix compilation as a result of pte_t changes by Jeremy Fitzhardinge · 18 years ago
- 87e8407 x86, ptrace: add bts_struct size to status command by Markus Metzger · 18 years ago
- 4fc2fba x86: unify arch/x86/kernel/acpi/sleep*.c by Pavel Machek · 18 years ago
- cf8fa92 i386: handle an initrd in highmem (version 2) by H. Peter Anvin · 18 years ago
- 6d7d743 x86 boot : export boot_params via debugfs for debugging by Huang, Ying · 18 years ago
- 4d022e3 x86: reboot_{32|64}.c unification by Miguel Boton · 18 years ago
- f315dec x86: kprobes change kprobe_handler flow by Abhishek Sagar · 18 years ago
- 4c49156 x86: make arch/x86/kernel/acpi/wakeup_32.S use a separate by Eric Dumazet · 18 years ago
- e3cfac8 x86: mark memory_setup __init by Andi Kleen · 18 years ago
- 3898534 x86: remove CPU capabitilites printks on 32-bit by Andi Kleen · 18 years ago
- b899c5e x86/efi: fix improper use of lvalue by Jeremy Fitzhardinge · 18 years ago
- 9566e91 x86: fix detection of CONSTANT_TSC bit for AMD CPUs by Andreas Herrmann · 18 years ago
- 32c7553 x86: remove explicit C3 TSC check on 64bit by Andi Kleen · 18 years ago
- 51fc97b x86: allow TSC clock source on AMD Fam10h and some cleanup by Andi Kleen · 18 years ago
- 2b16a23 x86: move X86_FEATURE_CONSTANT_TSC into early cpu feature detection by Andi Kleen · 18 years ago
- 92767af x86: fix sched_clock() by Ingo Molnar · 18 years ago
- 6d63de8 x86: remove get_cycles_sync by Andi Kleen · 18 years ago
- f06e4ec x86: read_tsc sync by Ingo Molnar · 18 years ago
- e402644 x86: map vsyscalls early enough by Ingo Molnar · 18 years ago
- cdc7957 x86: move native_read_tsc() offline by Ingo Molnar · 18 years ago
- 6d5f718 x86: lfence fix by Ingo Molnar · 18 years ago
- 707fa8e x86: Implement support to synchronize RDTSC with LFENCE on Intel CPUs by Andi Kleen · 18 years ago
- de42186 x86: implement support to synchronize RDTSC through MFENCE on AMD CPUs by Andi Kleen · 18 years ago
- ff8a03a x86: clean up apic_32.c, take 2 by Hiroshi Shimamoto · 18 years ago
- e83a5fd x86: clean up apic_32/64.c by Hiroshi Shimamoto · 18 years ago
- b506a9d x86: code clarification patch to Kprobes arch code by Quentin Barnes · 18 years ago
- 3f4380a x86: get rid of checkpatch.pl complains on apm_32.c by Cyrill Gorcunov · 18 years ago
- 8eed926 x86: coding style cleanup for kernel/bootflag.c by Cyrill Gorcunov · 18 years ago
- 6b0c3d4 x86: unify arch/x86/kernel/Makefile(s) by Sam Ravnborg · 18 years ago
- b976015 x86: kprobes change kprobe_handler flow by Harvey Harrison · 18 years ago
- 1d16b53 arch/x86/kernel/io_apic_{64,32}.c: use time_before by Julia Lawall · 18 years ago
- 4f2479f arch/x86/kernel/apm_32.c: use time_before, time_before_eq, by Julia Lawall · 18 years ago
- 31f80e4 x86: kprobes remove fix_riprel #ifdef by Harvey Harrison · 18 years ago
- 9930927 x86: introduce REX prefix helper for kprobes by Harvey Harrison · 18 years ago
- 7271339 x86: arch/x86/kernel/cpu/mcheck/k7.c checkpatch fixes by Andrew Morton · 18 years ago
- b912a1c x86: arch/x86/kernel/cpu/mcheck/ checkpatch fixes by Andrew Morton · 18 years ago
- 9e8b6d9 arch/x86/kernel/cpu/mcheck/p4.c: cleanups by Min Zhang · 18 years ago
- 8b2cb7a x86: 32-bit EFI runtime service support: fixes in sync with 64-bit support by Huang, Ying · 18 years ago
- bfd074e replace x86_read/write_per_cpu with a common function. by Glauber de Oliveira Costa · 18 years ago
- 53fd13c x86: patching functions on 64-bit by Glauber de Oliveira Costa · 18 years ago
- 2f485ef x86: move patching code to arch-specific file. by Glauber de Oliveira Costa · 18 years ago
- 72fe485 x86: replace privileged instructions with paravirt macros by Glauber de Oliveira Costa · 18 years ago
- e801f86 x86: adds paravirt hook for swapgs by Glauber de Oliveira Costa · 18 years ago
- e5aaac4 x86: provide paravirtualized hook for rdtscp by Glauber de Oliveira Costa · 18 years ago
- b1df07b x86: change paravirt_32.c name by Glauber de Oliveira Costa · 18 years ago
- cba4b65 x86, ptrace: add buffer size checks by Markus Metzger · 18 years ago
- e6ae5d9 x86, ptrace: support 32bit-cross-64bit BTS recording by Markus Metzger · 18 years ago
- da35c37 x86, ptrace: rlimit BTS buffer allocation by Markus Metzger · 18 years ago
- 59e87cd x86: move deeply indented code to reenter_kprobe by Masami Hiramatsu · 18 years ago
- 40102d4 x86: add reenter_kprobe helper by Harvey Harrison · 18 years ago
- ddc66df x86: fix kprobe_handler reenable preemption by Masami Hiramatsu · 18 years ago
- bde6f5f x86: voluntary leave_mm before entering ACPI C3 by Venki Pallipadi · 18 years ago
- fdadd54 x86: x86 ptrace generic requests by Roland McGrath · 18 years ago
- bb61682 x86: x86 core dump TLS by Roland McGrath · 18 years ago
- 60b3b9a x86: x86 user_regset cleanup by Roland McGrath · 18 years ago
- 5a4646a x86: x86 ptrace user_regset by Roland McGrath · 18 years ago
- 070459d x86: x86 user_regset_view by Roland McGrath · 18 years ago
- 91e7b70 x86: x86 user_regset general regs by Roland McGrath · 18 years ago
- 4c79a2d x86: x86 user_regset TLS by Roland McGrath · 18 years ago
- 1bd5718 x86: x86 TLS desc_struct cleanup by Roland McGrath · 18 years ago
- 1eeaed7 x86: x86 i387 cleanup by Roland McGrath · 18 years ago
- 4421011 x86: x86 i387 user_regset by Roland McGrath · 18 years ago
- b7b7172 x86: i387 renaming by Roland McGrath · 18 years ago
- cc927a2 x86: x86 i387 header cleanup by Roland McGrath · 18 years ago
- e7b5e11 x86: kprobes leftover cleanups by Harvey Harrison · 18 years ago
- ab4a574 arch/x86/: spelling fixes by Joe Perches · 18 years ago
- 6d48583 x86: unify extable_{32|64}.c by Harvey Harrison · 18 years ago
- 1a53905 x86: move definitions to processor.h by Glauber de Oliveira Costa · 18 years ago
- 5300db8 x86: unify x86_cpuinfo struct. by Glauber de Oliveira Costa · 18 years ago
- 7818a1e x86: provide 64-bit with a load_sp0 function. by Glauber de Oliveira Costa · 18 years ago
- ca241c7 x86: unify tss_struct by Glauber de Oliveira Costa · 18 years ago
- 053de04 x86: get rid of _MASK flags by Glauber de Oliveira Costa · 18 years ago
- 7bcbc78 x86: clean up arch/x86/kernel/early-quirks.c by Neil Horman · 18 years ago
- 3b095a0 x86: cleanup i387_32.c according to checkpatch by Cyrill Gorcunov · 18 years ago
- c6b4832 x86, kexec: force x86 arches to boot kdump kernels on boot cpu by Neil Horman · 18 years ago
- e942710 x86: adjust enable_NMI_through_LVT0() by Jan Beulich · 18 years ago
- cae4595 x86: make __{save,restore}_processor_state static by Jan Beulich · 18 years ago
- 3e7622f x86: move to .rodata/.init.data by Jan Beulich · 18 years ago
- 22f5991 x86-64: honor notify_die() returning NOTIFY_STOP by Jan Beulich · 18 years ago
- bdb4f15 i386: hard_{en,dis}able_TSC can be static by Jan Beulich · 18 years ago
- d6be29b x86: kprobes code for x86 unification by Masami Hiramatsu · 18 years ago