summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | * | | | | | | | warnings: fix arch/x86/kernel/early_printk.cIngo Molnar2008-10-121-18/+0
| | | | | | | * | | | | | | | x86: init annotations in early_printk() setupJan Beulich2008-09-061-2/+2
| | | | | | | * | | | | | | | x86: early_printk.c trivial sparse fixesHarvey Harrison2008-08-191-5/+5
| | | | | | | * | | | | | | | x86: usb debug port early console, fixIngo Molnar2008-07-261-1/+1
| | | | | | | * | | | | | | | x86: usb debug port early console, v4Yinghai Lu2008-07-263-4/+774
| | | | | | | * | | | | | | | usb: move ehci reg defYinghai Lu2008-07-262-137/+161
| | | | | | * | | | | | | | | x86: memory corruption check - cleanupIngo Molnar2008-10-125-18/+19
| | | | | | * | | | | | | | | Merge branch 'linus' into x86/memory-corruption-checkIngo Molnar2008-10-123961-120039/+222686
| | | | | | |\ \ \ \ \ \ \ \ \ | | | | | | | | |_|/ / / / / / | | | | | | | |/| | | | | | |
| | | | | | * | | | | | | | | x86: fix macro with bad_bios_dmi_tableYinghai Lu2008-09-231-1/+1
| | | | | | * | | | | | | | | x86: fix CONFIG_X86_RESERVE_LOW_64K=yYinghai Lu2008-09-221-5/+6
| | | | | | * | | | | | | | | x86: use round_jiffies() for the corruption check timerArjan van de Ven2008-09-221-1/+1
| | | | | | * | | | | | | | | x86: add X86_RESERVE_LOW_64KIngo Molnar2008-09-162-1/+23
| | | | | | * | | | | | | | | x86: reserve low 64K on AMI and Phoenix BIOS boxenIngo Molnar2008-09-161-2/+9
| | | | | | * | | | | | | | | x86: add DMI quirk for AMI BIOS which corrupts address 0xc000 during resumeIngo Molnar2008-09-161-0/+27
| | | | | | * | | | | | | | | 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-246991-191156/+286422
| | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | 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