summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-17x86/cpufeature: Make sure DISABLED/REQUIRED macros are updatedDave Hansen3-2/+8
2018-07-17x86/cpufeature: Update cpufeaure macrosDave Hansen3-2/+6
2018-07-17x86/cpufeature, x86/mm/pkeys: Fix broken compile-time disabling of pkeysDave Hansen2-9/+9
2018-07-17x86/cpu: Add detection of AMD RAS CapabilitiesYazen Ghannam3-4/+14
2018-07-17x86/mm/pkeys: Fix mismerge of protection keys CPUID bitsDave Hansen2-4/+4
2018-07-17x86/cpufeature, x86/mm/pkeys: Add protection keys related CPUID definitionsDave Hansen5-21/+63
2018-07-17x86/cpufeature: Speed up cpu_feature_enabled()Borislav Petkov1-2/+1
2018-07-17x86/boot: Simplify kernel load address alignment checkAlexander Kuleshov1-3/+1
2018-07-17x86/vdso: Use static_cpu_has()Borislav Petkov1-1/+1
2018-07-17x86/alternatives: Discard dynamic check after initBrian Gerst2-13/+12
2018-07-17x86/alternatives: Add an auxilary sectionBorislav Petkov1-0/+11
2018-07-17x86/cpufeature: Get rid of the non-asm goto variantBorislav Petkov1-44/+5
2018-07-17x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov7-123/+19
2018-07-17x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov52-339/+347
2018-07-17x86/headers: Don't include asm/processor.h in asm/atomic.hAndi Kleen3-2/+4
2018-07-17x86/fpu: Get rid of xstate_fault()Borislav Petkov1-53/+52
2018-07-17x86/fpu: Add an XSTATE_OP() macroBorislav Petkov1-37/+31
2018-07-17x86/cpu: Provide a config option to disable static_cpu_hasBorislav Petkov2-1/+12
2018-07-17x86/cpufeature: Cleanup get_cpu_cap()Borislav Petkov4-28/+45
2018-07-17x86/cpufeature: Move some of the scattered feature bits to x86_capabilityBorislav Petkov3-42/+37
2018-07-17iw_cxgb4: correctly enforce the max reg_mr depthSteve Wise1-1/+1
2018-07-17tools build: fix # escaping in .cmd files for future MakePaul Menzel1-2/+2
2018-07-17Fix up non-directory creation in SGID directoriesLinus Torvalds1-0/+6
2018-07-17HID: usbhid: add quirk for innomedia INNEX GENESIS/ATARI adapterTomasz Kramkowski2-0/+4
2018-07-17xhci: xhci-mem: off by one in xhci_stream_id_to_ring()Dan Carpenter1-1/+1
2018-07-17usb: quirks: add delay quirks for Corsair StrafeNico Sneck1-0/+4
2018-07-17USB: serial: mos7840: fix status-register error handlingJohan Hovold1-0/+3
2018-07-17USB: yurex: fix out-of-bounds uaccess in read handlerJann Horn1-17/+6
2018-07-17USB: serial: keyspan_pda: fix modem-status error handlingJohan Hovold1-1/+3
2018-07-17USB: serial: cp210x: add another USB ID for Qivicon ZigBee stickOlli Salonen1-0/+1
2018-07-17USB: serial: ch341: fix type promotion bug in ch341_control_in()Dan Carpenter1-1/+1
2018-07-17ahci: Disable LPM on Lenovo 50 series laptops with a too old BIOSHans de Goede3-0/+63
2018-07-17vmw_balloon: fix inflation with batchingNadav Amit1-2/+2
2018-07-17ibmasm: don't write out of bounds in read handlerJann Horn1-24/+3
2018-07-17MIPS: Fix ioremap() RAM checkPaul Burton1-12/+25
2018-07-11Linux 4.4.140v4.4.140Greg Kroah-Hartman1-1/+1
2018-07-11staging: comedi: quatech_daqp_cs: fix no-op loop daqp_ao_insn_write()Dan Carpenter1-1/+1
2018-07-11netfilter: nf_log: don't hold nf_log_mutex during user accessJann Horn1-3/+6
2018-07-11mtd: cfi_cmdset_0002: Change erase functions to check chip good onlyTokunori Ikegami1-10/+12
2018-07-11mtd: cfi_cmdset_0002: Change erase functions to retry for errorTokunori Ikegami1-0/+10
2018-07-11mtd: cfi_cmdset_0002: Change definition naming to retry write operationTokunori Ikegami1-3/+3
2018-07-11dm bufio: don't take the lock in dm_bufio_shrink_countMikulas Patocka1-12/+4
2018-07-11mtd: rawnand: mxc: set spare area size register explicitlyMartin Kaiser1-1/+4
2018-07-11dm bufio: drop the lock when doing GFP_NOIO allocationMikulas Patocka1-0/+10
2018-07-11dm bufio: avoid sleeping while holding the dm_bufio lockDouglas Anderson1-2/+3
2018-07-11mm, page_alloc: do not break __GFP_THISNODE by zonelist resetVlastimil Babka1-2/+0
2018-07-11media: cx25840: Use subdev host data for PLL overrideBrad Love1-6/+22
2018-07-11x86/mce: Fix incorrect "Machine check from unknown source" messageTony Luck1-8/+18
2018-07-11x86/mce: Detect local MCEs properlyYazen Ghannam1-13/+20
2018-07-11HID: debug: check length before copy_to_user()Daniel Rosenberg1-1/+7