summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ubi: fastmap: Clean up the initialization of pointer pColin Ian King2018-01-171-2/+1
* ubi: fastmap: Use kmem_cache_free to deallocate memoryPan Bian2018-01-171-1/+1
* ubi: Fix race condition between ubi volume creation and udevClay McClure2018-01-171-5/+10
* mtd: ubi: Use 'max_bad_blocks' to compute bad_peb_limit if availableJeff Westfahl2018-01-171-2/+11
* ubifs: Fix uninitialized variable in search_dh_cookie()Geert Uytterhoeven2018-01-171-14/+7
* Linux 4.15-rc8v4.15-rc8Linus Torvalds2018-01-151-1/+1
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-151-2/+0
|\
| * x86/retpoline: Remove compile time warningThomas Gleixner2018-01-141-2/+0
* | Merge tag 'powerpc-4.15-7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-01-1521-36/+561
|\ \
| * | powerpc/powernv: Check device-tree for RFI flush settingsOliver O'Halloran2018-01-101-0/+49
| * | powerpc/pseries: Query hypervisor for RFI flush settingsMichael Neuling2018-01-101-0/+35
| * | powerpc/64s: Support disabling RFI flush with no_rfi_flush and noptiMichael Ellerman2018-01-101-1/+23
| * | powerpc/64s: Add support for RFI flush of L1-D cacheMichael Ellerman2018-01-109-8/+286
| * | powerpc/64s: Convert slb_miss_common to use RFI_TO_USER/KERNELNicholas Piggin2018-01-091-1/+28
| * | powerpc/64: Convert fast_exception_return to use RFI_TO_USER/KERNELNicholas Piggin2018-01-091-2/+16
| * | powerpc/64: Convert the syscall exit path to use RFI_TO_USER/KERNELNicholas Piggin2018-01-091-1/+11
| * | powerpc/64s: Simple RFI macro conversionsNicholas Piggin2018-01-096-28/+34
| * | powerpc/64: Add macros for annotating the destination of rfid/hrfidNicholas Piggin2018-01-092-0/+35
| * | Merge branch 'topic/ppc-kvm' into fixesMichael Ellerman2018-01-092-0/+31
| |\ \
| | * | powerpc/pseries: Add H_GET_CPU_CHARACTERISTICS flags & wrapperMichael Neuling2018-01-092-0/+31
| * | | powerpc/pseries: Make RAS IRQ explicitly dependent on DLPAR WQMichael Ellerman2018-01-083-4/+22
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-141-0/+1
|\ \ \ \
| * \ \ \ Merge branch 'nvme-4.15' of git://git.infradead.org/nvme into for-linusJens Axboe2018-01-121-0/+1
| |\ \ \ \
| | * | | | nvme-fabrics: initialize default host->id in nvmf_host_default()Ewan D. Milne2018-01-081-0/+1
* | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-1444-100/+1525
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | x86,perf: Disable intel_bts when PTIPeter Zijlstra2018-01-141-0/+18
| * | | | | security/Kconfig: Correct the Documentation reference for PTIW. Trevor King2018-01-141-1/+1
| * | | | | x86/pti: Fix !PCID and sanitize definesThomas Gleixner2018-01-143-21/+23
| * | | | | selftests/x86: Add test_vsyscallAndy Lutomirski2018-01-132-1/+501
| * | | | | x86/retpoline: Fill return stack buffer on vmexitDavid Woodhouse2018-01-123-1/+85
| * | | | | x86/retpoline/irq32: Convert assembler indirect jumpsAndi Kleen2018-01-121-4/+5
| * | | | | x86/retpoline/checksum32: Convert assembler indirect jumpsDavid Woodhouse2018-01-121-3/+4
| * | | | | x86/retpoline/xen: Convert Xen hypercall indirect jumpsDavid Woodhouse2018-01-121-2/+3
| * | | | | x86/retpoline/hyperv: Convert assembler indirect jumpsDavid Woodhouse2018-01-121-8/+10
| * | | | | x86/retpoline/ftrace: Convert ftrace assembler indirect jumpsDavid Woodhouse2018-01-122-6/+8
| * | | | | x86/retpoline/entry: Convert entry assembler indirect jumpsDavid Woodhouse2018-01-122-5/+12
| * | | | | x86/retpoline/crypto: Convert crypto assembler indirect jumpsDavid Woodhouse2018-01-124-5/+9
| * | | | | x86/spectre: Add boot time option to select Spectre v2 mitigationDavid Woodhouse2018-01-124-5/+195
| * | | | | x86/retpoline: Add initial retpoline supportDavid Woodhouse2018-01-128-0/+231
| * | | | | objtool: Allow alternatives to be ignoredJosh Poimboeuf2018-01-122-7/+57
| * | | | | objtool: Detect jumps to retpoline thunksJosh Poimboeuf2018-01-121-0/+7
| * | | | | x86/pti: Make unpoison of pgd for trusted boot work for realDave Hansen2018-01-111-1/+11
| * | | | | x86/alternatives: Fix optimize_nops() checkingBorislav Petkov2018-01-101-2/+5
| * | | | | sysfs/cpu: Fix typos in vulnerability documentationDavid Woodhouse2018-01-091-2/+2
| * | | | | x86/cpu/AMD: Use LFENCE_RDTSC in preference to MFENCE_RDTSCTom Lendacky2018-01-092-2/+17
| * | | | | x86/cpu/AMD: Make LFENCE a serializing instructionTom Lendacky2018-01-092-0/+12
| * | | | | x86/mm/pti: Remove dead logic in pti_user_pagetable_walk*()Jike Song2018-01-081-26/+6
| * | | | | x86/tboot: Unbreak tboot with PTI enabledDave Hansen2018-01-081-0/+1
| * | | | | x86/cpu: Implement CPU vulnerabilites sysfs functionsThomas Gleixner2018-01-082-0/+30
| * | | | | sysfs/cpu: Add vulnerability folderThomas Gleixner2018-01-084-0/+74