summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/topology: Document cpu_llc_idBorislav Petkov2016-12-201-0/+9
* x86/hyperv: Handle unknown NMIs on one CPU when unknown_nmi_panicVitaly Kuznetsov2016-12-201-0/+24
* x86/asm: Rewrite sync_core() to use IRET-to-selfAndy Lutomirski2016-12-191-22/+58
* x86/microcode/intel: Replace sync_core() with native_cpuid()Andy Lutomirski2016-12-191-3/+23
* Revert "x86/boot: Fail the boot if !M486 and CPUID is missing"Andy Lutomirski2016-12-191-6/+0
* x86/asm/32: Make sync_core() handle missing CPUID on all 32-bit kernelsAndy Lutomirski2016-12-191-1/+1
* x86/cpu: Probe CPUID leaf 6 even when cpuid_level == 6Andy Lutomirski2016-12-191-3/+4
* x86/tools: Fix gcc-7 warning in relocs.cMarkus Trippelsdorf2016-12-191-1/+2
* x86/unwind: Dump stack data on warningsJosh Poimboeuf2016-12-192-1/+39
* x86/unwind: Adjust last frame check for aligned function stacksJosh Poimboeuf2016-12-191-1/+8
* x86/init: Fix a couple of comment typosDmitry Torokhov2016-12-191-3/+3
* x86/init: Remove i8042_detect() from platform opsDmitry Torokhov2016-12-194-17/+0
* Input: i8042 - Trust firmware a bit more when probing on X86Dmitry Torokhov2016-12-191-3/+7
* x86/init: Add i8042 state to the platform dataDmitry Torokhov2016-12-193-0/+30
* x86/microcode/AMD: Use native_cpuid() in load_ucode_amd_bsp()Boris Ostrovsky2016-12-191-1/+5
* x86/microcode/AMD: Do not load when running on a hypervisorBorislav Petkov2016-12-191-9/+19
* x86/microcode/AMD: Sanitize apply_microcode_early_amd()Borislav Petkov2016-12-191-13/+17
* x86/microcode/AMD: Make find_proper_container() sane againBorislav Petkov2016-12-191-9/+11
* Merge tag 'rtc-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2016-12-1924-257/+1055
|\
| * rtc: mcp795: Fix whitespace and indentation.Emil Bartczak2016-12-191-6/+6
| * rtc: mcp795: Prefer using the BIT() macro.Emil Bartczak2016-12-191-2/+2
| * rtc: mcp795: fix month write resetting date to 1.Emil Bartczak2016-12-191-5/+81
| * rtc: mcp795: fix time range difference between linux and RTC chip.Emil Bartczak2016-12-191-2/+2
| * rtc: mcp795: fix bitmask value for leap year (LP).Emil Bartczak2016-12-191-1/+2
| * rtc: mcp795: use bcd2bin/bin2bcd.Emil Bartczak2016-12-191-12/+13
| * rtc: add support for EPSON TOYOCOM RTC-7301SF/DGAkinobu Mita2016-12-194-0/+481
| * rtc: ds1307: Add ACPI supportTin Huynh2016-12-191-9/+43
| * rtc: imxdi: (trivial) fix a typoMartin Kaiser2016-12-071-1/+1
| * rtc: ds1374: Merge conditional + WARN_ON()Srikant Ritolia2016-12-071-3/+1
| * rtc: twl: make driver DT onlyNicolae Rosia2016-11-302-5/+8
| * rtc: twl: kill static variablesNicolae Rosia2016-11-301-76/+114
| * rtc: fix typos in KconfigAlexandre Belloni2016-11-091-2/+2
| * rtc: jz4740: make the driver builtin onlyAlexandre Belloni2016-11-092-13/+2
| * rtc: jz4740: remove unused EXPORT_SYMBOLAlexandre Belloni2016-11-081-2/+1
| * Documentation: bindings: fix twl-rtc documentationNicolae Rosia2016-11-051-10/+9
| * rtc: Enable compile testing for Maxim and Samsung driversKrzysztof Kozlowski2016-11-051-3/+4
| * MIPS: jz4740: Remove obsolete codePaul Cercueil2016-11-053-85/+0
| * MIPS: qi_lb60: Probe RTC driver from DT and use it as power controllerPaul Cercueil2016-11-052-1/+4
| * MIPS: jz4740: DTS: Probe the jz4740-rtc driver from devicetreePaul Cercueil2016-11-051-0/+11
| * rtc: jz4740: Add support for acting as the system power controllerPaul Cercueil2016-11-051-0/+81
| * rtc: jz4740: Add support for devicetreePaul Cercueil2016-11-041-1/+15
| * Documentation: dt: Add binding info for jz4740-rtc driverPaul Cercueil2016-11-041-0/+37
| * rtc: jz4740: Add support for the RTC in the jz4780 SoCPaul Cercueil2016-11-042-5/+51
| * rtc: sparc: make sun4v explicitly non-modularPaul Gortmaker2016-11-041-6/+4
| * rtc: sparc: make starfire explicitly non-modularPaul Gortmaker2016-11-041-6/+4
| * rtc: make rtc-lib explicitly non-modularPaul Gortmaker2016-11-041-3/+1
| * rtc: pcf85063: do not register a RTC device if chip is not presentMirza Krak2016-11-041-0/+7
| * ABI: rtc-ab8500: fix rtc_calibration documentationMauro Carvalho Chehab2016-10-301-2/+3
| * rtc: cmos: don't refer to asm-generic/rtc.hChristoph Hellwig2016-10-192-5/+2
| * rtc: cmos: Reject unsupported alarm valuesGabriele Mazzotta2016-10-191-0/+72