aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-02kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]Naveen N. Rao1-8/+38
2022-06-29random: quiet urandom warning ratelimit suppression messageJason A. Donenfeld1-4/+8
2022-06-29vt: drop old FONT ioctlsJiri Slaby1-8/+0
2022-06-25dm: remove special-casing of bio-based immutable singleton target on NVMeMike Snitzer1-1/+0
2022-06-22random: mark bootloader randomness code as __initJason A. Donenfeld1-1/+1
2022-06-22random: move randomize_page() into mm where it belongsJason A. Donenfeld2-2/+1
2022-06-22random: make consistent use of buf and lenJason A. Donenfeld1-5/+5
2022-06-22random: use proper return types on get_random_{int,long}_wait()Jason A. Donenfeld1-7/+7
2022-06-22random: remove extern from functions in headerJason A. Donenfeld1-43/+28
2022-06-22random: handle latent entropy and command line from random_init()Jason A. Donenfeld1-9/+7
2022-06-22siphash: use one source of truth for siphash permutationsJason A. Donenfeld2-16/+35
2022-06-22timekeeping: Add raw clock fallback for random_get_entropy()Jason A. Donenfeld1-0/+8
2022-06-22random: make random_get_entropy() return an unsigned longJason A. Donenfeld1-1/+1
2022-06-22random: replace custom notifier chain with standard oneJason A. Donenfeld1-7/+3
2022-06-22random: clear fast pool, crng, and batches in cpuhp bring upJason A. Donenfeld2-0/+7
2022-06-22random: pull add_hwgenerator_randomness() declaration into random.hJason A. Donenfeld2-2/+2
2022-06-22random: remove useless header commentJason A. Donenfeld1-5/+1
2022-06-22random: make more consistent use of integer typesJason A. Donenfeld2-6/+6
2022-06-22random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior1-1/+1
2022-06-22random: add arch_get_random_*long_early()Mark Rutland1-0/+22
2022-06-22linux/random.h: Mark CONFIG_ARCH_RANDOM functions __must_checkRichard Henderson1-4/+4
2022-06-22linux/random.h: Use false with boolRichard Henderson1-4/+4
2022-06-22linux/random.h: Remove arch_has_random, arch_has_random_seedRichard Henderson1-8/+0
2022-06-16x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale DataPawan Gupta1-0/+3
2022-06-16cpu/speculation: Add prototype for cpu_show_srbds()Guenter Roeck1-0/+1
2022-06-14mtd: cfi_cmdset_0002: Use chip_ready() for write on S29GL064NTokunori Ikegami1-0/+1
2022-06-14nodemask: Fix return values to be unsignedKees Cook1-19/+19
2022-06-14iio: st_sensors: Add a local lock for protecting odrMiquel Raynal1-0/+3
2022-06-14nodemask.h: fix compilation error with GCC12Christophe de Dinechin1-7/+6
2022-06-14mailbox: forward the hrtimer if not queued and under a lockBjörn Ardö1-0/+1
2022-06-14x86/speculation: Add missing prototype for unpriv_ebpf_notify()Josh Poimboeuf1-0/+2
2022-06-14efi: Add missing prototype for efi_capsule_setup_infoJan Kiszka1-0/+2
2022-06-14ptrace/xtensa: Replace PT_SINGLESTEP with TIF_SINGLESTEPEric W. Biederman1-6/+0
2022-06-14ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEPEric W. Biederman1-1/+0
2022-06-14usb: core: hcd: Add support for deferring roothub registrationKishon Vijay Abraham I1-0/+2
2022-06-06lockdown: also lock down previous kgdb useDaniel Thompson1-0/+2
2022-05-25Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds1-8/+0
2022-05-25net: stmmac: disable Split Header (SPH) for Intel platformsTan Tee Min1-0/+1
2022-05-25block: return ELEVATOR_DISCARD_MERGE if possibleMing Lei1-0/+16
2022-05-25SUNRPC: Don't call connect() more than once on a TCP socketMeena Shanmugam1-0/+1
2022-05-25rtc: mc146818-lib: Fix the AltCentury for AMD platformsMario Limonciello1-0/+2
2022-05-18net: Fix features skip in for_each_netdev_feature()Tariq Toukan1-2/+2
2022-05-15arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELMike Rapoport1-31/+0
2022-05-09mm, hugetlb: allow for "high" userspace addressesChristophe Leroy1-0/+8
2022-05-09hex2bin: make the function hex_to_bin constant-timeMikulas Patocka1-1/+1
2022-04-27oom_kill.c: futex: delay the OOM reaper to allow time for proper futex cleanupNico Pache1-0/+1
2022-04-27etherdevice: Adjust ether_addr* prototypes to silence -Wstringop-overeadKees Cook1-3/+2
2022-04-15mm/sparsemem: fix 'mem_section' will never be NULL gcc 12 warningWaiman Long1-4/+7
2022-04-15NFS: swap IO handling is slightly different for O_DIRECT IONeilBrown1-4/+4
2022-04-15ipv6: make mc_forwarding atomicEric Dumazet1-1/+1