summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2022-09-15debugfs: add debugfs_lookup_and_remove()Greg Kroah-Hartman
2022-09-15USB: core: Prevent nested device-reset callsAlan Stern
2022-09-15usb: typec: altmodes/displayport: correct pin assignment for UFP receptaclesPablo Sun
2022-09-15platform/x86: pmc_atom: Fix SLP_TYPx bitfield maskAndy Shevchenko
2022-09-15fs: only do a memory barrier for the first set_buffer_uptodate()Linus Torvalds
2022-09-05mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuseJann Horn
2022-09-05netfilter: ebtables: reject blobs that don't provide all entry pointsFlorian Westphal
2022-09-05kernel/sched: Remove dl_boosted flag commentHui Su
2022-09-05sched/deadline: Fix priority inheritance with multiple scheduling classesJuri Lelli
2022-08-25watchdog: export lockup_detector_reconfigureLaurent Dufour
2022-08-25KVM: Add infrastructure and macro to mark VM as buggedSean Christopherson
2022-08-25mfd: t7l66xb: Drop platform disable callbackUwe Kleine-König
2022-08-25kfifo: fix kfifo_to_user() return typeDan Carpenter
2022-08-25USB: HCD: Fix URB giveback issue in tasklet functionWeitao Wang
2022-08-25PCI: Add defines for normal and subtractive PCI bridgesPali Rohár
2022-08-25add barriers to buffer_uptodate and set_buffer_uptodateMikulas Patocka
2022-07-29tty: use new tty_insert_flip_string_and_push_buffer() in pty_write()Jiri Slaby
2022-07-29tty: drop tty_schedule_flip()Jiri Slaby
2022-07-21cgroup: Use separate src/dst nodes when preloading css_sets for migrationTejun Heo
2022-07-12misc: rtsx_usb: use separate command and response buffersShuah Khan
2022-07-12misc: rtsx_usb: fix use of dma mapped buffer for usb bulk transferShuah Khan
2022-07-02kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]Naveen N. Rao
2022-07-02random: quiet urandom warning ratelimit suppression messageJason A. Donenfeld
2022-07-02vt: drop old FONT ioctlsJiri Slaby
2022-06-25random: mark bootloader randomness code as __initJason A. Donenfeld
2022-06-25random: move randomize_page() into mm where it belongsJason A. Donenfeld
2022-06-25random: use proper return types on get_random_{int,long}_wait()Jason A. Donenfeld
2022-06-25random: remove extern from functions in headerJason A. Donenfeld
2022-06-25random: handle latent entropy and command line from random_init()Jason A. Donenfeld
2022-06-25siphash: use one source of truth for siphash permutationsJason A. Donenfeld
2022-06-25timekeeping: Add raw clock fallback for random_get_entropy()Jason A. Donenfeld
2022-06-25random: make random_get_entropy() return an unsigned longJason A. Donenfeld
2022-06-25random: replace custom notifier chain with standard oneJason A. Donenfeld
2022-06-25random: clear fast pool, crng, and batches in cpuhp bring upJason A. Donenfeld
2022-06-25random: pull add_hwgenerator_randomness() declaration into random.hJason A. Donenfeld
2022-06-25random: remove useless header commentJason A. Donenfeld
2022-06-25random: use hash function for crng_slow_load()Jason A. Donenfeld
2022-06-25random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior
2022-06-25random: add arch_get_random_*long_early()Mark Rutland
2022-06-25linux/random.h: Mark CONFIG_ARCH_RANDOM functions __must_checkRichard Henderson
2022-06-25linux/random.h: Use false with boolRichard Henderson
2022-06-25linux/random.h: Remove arch_has_random, arch_has_random_seedRichard Henderson
2022-06-25fdt: add support for rng-seedHsin-Yi Wang
2022-06-25latent_entropy: avoid build error when plugin cflags are not setVasily Gorbik
2022-06-25random: move rand_initialize() earlierKees Cook
2022-06-16x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale DataPawan Gupta
2022-06-16cpu/speculation: Add prototype for cpu_show_srbds()Guenter Roeck
2022-06-14mtd: cfi_cmdset_0002: Use chip_ready() for write on S29GL064NTokunori Ikegami
2022-06-14nodemask: Fix return values to be unsignedKees Cook
2022-06-14nodemask.h: fix compilation error with GCC12Christophe de Dinechin