summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
...
* kfifo: fix kfifo_to_user() return typeDan Carpenter2022-08-251-1/+1
* USB: HCD: Fix URB giveback issue in tasklet functionWeitao Wang2022-08-251-0/+1
* PCI: Add defines for normal and subtractive PCI bridgesPali Rohár2022-08-251-0/+2
* add barriers to buffer_uptodate and set_buffer_uptodateMikulas Patocka2022-08-251-1/+24
* tty: use new tty_insert_flip_string_and_push_buffer() in pty_write()Jiri Slaby2022-07-291-0/+3
* tty: drop tty_schedule_flip()Jiri Slaby2022-07-291-1/+0
* cgroup: Use separate src/dst nodes when preloading css_sets for migrationTejun Heo2022-07-211-1/+2
* misc: rtsx_usb: use separate command and response buffersShuah Khan2022-07-121-1/+0
* misc: rtsx_usb: fix use of dma mapped buffer for usb bulk transferShuah Khan2022-07-121-1/+0
* kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]Naveen N. Rao2022-07-021-8/+38
* random: quiet urandom warning ratelimit suppression messageJason A. Donenfeld2022-07-021-4/+8
* vt: drop old FONT ioctlsJiri Slaby2022-07-021-8/+0
* random: mark bootloader randomness code as __initJason A. Donenfeld2022-06-251-1/+1
* random: move randomize_page() into mm where it belongsJason A. Donenfeld2022-06-252-2/+2
* random: use proper return types on get_random_{int,long}_wait()Jason A. Donenfeld2022-06-251-12/+12
* random: remove extern from functions in headerJason A. Donenfeld2022-06-251-43/+28
* random: handle latent entropy and command line from random_init()Jason A. Donenfeld2022-06-251-9/+7
* siphash: use one source of truth for siphash permutationsJason A. Donenfeld2022-06-252-16/+35
* timekeeping: Add raw clock fallback for random_get_entropy()Jason A. Donenfeld2022-06-251-0/+8
* random: make random_get_entropy() return an unsigned longJason A. Donenfeld2022-06-251-1/+1
* random: replace custom notifier chain with standard oneJason A. Donenfeld2022-06-251-7/+3
* random: clear fast pool, crng, and batches in cpuhp bring upJason A. Donenfeld2022-06-252-0/+7
* random: pull add_hwgenerator_randomness() declaration into random.hJason A. Donenfeld2022-06-252-2/+2
* random: remove useless header commentJason A. Donenfeld2022-06-251-5/+1
* random: use hash function for crng_slow_load()Jason A. Donenfeld2022-06-252-6/+6
* random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior2022-06-251-1/+1
* random: add arch_get_random_*long_early()Mark Rutland2022-06-251-0/+22
* linux/random.h: Mark CONFIG_ARCH_RANDOM functions __must_checkRichard Henderson2022-06-251-4/+4
* linux/random.h: Use false with boolRichard Henderson2022-06-251-4/+4
* linux/random.h: Remove arch_has_random, arch_has_random_seedRichard Henderson2022-06-251-8/+0
* fdt: add support for rng-seedHsin-Yi Wang2022-06-251-0/+1
* latent_entropy: avoid build error when plugin cflags are not setVasily Gorbik2022-06-251-1/+1
* random: move rand_initialize() earlierKees Cook2022-06-251-0/+1
* x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale DataPawan Gupta2022-06-161-0/+3
* cpu/speculation: Add prototype for cpu_show_srbds()Guenter Roeck2022-06-161-0/+1
* mtd: cfi_cmdset_0002: Use chip_ready() for write on S29GL064NTokunori Ikegami2022-06-141-0/+1
* nodemask: Fix return values to be unsignedKees Cook2022-06-141-19/+19
* nodemask.h: fix compilation error with GCC12Christophe de Dinechin2022-06-141-7/+6
* mailbox: forward the hrtimer if not queued and under a lockBjörn Ardö2022-06-141-0/+1
* x86/speculation: Add missing prototype for unpriv_ebpf_notify()Josh Poimboeuf2022-06-141-0/+2
* efi: Add missing prototype for efi_capsule_setup_infoJan Kiszka2022-06-141-0/+2
* ptrace/xtensa: Replace PT_SINGLESTEP with TIF_SINGLESTEPEric W. Biederman2022-06-141-6/+0
* Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds2022-05-251-8/+0
* swiotlb: fix info leak with DMA_FROM_DEVICEHalil Pasic2022-05-251-0/+8
* net: Fix features skip in for_each_netdev_feature()Tariq Toukan2022-05-181-2/+2
* hex2bin: make the function hex_to_bin constant-timeMikulas Patocka2022-05-121-1/+1
* etherdevice: Adjust ether_addr* prototypes to silence -Wstringop-overeadKees Cook2022-04-271-3/+2
* mm/sparsemem: fix 'mem_section' will never be NULL gcc 12 warningWaiman Long2022-04-151-4/+7
* NFS: swap IO handling is slightly different for O_DIRECT IONeilBrown2022-04-151-4/+4
* PCI: Reduce warnings on possible RW1C corruptionMark Tomlinson2022-04-151-0/+1