summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
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-29bitfield.h: Fix "type of reg too small for mask" testPeter Zijlstra
2022-07-29mmap locking API: initial implementation as rwsem wrappersMichel Lespinasse
2022-07-29locking/refcount: Consolidate implementations of refcount_tWill Deacon
2022-07-29locking/refcount: Consolidate REFCOUNT_{MAX,SATURATED} definitionsWill Deacon
2022-07-29locking/refcount: Move saturation warnings out of lineWill Deacon
2022-07-29locking/refcount: Improve performance of generic REFCOUNT_FULL codeWill Deacon
2022-07-29locking/refcount: Move the bulk of the REFCOUNT_FULL implementation into the ...Will Deacon
2022-07-29locking/refcount: Remove unused refcount_*_checked() variantsWill Deacon
2022-07-29locking/refcount: Ensure integer operands are treated as signedWill Deacon
2022-07-29locking/refcount: Define constants for saturation and max refcount valuesWill Deacon
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-12fbcon: Prevent that screen size is smaller than font sizeHelge Deller
2022-07-07linux/dim: Fix divide by 0 in RDMA DIMTao Liu
2022-07-02kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]Naveen N. Rao
2022-06-29random: quiet urandom warning ratelimit suppression messageJason A. Donenfeld
2022-06-29vt: drop old FONT ioctlsJiri Slaby
2022-06-25dm: remove special-casing of bio-based immutable singleton target on NVMeMike Snitzer
2022-06-22random: mark bootloader randomness code as __initJason A. Donenfeld
2022-06-22random: move randomize_page() into mm where it belongsJason A. Donenfeld
2022-06-22random: make consistent use of buf and lenJason A. Donenfeld
2022-06-22random: use proper return types on get_random_{int,long}_wait()Jason A. Donenfeld
2022-06-22random: remove extern from functions in headerJason A. Donenfeld
2022-06-22random: handle latent entropy and command line from random_init()Jason A. Donenfeld
2022-06-22siphash: use one source of truth for siphash permutationsJason A. Donenfeld
2022-06-22timekeeping: Add raw clock fallback for random_get_entropy()Jason A. Donenfeld
2022-06-22random: make random_get_entropy() return an unsigned longJason A. Donenfeld
2022-06-22random: replace custom notifier chain with standard oneJason A. Donenfeld
2022-06-22random: clear fast pool, crng, and batches in cpuhp bring upJason A. Donenfeld
2022-06-22random: pull add_hwgenerator_randomness() declaration into random.hJason A. Donenfeld
2022-06-22random: remove useless header commentJason A. Donenfeld
2022-06-22random: make more consistent use of integer typesJason A. Donenfeld
2022-06-22random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior
2022-06-22random: add arch_get_random_*long_early()Mark Rutland
2022-06-22linux/random.h: Mark CONFIG_ARCH_RANDOM functions __must_checkRichard Henderson
2022-06-22linux/random.h: Use false with boolRichard Henderson
2022-06-22linux/random.h: Remove arch_has_random, arch_has_random_seedRichard Henderson
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-14iio: st_sensors: Add a local lock for protecting odrMiquel Raynal
2022-06-14nodemask.h: fix compilation error with GCC12Christophe de Dinechin
2022-06-14mailbox: forward the hrtimer if not queued and under a lockBjörn Ardö
2022-06-14x86/speculation: Add missing prototype for unpriv_ebpf_notify()Josh Poimboeuf
2022-06-14efi: Add missing prototype for efi_capsule_setup_infoJan Kiszka
2022-06-14ptrace/xtensa: Replace PT_SINGLESTEP with TIF_SINGLESTEPEric W. Biederman