summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2020-02-01 09:48:37 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2020-02-01 09:48:37 -0800
commitacd77500aa8a337baa6d853568c4b55aca48e20f (patch)
tree7661b0c0699e50c4ee31f8ae0675dd641400a6d1 /tools/perf/scripts/python/bin
parent26dca6dbd62d74a5012cafab6b2d6d65a01ea69c (diff)
parent4cb760b02419061209b9b4cc2557986a6bf93e73 (diff)
downloadkernel-acd77500aa8a337baa6d853568c4b55aca48e20f.tar.gz
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
Pull random changes from Ted Ts'o: "Change /dev/random so that it uses the CRNG and only blocking if the CRNG hasn't initialized, instead of the old blocking pool. Also clean up archrandom.h, and some other miscellaneous cleanups" * tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random: (24 commits) s390x: Mark archrandom.h functions __must_check powerpc: Mark archrandom.h functions __must_check powerpc: Use bool in archrandom.h x86: Mark archrandom.h functions __must_check linux/random.h: Mark CONFIG_ARCH_RANDOM functions __must_check linux/random.h: Use false with bool linux/random.h: Remove arch_has_random, arch_has_random_seed s390: Remove arch_has_random, arch_has_random_seed powerpc: Remove arch_has_random, arch_has_random_seed x86: Remove arch_has_random, arch_has_random_seed random: remove some dead code of poolinfo random: fix typo in add_timer_randomness() random: Add and use pr_fmt() random: convert to ENTROPY_BITS for better code readability random: remove unnecessary unlikely() random: remove kernel.random.read_wakeup_threshold random: delete code to pull data into pools random: remove the blocking pool random: make /dev/random be almost like /dev/urandom random: ignore GRND_RANDOM in getentropy(2) ...
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
>Russell King 2006-06-28[ARM] Remove TABLE_SIZE, and several unused function prototypesRussell King 2006-06-27[PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman 2006-06-20Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds 2006-06-20Merge git://git.infradead.org/hdrcleanup-2.6Linus Torvalds 2006-06-19[ARM] 3592/1: AT91RM9200 Serial driver updateAndrew Victor 2006-06-18[ARM] 3554/1: ARM: Fix dyntick lockingTony Lindgren 2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse 2006-03-22[ARM] Quieten spurious IRQ detectionRussell King 2006-03-21[ARM] 3261/2: remove phys_ram from struct machine_desc (part 3)Nicolas Pitre 2006-03-21[ARM] Rename chipdata to 'base' and make it an iomem pointerRussell King 2006-01-26[ARM] 3269/1: Add ARMv6 MT_NONSHARED_DEVICE mem_types[] indexGeorge G. Davis 2006-01-15[ARM] Fix missing compiler.h includeRussell King 2006-01-13[ARM] 3260/1: remove phys_ram from struct machine_desc (part 2)Nicolas Pitre 2006-01-10[ARM] 3242/2: AT91RM9200 support for 2.6 (Serial)Andrew Victor 2006-01-09[ARM] 3070/2: Add __ioremap_pfn() APIDeepak Saxena 2006-01-04[ARM] Remove '__address' from scatterlist and convert to DMA APIRussell King 2005-11-09[ARM] 3057/1: Add memory control method to support OneNAND sync burst readKyungmin Park 2005-10-29[ARM] Allow MTD device name to be passed via platform dataRussell King 2005-10-29[ARM] Fix buggy __phys_to_pfn / __pfn_to_physRussell King 2005-10-29[ARM] Ensure machine information structures aren't optimised awayRussell King 2005-10-28[ARM] 3016/1: Replace map_desc.physical with map_desc.pfnDeepak Saxena 2005-10-28[ARM] Fix sparse warningsRussell King 2005-09-20[ARM] 2927/1: .arch.info - postfix section with .init for `make buildcheck`Ben Dooks 2005-09-05[ARM] Remove unused DYN_TICK_* macrosRussell King 2005-09-04[ARM] Wrap calls to descriptor handlersRussell King 2005-09-04[ARM] Change irq_chip wake/type methods to set_wake/set_typeRussell King 2005-07-04[PATCH] ARM: Change 'param_offset' to 'boot_params'Russell King