aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAge
...
| * | | | | | | | | x86, nmi, drivers: Fix nmi splitup build bugIngo Molnar2011-10-10
| * | | | | | | | | perf, x86: Implement IBS initializationRobert Richter2011-10-10
| * | | | | | | | | perf, x86: Share IBS macros between perf and oprofileRobert Richter2011-10-10
| * | | | | | | | | x86, nmi: Track NMI usage statsDon Zickus2011-10-10
| * | | | | | | | | x86, nmi: Add in logic to handle multiple events and unknown NMIsDon Zickus2011-10-10
| * | | | | | | | | x86, nmi: Wire up NMI handlers to new routinesDon Zickus2011-10-10
| * | | | | | | | | x86, nmi: Create new NMI handler routinesDon Zickus2011-10-10
| * | | | | | | | | x86, nmi: Split out nmi from traps.cDon Zickus2011-10-10
| * | | | | | | | | perf, intel: Use GO/HO bits in perf-ctrGleb Natapov2011-10-10
| * | | | | | | | | perf, amd: Use GO/HO bits in perf-ctrJoerg Roedel2011-10-06
| * | | | | | | | | Merge branch 'ras' of git://amd64.org/linux/bp into perf/coreIngo Molnar2011-10-06
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | x86, mce: Do not call del_timer_sync() in IRQ contextHidetoshi Seto2011-09-14
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge commit 'v3.1-rc9' into perf/coreIngo Molnar2011-10-06
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | x86: Perf_event_amd.c needs <asm/apicdef.h>Randy Dunlap2011-09-27
| * | | | | | | | | x86, perf: Clean up perf_event cpu codeKevin Winchester2011-09-26
| * | | | | | | | | Merge commit 'v3.1-rc7' into perf/coreIngo Molnar2011-09-26
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2011-08-18
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | perf, x86: Avoid kfree() in CPU_STARTINGPeter Zijlstra2011-08-14
* | | | | | | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-10-26
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | locking, x86: mce: Annotate cmci_discover_lock as rawThomas Gleixner2011-09-13
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-10-26
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86, ioapic: Consolidate the explicit EOI codeSuresh Siddha2011-09-21
| * | | | | | | | | | x86, ioapic: Restore the mask bit correctly in eoi_ioapic_irq()Suresh Siddha2011-09-21
| * | | | | | | | | | x86, kdump, ioapic: Reset remote-IRR in clear_IO_APICSuresh Siddha2011-09-21
| * | | | | | | | | | iommu: Rename the DMAR and INTR_REMAP config optionsSuresh Siddha2011-09-21
| * | | | | | | | | | x86, ioapic: Define irq_remap_modify_chip_defaults()Suresh Siddha2011-09-21
| * | | | | | | | | | x86, msi, intr-remap: Use the ioapic set affinity routineSuresh Siddha2011-09-21
| * | | | | | | | | | x86, x2apic: Enable the bios request for x2apic optoutSuresh Siddha2011-09-21
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-10-25
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | doc: fix broken referencesPaul Bolle2011-09-27
| * | | | | | | | | | Merge branch 'master' into for-nextJiri Kosina2011-09-15
| |\| | | | | | | | |
| * | | | | | | | | | sched: x86_32 Fix typo in switch_to() descriptionKamalesh Babulal2011-09-15
* | | | | | | | | | | x86: Fix compilation bug in kprobes' twobyte_is_boostableJosh Stone2011-10-25
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | x86: Default to vsyscall=native for nowAdrian Bunk2011-10-11
| |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | x86/rtc: Don't recursively acquire rtc_lockMatt Fleming2011-09-21
| |/ / / / / / / |/| | | | | | |
* | | | | | | | x86, perf: Check that current->mm is alive before getting user callchainAndrey Vagin2011-08-31
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | All Arch: remove linkage for sys_nfsservctl system callNeilBrown2011-08-26
* | | | | | | x86-32: Fix boot with CONFIG_X86_INVD_BUGAndy Lutomirski2011-08-25
* | | | | | | mtrr: fix UP breakage caused during switch to stop_machineTejun Heo2011-08-25
* | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-08-23
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | x86, UV: Remove UV delay in starting slave cpusJack Steiner2011-08-05
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-08-12
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | x86-64: Rework vsyscall emulation and add vsyscall= parameterAndy Lutomirski2011-08-10
| * | | | | x86: Remove unnecessary compile flag tweaks for vsyscall codeAndy Lutomirski2011-08-10
| * | | | | x86-64: Add vsyscall:emulate_vsyscall trace eventAndy Lutomirski2011-08-04
| * | | | | x86-64: Add user_64bit_mode paravirt opAndy Lutomirski2011-08-04
| * | | | | x86-64: Work around gold bug 13023Andy Lutomirski2011-08-04
| * | | | | x86-64: Move the "user" vsyscall segment out of the data segment.Andy Lutomirski2011-08-04
| * | | | | Merge commit 'v3.0' into x86/vdsoH. Peter Anvin2011-08-04
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
* | | | | | perf, x86: Add model 45 SandyBridge supportYouquan Song2011-08-09
| |_|/ / / |/| | | |