summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/headers: Remove direct sigcontext32.h usesIngo Molnar2015-09-084-4/+4
* x86/headers: Convert sigcontext_ia32 uses to sigcontext_32Ingo Molnar2015-09-085-16/+22
* x86/headers: Unify 'struct sigcontext_ia32' and 'struct sigcontext_32'Ingo Molnar2015-09-083-27/+2
* x86/headers: Make sigcontext pointers bit independentIngo Molnar2015-09-082-3/+5
* x86/headers: Move the 'struct sigcontext' definitions into the UAPI headerIngo Molnar2015-09-082-73/+83
* x86/headers: Clean up the kernel's struct sigcontext types to be ABI-cleanIngo Molnar2015-09-081-52/+52
* x86/headers: Convert uses of _fpstate_ia32 to _fpstate_32Ingo Molnar2015-09-085-7/+8
* x86/headers: Unify 'struct _fpstate_ia32' and i386 struct _fpstateIngo Molnar2015-09-083-39/+17
* x86/headers: Unify register type definitions between 32-bit compat and i386Ingo Molnar2015-09-082-23/+2
* x86/headers: Use ABI types consistently in sigcontext*.hIngo Molnar2015-09-082-70/+70
* x86/headers: Separate out legacy user-space structure definitionsIngo Molnar2015-09-081-60/+59
* x86/headers: Clean up and better document uapi/asm/sigcontext.hIngo Molnar2015-09-081-148/+182
* x86/headers: Clean up uapi/asm/sigcontext32.hIngo Molnar2015-09-081-52/+58
* x86/headers: Fix (old) header file dependency bug in uapi/asm/sigcontext32.hIngo Molnar2015-09-081-0/+2
* Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-021-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-0213-186/+197
|\ \
| * | 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-068-66/+58
| * | x86/irq: Get rid of an indentation levelThomas Gleixner2015-08-061-37/+35
| * | x86/irq: Rename VECTOR_UNDEFINED to VECTOR_UNUSEDThomas Gleixner2015-08-064-15/+14
| * | x86/irq: Replace numeric constantThomas Gleixner2015-08-061-2/+2
| * | x86/irq: Protect smp_cleanup_moveThomas Gleixner2015-08-061-4/+14
| * | x86/lguest: Do not setup unused irq vectorsThomas Gleixner2015-08-061-9/+13
| * | x86/lguest: Clean up lguest_setup_irqRusty Russell2015-08-061-21/+22
| * | Merge branch 'linus' into x86/apicThomas Gleixner2015-08-0641-419/+704
| |\|
| * | 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-132-5/+5
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-011-4/+4
|\ \ \
| * \ \ Merge branch 'linus' into irq/coreThomas Gleixner2015-07-3041-419/+704
| |\ \ \ | | | |/ | | |/|
| * | | x86/PCI: Use for_pci_msi_entry() to access MSI device listJiang Liu2015-07-221-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-0113-232/+332
|\ \ \ \
| * | | | x86/platform: Make atom/pmc_atom.c explicitly non-modularPaul Gortmaker2015-08-251-9/+4
| * | | | x86/hyperv: Mark the Hyper-V TSC as unstableVitaly Kuznetsov2015-08-211-0/+1
| * | | | x86/xen/time: Migrate to new set-state interfaceViresh Kumar2015-07-301-49/+31
| * | | | x86/uv/time: Migrate to new set-state interfaceViresh Kumar2015-07-301-24/+13
| * | | | x86/lguest/timer: Migrate to new set-state interfaceViresh Kumar2015-07-301-18/+6
| * | | | x86/pci/intel_mid_pci: Use proper constants for irq polarityThomas Gleixner2015-07-291-2/+2
| * | | | x86/pci/intel_mid_pci: Make intel_mid_pci_ops staticAndy Shevchenko2015-07-291-1/+1
| * | | | x86/pci/intel_mid_pci: Propagate actual return codeAndy Shevchenko2015-07-291-2/+4
| * | | | x86/pci/intel_mid_pci: Work around for IRQ0 assignmentAndy Shevchenko2015-07-291-2/+22
| * | | | x86/platform/iosf_mbi: Add Intel Tangier PCI idAndy Shevchenko2015-07-161-0/+2
| * | | | x86/platform/iosf_mbi: Source cleanupAndy Shevchenko2015-07-162-9/+8
| * | | | x86/platform/iosf_mbi: Remove NULL pointer checks for pci_dev_put()Andy Shevchenko2015-07-161-4/+2
| * | | | x86/platform/iosf_mbi: Check return value of debugfs_create properlyAndy Shevchenko2015-07-161-5/+5