summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* memory: pl172: Enclose macro argument usage in parenthesisKrzysztof Kozlowski2020-07-271-7/+7
* memory: of: Correct kerneldocKrzysztof Kozlowski2020-07-271-2/+2
* memory: omap-gpmc: Fix language typoKrzysztof Kozlowski2020-07-271-1/+1
* memory: omap-gpmc: Correct white space issuesKrzysztof Kozlowski2020-07-271-17/+7
* memory: omap-gpmc: Use 'unsigned int' for consistencyKrzysztof Kozlowski2020-07-271-2/+2
* memory: omap-gpmc: Enclose macro argument usage in parenthesisKrzysztof Kozlowski2020-07-271-10/+10
* memory: omap-gpmc: Correct kerneldocKrzysztof Kozlowski2020-07-271-4/+4
* memory: mvebu-devbus: Align with open parenthesisKrzysztof Kozlowski2020-07-271-7/+7
* memory: mvebu-devbus: Add missing braces to all arms of if statementKrzysztof Kozlowski2020-07-271-3/+3
* memory: bt1-l2-ctl: Add blank lines after declarationsKrzysztof Kozlowski2020-07-271-0/+2
* MAINTAINERS: Add Krzysztof Kozlowski as maintainer of memory controllersKrzysztof Kozlowski2020-07-241-0/+7
* memory: samsung: exynos-srom: Describe the Kconfig entryKrzysztof Kozlowski2020-07-241-0/+7
* memory: Describe the MEMORY Kconfig entryKrzysztof Kozlowski2020-07-241-0/+6
* memory: da8xx-ddrctl: Remove unused 'node' variableKrzysztof Kozlowski2020-07-241-2/+0
* memory: fsl_ifc: Fix whitespace issuesKrzysztof Kozlowski2020-07-241-15/+15
* memory: pl172: Add GPLv2 SPDX license headerKrzysztof Kozlowski2020-07-241-4/+1
* memory: omap-gpmc: Fix whitespace issueKrzysztof Kozlowski2020-07-241-3/+4
* memory: omap-gpmc: Include <linux/sizes.h> for SZ_16MKrzysztof Kozlowski2020-07-241-0/+1
* memory: mtk-smi: Add argument to function pointer definitionKrzysztof Kozlowski2020-07-241-1/+1
* memory: brcmstb_dpfe: Remove unneeded bracesKrzysztof Kozlowski2020-07-241-2/+1
* memory: brcmstb_dpfe: Constify the contents of stringKrzysztof Kozlowski2020-07-241-1/+1
* memory: ti-emif-pm: Fix cast to iomem pointerKrzysztof Kozlowski2020-07-241-1/+1
* memory: ti-aemif: Rename SS to SSTROBE to avoid name conflictsKrzysztof Kozlowski2020-07-241-8/+8
* memory: emif: Silence platform_get_irq() error in driverKrzysztof Kozlowski2020-07-241-4/+1
* memory: emif: Fix whitespace coding style violationsKrzysztof Kozlowski2020-07-241-9/+7
* memory: emif: Put constant in comparison on the right sideKrzysztof Kozlowski2020-07-241-1/+1
* memory: emif-asm-offsets: Add GPLv2 SPDX license headerKrzysztof Kozlowski2020-07-241-9/+1
* memory: of: Remove unneeded extern from function declarationsKrzysztof Kozlowski2020-07-241-10/+11
* memory: of: Correct indentationKrzysztof Kozlowski2020-07-241-4/+6
* memory: of: Remove __func__ in device related messagesKrzysztof Kozlowski2020-07-241-8/+8
* memory: of: Remove unused headersKrzysztof Kozlowski2020-07-241-2/+0
* memory: samsung: exynos5422-dmc: Do not ignore return code of regmap_read()Krzysztof Kozlowski2020-07-241-3/+9
* Linux 5.8-rc1v5.8-rc1Linus Torvalds2020-06-141-2/+2
* Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-mort...Linus Torvalds2020-06-145-1/+40
|\
| * security: Add LSM hooks to set*gid syscallsThomas Cedeno2020-06-145-1/+40
* | Merge tag 'for-5.8-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-147-234/+286
|\ \
| * | Revert "btrfs: switch to iomap_dio_rw() for dio"David Sterba2020-06-144-166/+169
| * | Revert "fs: remove dio_end_io()"David Sterba2020-06-092-0/+21
| * | Revert "btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK"David Sterba2020-06-092-0/+21
| * | Revert "btrfs: split btrfs_direct_IO to read and write part"David Sterba2020-06-093-83/+90
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-14111-647/+1344
|\ \ \
| * | | net: ethernet: ti: ale: fix allmulti for nu type aleGrygorii Strashko2020-06-141-9/+40
| * | | net: ethernet: ti: am65-cpsw-nuss: fix ale parameters initGrygorii Strashko2020-06-141-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-1427-93/+348
| |\ \ \
| | * | | bpf: Undo internal BPF_PROBE_MEM in BPF insns dumpAndrii Nakryiko2020-06-131-5/+12
| | * | | libbpf: Support pre-initializing .bss global variablesAndrii Nakryiko2020-06-133-13/+55
| | * | | tools/bpftool: Fix skeleton codegenAndrii Nakryiko2020-06-131-2/+0
| | * | | bpf: Fix memlock accounting for sock_hashAndrey Ignatov2020-06-131-0/+4
| | * | | bpf: sockmap: Don't attach programs to UDP socketsLorenz Bauer2020-06-131-4/+6
| | * | | bpf: tcp: Recv() should return 0 when the peer socket is closedSabrina Dubroca2020-06-131-0/+3