summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2010-08-121-1/+1
|\
| * [CPUFREQ] add missing __percpu markup in pcc-cpufreq.cNamhyung Kim2010-08-121-1/+1
* | x86/hpet: Use the FSEC_PER_SEC constant for femto-second periodsChris Wilson2010-08-121-2/+2
* | Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2010-08-127-13/+372
|\ \ | |/ |/|
| * x86: Detect whether we should use Xen SWIOTLB.Konrad Rzeszutek Wilk2010-08-021-2/+5
| * pci-swiotlb-xen: Add glue code to setup dma_ops utilizing xen_swiotlb_*Konrad Rzeszutek Wilk2010-07-273-0/+73
| * xen/mmu: inhibit vmap aliases rather than trying to clear them outJeremy Fitzhardinge2010-07-271-7/+3
| * xen: Add xen_create_contiguous_regionAlex Nixon2010-06-071-0/+201
| * xen: Rename the balloon lockAlex Nixon2010-06-071-0/+7
| * xen: Allow unprivileged Xen domains to create iomap pagesAlex Nixon2010-06-072-3/+19
| * xen: use _PAGE_IOMAP in ioremap to do machine mappingsJeremy Fitzhardinge2010-06-072-8/+71
* | dma-mapping: remove dma_is_consistent APIFUJITA Tomonori2010-08-111-1/+0
* | dma-mapping: unify dma_get_cache_alignment implementationsFUJITA Tomonori2010-08-111-7/+0
* | x86: fix up system call numbering nitLinus Torvalds2010-08-102-2/+2
* | Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-101-1/+0
|\ \
| * | remove needless ISA_DMA_THRESHOLDFUJITA Tomonori2010-08-071-1/+0
* | | Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linuxLinus Torvalds2010-08-104-1/+6
|\ \ \
| * | | unistd: add __NR_prlimit64 syscall numbersJiri Slaby2010-07-164-1/+6
* | | | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2010-08-106-1/+23
|\ \ \ \
| * | | | fanotify: sys_fanotify_mark declartionEric Paris2010-07-286-1/+18
| * | | | fanotify: fanotify_init syscall declarationEric Paris2010-07-284-1/+6
* | | | | x86, ia64, smp: use workqueues unconditionally during do_boot_cpu()Suresh Siddha2010-08-091-6/+2
* | | | | gcc-4.6: mm: fix unused but set warningsAndi Kleen2010-08-091-2/+2
* | | | | kmap_atomic: make kunmap_atomic() harder to misuseCesar Eduardo Barros2010-08-092-3/+3
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-08-071-1/+1
|\ \ \ \ \
| * | | | | workqueue: increase max_active of keventd and kill current_is_keventd()Tejun Heo2010-06-291-1/+1
* | | | | | Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-065-42/+222
|\ \ \ \ \ \
| * | | | | | x86, xsave: Make xstate_enable_boot_cpu() __init, protect on CPU 0H. Peter Anvin2010-07-211-11/+17
| * | | | | | x86, xsave: Add __init attribute to setup_xstate_features()Robert Richter2010-07-211-1/+1
| * | | | | | x86, xsave: Make init_xstate_buf staticRobert Richter2010-07-212-6/+5
| * | | | | | x86, xsave: Check cpuid level for XSTATE_CPUID (0x0d)Robert Richter2010-07-212-3/+10
| * | | | | | x86, xsave: Introduce xstate enable functionsRobert Richter2010-07-211-11/+8
| * | | | | | x86, xsave: Separate fpu and xsave initializationRobert Richter2010-07-215-15/+26
| * | | | | | x86, xsave: Move boot cpu initialization to xsave_init()Robert Richter2010-07-203-13/+12
| * | | | | | x86, xsave: 32/64 bit boot cpu check unification in initializationRobert Richter2010-07-201-1/+1
| * | | | | | x86, xsave: Do not include asm/i387.h in asm/xsave.hRobert Richter2010-07-201-1/+0
| * | | | | | x86, xsave: Use xsaveopt in context-switch path when supportedSuresh Siddha2010-07-193-4/+15
| * | | | | | x86, xsave: Sync xsave memory layout with its header for user handlingSuresh Siddha2010-07-194-1/+123
| * | | | | | x86, xsave: Track the offset, size of state in the xsave layoutSuresh Siddha2010-07-191-0/+29
* | | | | | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-08-064-29/+19
|\ \ \ \ \ \ \
| * | | | | | | x86, mce: Use HW_ERR in MCE handlerHuang Ying2010-06-101-22/+10
| * | | | | | | x86, mce: Fix MSR_IA32_MCI_CTL2 CMCI threshold setupHuang Ying2010-06-102-1/+2
| * | | | | | | x86, mce: Rename MSR_IA32_MCx_CTL2 valueHuang Ying2010-06-103-7/+8
* | | | | | | | Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-08-068-13/+177
|\ \ \ \ \ \ \ \
| * | | | | | | | x86, olpc: Constify an olpc_ofw() argAndres Salomon2010-07-303-3/+3
| * | | | | | | | x86, olpc: Use pr_debug() for EC commandsAndres Salomon2010-07-301-5/+3
| * | | | | | | | x86, olpc: Add comment about implicit optimization barrierAndres Salomon2010-06-241-0/+2
| * | | | | | | | x86, olpc: Add support for calling into OpenFirmwareAndres Salomon2010-06-188-8/+172
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-alternatives-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2010-08-069-15/+19
|\ \ \ \ \ \ \ \
| * | | | | | | | x86, alternatives: BUG on encountering an invalid CPU feature numberH. Peter Anvin2010-07-131-0/+1
OpenPOWER on IntegriCloud