summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | clk: divider: pass divider flagsSascha Hauer2019-03-116-29/+41
| * | | clk: Support CLK_IS_CRITICAL flagSascha Hauer2019-03-112-0/+4
| * | | clk: Make CLK_IGNORE_UNUSED genericSascha Hauer2019-03-112-1/+1
| * | | clk: export clk_gate_is_enabled()Sascha Hauer2019-03-112-1/+3
| * | | clk: parent_names should be constSascha Hauer2019-03-113-7/+7
| * | | clk: clk-composite: return parent_rate if no rate clkSascha Hauer2019-03-111-1/+4
| |/ /
* | | Merge branch 'for-next/pstore'Sascha Hauer2019-04-099-177/+506
|\ \ \
| * | | pstore/doc: fix layoutJuergen Borleis2019-03-181-8/+8
| * | | pstore: ramoops: allow zapping invalid buffers in read-only modePhilipp Zabel2019-03-182-6/+2
| * | | pstore: pass ramoops configuration to kernel via device treePhilipp Zabel2019-03-182-22/+86
| * | | pstore: Replace arguments for write() APIKees Cook2019-03-182-13/+11
| * | | pstore: Replace arguments for read() APIKees Cook2019-03-183-19/+19
| * | | pstore: Switch pstore_mkfile to pass recordKees Cook2019-03-183-29/+26
| * | | pstore: add console supportPhilipp Zabel2019-03-183-0/+84
| * | | pstore: Extract common arguments into structureKees Cook2019-03-182-14/+31
| * | | pstore/ram: Clarify resource reservation labelsKees Cook2019-03-184-30/+40
| * | | pstore: improve error report for failed setupKees Cook2019-03-181-17/+32
| * | | pstore/ram: Do not use stack VLA for parity workspaceKees Cook2019-03-182-7/+22
| * | | pstore: Make ramoops_init_przs generic for other prz arraysKees Cook2019-03-181-28/+58
| * | | ramoops: use DT reserved-memory bindingsKees Cook2019-03-181-15/+7
| * | | pstore/ram: add Device Tree bindingsGreg Hackmann2019-03-181-0/+83
| * | | ramoops: probe from device tree if OFTREE is enabledPhilipp Zabel2019-03-181-4/+32
* | | | Merge branch 'for-next/net'Sascha Hauer2019-04-095-1/+393
|\ \ \ \
| * | | | realtek phy driverSascha Hauer2019-03-113-0/+178
| * | | | net: phy: Add register access helper functions for physSascha Hauer2019-03-113-1/+211
| * | | | net: phy: Add PHY_ID_MATCH_* macrosSascha Hauer2019-03-111-0/+4
| | |/ / | |/| |
* | | | Merge branch 'for-next/misc'Sascha Hauer2019-04-0934-163/+171
|\ \ \ \
| * | | | commands: unify newlines for optionsMichael Tretter2019-04-056-14/+14
| * | | | ARM: rpi: add board revision for Compute Module 3+Tomaz Solc2019-03-272-0/+3
| * | | | treewide: surround Kconfig file paths with double quotesMasahiro Yamada2019-03-2119-76/+75
| * | | | linux/kernel.h: split *_MAX and *_MIN macros into <linux/limits.h>Masahiro Yamada2019-03-212-27/+37
| * | | | drivers: video: Fix parsing oftree timingsAlexander Shiyan2019-03-181-8/+7
| * | | | usb: dwc3: Toggle GCTL.CORESOFTRESET as a first stepAndrey Smirnov2019-03-181-0/+21
| * | | | libfile: Make use of write_full() in copy_file()Andrey Smirnov2019-03-131-12/+6
| * | | | commands: memcpy: Make use of min_t()Andrey Smirnov2019-03-131-1/+1
| * | | | commands: memcpy: Make use of write_full()Andrey Smirnov2019-03-131-14/+4
| * | | | fs: ramfs: Drop unnecessary check in ramfs_mknod()Andrey Smirnov2019-03-131-4/+2
| * | | | fs: ramfs: Drop unused 'chunks' conterAndrey Smirnov2019-03-131-4/+0
| * | | | fs: ramfs: Drop unused 'handle' filed from struct ramfs_inodeAndrey Smirnov2019-03-131-2/+0
| |/ / /
* | | | Merge branch 'for-next/lseek'Sascha Hauer2019-04-0811-87/+66
|\ \ \ \
| * | | | commands: loadb: Make use of open_and_lseek()Andrey Smirnov2019-03-121-11/+2
| * | | | commands: loadxy: Make use of open_and_lseek()Andrey Smirnov2019-03-111-11/+2
| * | | | state: Fix lseek error check in state_mtd_peb_write()Andrey Smirnov2019-03-111-4/+3
| * | | | state: Fix lseek error check in state_mtd_peb_read()Andrey Smirnov2019-03-111-4/+3
| * | | | state: Fix lseek error check in state_backend_bucket_direct_write()Andrey Smirnov2019-03-111-4/+3
| * | | | state: Fix lseek error check in state_backend_bucket_direct_read()Andrey Smirnov2019-03-111-8/+8
| * | | | uimage: Fix lseek error check in uimage_load_to_buf()Andrey Smirnov2019-03-111-10/+7
| * | | | uimage: Fix lseek error check in uimage_load()Andrey Smirnov2019-03-111-4/+4
| * | | | uimage: Fix lseek error check in uimage_verify()Andrey Smirnov2019-03-111-3/+4
| * | | | bpkfs: Fix lseek error check in bpkfs_probe()Andrey Smirnov2019-03-111-2/+2