summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | * | | | | | | | x86: xsave: fix error condition in save_i387_xstate()Suresh Siddha2008-10-071-0/+2
| | | | | | | * | | | | | | | x86: make setup_xstate_init() __initAlexey Dobriyan2008-09-061-1/+1
| | | | | | * | | | | | | | | 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, v4Yinghai Lu2008-07-261-3/+759
| | | | | | | |_|_|_|/ / / / | | | | | | |/| | | | | | |
| | | | | * | | | | | | | | Merge branch 'linus' into x86/memory-corruption-checkIngo Molnar2008-10-12108-3766/+7131
| | | | | |\ \ \ \ \ \ \ \ \ | | | | | | | |_|/ / / / / / | | | | | | |/| | | | | | |
| | | | | * | | | | | | | | 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-161-1/+3
| | | | | * | | | | | | | | 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-161-1/+1
| | | | | |\ \ \ \ \ \ \ \ \ | | | | | | | |_|_|_|_|_|/ / | | | | | | |/| | | | | | |
| | | | | * | | | | | | | | x86: default corruption check to off, but put parameter default in KconfigJeremy Fitzhardinge2008-09-071-1/+12
| | | | | * | | | | | | | | x86: clean up memory corruption check and add more kernel parametersJeremy Fitzhardinge2008-09-071-20/+60
| | | | | * | | | | | | | | x86: add periodic corruption checkHugh Dickins2008-09-071-0/+17
| | | | | * | | | | | | | | x86: check for and defend against BIOS memory corruptionJeremy Fitzhardinge2008-09-071-0/+87
| | | |_|/ / / / / / / / / | | |/| | | | | | | | | |
| | | | * | | | | | | | | MM: virtual address debugJiri Slaby2008-06-191-1/+1
| | | * | | | | | | | | | 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-2458-341/+780
| | | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | 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-234-73/+112
| | | * | | | | | | | | | | x86, microcode rework, v2, fixIngo Molnar2008-09-143-7/+7
| | | * | | | | | | | | | | x86, microcode rework, v2Dmitry Adamushko2008-09-123-348/+285
| | | * | | | | | | | | | | x86, microcode_amd: fix shift warningRandy Dunlap2008-08-221-4/+4
| | | * | | | | | | | | | | x86-microcode: generic interface refactoringDmitry Adamushko2008-08-203-194/+129
| | | * | | | | | | | | | | 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-2915-213/+37
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|_|/ / | | | | |/| | | | | | | | |
| | | * | | | | | | | | | | 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-282-0/+522
| | | * | | | | | | | | | | x86: major refactoringPeter Oruba2008-07-283-45/+89
| | | * | | | | | | | | | | x86: structure declaration renamingPeter Oruba2008-07-281-22/+24
| | | * | | | | | | | | | | 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-281-7/+1
| | | * | | | | | | | | | | x86: typedef removalPeter Oruba2008-07-281-12/+12
| | | * | | | | | | | | | | x86: moved Intel microcode patch loader declarations to seperate header filePeter Oruba2008-07-281-0/+1
OpenPOWER on IntegriCloud