index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
initramfs: make initramfs compression choice non-optional
Masahiro Yamada
2020-01-14
1
-8
/
+0
|
*
|
|
initramfs: make compression options not depend on INITRAMFS_SOURCE
Masahiro Yamada
2020-01-14
1
-2
/
+0
|
*
|
|
initramfs: remove redundant dependency on BLK_DEV_INITRD
Masahiro Yamada
2020-01-14
1
-6
/
+0
|
*
|
|
initramfs: rename gen_initramfs_list.sh to gen_initramfs.sh
Masahiro Yamada
2020-01-14
2
-1
/
+1
|
*
|
|
gen_initramfs_list.sh: fix the tool name in the comment
Masahiro Yamada
2020-01-14
1
-1
/
+1
|
*
|
|
gen_initramfs_list.sh: remove unused variable 'default_list'
Masahiro Yamada
2020-01-14
1
-1
/
+0
|
*
|
|
initramfs: replace klibcdirs in Makefile with FORCE
Masahiro Yamada
2020-01-14
1
-5
/
+1
|
*
|
|
builddeb: make headers package thinner
Michał Mirosław
2020-01-14
1
-2
/
+2
|
*
|
|
kbuild: create modules.builtin without Makefile.modbuiltin or tristate.conf
Masahiro Yamada
2020-01-06
7
-128
/
+22
|
*
|
|
kbuild: pass KBUILD_MODFILE when compiling builtin objects
Masahiro Yamada
2020-01-06
1
-6
/
+9
|
*
|
|
kbuild: add stringify helper to quote a string passed to C files
Masahiro Yamada
2020-01-06
2
-1
/
+5
|
*
|
|
kbuild: use pattern rule for building built-in.a in sub-directories
Masahiro Yamada
2020-01-06
1
-1
/
+1
|
*
|
|
kbuild: do not create orphan built-in.a or obj-y objects
Masahiro Yamada
2020-01-06
2
-1
/
+5
|
*
|
|
kbuild: rename header-test- to no-header-test in usr/include/Makefile
Masahiro Yamada
2020-01-06
1
-53
/
+53
|
*
|
|
kbuild: detect missing include guard for exported headers
Masahiro Yamada
2020-01-06
1
-1
/
+2
|
|
/
/
*
|
|
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-02-01
6
-330
/
+89
|
\
\
\
|
*
|
|
s390x: Mark archrandom.h functions __must_check
Richard Henderson
2020-01-25
1
-4
/
+4
|
*
|
|
powerpc: Mark archrandom.h functions __must_check
Richard Henderson
2020-01-25
1
-4
/
+4
|
*
|
|
powerpc: Use bool in archrandom.h
Richard Henderson
2020-01-25
1
-8
/
+9
|
*
|
|
x86: Mark archrandom.h functions __must_check
Richard Henderson
2020-01-25
1
-8
/
+8
|
*
|
|
linux/random.h: Mark CONFIG_ARCH_RANDOM functions __must_check
Richard Henderson
2020-01-25
1
-4
/
+4
|
*
|
|
linux/random.h: Use false with bool
Richard Henderson
2020-01-25
1
-4
/
+4
|
*
|
|
linux/random.h: Remove arch_has_random, arch_has_random_seed
Richard Henderson
2020-01-25
1
-8
/
+0
|
*
|
|
s390: Remove arch_has_random, arch_has_random_seed
Richard Henderson
2020-01-25
1
-12
/
+0
|
*
|
|
powerpc: Remove arch_has_random, arch_has_random_seed
Richard Henderson
2020-01-25
1
-10
/
+0
|
*
|
|
x86: Remove arch_has_random, arch_has_random_seed
Richard Henderson
2020-01-25
1
-8
/
+4
|
*
|
|
random: remove some dead code of poolinfo
Yangtao Li
2020-01-07
1
-30
/
+0
|
*
|
|
random: fix typo in add_timer_randomness()
Yangtao Li
2020-01-07
1
-1
/
+1
|
*
|
|
random: Add and use pr_fmt()
Yangtao Li
2020-01-07
1
-12
/
+11
|
*
|
|
random: convert to ENTROPY_BITS for better code readability
Yangtao Li
2020-01-07
1
-3
/
+2
|
*
|
|
random: remove unnecessary unlikely()
Yangtao Li
2020-01-07
1
-4
/
+2
|
*
|
|
random: remove kernel.random.read_wakeup_threshold
Andy Lutomirski
2020-01-07
1
-17
/
+1
|
*
|
|
random: delete code to pull data into pools
Andy Lutomirski
2020-01-07
1
-40
/
+0
|
*
|
|
random: remove the blocking pool
Andy Lutomirski
2020-01-07
1
-106
/
+0
|
*
|
|
random: make /dev/random be almost like /dev/urandom
Andy Lutomirski
2020-01-07
1
-41
/
+14
|
*
|
|
random: ignore GRND_RANDOM in getentropy(2)
Andy Lutomirski
2020-01-07
2
-4
/
+1
|
*
|
|
random: add GRND_INSECURE to return best-effort non-cryptographic bytes
Andy Lutomirski
2020-01-07
2
-2
/
+11
|
*
|
|
random: Add a urandom_read_nowait() for random APIs that don't warn
Andy Lutomirski
2020-01-07
1
-6
/
+15
|
*
|
|
random: Don't wake crng_init_wait when crng_init == 1
Andy Lutomirski
2020-01-07
1
-1
/
+0
|
*
|
|
char/random: silence a lockdep splat with printk()
Sergey Senozhatsky
2020-01-07
1
-2
/
+3
*
|
|
|
Merge tag 'pci-v5.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-01-31
42
-519
/
+2800
|
\
\
\
\
|
*
\
\
\
Merge branch 'remotes/lorenzo/pci/uniphier'
Bjorn Helgaas
2020-01-30
1
-30
/
+1
|
|
\
\
\
\
|
|
*
|
|
|
PCI: uniphier: remove module code from built-in driver
Masahiro Yamada
2020-01-13
1
-30
/
+1
|
*
|
|
|
|
Merge branch 'remotes/lorenzo/pci/tegra'
Bjorn Helgaas
2020-01-30
1
-2
/
+2
|
|
\
\
\
\
\
|
|
*
|
|
|
|
PCI: tegra: Fix afi_pex2_ctrl reg offset for Tegra30
Marcel Ziswiler
2020-01-10
1
-1
/
+1
|
|
*
|
|
|
|
PCI: tegra: Fix return value check of pm_runtime_get_sync()
David Engraf
2020-01-10
1
-1
/
+1
|
|
|
/
/
/
/
|
*
|
|
|
|
Merge branch 'remotes/lorenzo/pci/qcom'
Bjorn Helgaas
2020-01-30
2
-0
/
+169
|
|
\
\
\
\
\
|
|
*
|
|
|
|
PCI: qcom: Add support for SDM845 PCIe controller
Bjorn Andersson
2020-01-10
1
-0
/
+150
|
|
*
|
|
|
|
dt-bindings: PCI: qcom: Add support for SDM845 PCIe
Bjorn Andersson
2020-01-10
1
-0
/
+19
|
|
|
/
/
/
/
|
*
|
|
|
|
Merge branch 'remotes/lorenzo/pci/misc'
Bjorn Helgaas
2020-01-30
3
-2
/
+4
|
|
\
\
\
\
\
[prev]
[next]