summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-02net: igmp: Use correct source address on IGMPv3 reportsKevin Cernekee1-1/+19
2018-01-02net: fec: unmap the xmit buffer that are not transferred by DMAFugang Duan1-0/+6
2018-01-02ipv6: mcast: better catch silly mtu valuesEric Dumazet1-10/+15
2018-01-02ipv4: igmp: guard against silly MTU valuesEric Dumazet4-12/+19
2018-01-02kbuild: add '-fno-stack-check' to kernel build optionsLinus Torvalds1-0/+3
2018-01-02block: don't let passthrough IO go into .make_request_fn()Ming Lei2-4/+23
2018-01-02block: fix blk_rq_append_bioJens Axboe4-20/+28
2018-01-02cpufreq: schedutil: Use idle_calls counter of the remote CPUJoel Fernandes3-1/+15
2018-01-02ALSA: hda - Fix missing COEF init for ALC225/295/299Takashi Iwai1-3/+5
2018-01-02ALSA: hda - fix headset mic detection issue on a Dell machineHui Wang1-0/+5
2018-01-02ALSA: hda - change the location for one mic on a Lenovo machineHui Wang1-0/+1
2018-01-02ALSA: hda - Add MIC_NO_PRESENCE fixup for 2 HP machinesHui Wang1-0/+29
2018-01-02ALSA: hda: Drop useless WARN_ON()Takashi Iwai1-1/+1
2018-01-02IB/core: Verify that QP is security enabled in create and destroyMoni Shoua2-1/+5
2018-01-02IB/uverbs: Fix command checking as part of ib_uverbs_ex_modify_qp()Moni Shoua1-2/+2
2018-01-02IB/mlx5: Serialize access to the VMA listMajd Dibbiny2-0/+12
2018-01-02IB/hfi: Only read capability registers if the capability existsMichael J. Ruhl2-19/+12
2018-01-02gpio: fix "gpio-line-names" property retrievalChristophe Leroy4-13/+12
2018-01-02ASoC: tlv320aic31xx: Fix GPIO1 register definitionAndrew F. Davis1-1/+1
2018-01-02ASoC: twl4030: fix child-node lookupJohan Hovold1-1/+3
2018-01-02ASoC: fsl_ssi: AC'97 ops need regmap, clock and cleaning up on failureMaciej S. Szmigiero1-6/+12
2018-01-02ASoC: da7218: fix fix child-node lookupJohan Hovold1-1/+1
2018-01-02ASoC: wm_adsp: Fix validation of firmware and coeff lengthsBen Hutchings1-6/+6
2018-01-02ASoC: codecs: msm8916-wcd: Fix supported formatsSrinivas Kandagatla2-3/+3
2018-01-02iw_cxgb4: Only validate the MSN for successful completionsSteve Wise1-3/+3
2018-01-02ring-buffer: Do no reuse reader page if still in useSteven Rostedt (VMware)1-0/+6
2018-01-02ring-buffer: Mask out the info bits when returning buffer page lengthSteven Rostedt (VMware)1-1/+5
2018-01-02x86/ldt: Make the LDT mapping ROThomas Gleixner4-12/+11
2018-01-02x86/mm/dump_pagetables: Allow dumping current pagetablesThomas Gleixner3-6/+73
2018-01-02x86/mm/dump_pagetables: Check user space page table for WX pagesThomas Gleixner3-6/+27
2018-01-02x86/mm/dump_pagetables: Add page table directory to the debugfs VFS hierarchyBorislav Petkov1-5/+10
2018-01-02x86/mm/pti: Add KconfigDave Hansen1-0/+11
2018-01-02x86/dumpstack: Indicate in Oops whether PTI is configured and enabledVlastimil Babka1-2/+4
2018-01-02x86/mm: Clarify the whole ASID/kernel PCID/user PCID namingPeter Zijlstra1-12/+43
2018-01-02x86/mm: Use INVPCID for __native_flush_tlb_single()Dave Hansen3-28/+60
2018-01-02x86/mm: Optimize RESTORE_CR3Peter Zijlstra2-4/+30
2018-01-02x86/mm: Use/Fix PCID to optimize user/kernel switchesPeter Zijlstra9-33/+162
2018-01-02x86/mm: Abstract switching CR3Dave Hansen1-2/+20
2018-01-02x86/mm: Allow flushing for future ASID switchesDave Hansen2-8/+64
2018-01-02x86/pti: Map the vsyscall page if neededAndy Lutomirski3-3/+69
2018-01-02x86/pti: Put the LDT in its own PGD if PTI is onAndy Lutomirski6-17/+220
2018-01-02x86/mm/64: Make a full PGD-entry size hole in the memory mapAndy Lutomirski2-4/+4
2018-01-02x86/events/intel/ds: Map debug buffers in cpu_entry_areaHugh Dickins2-45/+82
2018-01-02x86/cpu_entry_area: Add debugstore entries to cpu_entry_areaThomas Gleixner5-21/+81
2018-01-02x86/mm/pti: Map ESPFIX into user spaceAndy Lutomirski1-0/+11
2018-01-02x86/mm/pti: Share entry text PMDThomas Gleixner1-0/+10
2018-01-02x86/entry: Align entry text section to PMD boundaryThomas Gleixner1-0/+8
2018-01-02x86/mm/pti: Share cpu_entry_area with user space page tablesAndy Lutomirski1-0/+25
2018-01-02x86/mm/pti: Force entry through trampoline when PTI activeThomas Gleixner1-1/+4
2018-01-02x86/mm/pti: Add functions to clone kernel PMDsAndy Lutomirski1-0/+127