summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | * | | | | | | Merge commit 'v2.6.27-rc6' into x86/memory-corruption-checkIngo Molnar2008-09-1681-518/+1011
| | | | | | |\ \ \ \ \ \ \
| | | | | | * | | | | | | | x86: fix compile error with corruption checking disabledJeremy Fitzhardinge2008-09-081-0/+4
| | | | | | * | | | | | | | x86: default corruption check to off, but put parameter default in KconfigJeremy Fitzhardinge2008-09-072-2/+20
| | | | | | * | | | | | | | x86: clean up memory corruption check and add more kernel parametersJeremy Fitzhardinge2008-09-073-28/+106
| | | | | | * | | | | | | | x86: add periodic corruption checkHugh Dickins2008-09-075-2/+22
| | | | | | * | | | | | | | x86: check for and defend against BIOS memory corruptionJeremy Fitzhardinge2008-09-076-0/+110
| | | | | * | | | | | | | | x86, MM: virtual address debug, cleanupsIngo Molnar2008-06-192-4/+6
| | | | | * | | | | | | | | x86, MM: virtual address debug, v2Jiri Slaby2008-06-193-1/+6
| | | | | * | | | | | | | | MM: virtual address debugJiri Slaby2008-06-198-16/+61
| | | | * | | | | | | | | | x86/microcode: fix sleeping function called from invalid context at kernel/mu...Dmitry Adamushko2008-10-021-7/+6
| | | | * | | | | | | | | | x86: microcode patch loader bugfixPeter Oruba2008-09-241-1/+1
| | | | * | | | | | | | | | x86, microcode_amd: cleanup, mark request_microcode_user() as unsupportedDmitry Adamushko2008-09-241-32/+4
| | | | * | | | | | | | | | Merge commit 'v2.6.27-rc7' into x86/microcodeIngo Molnar2008-09-246053-63064/+158330
| | | | |\ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | x86, microcode rework, v2, renaming cont.Peter Oruba2008-09-231-9/+8
| | | | * | | | | | | | | | | x86, microcode rework, v2, renamingPeter Oruba2008-09-231-7/+7
| | | | * | | | | | | | | | | x86: moved microcode.c to microcode_intel.cDmitry Adamushko2008-09-236-156/+138
| | | | * | | | | | | | | | | x86, microcode rework, v2, fixIngo Molnar2008-09-143-7/+7
| | | | * | | | | | | | | | | x86, microcode rework, v2Dmitry Adamushko2008-09-124-357/+293
| | | | * | | | | | | | | | | x86, microcode_amd: fix shift warningRandy Dunlap2008-08-221-4/+4
| | | | * | | | | | | | | | | x86-microcode: generic interface refactoringDmitry Adamushko2008-08-204-198/+145
| | | | * | | | | | | | | | | x86-microcode: fix unbalanced use of get_cpu()Dmitry Adamushko2008-08-202-8/+12
| | | | * | | | | | | | | | | x86: Fixed NULL function pointer dereference in AMD microcode patch loader.Peter Oruba2008-08-151-1/+2
| | | | * | | | | | | | | | | x86: Microcode patch loader style correctionsPeter Oruba2008-08-151-11/+13
| | | | * | | | | | | | | | | Fix date output in x86 microcode driver.David Woodhouse2008-08-131-2/+5
| | | | * | | | | | | | | | | x86: minor pointer type cast in AMD microcode patch loaderPeter Oruba2008-07-311-1/+2
| | | | * | | | | | | | | | | x86: moved function declarations out from AMD microcode patch loader to heade...Peter Oruba2008-07-311-3/+0
| | | | * | | | | | | | | | | x86: Intel microcode patch loader style correctionsPeter Oruba2008-07-311-8/+8
| | | | * | | | | | | | | | | x86: AMD microcode patch loader style correctionsPeter Oruba2008-07-311-3/+3
| | | | * | | | | | | | | | | Merge commit 'v2.6.27-rc1' into x86/microcodeIngo Molnar2008-07-291013-12755/+22282
| | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | x86, microcode: fix module license stringIngo Molnar2008-07-291-1/+1
| | | | * | | | | | | | | | | | x86, microcode: fix symbol exportsIngo Molnar2008-07-291-5/+5
| | | | * | | | | | | | | | | | x86, microcode support: fix build errorIngo Molnar2008-07-291-2/+2
| | | | * | | | | | | | | | | | x86: AMD microcode patch loading supportPeter Oruba2008-07-283-4/+539
| | | | * | | | | | | | | | | | x86: major refactoringPeter Oruba2008-07-285-50/+112
| | | | * | | | | | | | | | | | x86: first step of refactoring, introducing microcode_opsPeter Oruba2008-07-281-0/+13
| | | | * | | | | | | | | | | | x86: add AMD specific declarationsPeter Oruba2008-07-281-0/+30
| | | | * | | | | | | | | | | | x86: structure declaration renamingPeter Oruba2008-07-282-26/+30
| | | | * | | | | | | | | | | | x86: code split to two partsPeter Oruba2008-07-283-365/+488
| | | | * | | | | | | | | | | | x86: move microcode.c to microcode_intel.cPeter Oruba2008-07-282-1/+1
| | | | * | | | | | | | | | | | x86: move per CPU microcode structure declaration to header filePeter Oruba2008-07-282-7/+9
| | | | * | | | | | | | | | | | x86: typedef removalPeter Oruba2008-07-282-15/+12
| | | | * | | | | | | | | | | | x86: moved Intel microcode patch loader declarations to seperate header filePeter Oruba2008-07-283-35/+35
| | | | * | | | | | | | | | | | x86: AMD microcode patch loading support v2Peter Oruba2008-07-281-0/+5
| | | * | | | | | | | | | | | | x86: prevent binutils from being "smart" and generating NOPLs for usH. Peter Anvin2008-09-091-0/+5
| | | * | | | | | | | | | | | | kbuild: fix cc-option and cc-option-ynH. Peter Anvin2008-09-091-2/+2
| | | | | | | | | | | | | | | |
| | | \ \ \ \ \ \ \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'core/signal' and 'x86/spinlocks' into x86/xenIngo Molnar2008-10-1216-274/+339
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'linus' into x86/spinlocksIngo Molnar2008-10-123771-94249/+194177
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | |_|_|_|_|_|_|/ / / / / / | | | | | |/| | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | x86: ticket spin locks: reduce instruction dependenciesJan Beulich2008-09-051-7/+7
| | | | * | | | | | | | | | | | | | x86: ticket spin locks: factor out more common codeJan Beulich2008-09-051-26/+16
| | | | * | | | | | | | | | | | | | x86: ticket spin locks: fix asm constraintsJan Beulich2008-09-051-3/+3