summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-09-189-12/+69
|\
| * perf tools: Bool functions shouldn't return -1Peter Senna Tschudin2015-09-171-1/+1
| * tools build: Add test for presence of __get_cpuid() gcc builtinArnaldo Carvalho de Melo2015-09-175-5/+28
| * tools build: Add test for presence of numa_num_possible_cpus() in libnumaArnaldo Carvalho de Melo2015-09-175-3/+25
| * Revert "perf symbols: Fix mismatched declarations for elf_getphdrnum"Arnaldo Carvalho de Melo2015-09-171-1/+1
| * perf stat: Fix per-pkg event reporting bugStephane Eranian2015-09-161-2/+14
* | Merge tag 'platform-drivers-x86-v4.3-2' of git://git.infradead.org/users/dvha...Linus Torvalds2015-09-184-62/+48
|\ \
| * | hp-wmi: limit hotkey enableKyle Evans2015-09-181-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-188-20/+22
|\ \ \
| * | | revert "mm: make sure all file VMAs have ->vm_ops set"Andrew Morton2015-09-181-8/+0
| * | | MAINTAINERS: update LTP mailing listCyril Hrubis2015-09-181-2/+2
| * | | userfaultfd: add missing mmput() in error pathEric Biggers2015-09-181-1/+3
| * | | lib/string_helpers.c: fix infinite loop in string_get_size()Vitaly Kuznetsov2015-09-181-1/+5
| * | | alpha: lib: export __delaySudip Mukherjee2015-09-181-0/+1
| * | | alpha: io: define ioremap_ucSudip Mukherjee2015-09-181-1/+3
| * | | kasan: fix last shadow judgement in memory_is_poisoned_16()Xishi Qiu2015-09-181-2/+1
| * | | zram: fix possible use after free in zcomp_create()Luis Henriques2015-09-181-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
| * | | | | | x86/paravirt: Remove the unused pv_time_ops::get_tsc_khz methodJuergen Gross2015-09-141-1/+0
| * | | | | | x86/ldt: Fix small LDT allocation for XenJan Beulich2015-09-141-2/+2
| * | | | | | x86/vm86: Fix the misleading CONFIG_VM86 Kconfig help textIngo Molnar2015-09-141-11/+12
| * | | | | | x86/cpu: Print family/model/stepping in hexBorislav Petkov2015-09-131-2/+2
| * | | | | | x86/vm86: Block non-root vm86(old) if mmap_min_addr != 0Andy Lutomirski2015-09-052-2/+30
| * | | | | | Merge branch 'linus' into x86/urgent, to be able to merge a dependent fixIngo Molnar2015-09-053401-71197/+144748
| |\ \ \ \ \ \
| * | | | | | | x86/alternatives: Make optimize_nops() interrupt safe and syncedThomas Gleixner2015-09-031-0/+5
| * | | | | | | x86/mm/srat: Print non-volatile flag in SRATLinda Knippers2015-09-021-2/+3
| * | | | | | | Merge branch 'x86/cpufeature' into x86/urgent, because it's readyIngo Molnar2015-08-3123-351/+159
| |\ \ \ \ \ \ \