summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | initramfs: make initramfs compression choice non-optionalMasahiro Yamada2020-01-141-8/+0
| * | | initramfs: make compression options not depend on INITRAMFS_SOURCEMasahiro Yamada2020-01-141-2/+0
| * | | initramfs: remove redundant dependency on BLK_DEV_INITRDMasahiro Yamada2020-01-141-6/+0
| * | | initramfs: rename gen_initramfs_list.sh to gen_initramfs.shMasahiro Yamada2020-01-142-1/+1
| * | | gen_initramfs_list.sh: fix the tool name in the commentMasahiro Yamada2020-01-141-1/+1
| * | | gen_initramfs_list.sh: remove unused variable 'default_list'Masahiro Yamada2020-01-141-1/+0
| * | | initramfs: replace klibcdirs in Makefile with FORCEMasahiro Yamada2020-01-141-5/+1
| * | | builddeb: make headers package thinnerMichał Mirosław2020-01-141-2/+2
| * | | kbuild: create modules.builtin without Makefile.modbuiltin or tristate.confMasahiro Yamada2020-01-067-128/+22
| * | | kbuild: pass KBUILD_MODFILE when compiling builtin objectsMasahiro Yamada2020-01-061-6/+9
| * | | kbuild: add stringify helper to quote a string passed to C filesMasahiro Yamada2020-01-062-1/+5
| * | | kbuild: use pattern rule for building built-in.a in sub-directoriesMasahiro Yamada2020-01-061-1/+1
| * | | kbuild: do not create orphan built-in.a or obj-y objectsMasahiro Yamada2020-01-062-1/+5
| * | | kbuild: rename header-test- to no-header-test in usr/include/MakefileMasahiro Yamada2020-01-061-53/+53
| * | | kbuild: detect missing include guard for exported headersMasahiro Yamada2020-01-061-1/+2
| |/ /
* | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-02-016-330/+89
|\ \ \
| * | | s390x: Mark archrandom.h functions __must_checkRichard Henderson2020-01-251-4/+4
| * | | powerpc: Mark archrandom.h functions __must_checkRichard Henderson2020-01-251-4/+4
| * | | powerpc: Use bool in archrandom.hRichard Henderson2020-01-251-8/+9
| * | | x86: Mark archrandom.h functions __must_checkRichard Henderson2020-01-251-8/+8
| * | | linux/random.h: Mark CONFIG_ARCH_RANDOM functions __must_checkRichard Henderson2020-01-251-4/+4
| * | | linux/random.h: Use false with boolRichard Henderson2020-01-251-4/+4
| * | | linux/random.h: Remove arch_has_random, arch_has_random_seedRichard Henderson2020-01-251-8/+0
| * | | s390: Remove arch_has_random, arch_has_random_seedRichard Henderson2020-01-251-12/+0
| * | | powerpc: Remove arch_has_random, arch_has_random_seedRichard Henderson2020-01-251-10/+0
| * | | x86: Remove arch_has_random, arch_has_random_seedRichard Henderson2020-01-251-8/+4
| * | | random: remove some dead code of poolinfoYangtao Li2020-01-071-30/+0
| * | | random: fix typo in add_timer_randomness()Yangtao Li2020-01-071-1/+1
| * | | random: Add and use pr_fmt()Yangtao Li2020-01-071-12/+11
| * | | random: convert to ENTROPY_BITS for better code readabilityYangtao Li2020-01-071-3/+2
| * | | random: remove unnecessary unlikely()Yangtao Li2020-01-071-4/+2
| * | | random: remove kernel.random.read_wakeup_thresholdAndy Lutomirski2020-01-071-17/+1
| * | | random: delete code to pull data into poolsAndy Lutomirski2020-01-071-40/+0
| * | | random: remove the blocking poolAndy Lutomirski2020-01-071-106/+0
| * | | random: make /dev/random be almost like /dev/urandomAndy Lutomirski2020-01-071-41/+14
| * | | random: ignore GRND_RANDOM in getentropy(2)Andy Lutomirski2020-01-072-4/+1
| * | | random: add GRND_INSECURE to return best-effort non-cryptographic bytesAndy Lutomirski2020-01-072-2/+11
| * | | random: Add a urandom_read_nowait() for random APIs that don't warnAndy Lutomirski2020-01-071-6/+15
| * | | random: Don't wake crng_init_wait when crng_init == 1Andy Lutomirski2020-01-071-1/+0
| * | | char/random: silence a lockdep splat with printk()Sergey Senozhatsky2020-01-071-2/+3
* | | | Merge tag 'pci-v5.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-3142-519/+2800
|\ \ \ \
| * \ \ \ Merge branch 'remotes/lorenzo/pci/uniphier'Bjorn Helgaas2020-01-301-30/+1
| |\ \ \ \
| | * | | | PCI: uniphier: remove module code from built-in driverMasahiro Yamada2020-01-131-30/+1
| * | | | | Merge branch 'remotes/lorenzo/pci/tegra'Bjorn Helgaas2020-01-301-2/+2
| |\ \ \ \ \
| | * | | | | PCI: tegra: Fix afi_pex2_ctrl reg offset for Tegra30Marcel Ziswiler2020-01-101-1/+1
| | * | | | | PCI: tegra: Fix return value check of pm_runtime_get_sync()David Engraf2020-01-101-1/+1
| | |/ / / /
| * | | | | Merge branch 'remotes/lorenzo/pci/qcom'Bjorn Helgaas2020-01-302-0/+169
| |\ \ \ \ \
| | * | | | | PCI: qcom: Add support for SDM845 PCIe controllerBjorn Andersson2020-01-101-0/+150
| | * | | | | dt-bindings: PCI: qcom: Add support for SDM845 PCIeBjorn Andersson2020-01-101-0/+19
| | |/ / / /
| * | | | | Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas2020-01-303-2/+4
| |\ \ \ \ \