aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-06-29slab: use __func__ to trace function namegumingtao1-6/+6
2021-06-29doc: watchdog: modify the doc related to "watchdog/%u"Wang Qing1-5/+5
2021-06-29doc: watchdog: modify the explanation related to watchdog threadWang Qing1-2/+2
2021-06-29kernel: watchdog: modify the explanation related to watchdog threadWang Qing1-8/+4
2021-06-29ocfs2: remove redundant initialization of variable retColin Ian King1-1/+1
2021-06-29ocfs2: replace simple_strtoull() with kstrtoull()Chen Huang1-2/+3
2021-06-29ocfs2: remove repeated uptodate check for bufferWan Jiabing1-2/+1
2021-06-29ocfs2: remove redundant assignment to pointer queueColin Ian King1-1/+1
2021-06-29ocfs2: fix snprintf() checkingDan Carpenter2-11/+3
2021-06-29ocfs2: remove unnecessary INIT_LIST_HEAD()Yang Yingliang1-2/+0
2021-06-29squashfs: add option to panic on errorsVincent Whitchurch3-1/+91
2021-06-29ntfs: fix validity check for file name attributeDesmond Cheong Zhi Xi1-1/+1
2021-06-29scripts/spelling.txt: add more spellings to spelling.txtColin Ian King1-0/+16
2021-06-29streamline_config.pl: add softtabstop=4 for vim usersSteven Rostedt (VMware)1-0/+2
2021-06-29streamline_config.pl: make spacing consistentSteven Rostedt (VMware)1-37/+37
2021-06-29ia64: mca_drv: fix incorrect array size calculationArnd Bergmann1-1/+1
2021-06-29ia64: headers: drop duplicated wordsRandy Dunlap3-3/+3
2021-06-29kthread_worker: fix return value when kthread_mod_delayed_work() races with kthread_cancel_delayed_work_sync()Petr Mladek1-7/+12
2021-06-29kthread: switch to new kerneldoc syntax for named variable macro argumentJonathan Neuschäfer1-1/+1
2021-06-29mm/page_alloc: correct return value of populated elements if bulk array is populatedMel Gorman1-1/+1
2021-06-29mm/page_alloc: fix memory map initialization for descending nodesMike Rapoport2-37/+58
2021-06-29mm/gup: fix try_grab_compound_head() race with split_huge_page()Jann Horn1-15/+43
2021-06-29Merge branch 'dsa-rx-filtering'David S. Miller10-79/+573
2021-06-29net: dsa: replay the local bridge FDB entries pointing to the bridge dev tooVladimir Oltean1-0/+12
2021-06-29net: dsa: ensure during dsa_fdb_offload_notify that dev_hold and dev_put are on the same devVladimir Oltean2-5/+5
2021-06-29net: dsa: include fdb entries pointing to bridge in the host fdb listVladimir Oltean1-2/+11
2021-06-29net: dsa: include bridge addresses which are local in the host fdb listTobias Waldekranz1-5/+13
2021-06-29net: dsa: sync static FDB entries on foreign interfaces to hardwareVladimir Oltean1-4/+8
2021-06-29net: dsa: install the host MDB and FDB entries in the master's RX filterVladimir Oltean1-0/+24
2021-06-29net: dsa: reference count the FDB addresses at the cross-chip notifier levelVladimir Oltean3-7/+88
2021-06-29net: dsa: introduce a separate cross-chip notifier type for host FDBsVladimir Oltean4-5/+90
2021-06-29net: dsa: reference count the MDB entries at the cross-chip notifier levelVladimir Oltean3-9/+115
2021-06-29net: dsa: introduce a separate cross-chip notifier type for host MDBsVladimir Oltean4-8/+92
2021-06-29net: dsa: introduce dsa_is_upstream_port and dsa_switch_is_upstream_ofVladimir Oltean1-0/+26
2021-06-29net: dsa: delete dsa_legacy_fdb_add and dsa_legacy_fdb_delVladimir Oltean2-23/+68
2021-06-29net: bridge: allow br_fdb_replay to be called for the bridge deviceVladimir Oltean1-1/+4
2021-06-29net: bridge: switchdev: send FDB notifications for host addressesTobias Waldekranz3-11/+11
2021-06-29net: bridge: use READ_ONCE() and WRITE_ONCE() compiler barriers for fdb->dstVladimir Oltean2-14/+21
2021-06-29Merge branch 'leases-devel'Trond Myklebust7-23/+126
2021-06-29NFSv4: setlease should return EAGAIN if locks are not availableTrond Myklebust1-2/+2
2021-06-29NFS: nfs_find_open_context() may only select open filesTrond Myklebust2-0/+5
2021-06-29drm/gma500: Add the missed drm_gem_object_put() in psb_user_framebuffer_create()Jing Xiangfeng1-1/+6
2021-06-29<linux/dma-resv.h>: correct a function name in kernel-docRandy Dunlap1-1/+1
2021-06-29tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracingSteven Rostedt (VMware)3-4/+42
2021-06-29dt-bindings: mmc: change compatiable string for MT8195 mmc host IPWenbin Mei1-0/+2
2021-06-29mmc: sdhci: Clear unused bounce buffer at DMA mmap error pathTakashi Iwai1-1/+5
2021-06-29phy: intel: Fix for warnings due to EMMC clock 175Mhz change in FIPRashmi A1-1/+2
2021-06-29mmc: sdhci-of-arasan: Use clock-frequency property to update clk_xinRashmi A1-2/+12
2021-06-29mmc: core: clear flags before allowing to retuneWolfram Sang1-2/+5
2021-06-29Merge branches 'pm-domains' and 'pm-devfreq'Rafael J. Wysocki11-93/+186