Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
2b94de552e07610dfa79fc49ea49d1cfa5cd9ce8
/
arch
/
x86
/
kernel
/
apic_32.c
9a163ed
i386: move kernel
by Thomas Gleixner
· 19 years ago
[Renamed from arch/i386/kernel/apic_32.c]
0cc369a
i386: prepare shared kernel/apic.c
by Thomas Gleixner
· 19 years ago
[Renamed from arch/i386/kernel/apic.c]
0328ece
x86_64: Fix to keep watchdog disabled by default for i386/x86_64
by Daniel Gollub
· 19 years ago
d3f7eae
i386: Use global flag to disable broken local apic timer on AMD CPUs.
by Andi Kleen
· 19 years ago
f5352fd
i386: remove volatile in apic.c
by Thomas Gleixner
· 19 years ago
820de5c
highres: improve debug output
by Ingo Molnar
· 19 years ago
18de5bc
clockevents: fix resume logic
by Thomas Gleixner
· 19 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 19 years ago
f2b218d
[PATCH] i386: safe_apic_wait_icr_idle - i386
by Fernando Luis VazquezCao
· 19 years ago
3556ddf
[PATCH] x86-64: Disable local APIC timer use on AMD systems with C1E
by Andi Kleen
· 19 years ago
e585bef
[PATCH] i386: add command line option "local_apic_timer_c2_ok"
by Thomas Gleixner
· 19 years ago
4edc5db
[PATCH] setup_boot_APIC_clock() irq-enable fix
by Ingo Molnar
· 19 years ago
ad62ca2
[PATCH] i386: disable local apic timer via command line or dmi quirk
by Thomas Gleixner
· 19 years ago
ca1b940
[PATCH] i386: trust the PM-Timer calibration of the local APIC timer
by Thomas Gleixner
· 19 years ago
a5f5e43
[PATCH] fix "NMI appears to be stuck"
by Thomas Gleixner
· 19 years ago
ea3d522
Revert "[PATCH] i386: add idle notifier"
by Linus Torvalds
· 19 years ago
d36b49b
[PATCH] i386 rework local apic timer calibration
by Thomas Gleixner
· 19 years ago
e9e2cdb
[PATCH] clockevents: i386 drivers
by Thomas Gleixner
· 19 years ago
e05d723
[PATCH] i386, apic: clean up the APIC code
by Thomas Gleixner
· 19 years ago
2ff2d3d
[PATCH] i386: add idle notifier
by Stephane Eranian
· 19 years ago
bbab4f3
[PATCH] i386: vMI timer patches
by Zachary Amsden
· 19 years ago
f990fff
[PATCH] x86: Regard MSRs in lapic_suspend()/lapic_resume()
by Karsten Wiese
· 19 years ago
d195412
[PATCH] i386: irqs build fix
by Andrew Morton
· 20 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 20 years ago
3d08a25
[PATCH] i386: Make enable_local_apic static
by Adrian Bunk
· 20 years ago
1a3f239
[PATCH] i386: Replace i386 open-coded cmdline parsing with
by Rusty Russell
· 20 years ago
b7471c6
[PATCH] i386: Add SMP support on i386 to reservation framework
by Don Zickus
· 20 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 20 years ago
704fc59
[PATCH] x86_64: fix apic error on bootup
by Siddha, Suresh B
· 20 years ago
3e4ff11
[PATCH] x86_64: nmi watchdog header cleanup
by Don Zickus
· 20 years ago
acae9d3
[PATCH] x86: make using_apic_timer __read_mostly
by Andreas Mohr
· 20 years ago
a0b4da9
[PATCH] arch/i386/kernel/apic.c: make modern_apic() static
by Adrian Bunk
· 20 years ago
be0d03f
[PATCH] i386 kdump boot cpu physical apicid fix
by Vivek Goyal
· 20 years ago
42e4c85
[PATCH] i386: Remove apic= warning
by Andi Kleen
· 20 years ago
95d769a
[PATCH] i386: Consolidate modern APIC handling
by Andi Kleen
· 20 years ago
9b41046
[PATCH] Don't pass boot parameters to argv_init[]
by OGAWA Hirofumi
· 20 years ago
1a75a3f
[PATCH] i386 kdump timer vector lockup fix
by Vivek Goyal
· 20 years ago
382dbd0
[PATCH] fix implicit declaration of GET_APIC_ID in arch/i386/kernel/apic.c
by Jesper Juhl
· 20 years ago
6796313
[PATCH] Plug kdump shutdown race window
by Maneesh Soni
· 20 years ago
e1a8e6c
[PATCH] Fix bad apic fix on i386
by Andi Kleen
· 20 years ago
3777a95
[PATCH] i386/x86-64: Don't ack the APIC for bad interrupts when the APIC is not enabled
by Andi Kleen
· 20 years ago
6eb0a0f
[PATCH] i386: Handle missing local APIC timer interrupts on C3 state
by Venkatesh Pallipadi
· 20 years ago
5a07a30
[PATCH] i386/x86-64: Remove sub jiffy profile timer support
by Venkatesh Pallipadi
· 20 years ago
e31b88b
[PATCH] x86: missing printk newline in apic boot option parser
by Dave Jones
· 20 years ago
77f72b1
[PATCH] i386: LVT entries remaining unmasked on reboot
by Zwane Mwaikambo
· 21 years ago
1e4c85f
Revert "i386: move apic init in init_IRQs"
by Linus Torvalds
· 21 years ago
009b29d
[PATCH] kdump/i386: apic verification failure fix
by Vivek Goyal
· 21 years ago
f2b36db
[PATCH] i386: move apic init in init_IRQs
by Eric W. Biederman
· 21 years ago
ce3a161
[PATCH] useless includes of linux/irq.h in arch/i386
by Al Viro
· 21 years ago
6be382e
[PATCH] x86: Remove obsolete get_cpu_vendor call
by Andi Kleen
· 21 years ago
306e440
[PATCH] x86: i8253/i8259A lock cleanup
by Ingo Molnar
· 21 years ago
650927e
[PATCH] kexec: x86: resture apic virtual wire mode on shutdown
by Eric W. Biederman
· 21 years ago
9635b47
[PATCH] kexec: x86: local apic fix
by Eric W. Biederman
· 21 years ago
0bb3184
[PATCH] init call cleanup
by Li Shaohua
· 21 years ago
f370513
[PATCH] i386 CPU hotplug
by Zwane Mwaikambo
· 21 years ago
fa1e1bd
[PATCH] xen: x86: Rename usermode macro
by Vincent Hanquez
· 21 years ago
67701ae
[PATCH] check nmi watchdog is broken
by Jack F Vogel
· 21 years ago
438510f
[PATCH] pm_message_t: more fixes in common and i386
by Pavel Machek
· 21 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 21 years ago