summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* 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
* bitfield.h: Fix "type of reg too small for mask" testPeter Zijlstra2022-07-291-1/+18
* mmap locking API: initial implementation as rwsem wrappersMichel Lespinasse2022-07-292-0/+55
* locking/refcount: Consolidate implementations of refcount_tWill Deacon2022-07-291-100/+58
* locking/refcount: Consolidate REFCOUNT_{MAX,SATURATED} definitionsWill Deacon2022-07-291-7/+2
* locking/refcount: Move saturation warnings out of lineWill Deacon2022-07-291-19/+20
* locking/refcount: Improve performance of generic REFCOUNT_FULL codeWill Deacon2022-07-291-56/+75
* locking/refcount: Move the bulk of the REFCOUNT_FULL implementation into the ...Will Deacon2022-07-291-9/+228
* locking/refcount: Remove unused refcount_*_checked() variantsWill Deacon2022-07-291-18/+7
* locking/refcount: Ensure integer operands are treated as signedWill Deacon2022-07-291-7/+7
* locking/refcount: Define constants for saturation and max refcount valuesWill Deacon2022-07-291-1/+9
* 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
* fbcon: Prevent that screen size is smaller than font sizeHelge Deller2022-07-121-0/+4
* linux/dim: Fix divide by 0 in RDMA DIMTao Liu2022-07-071-1/+1
* 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-06-291-4/+8
* vt: drop old FONT ioctlsJiri Slaby2022-06-291-8/+0
* dm: remove special-casing of bio-based immutable singleton target on NVMeMike Snitzer2022-06-251-1/+0
* random: mark bootloader randomness code as __initJason A. Donenfeld2022-06-221-1/+1
* random: move randomize_page() into mm where it belongsJason A. Donenfeld2022-06-222-2/+1
* random: make consistent use of buf and lenJason A. Donenfeld2022-06-221-5/+5
* random: use proper return types on get_random_{int,long}_wait()Jason A. Donenfeld2022-06-221-7/+7
* random: remove extern from functions in headerJason A. Donenfeld2022-06-221-43/+28
* random: handle latent entropy and command line from random_init()Jason A. Donenfeld2022-06-221-9/+7
* siphash: use one source of truth for siphash permutationsJason A. Donenfeld2022-06-222-16/+35
* timekeeping: Add raw clock fallback for random_get_entropy()Jason A. Donenfeld2022-06-221-0/+8
* random: make random_get_entropy() return an unsigned longJason A. Donenfeld2022-06-221-1/+1
* random: replace custom notifier chain with standard oneJason A. Donenfeld2022-06-221-7/+3
* random: clear fast pool, crng, and batches in cpuhp bring upJason A. Donenfeld2022-06-222-0/+7
* random: pull add_hwgenerator_randomness() declaration into random.hJason A. Donenfeld2022-06-222-2/+2
* random: remove useless header commentJason A. Donenfeld2022-06-221-5/+1
* random: make more consistent use of integer typesJason A. Donenfeld2022-06-222-6/+6
* random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior2022-06-221-1/+1
* random: add arch_get_random_*long_early()Mark Rutland2022-06-221-0/+22
* linux/random.h: Mark CONFIG_ARCH_RANDOM functions __must_checkRichard Henderson2022-06-221-4/+4
* linux/random.h: Use false with boolRichard Henderson2022-06-221-4/+4
* linux/random.h: Remove arch_has_random, arch_has_random_seedRichard Henderson2022-06-221-8/+0
* 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
* iio: st_sensors: Add a local lock for protecting odrMiquel Raynal2022-06-141-0/+3
* 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