summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* 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-102-1/+4
|\ \
| * | unistd: add __NR_prlimit64 syscall numbersJiri Slaby2010-07-162-1/+4
| |/
* | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2010-08-103-1/+10
|\ \
| * | fanotify: sys_fanotify_mark declartionEric Paris2010-07-283-1/+7
| * | fanotify: fanotify_init syscall declarationEric Paris2010-07-282-1/+4
| |/
* | 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-091-1/+1
* | Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-062-7/+32
|\ \
| * | x86, xsave: Make init_xstate_buf staticRobert Richter2010-07-211-1/+0
| * | x86, xsave: Check cpuid level for XSTATE_CPUID (0x0d)Robert Richter2010-07-211-0/+2
| * | x86, xsave: Separate fpu and xsave initializationRobert Richter2010-07-212-2/+0
| * | 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-192-4/+7
| * | x86, xsave: Sync xsave memory layout with its header for user handlingSuresh Siddha2010-07-192-0/+24
* | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-08-062-3/+4
|\ \ \
| * | | x86, mce: Fix MSR_IA32_MCI_CTL2 CMCI threshold setupHuang Ying2010-06-101-1/+1
| * | | x86, mce: Rename MSR_IA32_MCx_CTL2 valueHuang Ying2010-06-102-3/+4
* | | | Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-08-062-1/+41
|\ \ \ \
| * | | | x86, olpc: Constify an olpc_ofw() argAndres Salomon2010-07-301-1/+1
| * | | | x86, olpc: Add support for calling into OpenFirmwareAndres Salomon2010-06-182-1/+41
* | | | | Merge branch 'x86-alternatives-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2010-08-062-9/+12
|\ \ \ \ \
| * | | | | x86, alternatives: Use 16-bit numbers for cpufeature indexH. Peter Anvin2010-07-072-9/+12
| | | | | |
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
*---. \ \ \ \ \ Merge branches 'x86-cleanups-for-linus', 'x86-vmware-for-linus', 'x86-mtrr-fo...Linus Torvalds2010-08-062-0/+19
|\ \ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | / | | |_|_|_|_|/ | |/| | | | |
| | | * | | | x86: Avoid unnecessary __clear_user() and xrstor in signal handlingSuresh Siddha2010-07-062-0/+19
| | |/ / / /
* | | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2010-08-061-0/+1
|\ \ \ \ \ \
| * | | | | | x86/PCI: Add option to not assign BAR's if not already assignedMike Habeck2010-07-301-0/+1
| |/ / / / /
| | | | | |
| \ \ \ \ \
*-. \ \ \ \ \ Merge branches 'x86-rwsem-for-linus' and 'x86-gcc46-for-linus' of git://git.k...Linus Torvalds2010-08-062-14/+11
|\ \ \ \ \ \ \
| | * | | | | | x86, gcc-4.6: Avoid unused by set variables in rdmsrAndi Kleen2010-07-201-2/+2
| | |/ / / / /
| * | | | | | x86, rwsem: Minor cleanupsMichel Lespinasse2010-07-201-9/+7
| * | | | | | x86, rwsem: Stay on fast path when count > 0 in __up_write()Michel Lespinasse2010-07-201-3/+2
| |/ / / / /
* | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-08-063-142/+141
|\ \ \ \ \ \
| * | | | | | x86, asm: Merge cmpxchg_486_u64() and cmpxchg8b_emu()H. Peter Anvin2010-07-281-16/+14
| * | | | | | x86, asm: Clean up and simplify <asm/cmpxchg.h>H. Peter Anvin2010-07-282-52/+84
| * | | | | | x86, asm: Clean up and simplify set_64bit()H. Peter Anvin2010-07-272-50/+21
| * | | | | | Merge remote branch 'origin/x86/urgent' into x86/asmH. Peter Anvin2010-07-272-54/+54
| |\ \ \ \ \ \
| | * | | | | | x86: Add memory modify constraints to xchg() and cmpxchg()H. Peter Anvin2010-07-272-54/+54
| | |/ / / / /
| * | | | | | x86: Remove redundant K6 MSRsBrian Gerst2010-07-211-2/+0
| |/ / / / /
* | | | | | Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-08-062-1/+26
|\ \ \ \ \ \
| * | | | | | x86, mrst: make mrst_timer_options an enumH. Peter Anvin2010-05-191-1/+2
| * | | | | | x86, mrst: make mrst_identify_cpu() an inline returning enumH. Peter Anvin2010-05-191-1/+6
| * | | | | | x86, mrst: add more timer config optionsJacob Pan2010-05-192-1/+1
| * | | | | | x86, mrst: add cpu type detectionJacob Pan2010-05-191-0/+19
* | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-08-065-12/+61
|\ \ \ \ \ \ \
| * | | | | | | x86: Fix keeping track of AMD C1EMichal Schmidt2010-08-023-2/+3
| * | | | | | | x86, cpu: Package Level Thermal Control, Power Limit Notification definitionsFenghua Yu2010-07-302-2/+17
| * | | | | | | x86, cpu: Use AMD errata checking framework for erratum 383Hans Rosenfeld2010-07-281-0/+1
| * | | | | | | x86, cpu: Clean up AMD erratum 400 workaroundHans Rosenfeld2010-07-281-0/+1
| * | | | | | | x86, cpu: AMD errata checking frameworkHans Rosenfeld2010-07-281-0/+18
OpenPOWER on IntegriCloud