summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release v2020.08.1v2020.08.1Sascha Hauer2020-08-201-1/+1
* fs: Use iget_locked() rather than squashfs specific functionSascha Hauer2020-08-202-18/+1
* fs: squashfs: Do not free root inodeSascha Hauer2020-08-201-1/+0
* fs: squashfs: set s_op in timeSascha Hauer2020-08-201-2/+1
* clk: imx-imx8mp: Mark arm_a53_core clk as criticalSascha Hauer2020-08-201-1/+1
* watchdog: fix watchdog_set_timeout breakage for drivers like imxwdAhmad Fatoum2020-08-201-1/+1
* libfile: copy_file: Fix ftruncate called on device filesSascha Hauer2020-08-201-5/+5
* Release v2020.08.0v2020.08.0Sascha Hauer2020-08-171-1/+1
* Revert "usb: host: ehci: Use to USBSTS to wait for transfer completion"Christian Eggers2020-08-142-8/+14
* startup: Add missing newline to notice messageJules Maselbas2020-08-031-1/+1
* gpio: get function returns masked register valueRenaud Barbier2020-08-031-1/+1
* i2c: stm32: support new st,stm32mp15-i2c compatibleAhmad Fatoum2020-08-031-0/+1
* scripts/rsatoc: fix printing of error message, if environment variable doen't...Marc Kleine-Budde2020-08-031-2/+4
* Documentation/sandbox: fix code blockYegor Yefremov2020-08-031-1/+1
* Merge branch 'for-next/watchdog'Sascha Hauer2020-07-273-0/+40
|\
| * startup: inhibit watchdogs on non-interactive autoboot abortAhmad Fatoum2020-06-233-0/+37
| * watchdog: permit `wd 0` for non-stoppable, but inactive, watchdogsAhmad Fatoum2020-06-231-0/+3
* | Merge branch 'for-next/tlsf'Sascha Hauer2020-07-274-178/+327
|\ \
| * | tlsf: Update to v3.1Sascha Hauer2020-06-164-178/+327
* | | Merge branch 'for-next/ratp'Sascha Hauer2020-07-272-49/+51
|\ \ \
| * | | ratp: Straighten ratp deregistrationSascha Hauer2020-06-161-49/+49
| * | | ratp: Fix closing connectionsSascha Hauer2020-06-161-0/+2
| |/ /
* | | Merge branch 'for-next/ramfs'Sascha Hauer2020-07-2714-360/+826
|\ \ \
| * | | libfile: copy_file: explicitly truncate to final sizeSascha Hauer2020-07-051-5/+11
| * | | libfile: copy_file: Fix calling discard_rangeSascha Hauer2020-07-051-5/+6
| * | | fs: ramfs: Implement memmapSascha Hauer2020-07-051-0/+20
| * | | fs: ramfs: Use dynamically sized chunksSascha Hauer2020-07-051-148/+159
| * | | fs: ramfs: Drop dead codeSascha Hauer2020-07-051-14/+0
| * | | fs: ramfs: Return -ENOSPCSascha Hauer2020-07-051-2/+2
| * | | digest: Drop usage of memmapSascha Hauer2020-07-051-26/+1
| * | | fs: free inodes we no longer needSascha Hauer2020-07-051-3/+5
| * | | fs: Make iput() accept NULL pointersSascha Hauer2020-07-051-0/+3
| * | | fs: Add destroy_inode callbacks to filesystemsSascha Hauer2020-07-055-1/+43
| * | | update list.h from Linux-5.7Sascha Hauer2020-06-176-161/+581
| |/ /
* | | Merge branch 'for-next/module'Sascha Hauer2020-07-2715-41/+505
|\ \ \
| * | | arm: module: Allow modules outside of bl rangeDavid Dgien2020-07-018-6/+295
| * | | arm: elf: Add THM relocation typesDavid Dgien2020-07-011-0/+3
| * | | arm: makefile: Fix compiler flag variableDavid Dgien2020-07-011-1/+1
| * | | module: Implement HAVE_MOD_ARCH_SPECIFICDavid Dgien2020-07-014-0/+77
| * | | module: Fix module command registrationDavid Dgien2020-07-011-14/+29
| * | | module: Fix adding module to list after layoutDavid Dgien2020-07-011-9/+2
| * | | module: Add init macros to module.hDavid Dgien2020-07-012-9/+88
| * | | Makefile: Initialize and export KBUILD variablesDavid Dgien2020-07-011-2/+10
* | | | Merge branch 'for-next/misc'Sascha Hauer2020-07-27110-1816/+969
|\ \ \ \
| * | | | arch/arm/lib64: Convert to SPDX-License and -Copyright specifiersUwe Kleine-König2020-07-145-56/+9
| * | | | treewide: Convert files covered by ARM copyright to SPDXUwe Kleine-König2020-07-1412-137/+46
| * | | | arch/arm/include: Convert to SPDX-License and -Copyright specifiersUwe Kleine-König2020-07-1417-182/+55
| * | | | sandbox: reinstate cooked terminal mode on sanitizer-induced deathAhmad Fatoum2020-07-142-0/+10
| * | | | sandbox: add libc memory allocatorAhmad Fatoum2020-07-144-0/+45
| * | | | sandbox: os: common: fix compiler warning in add_image()Ahmad Fatoum2020-07-141-1/+1