summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-07-22Merge branch 'timers-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds6-101/+15
2011-07-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10-280/+527
2011-07-22Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-4337/+0
2011-07-22Merge branch 'of-pci' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/p...Linus Torvalds1-42/+18
2011-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2011-07-22lguest: use a special 1:1 linear pagetable mode until first switch.Rusty Russell1-1/+0
2011-07-21x86: Make Dell Latitude E6420 use reboot=pciH. Peter Anvin1-0/+8
2011-07-21x86: Make Dell Latitude E5420 use reboot=pciDaniel J Blueman1-0/+8
2011-07-21x86, perf: Make copy_from_user_nmi() a library functionRobert Richter1-35/+0
2011-07-21x86, perf: P4 PMU - Fix typos in comments and style cleanupCyrill Gorcunov1-36/+30
2011-07-14perf, x86: P4 PMU - Introduce event alias featureCyrill Gorcunov2-36/+106
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller4-0/+34
2011-07-12x86. reboot: Make Dell Latitude E6320 use reboot=pciMaxime Ripard1-0/+8
2011-07-06x86, suspend: Restore MISC_ENABLE MSR in realmode wakeupKees Cook3-0/+26
2011-07-05x86, reboot: Acer Aspire One A110 reboot quirkPeter Chubb1-0/+8
2011-07-05Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar1-1/+1
2011-07-03Merge branch 'perf/stacktrace' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2-70/+36
2011-07-02x86: Don't use frame pointer to save old stack on irq entryFrederic Weisbecker2-42/+15
2011-07-02x86: Remove useless unwinder backlink from irq regs savingFrederic Weisbecker1-1/+0
2011-07-02x86,64: Separate arg1 from rbp handling in SAVE_REGS_IRQFrederic Weisbecker1-1/+2
2011-07-02x86,64: Simplify save_regs()Frederic Weisbecker1-27/+17
2011-07-02x86: Fetch stack from regs when possible in dump_trace()Frederic Weisbecker1-2/+5
2011-07-01x86, perf: Add constraints for architectural PMUAvi Kivity1-5/+18
2011-07-01perf: Add context field to perf_eventAvi Kivity2-2/+3
2011-07-01perf, arch: Add generic NODE cache eventsPeter Zijlstra3-1/+86
2011-07-01perf, intel: Try alternative OFFCORE encodingsPeter Zijlstra2-8/+41
2011-07-01perf_events: Add Intel Sandy Bridge offcore_response low-level supportStephane Eranian2-3/+11
2011-07-01perf_events: Fix validation of events using an extra regStephane Eranian2-18/+57
2011-07-01perf_events: Update Intel extra regs shared constraints managementStephane Eranian2-149/+189
2011-07-01perf: Remove the perf_output_begin(.sample) argumentPeter Zijlstra1-1/+1
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra6-7/+7
2011-07-01perf, x86: Add hw_watchdog_set_attr() in a sake of nmi-watchdog on P4Cyrill Gorcunov2-0/+33
2011-07-01i8253: Cleanup outb/inb magicThomas Gleixner1-3/+3
2011-07-01x86: Use common i8253 clockeventThomas Gleixner1-90/+3
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-06-21Merge branches 'amd/transparent-bridge' and 'core'Joerg Roedel3-4337/+0
2011-06-21iommu/amd: Move missing parts to drivers/iommuJoerg Roedel2-1573/+0
2011-06-21x86: amd_iommu: move to drivers/iommu/Ohad Ben-Cohen2-2765/+1
2011-06-14x86: Swap save_stack_trace_regs parametersMasami Hiramatsu1-1/+1
2011-06-14x86 idle: APM requires pm_idle/default_idle unconditionally when a moduleAndy Whitcroft1-2/+2
2011-06-14Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-4/+4
2011-06-14x86/amd-iommu: Store device alias as dev_data pointerJoerg Roedel1-19/+15
2011-06-14x86/amd-iommu: Search for existind dev_data before allocting a new oneJoerg Roedel1-1/+32
2011-06-14x86/amd-iommu: Allow dev_data->alias to be NULLJoerg Roedel1-36/+41
2011-06-14x86/amd-iommu: Use only dev_data in low-level domain attach/detach functionsJoerg Roedel1-37/+24
2011-06-14x86/amd-iommu: Use only dev_data for dte and iotlb flushing routinesJoerg Roedel1-14/+9
2011-06-14x86/amd-iommu: Store ATS state in dev_dataJoerg Roedel1-20/+24
2011-06-14x86/amd-iommu: Store devid in dev_dataJoerg Roedel1-24/+15
2011-06-14x86/amd-iommu: Introduce global dev_data_listJoerg Roedel1-9/+47
2011-06-14x86/amd-iommu: Remove redundant device_flush_dte() callsJoerg Roedel1-2/+0