summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* iommu/iova: Fix module config properlyRobin Murphy2022-10-261-1/+1
* ata: fix ata_id_has_dipm()Niklas Cassel2022-10-261-11/+4
* ata: fix ata_id_has_ncq_autosense()Niklas Cassel2022-10-261-2/+4
* ata: fix ata_id_has_devslp()Niklas Cassel2022-10-261-1/+4
* ata: fix ata_id_sense_reporting_enabled() and ata_id_has_sense_reporting()Niklas Cassel2022-10-261-4/+9
* dyndbg: fix module.dyndbg handlingJim Cromie2022-10-261-1/+1
* once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet2022-10-261-0/+28
* tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell2022-10-261-1/+1
* serial: Create uart_xmit_advance()Ilpo Järvinen2022-09-281-0/+17
* debugfs: add debugfs_lookup_and_remove()Greg Kroah-Hartman2022-09-151-0/+6
* USB: core: Prevent nested device-reset callsAlan Stern2022-09-151-0/+2
* usb: typec: altmodes/displayport: correct pin assignment for UFP receptaclesPablo Sun2022-09-151-0/+5
* platform/x86: pmc_atom: Fix SLP_TYPx bitfield maskAndy Shevchenko2022-09-151-2/+4
* fs: only do a memory barrier for the first set_buffer_uptodate()Linus Torvalds2022-09-151-0/+11
* mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuseJann Horn2022-09-051-2/+5
* netfilter: ebtables: reject blobs that don't provide all entry pointsFlorian Westphal2022-09-051-4/+0
* kernel/sched: Remove dl_boosted flag commentHui Su2022-09-051-4/+0
* sched/deadline: Fix priority inheritance with multiple scheduling classesJuri Lelli2022-09-051-1/+9
* watchdog: export lockup_detector_reconfigureLaurent Dufour2022-08-251-0/+2
* KVM: Add infrastructure and macro to mark VM as buggedSean Christopherson2022-08-251-1/+27
* mfd: t7l66xb: Drop platform disable callbackUwe Kleine-König2022-08-251-1/+0
* kfifo: fix kfifo_to_user() return typeDan Carpenter2022-08-251-1/+1
* USB: HCD: Fix URB giveback issue in tasklet functionWeitao Wang2022-08-251-0/+1
* PCI: Add defines for normal and subtractive PCI bridgesPali Rohár2022-08-251-0/+2
* add barriers to buffer_uptodate and set_buffer_uptodateMikulas Patocka2022-08-251-1/+24
* 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
* 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
* 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-07-021-4/+8
* vt: drop old FONT ioctlsJiri Slaby2022-07-021-8/+0
* random: mark bootloader randomness code as __initJason A. Donenfeld2022-06-251-1/+1
* random: move randomize_page() into mm where it belongsJason A. Donenfeld2022-06-252-2/+2
* random: use proper return types on get_random_{int,long}_wait()Jason A. Donenfeld2022-06-251-12/+12
* random: remove extern from functions in headerJason A. Donenfeld2022-06-251-43/+28
* random: handle latent entropy and command line from random_init()Jason A. Donenfeld2022-06-251-9/+7
* siphash: use one source of truth for siphash permutationsJason A. Donenfeld2022-06-252-16/+35
* timekeeping: Add raw clock fallback for random_get_entropy()Jason A. Donenfeld2022-06-251-0/+8
* random: make random_get_entropy() return an unsigned longJason A. Donenfeld2022-06-251-1/+1
* random: replace custom notifier chain with standard oneJason A. Donenfeld2022-06-251-7/+3
* random: clear fast pool, crng, and batches in cpuhp bring upJason A. Donenfeld2022-06-252-0/+7
* random: pull add_hwgenerator_randomness() declaration into random.hJason A. Donenfeld2022-06-252-2/+2
* random: remove useless header commentJason A. Donenfeld2022-06-251-5/+1
* random: use hash function for crng_slow_load()Jason A. Donenfeld2022-06-252-6/+6
* random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior2022-06-251-1/+1
* random: add arch_get_random_*long_early()Mark Rutland2022-06-251-0/+22
* linux/random.h: Mark CONFIG_ARCH_RANDOM functions __must_checkRichard Henderson2022-06-251-4/+4
* linux/random.h: Use false with boolRichard Henderson2022-06-251-4/+4