summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-perf' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64...Linus Torvalds2016-03-213-205/+535
|\
| * drivers/perf: arm_pmu: avoid NULL dereference when not using devicetreeWill Deacon2016-03-211-4/+3
| * arm-cci: remove unused variableWill Deacon2016-03-011-3/+0
| * arm-cci: don't return value from void functionWill Deacon2016-03-011-2/+2
| * arm-cci: make private functions staticWill Deacon2016-03-011-2/+2
| * arm-cci: CoreLink CCI-550 PMU driverSuzuki K Poulose2016-03-012-5/+88
| * arm-cci500: Rearrange PMU driver for code sharing with CCI-550 PMUSuzuki K Poulose2016-03-012-109/+113
| * arm-cci: CCI-500: Work around PMU counter writesSuzuki K Poulose2016-03-011-0/+66
| * arm-cci: Provide hook for writing to PMU countersSuzuki K Poulose2016-03-011-1/+10
| * arm-cci: Add helper to enable PMU without synchornising countersSuzuki K Poulose2016-03-011-5/+10
| * arm-cci: Add routines to save/restore all countersSuzuki K Poulose2016-03-011-0/+38
| * arm-cci: Get the status of a counterSuzuki K Poulose2016-03-011-0/+6
| * arm-cci: write_counter: Remove redundant checkSuzuki K Poulose2016-03-011-10/+3
| * arm-cci: Delay PMU counter writes to pmu::pmu_enableSuzuki K Poulose2016-03-011-5/+52
| * arm-cci: Refactor CCI PMU enable/disable methodsSuzuki K Poulose2016-03-011-10/+22
| * arm-cci: Group writes to counterSuzuki K Poulose2016-03-011-0/+15
| * arm-cci: fix handling cpumask_any_but return valueAndrzej Hajda2016-03-011-1/+1
| * arm-cci: simplify sysfs attr handlingMark Rutland2016-03-011-75/+25
| * drivers/perf: arm_pmu: implement CPU_PM notifierLorenzo Pieralisi2016-02-261-0/+95
| * drivers/perf: arm_pmu: make info messages more verboseDirk Behme2016-02-091-2/+4
| * ARM: perf: Set ARMv7 SDER SUNIDEN bitMartin Fuzzey2016-01-251-0/+9
* | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-2121-48/+35
|\ \
| * | mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits()Dave Hansen2016-02-182-3/+3
| * | mm/core: Do not enforce PKEY permissions on remote mm accessDave Hansen2016-02-181-0/+1
| * | mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen2016-02-1615-33/+19
| * | mm/gup: Introduce get_user_pages_remote()Dave Hansen2016-02-163-12/+12
| | |
| | \
| | \
| | \
| *---. \ Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeysIngo Molnar2016-02-161-1/+1
| |\ \ \ \
* | \ \ \ \ Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-2110-129/+129
|\ \ \ \ \ \
| * | | | | | efi/arm*: Perform hardware compatibility checkArd Biesheuvel2016-02-222-0/+6
| * | | | | | efi/arm64: Check for h/w support before booting a >4 KB granular kernelArd Biesheuvel2016-02-221-0/+20
| * | | | | | efi/arm: Check for LPAE support before booting a LPAE kernelArd Biesheuvel2016-02-221-0/+17
| * | | | | | efi/arm-init: Use read-only early mappingsArd Biesheuvel2016-02-221-7/+7
| * | | | | | efi/efistub: Prevent __init annotations from being usedArd Biesheuvel2016-02-221-0/+10
| * | | | | | efi/arm64: Drop __init annotation from handle_kernel_image()Ard Biesheuvel2016-02-221-7/+7
| * | | | | | efi/runtime-wrappers: Run UEFI Runtime Services with interrupts enabledArd Biesheuvel2016-02-221-43/+28
| * | | | | | Merge tag 'v4.5-rc5' into efi/core, before queueing up new changesIngo Molnar2016-02-22406-54989/+3324
| |\ \ \ \ \ \
| * | | | | | | efi: Add Persistent Memory type nameRobert Elliott2016-02-031-1/+2
| * | | | | | | efi: Add NV memory attributeRobert Elliott2016-02-031-1/+4
| * | | | | | | efivars: Use to_efivar_entryGeliang Tang2016-02-031-1/+1
| * | | | | | | efi: Runtime-wrapper: Get rid of the rtc_lock spinlockArd Biesheuvel2016-02-031-24/+8
| * | | | | | | efi/runtime-wrappers: Remove out of date comment regarding in_nmi()Ard Biesheuvel2016-02-031-26/+0
| * | | | | | | efi: Add nonblocking option to efi_query_variable_store()Ard Biesheuvel2016-02-031-2/+14
| * | | | | | | efi/runtime-wrappers: Add a nonblocking version of QueryVariableInfo()Ard Biesheuvel2016-02-031-0/+22
| * | | | | | | efi: Expose non-blocking set_variable() wrapper to efivarsArd Biesheuvel2016-02-031-0/+1
| * | | | | | | Merge branch 'linus' into efi/core, to refresh the branch and to pick up rece...Ingo Molnar2016-02-035530-122237/+343915
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Thomas Gleixner2015-12-192-36/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | x86/efi-bgrt: Fix kernel panic when mapping BGRT dataSai Praneeth2015-12-141-32/+0
| | * | | | | | | | efi/esrt: Don't preformat nameRasmus Villemoes2015-12-141-4/+1
* | | | | | | | | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-212-4/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | objtool: Mark non-standard object files and directoriesJosh Poimboeuf2016-02-291-0/+1