summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* fs: only do a memory barrier for the first set_buffer_uptodate()Linus Torvalds2022-09-151-0/+11
* USB: core: Prevent nested device-reset callsAlan Stern2022-09-151-0/+2
* platform/x86: pmc_atom: Fix SLP_TYPx bitfield maskAndy Shevchenko2022-09-151-2/+4
* mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuseJann Horn2022-09-051-2/+5
* asm-generic: sections: refactor memory_intersectsQuanyang Wang2022-09-051-2/+5
* net: Fix a data-race around sysctl_net_busy_poll.Kuniyuki Iwashima2022-09-051-1/+1
* netfilter: ebtables: reject blobs that don't provide all entry pointsFlorian Westphal2022-09-051-4/+0
* ALSA: core: Add async signal helpersTakashi Iwai2022-08-251-0/+8
* KVM: Add infrastructure and macro to mark VM as buggedSean Christopherson2022-08-251-1/+27
* spmi: trace: fix stack-out-of-bound access in SPMI tracing functionsDavid Collins2022-08-251-6/+6
* 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
* can: error: specify the values of data[5..7] of CAN error framesVincent Mailhol2022-08-251-1/+4
* 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
* Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz2022-08-251-0/+1
* 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
* Bluetooth: Fix bt_skb_sendmmsg not allocating partial chunksLuiz Augusto von Dentz2022-07-291-2/+1
* Bluetooth: Fix passing NULL to PTR_ERRLuiz Augusto von Dentz2022-07-291-1/+1
* Bluetooth: Add bt_skb_sendmmsg helperLuiz Augusto von Dentz2022-07-291-0/+38
* Bluetooth: Add bt_skb_sendmsg helperLuiz Augusto von Dentz2022-07-291-0/+28
* tcp: Fix a data-race around sysctl_tcp_notsent_lowat.Kuniyuki Iwashima2022-07-291-1/+1
* tcp/dccp: Fix a data-race around sysctl_tcp_fwmark_accept.Kuniyuki Iwashima2022-07-291-1/+2
* ip: Fix a data-race around sysctl_fwmark_reflect.Kuniyuki Iwashima2022-07-291-1/+1
* net: Fix data-races around sysctl_mem.Kuniyuki Iwashima2022-07-211-1/+1
* cgroup: Use separate src/dst nodes when preloading css_sets for migrationTejun Heo2022-07-211-1/+2
* net: sock: tracing: Fix sock_exceed_buf_limit not to dereference stale pointerSteven Rostedt (Google)2022-07-211-2/+4
* video: of_display_timing.h: include errno.hHsin-Yi Wang2022-07-121-0/+2
* esp: limit skb_page_frag_refill use to a single pageSabrina Dubroca2022-07-121-2/+0
* net: Rename and export copy_skb_headerIlya Lesokhin2022-07-071-0/+1
* kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]Naveen N. Rao2022-07-021-4/+22
* random: quiet urandom warning ratelimit suppression messageJason A. Donenfeld2022-07-021-4/+8
* ata: libata: add qc->flags in ata_qc_complete_template tracepointEdward Wu2022-07-021-0/+1
* vt: drop old FONT ioctlsJiri Slaby2022-07-021-8/+0
* random: mark bootloader randomness code as __initJason A. Donenfeld2022-06-251-1/+1
* crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange2022-06-251-2/+0
* crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange2022-06-251-0/+1
* crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange2022-06-251-1/+6
* crypto: drbg - always seeded with SP800-90B compliant noise sourceStephan Müller2022-06-251-5/+1
* crypto: drbg - add FIPS 140-2 CTRNG for noise sourceStephan Mueller2022-06-251-0/+2
* 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-252-8/+4