aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-30x86, ptrace: add bts_struct size to status commandMarkus Metzger1-0/+2
2008-01-30x86: unify arch/x86/kernel/acpi/sleep*.cPavel Machek4-188/+88
2008-01-30i386: handle an initrd in highmem (version 2)H. Peter Anvin1-24/+106
2008-01-30x86 boot : export boot_params via debugfs for debuggingHuang, Ying4-1/+74
2008-01-30x86: reboot_{32|64}.c unificationMiguel Boton3-315/+160
2008-01-30x86: kprobes change kprobe_handler flowAbhishek Sagar1-67/+86
2008-01-30x86: make arch/x86/kernel/acpi/wakeup_32.S use a separateEric Dumazet2-1/+3
2008-01-30x86: mark memory_setup __initAndi Kleen1-1/+1
2008-01-30x86: remove CPU capabitilites printks on 32-bitAndi Kleen1-19/+1
2008-01-30x86/efi: fix improper use of lvalueJeremy Fitzhardinge1-1/+1
2008-01-30x86: fix detection of CONSTANT_TSC bit for AMD CPUsAndreas Herrmann1-5/+4
2008-01-30x86: remove explicit C3 TSC check on 64bitAndi Kleen1-8/+1
2008-01-30x86: allow TSC clock source on AMD Fam10h and some cleanupAndi Kleen2-3/+7
2008-01-30x86: move X86_FEATURE_CONSTANT_TSC into early cpu feature detectionAndi Kleen5-24/+59
2008-01-30x86: fix sched_clock()Ingo Molnar1-9/+4
2008-01-30x86: remove get_cycles_syncAndi Kleen3-9/+9
2008-01-30x86: read_tsc syncIngo Molnar1-0/+3
2008-01-30x86: map vsyscalls early enoughIngo Molnar2-2/+3
2008-01-30x86: move native_read_tsc() offlineIngo Molnar1-0/+10
2008-01-30x86: lfence fixIngo Molnar1-1/+1
2008-01-30x86: Implement support to synchronize RDTSC with LFENCE on Intel CPUsAndi Kleen2-5/+3
2008-01-30x86: implement support to synchronize RDTSC through MFENCE on AMD CPUsAndi Kleen2-2/+5
2008-01-30x86: clean up apic_32.c, take 2Hiroshi Shimamoto1-6/+7
2008-01-30x86: clean up apic_32/64.cHiroshi Shimamoto2-9/+19
2008-01-30x86: code clarification patch to Kprobes arch codeQuentin Barnes1-4/+7
2008-01-30x86: get rid of checkpatch.pl complains on apm_32.cCyrill Gorcunov1-170/+196
2008-01-30x86: coding style cleanup for kernel/bootflag.cCyrill Gorcunov1-23/+27
2008-01-30x86: unify arch/x86/kernel/Makefile(s)Sam Ravnborg3-114/+85
2008-01-30x86: kprobes change kprobe_handler flowHarvey Harrison1-32/+28
2008-01-30arch/x86/kernel/io_apic_{64,32}.c: use time_beforeJulia Lawall2-3/+5
2008-01-30arch/x86/kernel/apm_32.c: use time_before, time_before_eq,Julia Lawall1-1/+2
2008-01-30x86: kprobes remove fix_riprel #ifdefHarvey Harrison1-4/+5
2008-01-30x86: introduce REX prefix helper for kprobesHarvey Harrison1-8/+19
2008-01-30x86: arch/x86/kernel/cpu/mcheck/k7.c checkpatch fixesAndrew Morton3-3/+3
2008-01-30x86: arch/x86/kernel/cpu/mcheck/ checkpatch fixesAndrew Morton3-26/+26
2008-01-30arch/x86/kernel/cpu/mcheck/p4.c: cleanupsMin Zhang3-17/+26
2008-01-30x86: 32-bit EFI runtime service support: fixes in sync with 64-bit supportHuang, Ying4-30/+15
2008-01-30replace x86_read/write_per_cpu with a common function.Glauber de Oliveira Costa1-5/+5
2008-01-30x86: patching functions on 64-bitGlauber de Oliveira Costa2-0/+57
2008-01-30x86: move patching code to arch-specific file.Glauber de Oliveira Costa3-51/+50
2008-01-30x86: replace privileged instructions with paravirt macrosGlauber de Oliveira Costa1-42/+59
2008-01-30x86: adds paravirt hook for swapgsGlauber de Oliveira Costa1-0/+1
2008-01-30x86: provide paravirtualized hook for rdtscpGlauber de Oliveira Costa1-0/+1
2008-01-30x86: change paravirt_32.c nameGlauber de Oliveira Costa2-1/+4
2008-01-30x86, ptrace: add buffer size checksMarkus Metzger1-4/+21
2008-01-30x86, ptrace: support 32bit-cross-64bit BTS recordingMarkus Metzger2-47/+46
2008-01-30x86, ptrace: rlimit BTS buffer allocationMarkus Metzger1-46/+103
2008-01-30x86: move deeply indented code to reenter_kprobeMasami Hiramatsu1-23/+23
2008-01-30x86: add reenter_kprobe helperHarvey Harrison1-11/+15
2008-01-30x86: fix kprobe_handler reenable preemptionMasami Hiramatsu1-1/+2