aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-07-01perf cs-etm: Remove callback cs_etm_find_snapshot()Leo Yan1-133/+0
2021-07-01perf bpf_counter: Move common functions to bpf_counter.hNamhyung Kim2-52/+52
2021-07-01Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds27-64/+74
2021-07-01Merge branch 'dsa-mv88e6xxx-topaz-fixes'David S. Miller2-5/+23
2021-07-01net: dsa: mv88e6xxx: enable SerDes PCS register dump via ethtool -d on TopazMarek Behún1-0/+4
2021-07-01net: dsa: mv88e6xxx: enable SerDes RX stats for TopazMarek Behún2-3/+9
2021-07-01net: dsa: mv88e6xxx: enable devlink ATU hash param for TopazMarek Behún1-0/+4
2021-07-01net: dsa: mv88e6xxx: enable .rmu_disable() on TopazMarek Behún1-0/+2
2021-07-01net: dsa: mv88e6xxx: use correct .stats_set_histogram() on TopazMarek Behún1-2/+2
2021-07-01net: dsa: mv88e6xxx: enable .port_set_policy() on TopazMarek Behún1-0/+2
2021-07-01sctp: move 198 addresses from unusable to private scopeXin Long2-4/+3
2021-07-01sctp: check pl.raise_count separately from its incrementXin Long1-4/+7
2021-07-01net: bcmgenet: ensure EXT_ENERGY_DET_MASK is clearDoug Berger2-21/+2
2021-07-01net: dsa: return -EOPNOTSUPP when driver does not implement .port_lag_joinVladimir Oltean1-2/+2
2021-07-01Merge branch 'octeopntx2-LMTST-regions'David S. Miller12-74/+281
2021-07-01octeontx2-pf: cn10k: Use runtime allocated LMTLINE regionGeetha sowjanya6-73/+54
2021-07-01octeontx2-af: cn10k: Support configurable LMTST regionsGeetha sowjanya3-35/+103
2021-07-01octeontx2-af: cn10k: Setting up lmtst map tableHarman Kalra6-1/+159
2021-07-01net: annotate data race around sk_ll_usecEric Dumazet2-2/+2
2021-07-01net/802/garp: fix memleak in garp_request_join()Yang Yingliang1-0/+14
2021-07-01tracing: Resize tgid_map to pid_max, not PID_MAX_DEFAULTPaul Burton1-16/+47
2021-07-01sctp: prevent info leak in sctp_make_heartbeat()Dan Carpenter1-1/+1
2021-07-01net/802/mrp: fix memleak in mrp_request_join()Yang Yingliang1-0/+14
2021-07-01openvswitch: Optimize operation for key comparisonBaowen Zheng1-3/+3
2021-07-01net: usb: asix: ax88772: suspend PHY on driver probeOleksij Rempel1-0/+1
2021-07-01ipc/util.c: use binary search for max_idxManfred Spraul2-5/+42
2021-07-01ipc/sem.c: use READ_ONCE()/WRITE_ONCE() for use_global_lockManfred Spraul1-5/+9
2021-07-01ipc: use kmalloc for msg_queue and shmid_kernelVasily Averin2-6/+6
2021-07-01ipc sem: use kvmalloc for sem_undo allocationVasily Averin1-5/+6
2021-07-01lib/decompressors: remove set but not used variabled 'level'Yu Kuai1-2/+1
2021-07-01selftests/vm/pkeys: exercise x86 XSAVE init stateDave Hansen3-2/+76
2021-07-01selftests/vm/pkeys: refill shadow register after implicit kernel writeDave Hansen1-0/+7
2021-07-01selftests/vm/pkeys: handle negative sys_pkey_alloc() return codeDave Hansen1-1/+1
2021-07-01selftests/vm/pkeys: fix alloc_random_pkey() to make it really, really randomDave Hansen1-1/+2
2021-07-01kcov: add __no_sanitize_coverage to fix noinstr for all architecturesMarco Elver3-1/+24
2021-07-01exec: remove checks in __register_bimfmt()Alexey Dobriyan1-3/+0
2021-07-01x86: signal: don't do sas_ss_reset() until we are certain that sigframe won't be abandonedAl Viro3-14/+4
2021-07-01hfsplus: report create_date to kstat.btimeChung-Chiang Cheng1-0/+5
2021-07-01hfsplus: remove unnecessary oom messageZhen Lei1-1/+0
2021-07-01nilfs2: remove redundant continue statement in a while-loopColin Ian King1-1/+0
2021-07-01kprobes: remove duplicated strong free_insn_page in x86 and s390Barry Song4-13/+1
2021-07-01init: print out unknown kernel parametersAndrew Halaney1-0/+42
2021-07-01checkpatch: do not complain about positive return values starting with EPOLLGuenter Roeck1-1/+1
2021-07-01checkpatch: improve the indented label testJoe Perches1-3/+7
2021-07-01checkpatch: scripts/spdxcheck.py now requires python3Guenter Roeck1-2/+2
2021-07-01lib/decompress_unlz4.c: correctly handle zero-padding around initrds.Dimitri John Ledkov1-0/+8
2021-07-01lz4_decompress: declare LZ4_decompress_safe_withPrefix64k staticRajat Asthana1-1/+1
2021-07-01kernel.h: split out kstrtox() and simple_strtox() to a separate headerAndy Shevchenko7-156/+163
2021-07-01lib/test_string.c: allow module removalMatteo Croce1-0/+5
2021-07-01lib: uninline simple_strtoull()Alexey Dobriyan1-0/+1