summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dma-debug: prevent early callers from crashingFlorian Fainelli2014-12-111-2/+10
* dma-debug: introduce dma_debug_disabledFlorian Fainelli2014-12-111-16/+21
* fs/cifs/smb2file.c: replace count*size kzalloc by kcallocFabian Frederick2014-12-111-2/+2
* fs/cifs/file.c: replace count*size kzalloc by kcallocFabian Frederick2014-12-111-2/+2
* fs/cifs: remove obsolete __constantFabian Frederick2014-12-117-47/+47
* mm/CMA: fix boot regression due to physical address of high_memoryJoonsoo Kim2014-12-111-1/+13
* 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
| * | | genirq: Add more helper functions to support stacked irq_chipYingjoe Chen2014-11-232-0/+54
| * | | genirq: Introduce helper functions to support stacked irq_chipJiang Liu2014-11-232-0/+33
| * | | irqdomain: Do irq_find_mapping and set_type for hierarchy irqdomain in case OFYingjoe Chen2014-11-231-9/+18
| * | | irqdomain: Introduce new interfaces to support hierarchy irqdomainsJiang Liu2014-11-236-16/+581