summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-108-30/+103
|\
| * x86-64: Use RIP-relative addressing for most per-CPU accessesJan Beulich2014-11-042-15/+46
| * x86-64: Handle PC-relative relocations on per-CPU dataJan Beulich2014-11-042-10/+40
| * x86: Convert a few more per-CPU items to read-mostly onesJan Beulich2014-11-044-5/+5
| * x86, boot: Document intermediates more clearlyKees Cook2014-11-011-0/+12
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-107-41/+51
|\ \
| * | x86: Replace seq_printf() with seq_puts()Rasmus Villemoes2014-12-084-35/+33
| * | x86/asm: Fix typo in arch/x86/kernel/asm_offset_64.cNicholas Mc Guire2014-10-281-1/+0
| * | sched/x86: Add a comment clarifying LDT context switchingAndy Lutomirski2014-10-281-1/+10
| * | sched/x86_64: Don't save flags on context switchAndy Lutomirski2014-10-281-4/+8
* | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-12-103-5/+67
|\ \ \
| * | | timekeeping: Provide y2038 safe accessor to the seconds portion of CLOCK_REAL...Heena Sirwani2014-10-292-0/+31
| * | | timekeeping: Provide fast accessor to the seconds part of CLOCK_MONOTONICHeena Sirwani2014-10-293-5/+36
| |/ /
* | | Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-1035-47/+1591
|\ \ \
| * | | asm-generic: Remove asm-generic arch_bprm_mm_init()Dave Hansen2014-11-221-5/+0
| * | | mm: Make arch_unmap()/bprm_mm_init() available to all architecturesDave Hansen2014-11-195-14/+55
| * | | x86: Cleanly separate use of asm-generic/mm_hooks.hDave Hansen2014-11-192-5/+24
| * | | x86 mpx: Change return type of get_reg_offset()Dave Hansen2014-11-191-5/+4
| * | | fs: Do not include mpx.h in exec.cDave Hansen2014-11-181-1/+0
| * | | x86, mpx: Add documentation on Intel MPXQiaowei Ren2014-11-181-0/+234
| * | | x86, mpx: Cleanup unused bound tablesDave Hansen2014-11-185-0/+421
| * | | x86, mpx: On-demand kernel allocation of bounds tablesDave Hansen2014-11-1811-6/+399
| * | | x86, mpx: Decode MPX instruction to get bound violation informationDave Hansen2014-11-182-0/+249
| * | | x86, mpx: Add MPX-specific mmap interfaceQiaowei Ren2014-11-184-0/+128
| * | | x86, mpx: Introduce VM_MPX to indicate that a VMA is MPX specificQiaowei Ren2014-11-182-0/+9
| * | | x86, mpx: Add MPX to disabled featuresDave Hansen2014-11-181-1/+7
| * | | ia64: Sync struct siginfo with general versionQiaowei Ren2014-11-181-2/+6
| * | | mips: Sync struct siginfo with general versionQiaowei Ren2014-11-181-0/+4
| * | | mpx: Extend siginfo structure to include bound violation informationQiaowei Ren2014-11-182-1/+12
| * | | x86, mpx: Rename cfg_reg_u and status_regDave Hansen2014-11-181-4/+4
| * | | x86: mpx: Give bndX registers actual namesDave Hansen2014-11-181-3/+4
| * | | x86: Remove arbitrary instruction size limit in instruction decoderDave Hansen2014-11-189-22/+53
* | | | Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-12-1053-351/+1924
|\ \ \ \
| * | | | genirq: Move irq_chip_write_msi_msg() helper to coreThomas Gleixner2014-12-072-6/+6
| * | | | PCI/MSI: Allow an msi_controller to be associated to an irq domainMarc Zyngier2014-11-232-2/+17
| * | | | PCI/MSI: Provide mechanism to alloc/free MSI/MSIX interrupt from irqdomainJiang Liu2014-11-232-3/+67
| * | | | PCI/MSI: Enhance core to support hierarchy irqdomainJiang Liu2014-11-233-0/+187
| * | | | PCI/MSI: Move cached entry functions to irq coreJiang Liu2014-11-233-18/+14
| * | | | genirq: Provide default callbacks for msi_domain_opsJiang Liu2014-11-232-13/+140
| * | | | genirq: Introduce msi_domain_alloc/free_irqs()Jiang Liu2014-11-232-0/+104
| * | | | asm-generic: Add msi.hThomas Gleixner2014-11-231-0/+32
| * | | | genirq: Add generic msi irq domain supportJiang Liu2014-11-234-0/+197
| * | | | genirq: Introduce callback irq_chip.irq_write_msi_msgJiang Liu2014-11-231-0/+8
| * | | | genirq: Work around __irq_set_handler vs stacked domains ordering issuesMarc Zyngier2014-11-231-1/+24
| * | | | irqdomain: Introduce helper function irq_domain_add_hierarchy()Jiang Liu2014-11-232-0/+40
| * | | | irqdomain: Implement a method to automatically call parent domains alloc/freeJiang Liu2014-11-232-17/+89
| * | | | genirq: Introduce helper irq_domain_set_info() to reduce duplicated codeJiang Liu2014-11-232-0/+26
| * | | | genirq: Split out flow handler typedefs into seperate header fileThomas Gleixner2014-11-232-5/+15
| * | | | genirq: Add IRQ_SET_MASK_OK_DONE to support stacked irqchipJiang Liu2014-11-232-0/+6
| * | | | genirq: Introduce irq_chip.irq_compose_msi_msg() to support stacked irqchipJiang Liu2014-11-232-0/+31
OpenPOWER on IntegriCloud