summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | x86, ACPI, irq: Fix possible eror in GSI to IRQ mapping for legacy IRQJiang Liu2014-06-211-1/+9
| | * | x86, ACPI, irq: Enhance error handling in function acpi_register_gsi()Jiang Liu2014-06-211-6/+8
| | * | x86, ACPI, trivial: Minor improvements to arch/x86/kernel/acpi/boot.cJiang Liu2014-06-211-34/+16
| | * | x86, acpi, irq: Kill static function irq_to_gsi()Jiang Liu2014-06-211-20/+6
| | * | x86, acpi: Reorganize code to avoid forward declaration in boot.cJiang Liu2014-06-211-120/+116
| | * | x86, mpparse: Simplify arch/x86/include/asm/mpspec.hJiang Liu2014-06-212-4/+10
| | * | x86, mpparse: Use pr_lvl() helper utilities to replace printk(KERN_LVL)Jiang Liu2014-06-211-51/+44
| * | | Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-08-134-9/+120
| |\ \ \ | | |_|/ | |/| |
| | * | x86/xsaves: Clean up code in xstate offsets computation in xsave areaFenghua Yu2014-05-301-4/+9
| | * | Define kernel API to get address of each state in xsave areaFenghua Yu2014-05-292-0/+65
| | * | x86/xsaves: Enable xsaves/xrstorsFenghua Yu2014-05-291-6/+33
| | * | x86/xsaves: Call booting time xsaves and xrstors in setup_init_fpu_bufFenghua Yu2014-05-291-2/+8
| | * | x86/xsaves: Clear reserved bits in xsave headerFenghua Yu2014-05-291-1/+1
| | * | x86/xsaves: Add a kernel parameter noxsaves to disable xsaves/xrstorsFenghua Yu2014-05-291-0/+8
| * | | kexec: verify the signature of signed PE bzImageVivek Goyal2014-08-082-0/+32
| * | | kexec: support kexec/kdump on EFI systemsVivek Goyal2014-08-081-12/+134
| * | | kexec: support for kexec on panic using new system callVivek Goyal2014-08-083-10/+648
| * | | kexec-bzImage64: support for loading bzImage using 64bit entryVivek Goyal2014-08-083-2/+379
| * | | kexec: load and relocate purgatory at kernel load timeVivek Goyal2014-08-081-0/+142
| * | | kexec: implementation of new syscall kexec_file_loadVivek Goyal2014-08-081-0/+45
| * | | arch/x86: replace strict_strto callsDaniel Walter2014-08-083-7/+7
| * | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-08-052-23/+21
| |\ \ \
| | * | | timekeeping: Create struct tk_read_base and use it in struct timekeeperThomas Gleixner2014-07-231-11/+12
| | * | | clocksource: Get rid of cycle_lastThomas Gleixner2014-07-231-1/+1
| | * | | clocksource: Move cycle_last validation to core codeThomas Gleixner2014-07-231-12/+9
| * | | | x86: MCE: Add raw_lock conversion againThomas Gleixner2014-08-051-9/+9
* | | | | x86_32, entry: Clean up sysenter_badsys declarationStefan Bader2014-08-151-1/+1
|/ / / /
* | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-08-041-4/+4
|\ \ \ \
| * | | | x86_64/vsyscall: Fix warn_bad_vsyscall log outputAndy Lutomirski2014-07-251-4/+4
| |/ / /
* | | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-08-043-5/+67
|\ \ \ \
| * \ \ \ Merge tag 'please-pull-apei' into x86/rasH. Peter Anvin2014-07-309-13/+99
| |\ \ \ \
| | * | | | acpi, apei, ghes: Factor out ioremap virtual memory for IRQ and NMI context.Tomasz Nowicki2014-07-221-0/+6
| | * | | | apei, mce: Factor out APEI architecture specific MCE calls.Tomasz Nowicki2014-07-222-0/+57
| * | | | | x86, MCE: Robustify mcheck_init_deviceBorislav Petkov2014-06-241-4/+6
| * | | | | x86, MCE: Kill CPU_POST_DEADBorislav Petkov2014-06-221-5/+4
| | |_|_|/ | |/| | |
* | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-08-042-0/+322
|\ \ \ \ \
| * | | | | x86/pmc_atom: Silence shift wrapping warnings in pmc_sleep_tmr_show()Dan Carpenter2014-08-021-5/+5
| * | | | | x86/pmc_atom: Expose PMC device state and platform sleep stateLi, Aubrey2014-07-251-0/+175
| * | | | | x86/pmc_atom: Eisable a few S0ix wake up events for S0ix residencyLi, Aubrey2014-07-251-0/+42
| * | | | | x86/platform: New Intel Atom SOC power management controller driverLi, Aubrey2014-07-252-0/+105
| | |_|/ / | |/| | |
* | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-08-043-44/+2
|\ \ \ \ \
| * | | | | x86/mm: Rip out complicated, out-of-date, buggy TLB flushingDave Hansen2014-07-313-44/+2
* | | | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-08-042-9/+19
|\ \ \ \ \ \
| * | | | | | arch/x86: Replace plain strings with constantsDaniel Kiper2014-07-181-2/+2
| * | | | | | x86/reboot: Add EFI reboot quirk for ACPI Hardware Reduced flagMatt Fleming2014-07-181-2/+16
| * | | | | | efi/reboot: Add generic wrapper around EfiResetSystem()Matt Fleming2014-07-181-5/+1
* | | | | | | Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-08-046-196/+218
|\ \ \ \ \ \ \
| * | | | | | | x86, amd: Cleanup init_amdBorislav Petkov2014-07-141-178/+161
| * | | | | | | x86/cpufeature: Add bug flags to /proc/cpuinfoBorislav Petkov2014-07-142-14/+45
| * | | | | | | x86, cpufeature: Convert more "features" to bugsBorislav Petkov2014-06-182-3/+3
OpenPOWER on IntegriCloud