summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-16Linux 3.16.62v3.16.62Ben Hutchings1-1/+1
2018-12-16xen-netfront: fix warn message as irq device name has '/'Xiao Liang1-2/+4
2018-12-16cdrom: fix improper type cast, which can leat to information leak.Young_X1-1/+1
2018-12-16xfs: don't fail when converting shortform attr to long form during ATTR_REPLACEDarrick J. Wong1-1/+8
2018-12-16mremap: properly flush TLB before releasing the pageLinus Torvalds2-6/+21
2018-12-16mm: cleancache: fix corruption on missed inode invalidationPavel Tikhomirov1-2/+6
2018-12-16posix-timers: Sanitize overrun handlingThomas Gleixner3-14/+23
2018-12-16wil6210: missing length check in wmi_set_ieLior David1-1/+6
2018-12-16KEYS: encrypted: fix buffer overread in valid_master_desc()Eric Biggers1-16/+15
2018-12-16cpuidle: Do not access cpuidle_devices when !CONFIG_CPU_IDLECatalin Marinas2-1/+4
2018-12-16mtd: fsl-quadspi: fix macro collision problems with READ/WRITEHan Xu1-10/+10
2018-12-16net/ipv6: Fix index counter for unicast addresses in in6_dump_addrsDavid Ahern1-2/+4
2018-12-16r8169: fix NAPI handling under high loadHeiner Kallweit1-5/+3
2018-12-16cachefiles: fix the race between cachefiles_bury_object() and rmdir(2)Al Viro1-1/+1
2018-12-16ptp: fix Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+4
2018-12-16usb: gadget: storage: Fix Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+3
2018-12-16RDMA/ucma: Fix Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+3
2018-12-16IB/ucm: Fix Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+3
2018-12-16USB: fix the usbfs flag sanitization for control transfersAlan Stern1-2/+2
2018-12-16x86/percpu: Fix this_cpu_read()Peter Zijlstra1-4/+4
2018-12-16net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca5-2/+88
2018-12-16net: make skb_partial_csum_set() more robust against overflowsEric Dumazet1-5/+7
2018-12-16libertas: call into generic suspend code before turning off powerDaniel Mack1-0/+4
2018-12-16of: unittest: Disable interrupt node tests for old world MAC systemsGuenter Roeck1-9/+19
2018-12-16dm cache: destroy migration_cache if cache target registration failedShenghui Wang1-3/+2
2018-12-16usb: usbip: Fix BUG: KASAN: slab-out-of-bounds in vhci_hub_control()Shuah Khan (Samsung OSG)1-11/+32
2018-12-16mach64: detect the dot clock divider correctly on sparcMikulas Patocka3-9/+11
2018-12-16mm: madvise(MADV_DODUMP): allow hugetlbfs pagesDaniel Black1-1/+1
2018-12-16ocfs2: fix locking for res->tracking and dlm->tracking_listAshish Samant1-2/+2
2018-12-16mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properlyJann Horn1-0/+3
2018-12-16proc: restrict kernel stack dumps to rootJann Horn1-0/+14
2018-12-16Make file credentials available to the seqfile interfacesLinus Torvalds2-12/+8
2018-12-16ipv6: take rcu lock in rawv6_send_hdrinc()Wei Wang1-9/+20
2018-12-16ipv6: Compute net once in raw6_send_hdrincEric W. Biederman1-2/+3
2018-12-16ARC: clone syscall to setp r25 as thread pointerVineet Gupta1-0/+20
2018-12-16MIPS: memset: Fix CPU_DADDI_WORKAROUNDS `small_fixup' regressionMaciej W. Rozycki1-1/+3
2018-12-16team: Forbid enslaving team device to itselfIdo Schimmel1-0/+5
2018-12-16PM / core: Clear the direct_complete flag on errorsRafael J. Wysocki1-1/+4
2018-12-16drm: fb-helper: Reject all pixel format changing requestsEugeniy Paltsev1-65/+26
2018-12-16smb2: fix missing files in root share directory listingAurelien Aptel1-1/+1
2018-12-16rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet1-0/+6
2018-12-16perf/ring_buffer: Prevent concurent ring buffer accessJiri Olsa1-0/+2
2018-12-16perf/core: Fix perf_pmu_unregister() lockingPeter Zijlstra1-9/+3
2018-12-16perf/core: Protect PMU device removal with a 'pmu_bus_running' check, to fix ...Jiri Olsa1-2/+7
2018-12-16x86/vdso: Fix asm constraints on vDSO syscall fallbacksAndy Lutomirski1-8/+10
2018-12-16net: sched: act_ipt: check for underflow in __tcf_ipt_init()Dan Carpenter1-1/+1
2018-12-16xhci: Add missing CAS workaround for Intel Sunrise Point xHCIMathias Nyman1-0/+2
2018-12-16arm64: KVM: Tighten guest core register access from userspaceDave Martin1-0/+45
2018-12-16mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keysFelix Fietkau1-1/+1
2018-12-16pstore/ram: Fix failure-path memory leak in ramoops_initKees Cook1-4/+25