aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/tc-testing (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-27vmlinux.lds.h: Keep .ctors.* with .ctorsKees Cook1-0/+1
2020-10-27Fix compat regression in process_vm_rw()Jens Axboe1-1/+2
2020-10-27tracing, synthetic events: Replace buggy strcat() with seq_buf operationsSteven Rostedt (VMware)1-14/+22
2020-10-26net: hns3: Clear the CMDQ registers before unmapping BAR regionZenghui Yu1-1/+1
2020-10-26bnxt_en: Send HWRM_FUNC_RESET fw command unconditionally.Vasundhara Volam1-1/+2
2020-10-26bnxt_en: Check abort error state in bnxt_open_nic().Michael Chan1-1/+4
2020-10-26bnxt_en: Re-write PCI BARs after PCI fatal error.Vasundhara Volam2-1/+19
2020-10-26bnxt_en: Invoke cancel_delayed_work_sync() for PFs also.Vasundhara Volam1-11/+2
2020-10-26bnxt_en: Fix regression in workqueue cleanup logic in bnxt_remove_one().Vasundhara Volam1-4/+5
2020-10-26mlxsw: core: Fix use-after-free in mlxsw_emad_trans_finish()Amit Cohen1-0/+3
2020-10-26mlxsw: core: Fix memory leak on module removalIdo Schimmel1-0/+2
2020-10-26mlxsw: Only advertise link modes supported by both driver and deviceAmit Cohen3-2/+38
2020-10-26s390/ism: fix incorrect system EIDKarsten Graul1-1/+1
2020-10-26net/smc: fix suppressed return codeKarsten Graul1-2/+5
2020-10-26net/smc: fix null pointer dereference in smc_listen_decline()Karsten Graul1-3/+4
2020-10-26vsock: use ns_capable_noaudit() on socket createJeff Vander Stoep1-1/+1
2020-10-26cxgb4: set up filter action after rewritesRaju Rangoju2-29/+31
2020-10-26net: hns3: clean up a return in hclge_tm_bp_setup()Dan Carpenter1-1/+1
2020-10-26scsi: qla2xxx: remove incorrect sparse #ifdefLinus Torvalds1-4/+0
2020-10-26arch/um: partially revert the conversion to __section() macroLinus Torvalds2-2/+2
2020-10-26RDMA/uverbs: Fix false error in query gid IOCTLGal Pressman1-3/+0
2020-10-26RDMA/mlx5: Fix devlink deadlock on net namespace deletionParav Pandit3-7/+22
2020-10-26RDMA/rxe: Fix small problem in network_type patchBob Pearson2-5/+32
2020-10-26dt-bindings: Another round of adding missing 'additionalProperties/unevalutatedProperties'Rob Herring17-0/+39
2020-10-26dt-bindings: Explicitly allow additional properties in board/SoC schemasRob Herring62-0/+146
2020-10-26dt-bindings: More whitespace clean-ups in schema filesRob Herring34-219/+223
2020-10-26mfd: google,cros-ec: add missing propertiesRicardo Cañuelo2-10/+64
2020-10-26dt-bindings: input: convert cros-ec-keyb to json-schemaRicardo Cañuelo3-72/+95
2020-10-26dt-bindings: i2c: convert i2c-cros-ec-tunnel to json-schemaRicardo Cañuelo3-39/+71
2020-10-26cachefiles: Handle readpage error correctlyMatthew Wilcox (Oracle)1-1/+2
2020-10-26s390: correct __bootdata / __bootdata_preserved macrosVasily Gorbik1-2/+2
2020-10-25of: Fix reserved-memory overlap detectionVincent Whitchurch1-2/+11
2020-10-25dt-bindings: mailbox: mtk-gce: fix incorrect mbox-cells valueFabien Parent1-1/+1
2020-10-25dt-bindings: leds: Update devicetree documents for ID_RGBDan Murphy2-5/+6
2020-10-25Linux 5.10-rc1Linus Torvalds1-2/+2
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches117-196/+196
2020-10-25kernel/sys.c: fix prototype of prctl_get_tid_address()Rasmus Villemoes1-3/+3
2020-10-25mm: remove kzfree() compatibility definitionEric Biggers6-8/+6
2020-10-25checkpatch: enable GIT_DIR environment use to set git repository locationJoe Perches1-5/+7
2020-10-25i2c: core: Restore acpi_walk_dep_device_list() getting called after registering the ACPI i2c devsHans de Goede1-1/+10
2020-10-24random32: add a selftest for the prandom32 codeWilly Tarreau1-0/+56
2020-10-24random32: add noise from network and scheduling activityWilly Tarreau4-0/+30
2020-10-24random32: make prandom_u32() output unpredictableGeorge Spelvin4-190/+318
2020-10-24KVM: ioapic: break infinite recursion on lazy EOIVitaly Kuznetsov1-4/+1
2020-10-24KVM: vmx: rename pi_init to avoid conflict with paridePaolo Bonzini3-4/+4
2020-10-24KVM: x86/mmu: Avoid modulo operator on 64-bit value to fix i386 buildSean Christopherson1-1/+1
2020-10-23cifs: update internal module version numberSteve French1-1/+1
2020-10-23tcp: Prevent low rmem stalls with SO_RCVLOWAT.Arjun Roy2-1/+4
2020-10-23net: ucc_geth: Drop extraneous parentheses in comparisonMichael Ellerman1-1/+1
2020-10-23ionic: fix mem leak in rx_emptyShannon Nelson1-13/+11