summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace strerror(-PTR_ERR(errno)) with %pe format specifierAhmad Fatoum2020-09-298-22/+15
* vsprintf: retire strerrorp in favor of %peAhmad Fatoum2020-09-2912-26/+16
* vsprintf: add %pe format specifier for printing symbolic error namesAhmad Fatoum2020-09-291-12/+27
* vsprintf: constify pointers where appropriateAhmad Fatoum2020-09-291-10/+15
* lib: kasan: migrate Kconfig option to Debugging menuAhmad Fatoum2020-09-292-2/+1
* KASan: Add missing test codeSascha Hauer2020-09-281-0/+478
* Merge branch 'for-next/protonic' into masterSascha Hauer2020-09-2516-36/+1282
|\
| * ARM: dts: protonic: lanmcu: add uart-has-rtscts to enable rs485 functionalityOleksij Rempel2020-08-241-0/+2
| * ARM: dts: protonic: properly define PHY nodes on lanmcu and plym2m boardsOleksij Rempel2020-08-242-2/+28
| * ARM: dts: protonic: lanmcu: use UART_CTS instead of GPIO based CTSOleksij Rempel2020-08-241-4/+2
| * ARM: dts: protonic: add fixed clock for the FEC nodeOleksij Rempel2020-08-242-4/+18
| * ARM: dts: protonic: lanmcu: add eMMC partition tableOleksij Rempel2020-08-241-3/+13
| * ARM: dts: imx6q-prti6q: add pstore/ramoops nodeOleksij Rempel2020-08-241-0/+11
| * ARM: dts: unify barebox and barebox, env partitions for all Protonic boardsOleksij Rempel2020-08-246-23/+83
| * ARM: protonic-imx6: port Protonic specific board codeOleksij Rempel2020-08-242-0/+1035
| * of: of_device_get_match_compatible() helperOleksij Rempel2020-08-242-0/+18
| * common: console_common: add of_console_get_by_alias() helperOleksij Rempel2020-08-242-0/+19
| * gpiolib: add gpio_array_to_id helper to get ID out of GPIO arrayOleksij Rempel2020-08-242-0/+36
| * of: base: register DT root as deviceOleksij Rempel2020-08-241-0/+17
* | Merge branch 'for-next/powerpc' into masterSascha Hauer2020-09-2525-119/+59
|\ \
| * | powerpc: Add function prototypes for exception handlersSascha Hauer2020-09-151-0/+8
| * | powerpc: Remove unused functionsSascha Hauer2020-09-154-90/+0
| * | powerpc: Add prototypes for functions called from assemblySascha Hauer2020-09-154-0/+12
| * | powerpc: Make locally used functions staticSascha Hauer2020-09-159-19/+20
| * | powerpc: Add missing includesSascha Hauer2020-09-157-0/+9
| * | powerpc: Add prototypes to header fileSascha Hauer2020-09-154-10/+10
* | | Merge branch 'for-next/net' into masterSascha Hauer2020-09-2537-92/+1797
|\ \ \
| * | | workqueues: Add support for delayed workSascha Hauer2020-09-142-0/+16
| * | | Documentation: Add document about background execution in bareboxSascha Hauer2020-08-193-0/+140
| * | | fs: Warn when filesystem operations are called from a pollerSascha Hauer2020-08-193-1/+45
| * | | Add WARN_ONCE() macroSascha Hauer2020-08-191-0/+13
| * | | usb: fastboot: execute commands in command contextSascha Hauer2020-08-191-7/+45
| * | | fastboot net: implement fastboot over UDPEdmund Henniges2020-08-196-0/+612
| * | | fastboot: init list head in commonSascha Hauer2020-08-192-2/+2
| * | | fastboot: Add fastboot_abort()Sascha Hauer2020-08-192-0/+14
| * | | fastboot: Warn when cb_download is called with file still openSascha Hauer2020-08-191-0/+6
| * | | fastboot: rename usbgadget.fastboot_* variables to fastboot.*Daniel Glöckner2020-08-195-21/+55
| * | | globalvar: Add helper for deprecated variable namesSascha Hauer2020-08-192-2/+57
| * | | net: reply to ping requestsSascha Hauer2020-08-191-2/+44
| * | | usbnet: shorten timeout when polling for receive packetsSascha Hauer2020-08-191-1/+1
| * | | net: Call net_poll() in a pollerSascha Hauer2020-08-193-5/+60
| * | | usbnet: Add sliceSascha Hauer2020-08-191-0/+3
| * | | usb: Add a slice to usb host controllersSascha Hauer2020-08-192-6/+14
| * | | net: mdiobus: Add sliceSascha Hauer2020-08-192-23/+58
| * | | net: Add a slice to struct eth_deviceSascha Hauer2020-08-192-2/+82
| * | | net: eth: rename __eth_rx()Sascha Hauer2020-08-191-4/+4
| * | | ratp: Switch to workqueuesSascha Hauer2020-08-133-20/+44
| * | | Add workqueuesSascha Hauer2020-08-138-0/+143
| * | | Introduce slicesSascha Hauer2020-08-134-0/+343
* | | | Merge branch 'for-next/mmc' into masterSascha Hauer2020-09-258-27/+136
|\ \ \ \