summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-08-03ipv6/addrconf: fix a null-ptr-deref bug for ip6_ptrZiyang Xuan1-0/+3
2022-08-03tcp: Fix a data-race around sysctl_tcp_adv_win_scale.Kuniyuki Iwashima1-1/+1
2022-08-03Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz1-0/+1
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-29Bluetooth: Fix bt_skb_sendmmsg not allocating partial chunksLuiz Augusto von Dentz1-2/+1
2022-07-29Bluetooth: Fix passing NULL to PTR_ERRLuiz Augusto von Dentz1-1/+1
2022-07-29Bluetooth: Add bt_skb_sendmmsg helperLuiz Augusto von Dentz1-0/+38
2022-07-29Bluetooth: Add bt_skb_sendmsg helperLuiz Augusto von Dentz1-0/+28
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-29tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima1-2/+2
2022-07-29udp: Fix a data-race around sysctl_udp_l3mdev_accept.Kuniyuki Iwashima1-1/+1
2022-07-29tcp: Fix a data-race around sysctl_tcp_notsent_lowat.Kuniyuki Iwashima1-1/+1
2022-07-29tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima1-1/+2
2022-07-29tcp/dccp: Fix a data-race around sysctl_tcp_fwmark_accept.Kuniyuki Iwashima1-1/+2
2022-07-29ip: Fix a data-race around sysctl_fwmark_reflect.Kuniyuki Iwashima1-1/+1
2022-07-29ip: Fix data-races around sysctl_ip_nonlocal_bind.Kuniyuki Iwashima1-1/+1
2022-07-29ip: Fix data-races around sysctl_ip_fwd_use_pmtu.Kuniyuki Iwashima1-1/+1
2022-07-21raw: Fix a data-race around sysctl_raw_l3mdev_accept.Kuniyuki Iwashima1-1/+1
2022-07-21net: Fix data-races around sysctl_mem.Kuniyuki Iwashima1-1/+1
2022-07-21cgroup: Use separate src/dst nodes when preloading css_sets for migrationTejun Heo1-1/+2
2022-07-21net: sock: tracing: Fix sock_exceed_buf_limit not to dereference stale pointerSteven Rostedt (Google)1-2/+4
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-12video: of_display_timing.h: include errno.hHsin-Yi Wang1-0/+2
2022-07-12fbcon: Prevent that screen size is smaller than font sizeHelge Deller1-0/+4
2022-07-12esp: limit skb_page_frag_refill use to a single pageSabrina Dubroca1-2/+0
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-29ata: libata: add qc->flags in ata_qc_complete_template tracepointEdward Wu1-0/+1
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-22crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange1-2/+0
2022-06-22crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange1-0/+1
2022-06-22crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange1-1/+6
2022-06-22crypto: drbg - always seeded with SP800-90B compliant noise sourceStephan Müller1-5/+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