summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-09-15fs: only do a memory barrier for the first set_buffer_uptodate()Linus Torvalds
2022-09-15USB: core: Prevent nested device-reset callsAlan Stern
2022-09-15platform/x86: pmc_atom: Fix SLP_TYPx bitfield maskAndy Shevchenko
2022-09-05mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuseJann Horn
2022-09-05asm-generic: sections: refactor memory_intersectsQuanyang Wang
2022-09-05net: Fix a data-race around sysctl_net_busy_poll.Kuniyuki Iwashima
2022-09-05netfilter: ebtables: reject blobs that don't provide all entry pointsFlorian Westphal
2022-08-25ALSA: core: Add async signal helpersTakashi Iwai
2022-08-25KVM: Add infrastructure and macro to mark VM as buggedSean Christopherson
2022-08-25spmi: trace: fix stack-out-of-bound access in SPMI tracing functionsDavid Collins
2022-08-25mfd: t7l66xb: Drop platform disable callbackUwe Kleine-König
2022-08-25kfifo: fix kfifo_to_user() return typeDan Carpenter
2022-08-25can: error: specify the values of data[5..7] of CAN error framesVincent Mailhol
2022-08-25USB: HCD: Fix URB giveback issue in tasklet functionWeitao Wang
2022-08-25PCI: Add defines for normal and subtractive PCI bridgesPali Rohár
2022-08-25add barriers to buffer_uptodate and set_buffer_uptodateMikulas Patocka
2022-08-25Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz
2022-07-29tty: use new tty_insert_flip_string_and_push_buffer() in pty_write()Jiri Slaby
2022-07-29tty: drop tty_schedule_flip()Jiri Slaby
2022-07-29Bluetooth: Fix bt_skb_sendmmsg not allocating partial chunksLuiz Augusto von Dentz
2022-07-29Bluetooth: Fix passing NULL to PTR_ERRLuiz Augusto von Dentz
2022-07-29Bluetooth: Add bt_skb_sendmmsg helperLuiz Augusto von Dentz
2022-07-29Bluetooth: Add bt_skb_sendmsg helperLuiz Augusto von Dentz
2022-07-29tcp: Fix a data-race around sysctl_tcp_notsent_lowat.Kuniyuki Iwashima
2022-07-29tcp/dccp: Fix a data-race around sysctl_tcp_fwmark_accept.Kuniyuki Iwashima
2022-07-29ip: Fix a data-race around sysctl_fwmark_reflect.Kuniyuki Iwashima
2022-07-21net: Fix data-races around sysctl_mem.Kuniyuki Iwashima
2022-07-21cgroup: Use separate src/dst nodes when preloading css_sets for migrationTejun Heo
2022-07-21net: sock: tracing: Fix sock_exceed_buf_limit not to dereference stale pointerSteven Rostedt (Google)
2022-07-12video: of_display_timing.h: include errno.hHsin-Yi Wang
2022-07-12esp: limit skb_page_frag_refill use to a single pageSabrina Dubroca
2022-07-07net: Rename and export copy_skb_headerIlya Lesokhin
2022-07-02kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]Naveen N. Rao
2022-07-02random: quiet urandom warning ratelimit suppression messageJason A. Donenfeld
2022-07-02ata: libata: add qc->flags in ata_qc_complete_template tracepointEdward Wu
2022-07-02vt: drop old FONT ioctlsJiri Slaby
2022-06-25random: mark bootloader randomness code as __initJason A. Donenfeld
2022-06-25crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange
2022-06-25crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange
2022-06-25crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange
2022-06-25crypto: drbg - always seeded with SP800-90B compliant noise sourceStephan Müller
2022-06-25crypto: drbg - add FIPS 140-2 CTRNG for noise sourceStephan Mueller
2022-06-25random: move randomize_page() into mm where it belongsJason A. Donenfeld
2022-06-25random: use proper return types on get_random_{int,long}_wait()Jason A. Donenfeld
2022-06-25random: remove extern from functions in headerJason A. Donenfeld
2022-06-25random: handle latent entropy and command line from random_init()Jason A. Donenfeld
2022-06-25siphash: use one source of truth for siphash permutationsJason A. Donenfeld
2022-06-25timekeeping: Add raw clock fallback for random_get_entropy()Jason A. Donenfeld
2022-06-25random: make random_get_entropy() return an unsigned longJason A. Donenfeld
2022-06-25random: replace custom notifier chain with standard oneJason A. Donenfeld