summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-08-25watchdog: export lockup_detector_reconfigureLaurent Dufour1-0/+2
2022-08-25KVM: Add infrastructure and macro to mark VM as buggedSean Christopherson1-1/+27
2022-08-25tpm: eventlog: Fix section mismatch for DEBUG_SECTION_MISMATCHHuacai Chen1-1/+1
2022-08-25mfd: t7l66xb: Drop platform disable callbackUwe Kleine-König1-1/+0
2022-08-25kfifo: fix kfifo_to_user() return typeDan Carpenter1-1/+1
2022-08-25wait: Fix __wait_event_hrtimeout for RT/DL tasksJuri Lelli1-4/+5
2022-08-25USB: HCD: Fix URB giveback issue in tasklet functionWeitao Wang1-0/+1
2022-08-25PCI: Add defines for normal and subtractive PCI bridgesPali Rohár1-0/+2
2022-08-25add barriers to buffer_uptodate and set_buffer_uptodateMikulas Patocka1-1/+24
2022-07-29tty: use new tty_insert_flip_string_and_push_buffer() in pty_write()Jiri Slaby1-0/+3
2022-07-29tty: drop tty_schedule_flip()Jiri Slaby1-1/+0
2022-07-29bitfield.h: Fix "type of reg too small for mask" testPeter Zijlstra1-1/+18
2022-07-29mmap locking API: initial implementation as rwsem wrappersMichel Lespinasse2-0/+55
2022-07-29locking/refcount: Consolidate implementations of refcount_tWill Deacon1-100/+58
2022-07-29locking/refcount: Consolidate REFCOUNT_{MAX,SATURATED} definitionsWill Deacon1-7/+2
2022-07-29locking/refcount: Move saturation warnings out of lineWill Deacon1-19/+20
2022-07-29locking/refcount: Improve performance of generic REFCOUNT_FULL codeWill Deacon1-56/+75
2022-07-29locking/refcount: Move the bulk of the REFCOUNT_FULL implementation into the ...Will Deacon1-9/+228
2022-07-29locking/refcount: Remove unused refcount_*_checked() variantsWill Deacon1-18/+7
2022-07-29locking/refcount: Ensure integer operands are treated as signedWill Deacon1-7/+7
2022-07-29locking/refcount: Define constants for saturation and max refcount valuesWill Deacon1-1/+9
2022-07-21cgroup: Use separate src/dst nodes when preloading css_sets for migrationTejun Heo1-1/+2
2022-07-12misc: rtsx_usb: use separate command and response buffersShuah Khan1-1/+0
2022-07-12misc: rtsx_usb: fix use of dma mapped buffer for usb bulk transferShuah Khan1-1/+0
2022-07-12fbcon: Prevent that screen size is smaller than font sizeHelge Deller1-0/+4
2022-07-07linux/dim: Fix divide by 0 in RDMA DIMTao Liu1-1/+1
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