summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 4.9.258v4.9.258Greg Kroah-Hartman2021-02-231-1/+1
* kvm: check tlbs_dirty directlyLai Jiangshan2021-02-231-2/+1
* scsi: qla2xxx: Fix crash during driver load on big endian machinesArun Easi2021-02-232-5/+6
* xen-blkback: fix error handling in xen_blkbk_map()Jan Beulich2021-02-231-10/+14
* xen-scsiback: don't "handle" error by BUG()Jan Beulich2021-02-231-2/+2
* xen-netback: don't "handle" error by BUG()Jan Beulich2021-02-231-3/+1
* xen-blkback: don't "handle" error by BUG()Jan Beulich2021-02-231-4/+2
* xen/arm: don't ignore return errors from set_phys_to_machineStefano Stabellini2021-02-231-2/+4
* Xen/gntdev: correct error checking in gntdev_map_grant_pages()Jan Beulich2021-02-232-8/+10
* Xen/gntdev: correct dev_bus_addr handling in gntdev_map_grant_pages()Jan Beulich2021-02-231-3/+13
* Xen/x86: also check kernel mapping in set_foreign_p2m_mapping()Jan Beulich2021-02-231-1/+2
* Xen/x86: don't bail early from clear_foreign_p2m_mapping()Jan Beulich2021-02-231-7/+5
* tracing: Avoid calling cc-option -mrecord-mcount for every MakefileVasily Gorbik2021-02-232-6/+10
* tracing: Fix SKIP_STACK_VALIDATION=1 build due to bad merge with -mrecord-mcountGreg Thelen2021-02-231-1/+1
* trace: Use -mcount-record for dynamic ftraceAndi Kleen2021-02-231-0/+6
* x86/build: Disable CET instrumentation in the kernel for 32-bit tooBorislav Petkov2021-02-231-3/+3
* vsock: fix locking in vsock_shutdown()Stefano Garzarella2021-02-231-3/+5
* vsock/virtio: update credit only if socket is not closedStefano Garzarella2021-02-231-2/+2
* net: watchdog: hold device global xmit lock during tx disableEdwin Peer2021-02-231-0/+2
* net/vmw_vsock: improve locking in vsock_connect_timeout()Norbert Slusarek2021-02-231-4/+1
* usb: dwc3: ulpi: Replace CPU-based busyloop with Protocol-based oneSerge Semin2021-02-231-3/+15
* usb: dwc3: ulpi: fix checkpatch warningFelipe Balbi2021-02-231-1/+1
* h8300: fix PREEMPTION build, TI_PRE_COUNT undefinedRandy Dunlap2021-02-231-0/+3
* netfilter: conntrack: skip identical origin tuple in same zone onlyFlorian Westphal2021-02-231-1/+2
* xen/netback: avoid race in xenvif_rx_ring_slots_available()Juergen Gross2021-02-231-1/+8
* netfilter: xt_recent: Fix attempt to update deleted entryJozsef Kadlecsik2021-02-231-2/+10
* bpf: Check for integer overflow when using roundup_pow_of_two()Bui Quang Minh2021-02-231-0/+2
* memblock: do not start bottom-up allocations with kernel_endRoman Gushchin2021-02-231-42/+6
* ARM: dts: lpc32xx: Revert set default clock rate of HCLK PLLAlexandre Belloni2021-02-231-3/+0
* ovl: skip getxattr of security labelsAmir Goldstein2021-02-231-7/+8
* tracing: Check length before giving out the filter bufferSteven Rostedt (VMware)2021-02-231-1/+1
* tracing: Do not count ftrace events in top level enable outputSteven Rostedt (VMware)2021-02-231-1/+2
* squashfs: add more sanity checks in xattr id lookupPhillip Lougher2021-02-231-9/+57
* squashfs: add more sanity checks in inode lookupPhillip Lougher2021-02-231-8/+33
* squashfs: add more sanity checks in id lookupPhillip Lougher2021-02-234-12/+45
* futex: Cure exit raceThomas Gleixner2021-02-231-6/+65
* futex: Change locking rulesPeter Zijlstra2021-02-231-26/+112
* futex: Ensure the correct return value from futex_lock_pi()Thomas Gleixner2021-02-231-12/+12
* memcg: fix a crash in wb_workfn when a device disappearsTheodore Ts'o2021-02-234-17/+25
* include/trace/events/writeback.h: fix -Wstringop-truncation warningsQian Cai2021-02-231-18/+20
* lib/string: Add strscpy_pad() functionTobin C. Harding2021-02-232-7/+44
* SUNRPC: Handle 0 length opaque XDR object data properlyDave Wysochanski2021-02-231-3/+6
* SUNRPC: Move simple_get_bytes and simple_get_netobj into private headerDave Wysochanski2021-02-234-60/+46
* iwlwifi: mvm: guard against device removal in reprobeJohannes Berg2021-02-231-1/+2
* iwlwifi: pcie: add a NULL check in iwl_pcie_txq_unmapEmmanuel Grumbach2021-02-231-0/+5
* iwlwifi: mvm: take mutex for calling iwl_mvm_get_sync_time()Johannes Berg2021-02-231-0/+3
* af_key: relax availability checks for skb size calculationCong Wang2021-02-231-3/+3
* remoteproc: qcom_q6v5_mss: Validate MBA firmware size before loadSibi Sankar2021-02-231-0/+6
* fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)2021-02-232-3/+3
* mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback()Johannes Weiner2021-02-233-20/+70