summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/asm: Don't use the confusing '.ifeq' directiveJosh Poimboeuf2017-10-233-3/+3
* Merge branch 'core/objtool' into x86/asm, to pick up dependent changesIngo Molnar2017-10-236-23/+32
|\
| * objtool: Print top level commands on incorrect usageKamalesh Babulal2017-10-181-4/+2
| * x86/head: Add unwind hint annotationsJosh Poimboeuf2017-09-282-3/+12
| * x86/xen: Add unwind hint annotationsJosh Poimboeuf2017-09-281-1/+6
| * x86/xen: Fix xen head ELF annotationsJosh Poimboeuf2017-09-281-2/+2
| * x86/boot: Annotate verify_cpu() as a callable functionJosh Poimboeuf2017-09-281-1/+2
| * x86/head: Fix head ELF function annotationsJosh Poimboeuf2017-09-281-3/+3
| * x86/head: Remove unused 'bad_address' codeJosh Poimboeuf2017-09-281-3/+0
| * x86/head: Remove confusing commentJosh Poimboeuf2017-09-281-4/+0
| * objtool: Don't report end of section error after an empty unwind hintJosh Poimboeuf2017-09-281-2/+5
* | Merge branch 'x86/urgent' into x86/asm, to pick up dependent fixesIngo Molnar2017-10-23570-3363/+5390
|\ \
| * | x86/unwind: Show function name+offset in ORC error messagesJosh Poimboeuf2017-10-231-14/+15
| * | x86/entry: Fix idtentry unwind hintJosh Poimboeuf2017-10-231-1/+1
| * | x86/cpu/AMD: Apply the Erratum 688 fix when the BIOS doesn'tBorislav Petkov2017-10-221-0/+41
| * | x86/mm: Limit mmap() of /dev/mem to valid physical addressesCraig Bergstrom2017-10-202-0/+16
| * | x86/mm: Remove debug/x86/tlb_defer_switch_to_init_mmAndy Lutomirski2017-10-182-66/+12
| * | x86/mm: Tidy up "x86/mm: Flush more aggressively in lazy TLB mode"Andy Lutomirski2017-10-182-13/+24
| * | x86/mm/64: Remove the last VM_BUG_ON() from the TLB codeAndy Lutomirski2017-10-181-2/+2
| * | x86/microcode/intel: Disable late loading on model 79Borislav Petkov2017-10-181-0/+19
| * | x86/idt: Initialize early IDT before cr4_init_shadow()Thomas Gleixner2017-10-161-2/+3
| * | x86/cpu/intel_cacheinfo: Remove redundant assignment to 'this_leaf'Colin Ian King2017-10-161-1/+0
| * | Linux 4.14-rc5v4.14-rc5Linus Torvalds2017-10-161-1/+1
| * | Merge tag 'char-misc-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-10-158-81/+115
| |\ \
| | * | binder: fix use-after-free in binder_transaction()Todd Kjos2017-10-041-27/+66
| | * | Drivers: hv: vmbus: Fix bugs in rescind handlingK. Y. Srinivasan2017-10-044-25/+23
| | * | mei: me: add gemini lake devices idTomas Winkler2017-10-042-0/+4
| | * | mei: always use domain runtime pm callbacks.Alexander Usyskin2017-10-042-29/+22
| * | | Merge tag 'usb-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-10-1515-27/+86
| |\ \ \
| | * \ \ Merge tag 'fixes-for-v4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-10-129-20/+62
| | |\ \ \
| | | * | | usb: usbtest: fix NULL pointer dereferenceAlan Stern2017-10-111-2/+3
| | | * | | usb: gadget: configfs: Fix memory leak of interface directory dataAndrew Gabbasov2017-10-114-14/+25
| | | * | | usb: gadget: composite: Fix use-after-free in usb_composite_overwrite_optionsAndrew Gabbasov2017-10-111-0/+5
| | | * | | usb: misc: usbtest: Fix overflow in usbtest_do_ioctl()Dan Carpenter2017-10-111-0/+5
| | | * | | usb: renesas_usbhs: Fix DMAC sequence for receiving zero-length packetKazuya Mizuguchi2017-10-111-1/+1
| | | * | | USB: dummy-hcd: Fix deadlock caused by disconnect detectionAlan Stern2017-10-111-3/+6
| | | * | | usb: phy: tegra: Fix phy suspend for UDCJon Hunter2017-10-111-0/+17
| | * | | | Merge tag 'usb-serial-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-10-096-7/+24
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | USB: serial: console: fix use-after-free after failed setupJohan Hovold2017-10-091-0/+1
| | | * | | USB: serial: console: fix use-after-free on disconnectJohan Hovold2017-10-091-1/+1
| | | * | | USB: serial: qcserial: add Dell DW5818, DW5819Shrirang Bagul2017-10-031-0/+4
| | | * | | USB: serial: cp210x: add support for ELV TFD500Andreas Engel2017-09-191-0/+1
| | | * | | USB: serial: cp210x: fix partnum regressionSebastian Frei2017-09-191-6/+6
| | | * | | USB: serial: option: add support for TP-Link LTE moduleHenryk Heisig2017-09-181-0/+2
| | | * | | USB: serial: ftdi_sio: add id for Cypress WICED dev boardJeffrey Chu2017-09-182-0/+9
| * | | | | Merge tag 'dmaengine-fix-4.14-rc5' of git://git.infradead.org/users/vkoul/sla...Linus Torvalds2017-10-153-19/+40
| |\ \ \ \ \
| | * | | | | dmaengine: altera: fix spinlock usageSylvain Lesne2017-09-281-14/+21
| | * | | | | dmaengine: altera: fix response FIFO emptyingSylvain Lesne2017-09-281-1/+1
| | * | | | | dmaengine: ti-dma-crossbar: Fix possible race condition with dma_inusePeter Ujfalusi2017-09-211-1/+2
| | * | | | | dmaengine: edma: Align the memcpy acnt array size with the transferPeter Ujfalusi2017-09-211-3/+16
| | | |/ / / | | |/| | |