summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-07-101-1/+1
|\
| * Fix congestion_wait() sync/async vs read/write confusionJens Axboe2009-07-101-1/+1
* | Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-07-101-1/+1
|\ \
| * | x86/oprofile: rename kernel parameter for architectural perfmon to arch_perfmonRobert Richter2009-07-101-1/+1
* | | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-07-108-144/+352
|\ \ \
| * | | x86: atomic64: Inline atomic64_read() againEric Dumazet2009-07-042-22/+23
| * | | x86: atomic64: Clean up atomic64_sub_and_test() and atomic64_add_negative()Ingo Molnar2009-07-031-4/+4
| * | | x86: atomic64: Improve atomic64_xchg()Ingo Molnar2009-07-032-15/+15
| * | | x86: atomic64: Export APIs to modulesIngo Molnar2009-07-032-1/+19
| * | | x86: atomic64: Improve atomic64_read()Eric Dumazet2009-07-031-2/+10
| * | | x86: atomic64: Code atomic(64)_read and atomic(64)_set in C not CPPPaul Mackerras2009-07-032-11/+47
| * | | x86: atomic64: Fix unclean type use in atomic64_xchg()Ingo Molnar2009-07-031-1/+1
| * | | x86: atomic64: Make atomic_read() type-safeIngo Molnar2009-07-031-1/+4
| * | | x86: atomic64: Reduce size of functionsIngo Molnar2009-07-031-2/+2
| * | | x86: atomic64: Improve atomic64_add_return()Ingo Molnar2009-07-031-3/+12
| * | | x86: atomic64: Improve cmpxchg8b()Eric Dumazet2009-07-031-12/+7
| * | | x86: atomic64: Improve atomic64_read()Eric Dumazet2009-07-031-6/+2
| * | | x86: atomic64: Move the 32-bit atomic64_t implementation to a .c fileIngo Molnar2009-07-033-117/+237
| * | | x86: atomic64: The atomic64_t data type should be 8 bytes aligned on 32-bit tooEric Dumazet2009-07-031-1/+1
| * | | perf_counter: Ignore the nmi call frames in the x86-64 backtracesFrederic Weisbecker2009-07-014-8/+30
* | | | sched: INIT_PREEMPT_COUNTPeter Zijlstra2009-07-101-1/+1
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-07-091-0/+4
|\ \ \
| * | | memory barrier: adding smp_mb__after_lockJiri Olsa2009-07-091-0/+4
* | | | x86: don't clear nodes_states[N_NORMAL_MEMORY] when numa is not compiled inYinghai Lu2009-07-081-2/+9
* | | | Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-086-17/+16
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2009-07-082-20/+13
|\ \ \ \
| * | | | [CPUFREQ] Powernow-k8: support family 0xf with 2 low p-statesMark Langsdorf2009-07-062-20/+13
* | | | | x86: Fix resume from suspend when CONFIG_CC_STACKPROTECTORPeter Chubb2009-07-081-1/+1
|/ / / /
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-07-0614-49/+37
|\ \ \ \
| * | | | x86: fix usage of bios intcall()Akinobu Mita2009-07-042-4/+3
| * | | | Merge branch 'amd-iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2009-07-031-4/+9
| |\ \ \ \
| | * | | | amd-iommu: set evt_buf_size correctlyJoerg Roedel2009-07-021-0/+2
| | * | | | amd-iommu: handle alias entries correctly in init codeJoerg Roedel2009-07-021-4/+7
| * | | | | x86: Remove unused function lapic_watchdog_ok()Jaswinder Singh Rajput2009-07-032-6/+0
| * | | | | x86: Remove unused variable disable_x2apicJaswinder Singh Rajput2009-07-031-2/+0
| * | | | | x86, kvm: Fix section mismatches in kvm.cRakib Mullick2009-07-031-1/+1
| * | | | | x86: Add missing annotation to arch/x86/lib/copy_user_64.S::copy_to_userMike Galbraith2009-07-031-0/+1
| * | | | | x86: Fix fixmap page order for FIX_TEXT_POKE0,1Mathieu Desnoyers2009-07-031-2/+2
| * | | | | x86: Fix printk call in print_local_apic()Ingo Molnar2009-07-021-18/+13
| * | | | | x86: Declare check_efer() before it gets usedJaswinder Singh Rajput2009-07-011-0/+1
| * | | | | x86: Mark device_nb as static and fix NULL noiseJaswinder Singh Rajput2009-07-011-2/+2
| * | | | | x86: Remove double declaration of MSR_P6_EVNTSEL0 and MSR_P6_EVNTSEL1Jaswinder Singh Rajput2009-07-011-4/+0
| * | | | | x86: Fix fixmap orderingJan Beulich2009-07-011-3/+3
| * | | | | x86: Fix symbol annotation for arch/x86/lib/clear_page_64.S::clear_page_cMike Galbraith2009-06-301-3/+2
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-07-062-37/+30
|\ \ \ \ \ \
| * | | | | | x86/PCI: get root CRS before scanning childrenYinghai Lu2009-06-302-25/+15
| * | | | | | x86/PCI: fix boundary checking when using root CRSYinghai Lu2009-06-301-12/+15
| |/ / / / /
* | | | | | Merge git://git.infradead.org/iommu-2.6Linus Torvalds2009-07-061-0/+12
|\ \ \ \ \ \
| * | | | | | intel-iommu: Restore DMAR_BROKEN_GFX_WA option for broken graphics driversDavid Woodhouse2009-07-041-0/+12
* | | | | | | gcov: exclude code operating in userspace from profilingPeter Oberparleiter2009-07-061-0/+2
|/ / / / / /
OpenPOWER on IntegriCloud