summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
| * | | | | x86/cpufeatures: Add X86_BUG_SPECTRE_V[12]David Woodhouse2018-01-062-0/+5
| * | | | | x86/Documentation: Add PTI descriptionDave Hansen2018-01-062-7/+200
| * | | | | x86/pti: Unbreak EFI old_memmapJiri Kosina2018-01-061-0/+2
* | | | | | Merge tag 'usb-4.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-01-139-33/+63
|\ \ \ \ \ \
| * | | | | | Documentation: usb: fix typo in UVC gadgetfs config commandBin Liu2018-01-111-1/+1
| * | | | | | usb: misc: usb3503: make sure reset is low for at least 100usStefan Agner2018-01-111-0/+2
| * | | | | | Merge tag 'usb-serial-4.15-rc8' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2018-01-111-0/+2
| |\ \ \ \ \ \
| | * | | | | | USB: serial: cp210x: add new device ID ELV ALC 8xxxChristian Holl2018-01-041-0/+1
| | * | | | | | USB: serial: cp210x: add IDs for LifeScan OneTouch Verio IQDiego Elio Pettenò2018-01-021-0/+1
| * | | | | | | uas: ignore UAS for Norelsys NS1068(X) chipsIcenowy Zheng2018-01-091-0/+7
| * | | | | | | USB: UDC core: fix double-free in usb_add_gadget_udc_releaseAlan Stern2018-01-091-15/+13
| * | | | | | | USB: fix usbmon BUG triggerPete Zaitcev2018-01-091-1/+7
| * | | | | | | usbip: vudc_tx: fix v_send_ret_submit() vulnerability to null xfer bufferShuah Khan2018-01-041-2/+9
| * | | | | | | usbip: remove kernel addresses from usb device and urb debug msgsShuah Khan2018-01-041-14/+3
| * | | | | | | usbip: fix vudc_rx: harden CMD_SUBMIT path to handle malicious inputShuah Khan2018-01-041-0/+19
| |/ / / / / /
* | | | | | | Merge tag 'staging-4.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-131-0/+2
|\ \ \ \ \ \ \
| * | | | | | | staging: android: ashmem: fix a race condition in ASHMEM_SET_SIZE ioctlViktor Slavkovic2018-01-091-0/+2
| |/ / / / / /
* | | | | | | Merge tag 'char-misc-4.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-01-132-10/+14
|\ \ \ \ \ \ \
| * | | | | | | mux: core: fix double get_device()Hans de Goede2018-01-091-1/+3
| * | | | | | | Bluetooth: Prevent stack info leak from the EFS element.Ben Seri2018-01-041-9/+11
| |/ / / / / /
* | | | | | | Merge tag 'kbuild-fixes-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-01-134-30/+42
|\ \ \ \ \ \ \
| * | | | | | | genksyms: drop *.hash.c from .gitignoreMasahiro Yamada2018-01-131-1/+0
| * | | | | | | kconfig: fix relational operators for bool and tristate symbolsNicolas Pitre2018-01-062-9/+19
| * | | | | | | kbuild: move cc-option and cc-disable-warning after incl. arch MakefileMasahiro Yamada2017-12-061-20/+23
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'apparmor-pr-2018-01-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-01-133-25/+40
|\ \ \ \ \ \ \
| * | | | | | | apparmor: Fix regression in profile conflict logicMatthew Garrett2018-01-121-4/+5
| * | | | | | | apparmor: fix ptrace label match when matching stacked labelsJohn Johansen2018-01-122-21/+35
* | | | | | | | Merge tag 'pci-v4.15-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-01-134-11/+30
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/PCI: Move and shrink AMD 64-bit window to avoid conflict=?UTF-8?q?Christian=20K=C3=B6nig?=2018-01-111-10/+12
| * | | | | | | | x86/PCI: Add "pci=big_root_window" option for AMD 64-bit windows=?UTF-8?q?Christian=20K=C3=B6nig?=2018-01-114-1/+18