summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-08-17soundwire: revisit driver bind/unbind and callbacksPierre-Louis Bossart1-4/+2
2022-08-17clk: qcom: gcc-msm8939: Add missing SYSTEM_MM_NOC_BFDCD_CLK_SRCBryan O'Donoghue1-0/+1
2022-08-17scsi: iscsi: Fix session removal on shutdownMike Christie1-1/+1
2022-08-17scsi: iscsi: Add helper to remove a session from the kernelMike Christie1-0/+1
2022-08-17memremap: remove support for external pgmap refcountsChristoph Hellwig1-15/+3
2022-08-17netfilter: xtables: Bring SPDX identifier backThomas Gleixner1-16/+1
2022-08-17net: allow unbound socket for packets in VRF when tcp_l3mdev_accept setMike Manning3-20/+17
2022-08-17ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()Eric Dumazet1-9/+19
2022-08-17inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()Eric Dumazet2-22/+16
2022-08-17can: error: specify the values of data[5..7] of CAN error framesVincent Mailhol1-1/+4
2022-08-17ieee80211: add EHT 1K aggregation definitionsMordechay Goodstein1-1/+5
2022-08-17drm/bridge: Add a function to abstract away panelsMaxime Ripard1-0/+2
2022-08-17rcutorture: Warn on individual rcu_torture_init() error conditionsPaul E. McKenney1-0/+8
2022-08-17net: fix sk_wmem_schedule() and sk_rmem_schedule() errorsEric Dumazet1-4/+8
2022-08-17drm/shmem-helper: Pass GEM shmem object in public interfacesThomas Zimmermann1-28/+41
2022-08-17drm/shmem-helper: Export dedicated wrappers for GEM object functionsThomas Zimmermann1-0/+120
2022-08-17drm/shmem-helper: Unexport drm_gem_shmem_create_with_handle()Thomas Zimmermann1-5/+0
2022-08-17x86/extable: Fix ex_handler_msr() print conditionPeter Zijlstra1-4/+16
2022-08-17ACPI: VIOT: Fix ACS setupEric Auger1-0/+2
2022-08-17ACPI: APEI: explicit init of HEST and GHES in apci_init()Shuai Xue2-1/+5
2022-08-17locking/lockdep: Fix lockdep_init_map_*() confusionPeter Zijlstra1-13/+17
2022-08-17wait: Fix __wait_event_hrtimeout for RT/DL tasksJuri Lelli1-4/+5
2022-08-17sched/core: Always flush pending blk_plugJohn Keeping1-8/+0
2022-08-17sched/fair: Introduce SIS_UTIL to search idle CPU based on sum of util_avgChen Yu1-0/+1
2022-08-17USB: HCD: Fix URB giveback issue in tasklet functionWeitao Wang1-0/+1
2022-08-17PCI: Add defines for normal and subtractive PCI bridgesPali Rohár1-0/+2
2022-08-17mbcache: add functions to delete entry if unusedJan Kara1-1/+9
2022-08-17fix short copy handling in copy_mc_pipe_to_iter()Al Viro1-0/+9
2022-08-17lockd: detect and reject lock arguments that overflowJeff Layton1-0/+2
2022-08-17add barriers to buffer_uptodate and set_buffer_uptodateMikulas Patocka1-1/+24
2022-08-11block: fix default IO priority handling againJan Kara1-1/+1
2022-08-03net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima1-4/+4
2022-08-03ipv6/addrconf: fix a null-ptr-deref bug for ip6_ptrZiyang Xuan1-0/+3
2022-08-03Revert "tcp: change pingpong threshold to 3"Wei Wang1-9/+1
2022-08-03tcp: Fix a data-race around sysctl_tcp_adv_win_scale.Kuniyuki Iwashima1-1/+1
2022-08-03asm-generic: remove a broken and needless ifdef conditionalLukas Bulwahn1-2/+0
2022-08-03Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz1-0/+1
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-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-29ip: Fix data-races around sysctl_ip_prot_sock.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: Fix data-races around keepalive sysctl knobs.Kuniyuki Iwashima1-3/+6
2022-07-29net: ipv4: use kfree_skb_reason() in ip_rcv_finish_core()Menglong Dong2-0/+12