aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-15devlink: health: Fix nla_nest_end in error flowMoshe Shemesh1-1/+1
2023-02-15devlink: Split out health reporter create codeMoshe Shemesh4-209/+226
2023-02-15ice: update xdp_features with xdp multi-buffLorenzo Bianconi1-6/+12
2023-02-15i40e: check vsi type before setting xdp_features flagLorenzo Bianconi1-2/+4
2023-02-15bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMESAlexander Lobakin2-9/+27
2023-02-15iommufd: Do not add the same hwpt to the ioas->hwpt_list twiceJason Gunthorpe1-4/+0
2023-02-15tracing: Add BUILD_BUG() to make sure stacktrace fits in stringsSteven Rostedt (Google)1-0/+3
2023-02-15tracing/histogram: Don't use strlen to find length of stacktrace variablesTom Zanussi2-5/+14
2023-02-15Merge branch 'New benchmark for hashmap lookups'Andrii Nakryiko14-32/+420
2023-02-15selftest/bpf/benchs: Add benchmark for hashmap lookupsAnton Protopopov4-1/+354
2023-02-15selftest/bpf/benchs: Print less if the quiet option is setAnton Protopopov1-2/+4
2023-02-15selftest/bpf/benchs: Make quiet option commonAnton Protopopov4-15/+8
2023-02-15selftest/bpf/benchs: Remove an unused headerAnton Protopopov1-1/+0
2023-02-15selftest/bpf/benchs: Enhance argp parsingAnton Protopopov8-10/+51
2023-02-15selftest/bpf/benchs: Make a function static in bpf_hashmap_full_updateAnton Protopopov1-1/+1
2023-02-15selftest/bpf/benchs: Fix a typo in bpf_hashmap_full_updateAnton Protopopov2-2/+2
2023-02-15Merge branch 'Use __GFP_ZERO in bpf memory allocator'Alexei Starovoitov5-3/+130
2023-02-15selftests/bpf: Add test case for element reuse in htab mapHou Tao2-0/+120
2023-02-15bpf: Zeroing allocated object from slab in bpf memory allocatorHou Tao3-3/+10
2023-02-16macintosh: windfarm: Use unsigned type for 1-bit bitfieldsNathan Chancellor2-4/+4
2023-02-15ASoC: da7219: Improve the IRQ process to increase the stabilityDavid Rau2-7/+38
2023-02-15Merge tag 'apparmor-v6.2-rc9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+1
2023-02-15power: reset: odroid-go-ultra: fix I2C dependencyArnd Bergmann1-1/+1
2023-02-15power: supply: leds: explicitly include linux/leds.hThomas Weißschuh1-0/+1
2023-02-15spi: bcm63xx-hsspi: fix error code in probeDan Carpenter1-1/+2
2023-02-15spi: bcmbca-hsspi: Fix error code in probe() functionDan Carpenter1-1/+2
2023-02-15dt-bindings: power: supply: pm8941-coincell: Don't require charging propertiesKonrad Dybcio1-4/+8
2023-02-15dt-bindings: power: supply: pm8941-coincell: Add PM8998 compatibleKonrad Dybcio1-1/+7
2023-02-15dt-bindings: Fix multi pattern support in DT_SCHEMA_FILESCristian Ciocaltea1-1/+1
2023-02-15of: reserved-mem: print out reserved-mem details during bootMartin Liu1-0/+10
2023-02-15PCI: hotplug: Allow marking devices as disconnected during bind/unbindLukas Wunner1-30/+13
2023-02-15Merge tag 'nvme-6.3-2023-02-15' of git://git.infradead.org/nvme into for-6.3/...Jens Axboe1-4/+2
2023-02-15Merge tag 'nvme-6.2-2023-02-15' of git://git.infradead.org/nvme into block-6.2Jens Axboe1-10/+10
2023-02-15Documentation: i2c: correct spellingRandy Dunlap2-2/+2
2023-02-15dt-bindings: i2c: i2c-st: convert to DT schemaAlain Volmat3-42/+72
2023-02-15Merge tag 'nfsd-6.2-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-1/+1
2023-02-15Merge branch 'Improvements for BPF_ST tracking by verifier 'Alexei Starovoitov3-49/+150
2023-02-15selftests/bpf: check if BPF_ST with variable offset preserves STACK_ZEROEduard Zingerman1-0/+30
2023-02-15bpf: BPF_ST with variable offset should preserve STACK_ZERO marksEduard Zingerman1-1/+3
2023-02-15selftests/bpf: check if verifier tracks constants spilled by BPF_ST_MEMEduard Zingerman1-0/+37
2023-02-15bpf: track immediate values written to stack by BPF_ST instructionEduard Zingerman2-48/+80
2023-02-15Merge tag 'trace-v6.2-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2023-02-15apparmor: Fix regression in compat permissions for getattrJohn Johansen1-2/+1
2023-02-15dt-bindings: mailbox: qcom,apcs-kpss-global: drop mbox-names from exampleKrzysztof Kozlowski1-1/+0
2023-02-15Merge branches 'pm-tools' and 'pm-docs'Rafael J. Wysocki4-10/+10
2023-02-15Merge branches 'powercap', 'pm-domains', 'pm-em' and 'pm-opp'Rafael J. Wysocki9-19/+33
2023-02-15Merge patch series "riscv: Optimize function trace"Palmer Dabbelt5-86/+79
2023-02-15riscv: ftrace: Reduce the detour code size to halfGuo Ren4-86/+75
2023-02-15riscv: ftrace: Remove wasted nops for !RISCV_ISA_CGuo Ren1-0/+4
2023-02-15riscv: ftrace: Fixup panic by disabling preemptionAndy Chiu1-1/+1