summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | include: linux: phy: Add missing PHY_INTERFACE_* constantsAndrey Smirnov2018-10-181-0/+9
| * | linux: string: Port kbasename()Andrey Smirnov2018-10-181-0/+12
| * | drivers: base: Convert device_d name to be dynamically allocatedAndrey Smirnov2018-10-181-3/+2
| * | base: Don't use shared buffer for results of dev_id()Andrey Smirnov2018-10-181-1/+10
| * | drivers: Introduce dev_set_name()Andrey Smirnov2018-10-181-3/+8
| |/
* | Merge branch 'for-next/missing-prototypes'Sascha Hauer2018-11-091-0/+5
|\ \
| * | dma: Add missing re-inclusion protectorSascha Hauer2018-10-191-0/+5
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2018-11-092-0/+5
|\ \
| * | net: dhcp: fix option 54Marcin Niestroj2018-10-261-0/+1
| * | i2c: introduce device_i2c_driver() macroMarco Felsch2018-10-191-0/+4
| |/
* | Merge branch 'for-next/imx'Sascha Hauer2018-11-091-0/+101
|\ \
| * | lib: Port CRC8 implementation from Linux kernelAndrey Smirnov2018-11-061-0/+101
| |/
* | Merge branch 'for-next/gpio'Sascha Hauer2018-11-094-0/+112
|\ \
| * | gpiolib: Introduce gpio_find_by_label()Andrey Smirnov2018-10-291-0/+6
| * | lib: Port kstrtox.c from Linux kernelAndrey Smirnov2018-10-292-0/+97
| * | linux/ctype.h: Port _tolower()Andrey Smirnov2018-10-291-0/+9
| |/
* | Merge branch 'for-next/driver'Sascha Hauer2018-11-091-4/+0
|\ \
| * | drivers: base: Drop dev_get_mem_region_by_name()Andrey Smirnov2018-10-291-4/+0
| |/
* / fs: implement d_revalidateSascha Hauer2018-10-291-0/+3
|/
* Merge branch 'for-next/ubifs'Sascha Hauer2018-10-0915-471/+1066
|\
| * vsprintf: implement %pVSascha Hauer2018-10-081-0/+5
| * compiler: Update to v4.19-rc6Sascha Hauer2018-10-085-457/+535
| * fs: implement clear_nlink and set_nlinkSascha Hauer2018-10-081-0/+2
| * fs: implement iget_locked and iget_failedSascha Hauer2018-10-081-0/+2
| * fs: implement file_inodeSascha Hauer2018-10-081-0/+5
| * fs: Add SB_* flagsSascha Hauer2018-10-081-0/+19
| * fs: Add fscrypt no-op headersSascha Hauer2018-10-082-0/+378
| * fs: let dir_emit_dots return intSascha Hauer2018-10-081-1/+2
| * Add more mutex no-opsSascha Hauer2018-10-081-0/+3
| * Add kmemdupSascha Hauer2018-10-082-1/+7
| * Add linux/slab.hSascha Hauer2018-10-083-12/+108
* | Merge branch 'for-next/ratp'Sascha Hauer2018-10-091-0/+10
|\ \
| * | ratp: implement support for GPIO commandsAleksander Morgado2018-09-171-0/+6
| * | ratp: implement i2c read/write supportAleksander Morgado2018-09-171-0/+4
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2018-10-092-1/+17
|\ \
| * | digest.h: Sync hash_algo values with kernelSascha Hauer2018-10-081-1/+7
| * | environment: Do not use environment when overlapping with other partitionsSascha Hauer2018-09-261-0/+10
| |/
* | bbu: Add "handler" parameter to barebox_update()Andrey Smirnov2018-10-081-1/+1
* | bbu: Expose bbu_find_handler_by_*() functionsAndrey Smirnov2018-10-081-1/+2
|/
* Merge branch 'for-next/misc'Sascha Hauer2018-09-114-38/+58
|\
| * mfd: rave-sp: Add mapping for legacy EEPROM commandAndrey Smirnov2018-08-311-0/+1
| * ratp: fix sending data that won't fit in a single RATP packetAleksander Morgado2018-08-311-1/+1
| * scsi: ilog2: create truly constant version for sparseMartin Wilck2018-08-241-11/+24
| * linux/log2.h: fix kernel-doc notationRandy Dunlap2018-08-241-19/+23
| * log2: Use fls_long() in __roundup_pow_of_two()Andrey Smirnov2018-08-241-1/+1
| * give up on gcc ilog2() constant optimizationsLinus Torvalds2018-08-241-11/+2
| * log2: make order_base_2() behave correctly on const input value zeroArd Biesheuvel2018-08-241-1/+12
| * include/common: Make use of ALIGN and ALIGN_DOWNAndrey Smirnov2018-08-221-2/+2
* | Merge branch 'for-next/imx'Sascha Hauer2018-09-112-0/+3
|\ \
| * | libfile: Introduce pwrite_full()Andrey Smirnov2018-08-311-0/+1