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