summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-23Linux 4.9.258v4.9.258Greg Kroah-Hartman1-1/+1
2021-02-23kvm: check tlbs_dirty directlyLai Jiangshan1-2/+1
2021-02-23scsi: qla2xxx: Fix crash during driver load on big endian machinesArun Easi2-5/+6
2021-02-23xen-blkback: fix error handling in xen_blkbk_map()Jan Beulich1-10/+14
2021-02-23xen-scsiback: don't "handle" error by BUG()Jan Beulich1-2/+2
2021-02-23xen-netback: don't "handle" error by BUG()Jan Beulich1-3/+1
2021-02-23xen-blkback: don't "handle" error by BUG()Jan Beulich1-4/+2
2021-02-23xen/arm: don't ignore return errors from set_phys_to_machineStefano Stabellini1-2/+4
2021-02-23Xen/gntdev: correct error checking in gntdev_map_grant_pages()Jan Beulich2-8/+10
2021-02-23Xen/gntdev: correct dev_bus_addr handling in gntdev_map_grant_pages()Jan Beulich1-3/+13
2021-02-23Xen/x86: also check kernel mapping in set_foreign_p2m_mapping()Jan Beulich1-1/+2
2021-02-23Xen/x86: don't bail early from clear_foreign_p2m_mapping()Jan Beulich1-7/+5
2021-02-23tracing: Avoid calling cc-option -mrecord-mcount for every MakefileVasily Gorbik2-6/+10
2021-02-23tracing: Fix SKIP_STACK_VALIDATION=1 build due to bad merge with -mrecord-mcountGreg Thelen1-1/+1
2021-02-23trace: Use -mcount-record for dynamic ftraceAndi Kleen1-0/+6
2021-02-23x86/build: Disable CET instrumentation in the kernel for 32-bit tooBorislav Petkov1-3/+3
2021-02-23vsock: fix locking in vsock_shutdown()Stefano Garzarella1-3/+5
2021-02-23vsock/virtio: update credit only if socket is not closedStefano Garzarella1-2/+2
2021-02-23net: watchdog: hold device global xmit lock during tx disableEdwin Peer1-0/+2
2021-02-23net/vmw_vsock: improve locking in vsock_connect_timeout()Norbert Slusarek1-4/+1
2021-02-23usb: dwc3: ulpi: Replace CPU-based busyloop with Protocol-based oneSerge Semin1-3/+15
2021-02-23usb: dwc3: ulpi: fix checkpatch warningFelipe Balbi1-1/+1
2021-02-23h8300: fix PREEMPTION build, TI_PRE_COUNT undefinedRandy Dunlap1-0/+3
2021-02-23netfilter: conntrack: skip identical origin tuple in same zone onlyFlorian Westphal1-1/+2
2021-02-23xen/netback: avoid race in xenvif_rx_ring_slots_available()Juergen Gross1-1/+8
2021-02-23netfilter: xt_recent: Fix attempt to update deleted entryJozsef Kadlecsik1-2/+10
2021-02-23bpf: Check for integer overflow when using roundup_pow_of_two()Bui Quang Minh1-0/+2
2021-02-23memblock: do not start bottom-up allocations with kernel_endRoman Gushchin1-42/+6
2021-02-23ARM: dts: lpc32xx: Revert set default clock rate of HCLK PLLAlexandre Belloni1-3/+0
2021-02-23ovl: skip getxattr of security labelsAmir Goldstein1-7/+8
2021-02-23tracing: Check length before giving out the filter bufferSteven Rostedt (VMware)1-1/+1
2021-02-23tracing: Do not count ftrace events in top level enable outputSteven Rostedt (VMware)1-1/+2
2021-02-23squashfs: add more sanity checks in xattr id lookupPhillip Lougher1-9/+57
2021-02-23squashfs: add more sanity checks in inode lookupPhillip Lougher1-8/+33
2021-02-23squashfs: add more sanity checks in id lookupPhillip Lougher4-12/+45
2021-02-23futex: Cure exit raceThomas Gleixner1-6/+65
2021-02-23futex: Change locking rulesPeter Zijlstra1-26/+112
2021-02-23futex: Ensure the correct return value from futex_lock_pi()Thomas Gleixner1-12/+12
2021-02-23memcg: fix a crash in wb_workfn when a device disappearsTheodore Ts'o4-17/+25
2021-02-23include/trace/events/writeback.h: fix -Wstringop-truncation warningsQian Cai1-18/+20
2021-02-23lib/string: Add strscpy_pad() functionTobin C. Harding2-7/+44
2021-02-23SUNRPC: Handle 0 length opaque XDR object data properlyDave Wysochanski1-3/+6
2021-02-23SUNRPC: Move simple_get_bytes and simple_get_netobj into private headerDave Wysochanski4-60/+46
2021-02-23iwlwifi: mvm: guard against device removal in reprobeJohannes Berg1-1/+2
2021-02-23iwlwifi: pcie: add a NULL check in iwl_pcie_txq_unmapEmmanuel Grumbach1-0/+5
2021-02-23iwlwifi: mvm: take mutex for calling iwl_mvm_get_sync_time()Johannes Berg1-0/+3
2021-02-23af_key: relax availability checks for skb size calculationCong Wang1-3/+3
2021-02-23remoteproc: qcom_q6v5_mss: Validate MBA firmware size before loadSibi Sankar1-0/+6
2021-02-23fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)2-3/+3
2021-02-23mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback()Johannes Weiner3-20/+70