summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-09-15debugfs: add debugfs_lookup_and_remove()Greg Kroah-Hartman1-0/+6
2022-09-15USB: core: Prevent nested device-reset callsAlan Stern1-0/+2
2022-09-15usb: typec: altmodes/displayport: correct pin assignment for UFP receptaclesPablo Sun1-0/+5
2022-09-15platform/x86: pmc_atom: Fix SLP_TYPx bitfield maskAndy Shevchenko1-2/+4
2022-09-15fs: only do a memory barrier for the first set_buffer_uptodate()Linus Torvalds1-0/+11
2022-09-05io_uring: disable polling pollfree filesPavel Begunkov1-0/+1
2022-09-05mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuseJann Horn1-2/+5
2022-09-05bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao1-0/+8
2022-09-05netfilter: ebtables: reject blobs that don't provide all entry pointsFlorian Westphal1-4/+0
2022-09-05kernel/sched: Remove dl_boosted flag commentHui Su1-4/+0
2022-09-05sched/deadline: Fix priority inheritance with multiple scheduling classesJuri Lelli1-1/+9
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