summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* watchdog: rename watchdog_suspend() and watchdog_resume()Ulrich Obergfell2015-09-041-2/+2
* watchdog: use suspend/resume interface in fixup_ht_bug()Ulrich Obergfell2015-09-041-2/+5
* kernel/watchdog: move NMI function header declarations from watchdog.h to nmi.hGuenter Roeck2015-09-041-1/+1
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-032-13/+11
|\
| * x86, tsc, locking/static_keys: Employ static_branch_likely()Peter Zijlstra2015-08-031-12/+10
| * jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP}Peter Zijlstra2015-08-031-1/+1
* | Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-09-011-0/+1
|\ \
| | \
| | \
| *-. \ Merge branches 'acpi-pci', 'acpi-soc', 'acpi-ec' and 'acpi-osl'Rafael J. Wysocki2015-09-011-0/+1
| |\ \ \
| | * | | ACPI, PCI: Penalize legacy IRQ used by ACPI SCIJiang Liu2015-08-271-0/+1
| | |/ /
* | | | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-011-74/+124
|\ \ \ \
| * | | | x86/hpet: Migrate to new set_state interfaceViresh Kumar2015-07-301-74/+124
* | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-019-151/+153
|\ \ \ \ \
| * | | | | x86/irq: Do not dereference irq descriptor before checking itThomas Gleixner2015-08-281-1/+2
| * | | | | x86/irq: Store irq descriptor in vector arrayThomas Gleixner2015-08-065-61/+49
| * | | | | x86/irq: Get rid of an indentation levelThomas Gleixner2015-08-061-37/+35
| * | | | | x86/irq: Rename VECTOR_UNDEFINED to VECTOR_UNUSEDThomas Gleixner2015-08-063-14/+13
| * | | | | x86/irq: Replace numeric constantThomas Gleixner2015-08-061-2/+2
| * | | | | x86/irq: Protect smp_cleanup_moveThomas Gleixner2015-08-061-4/+14
| * | | | | Merge branch 'linus' into x86/apicThomas Gleixner2015-08-0612-146/+183
| |\ \ \ \ \ | | |/ / / /
| * | | | | x86/apic: Drop local_irq_save/restore in timer callbacksThomas Gleixner2015-07-301-15/+3
| * | | | | x86/apic: Migrate apic timer to new set_state interfaceViresh Kumar2015-07-301-35/+51
| * | | | | x86/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-133-4/+6
| * | | | | x86/irq: Use accessor irq_data_get_irq_handler_data()Jiang Liu2015-07-132-3/+3
| * | | | | x86/irq: Use accessor irq_data_get_node()Jiang Liu2015-07-131-4/+4
* | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-09-011-1/+1
|\ \ \ \ \ \
| * | | | | | clockevents/drivers/i8253: Migrate to new 'set-state' interfaceViresh Kumar2015-08-101-1/+1
* | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-014-701/+1
|\ \ \ \ \ \ \
| * | | | | | | x86/hyperv: Mark the Hyper-V TSC as unstableVitaly Kuznetsov2015-08-211-0/+1
| * | | | | | | x86/platform/iosf_mbi: Move to dedicated folderAndy Shevchenko2015-07-162-329/+0
| * | | | | | | x86/platform/intel/pmc_atom: Move the PMC-Atom code to arch/x86/platform/atomAndy Shevchenko2015-07-062-466/+0
| * | | | | | | x86/platform/intel/pmc_atom: Add Cherrytrail PMC interfaceAndy Shevchenko2015-07-061-29/+89
| * | | | | | | x86/platform/intel/pmc_atom: Supply register mappings via PMC objectAndy Shevchenko2015-07-061-17/+32
| * | | | | | | x86/platform/intel/pmc_atom: Print index of device in loopAndy Shevchenko2015-07-061-63/+63
| * | | | | | | x86/platform/intel/pmc_atom: Export accessors to PMC registersAndy Shevchenko2015-07-061-15/+34
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-09-012-5/+2
|\ \ \ \ \ \ \
| * | | | | | | x86/mm/mtrr: Remove kernel internal MTRR interfaces: unexport mtrr_add() and ...Luis R. Rodriguez2015-08-281-2/+0
| * | | | | | | Merge tag 'v4.2-rc8' into x86/mm, before applying new changesIngo Molnar2015-08-25109-7751/+5570
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | x86/mm: Make kernel/check.c explicitly non-modularPaul Gortmaker2015-08-251-3/+2
* | | | | | | | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-011-4/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/irq: Hide 'HYP:' line in /proc/interrupts when not on Xen/Hyper-VVitaly Kuznetsov2015-07-081-4/+7
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-013-15/+51
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/cpu: Restore MSR_IA32_ENERGY_PERF_BIAS after resumeLaura Abbott2015-07-213-15/+51
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-017-14/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | x86: Drop bogus __ref / __refdata annotationsMathias Krause2015-07-207-14/+8
| |/ / / / / / /
* | | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-0111-37/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/smpboot: Remove APIC.wait_for_init_deassert and atomic init_deassertedLen Brown2015-08-179-24/+3
| * | | | | | | | x86/smpboot: Remove SIPI delays from cpu_up()Len Brown2015-08-171-2/+4
| * | | | | | | | x86/smpboot: Remove udelay(100) when polling cpu_callin_mapLen Brown2015-08-171-1/+0
| * | | | | | | | x86/smpboot: Remove udelay(100) when polling cpu_initialized_mapLen Brown2015-08-171-2/+1
| * | | | | | | | Merge tag 'v4.2-rc7' into x86/boot, to refresh the branch before merging new ...Ingo Molnar2015-08-1720-305/+373
| |\ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud