summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-181-1/+1
|\
| * x86/pci/dma: Fix gfp flags for coherent DMA memory allocationJunichi Nomura2015-09-171-1/+1
* | Merge tag 'powerpc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2015-09-1817-17/+65
|\ \
| * | powerpc32: memset: only use dcbz once cache is enabledLEROY Christophe2015-09-172-0/+9
| * | powerpc32: memcpy: only use dcbz once cache is enabledLEROY Christophe2015-09-172-0/+8
| * | powerpc/mm: Recompute hash value after a failed updateAneesh Kumar K.V2015-09-161-1/+2
| * | powerpc/boot: Specify ABI v2 when building an LE boot wrapperBenjamin Herrenschmidt2015-09-161-0/+3
| * | cxl: Fix build failure due to -Wunused-variable behaviour changeIan Munsie2015-09-151-1/+1
| * | cxl: Fix unbalanced pci_dev_get in cxl_probeDaniel Axtens2015-09-151-2/+0
| * | powerpc/MSI: Fix race condition in tearing down MSI interruptsPaul Mackerras2015-09-105-10/+15
| * | powerpc: Wire up sys_userfaultfd()Michael Ellerman2015-09-093-1/+3
| * | powerpc/pseries: Release DRC when configure_connector failsBharata B Rao2015-09-081-1/+3
| * | cxl: abort cxl_pci_enable_device_hook() if PCI channel is offlineAndrew Donnellan2015-09-071-0/+6
| * | powerpc/powernv/pci-ioda: fix kdump with non-power-of-2 crashkernel=Nishanth Aravamudan2015-09-071-2/+8
| * | powerpc/powernv/pci-ioda: fix 32-bit TCE table init in kdump kernelNishanth Aravamudan2015-09-071-1/+9
* | | Merge tag 'platform-drivers-x86-v4.3-2' of git://git.infradead.org/users/dvha...Linus Torvalds2015-09-174-62/+48
|\ \ \
| * | | hp-wmi: limit hotkey enableKyle Evans2015-09-171-11/+20
| * | | toshiba_acpi: Fix hotkeys registration on some toshiba modelsAzael Avalos2015-09-101-5/+3
| * | | toshiba_acpi: Fix USB Sleep and Music always disabledAzael Avalos2015-09-101-1/+1
| * | | wmi: Remove private %pUL implementationRasmus Villemoes2015-09-101-45/+6
| * | | asus-nb-wmi: Add wapf=4 quirk for X456UA/X456UFDaniel Drake2015-09-061-0/+18
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-178-20/+22
|\ \ \ \
| * | | | revert "mm: make sure all file VMAs have ->vm_ops set"Andrew Morton2015-09-171-8/+0
| * | | | MAINTAINERS: update LTP mailing listCyril Hrubis2015-09-171-2/+2
| * | | | userfaultfd: add missing mmput() in error pathEric Biggers2015-09-171-1/+3
| * | | | lib/string_helpers.c: fix infinite loop in string_get_size()Vitaly Kuznetsov2015-09-171-1/+5
| * | | | alpha: lib: export __delaySudip Mukherjee2015-09-171-0/+1
| * | | | alpha: io: define ioremap_ucSudip Mukherjee2015-09-171-1/+3
| * | | | kasan: fix last shadow judgement in memory_is_poisoned_16()Xishi Qiu2015-09-171-2/+1
| * | | | zram: fix possible use after free in zcomp_create()Luis Henriques2015-09-171-5/+7
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-09-173-5/+9
|\ \ \ \ \
| * | | | | libceph: advertise support for keepalive2Ilya Dryomov2015-09-171-0/+1
| * | | | | libceph: don't access invalid memory in keepalive2 pathIlya Dryomov2015-09-172-5/+8
| | |_|_|/ | |/| | |
* | | | | Merge tag 'for-v4.3-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds2015-09-171-6/+2
|\ \ \ \ \
| * | | | | twl4030_charger: fix another compile errorGrazvydas Ignotas2015-09-101-1/+1
| * | | | | Revert "twl4030_charger: correctly handle -EPROBE_DEFER from devm_usb_get_phy...Sebastian Reichel2015-09-101-5/+1
* | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2015-09-179-22/+71
|\ \ \ \ \ \
| * | | | | | arm64: errata: add module build workaround for erratum #843419Will Deacon2015-09-173-0/+22
| * | | | | | arm64: compat: fix vfp save/restore across signal handlers in big-endianWill Deacon2015-09-171-11/+36
| * | | | | | arm64: cpu hotplug: ensure we mask out CPU_TASKS_FROZEN in notifiersWill Deacon2015-09-172-2/+2
| * | | | | | arm64: head.S: initialise mdcr_el2 in el2_setupWill Deacon2015-09-151-0/+5
| * | | | | | arm64: enable generic idle loopLeo Yan2015-09-151-0/+1
| * | | | | | arm64: pgtable: use a single bit for PTE_WRITE regardless of DBMWill Deacon2015-09-141-5/+1
| * | | | | | arm64: Fix pte_modify() to preserve the hardware dirty informationCatalin Marinas2015-09-141-1/+1
| * | | | | | arm64: Fix the pte_hw_dirty() check when AF/DBM is enabledCatalin Marinas2015-09-141-2/+2
| * | | | | | arm64: dma-mapping: check whether cma area is initialized or notJisheng Zhang2015-09-141-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-1712-29/+75
|\ \ \ \ \ \
| * | | | | | x86/platform: Fix Geode LX timekeeping in the generic x86 buildDavid Woodhouse2015-09-161-7/+10
| * | | | | | x86/apic: Serialize LVTT and TSC_DEADLINE writesShaohua Li2015-09-141-0/+7
| * | | | | | x86/ioapic: Force affinity setting in setup_ioapic_dest()Thomas Gleixner2015-09-141-2/+3
OpenPOWER on IntegriCloud