summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mfd: tps65090: Make it explicitly non-modularPaul Gortmaker2019-02-011-25/+5
* mfd: syscon: Make it explicitly non-modularPaul Gortmaker2019-02-011-11/+1
* mfd: sta2x11: Drop unused MODULE_ tags from non-modular codePaul Gortmaker2019-02-011-6/+4
* mfd: rc5t583: Make it explicitly non-modularPaul Gortmaker2019-02-011-14/+0
* mfd: max8925-core: Drop unused MODULE_ tags from non-modular codePaul Gortmaker2019-02-011-6/+1
* mfd: htc-i2cpld: Make it explicitly non-modularPaul Gortmaker2019-02-011-17/+1
* mfd: db8500-prcmu: Drop unused MODULE_ tags from non-modular codePaul Gortmaker2019-02-011-6/+4
* mfd: as3711: Make it explicitly non-modularPaul Gortmaker2019-02-011-14/+0
* mfd: adp5520: Make it explicitly non-modularPaul Gortmaker2019-02-011-23/+7
* mfd: aat2870-core: Make it explicitly non-modularPaul Gortmaker2019-02-011-37/+3
*-. Merge branches 'ib-mfd-iio-input-5.1', 'ib-mfd-input-watchdog-5.1' and 'ib-mf...Lee Jones2019-02-01946-4839/+10210
|\ \
| | * platform/chrome: cros_ec_lightbar: Instantiate only if the EC has a lightbarEnric Balletbo i Serra2019-02-011-35/+18
| | * mfd / platform: cros_ec_vbc: Instantiate only if the EC has a VBC NVRAMEnric Balletbo i Serra2019-02-012-17/+18
| | * mfd / platform: cros_ec: Move device sysfs attributes to its own driverEnric Balletbo i Serra2019-02-018-17/+81
| | * mfd / platform: cros_ec: Move debugfs attributes to its own driverEnric Balletbo i Serra2019-02-015-68/+56
| | * mfd / platform: cros_ec: Move vbc attributes to its own driverEnric Balletbo i Serra2019-02-016-4/+62
| | * mfd / platform: cros_ec: Move lightbar attributes to its own driverEnric Balletbo i Serra2019-02-017-41/+173
| | * mfd / platform: cros_ec: Use devm_mfd_add_devicesEnric Balletbo i Serra2019-02-015-46/+3
| | * Linux 5.0-rc3v5.0-rc3Linus Torvalds2019-01-211-1/+1
| | * Merge tag 'pstore-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-01-211-8/+4
| | |\
| | | * pstore/ram: Avoid allocation and leak of platform dataKees Cook2019-01-201-6/+3
| | | * pstore/ram: Fix console ramoops to show the previous boot logsSai Prakash Ranjan2019-01-171-2/+1
| | * | Merge tag 'gcc-plugins-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-01-211-2/+21
| | |\ \
| | | * | gcc-plugins: arm_ssp_per_task_plugin: fix for GCC 9+Ard Biesheuvel2019-01-201-0/+18
| | | * | gcc-plugins: arm_ssp_per_task_plugin: sign extend the SP maskArd Biesheuvel2019-01-201-2/+3
| | | |/
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-21114-602/+2090
| | |\ \
| | | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-01-1916-36/+1293
| | | |\ \
| | | | * | bpf: in __bpf_redirect_no_mac pull mac only if presentWillem de Bruijn2019-01-202-10/+12
| | | | * | tools: bpftool: Cleanup license messThomas Gleixner2019-01-182-11/+1
| | | | * | bpf: fix inner map masking to prevent oob under speculationDaniel Borkmann2019-01-181-2/+15
| | | | * | bpf: pull in pkt_sched.h header for tooling to fix bpftool buildDaniel Borkmann2019-01-181-0/+1163
| | | | * | bpf: fix SO_MAX_PACING_RATE to support TCP internal pacingYuchung Cheng2019-01-181-0/+4
| | | | * | bpf: bpf_setsockopt: reset sock dst on SO_MARK changesPeter Oskolkov2019-01-181-1/+4
| | | | * | bpf: Correctly annotate implicit fall through in bpf_base_func_protoMathieu Malaterre2019-01-171-1/+1
| | | | * | bpf: Annotate implicit fall through in cgroup_dev_func_protoMathieu Malaterre2019-01-171-0/+1
| | | | * | bpf: Make function btf_name_offset_valid staticMathieu Malaterre2019-01-171-1/+1
| | | | * | selftests/bpf: retry tests that expect build-idStanislav Fomichev2019-01-171-0/+30
| | | | * | bpf: zero out build_id for BPF_STACK_BUILD_ID_IPStanislav Fomichev2019-01-171-0/+2
| | | | * | bpf: don't assume build-id length is always 20 bytesStanislav Fomichev2019-01-171-2/+5
| | | | * | tools/bpf: properly account for libbfd variationsStanislav Fomichev2019-01-161-1/+8
| | | | * | bpf: libbpf: retry loading program on EAGAINLorenz Bauer2019-01-151-4/+15
| | | | * | samples/bpf: workaround clang asm goto compilation errorsYonghong Song2019-01-152-0/+17
| | | | * | selftests/bpf: install with_tunnels.sh for test_flow_dissector.shStanislav Fomichev2019-01-151-0/+1
| | | | * | xsk: Check if a queue exists during umem setupKrzysztof Kazimierczak2019-01-151-3/+13
| | | * | | virtio_net: bulk free tx skbsMichael S. Tsirkin2019-01-191-6/+6
| | | * | | net: phy: phy driver features are mandatoryCamelia Groza2019-01-192-2/+7
| | | * | | isdn: avm: Fix string plus integer warning from ClangNathan Chancellor2019-01-191-1/+1
| | | * | | Merge tag 'mlx5-fixes-2019-01-18' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-01-183-14/+34
| | | |\ \ \
| | | | * | | net/mlx5e: Fix cb_ident duplicate in indirect block registerEli Britstein2019-01-181-13/+16
| | | | * | | net/mlx5e: Fix wrong (zero) TX drop counter indication for representorTariq Toukan2019-01-181-0/+1