summary refs log tree commit diff
path: root/include
AgeCommit message (Expand)Author
2023-07-05execve: always mark stack as growing down during early stack setupLinus Torvalds
2023-07-01xtensa: fix NOMMU build with lock_mm_and_find_vma() conversionLinus Torvalds
2023-07-01mm: always expand the stack with the mmap write lock heldLinus Torvalds
2023-07-01mm: make find_extend_vma() fail if write lock not heldLiam R. Howlett
2023-07-01mm: introduce new 'lock_mm_and_find_vma()' page fault helperLinus Torvalds
2023-07-01mm, hwpoison: when copy-on-write hits poison, take page offlineTony Luck
2023-07-01mm, hwpoison: try to recover from copy-on write faultsTony Luck
2023-06-28gpiolib: Fix irq_domain resource tracking for gpiochip_irqchip_add_domain()Michael Walle
2023-06-28netfilter: nf_tables: reject unbound anonymous set before commit phasePablo Neira Ayuso
2023-06-28netfilter: nf_tables: drop map element references from preparation phasePablo Neira Ayuso
2023-06-28netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chainPablo Neira Ayuso
2023-06-28netfilter: nf_tables: fix chain binding transaction logicPablo Neira Ayuso
2023-06-28xfrm: Treat already-verified secpath entries as optionalBenedict Wong
2023-06-28regulator: pca9450: Fix LDO3OUT and LDO4OUT MASKTeresa Remmet
2023-06-28ACPI: sleep: Avoid breaking S3 wakeup due to might_sleep()Rafael J. Wysocki
2023-06-28writeback: fix dereferencing NULL mapping->host on writeback_page_templateRafael Aquini
2023-06-28tpm_crb: Add support for CRB devices based on PlutonMatthew Garrett
2023-06-28ata: libata-scsi: Avoid deadlock on rescan after device resumeDamien Le Moal
2023-06-21neighbour: delete neigh_lookup_nodev as not usedLeon Romanovsky
2023-06-21net/sched: act_api: add specific EXT_WARN_MSG for tc actionHangbin Liu
2023-06-21net/sched: qdisc_destroy() old ingress and clsact Qdiscs before graftingPeilin Ye
2023-06-21sched: add new attr TCA_EXT_WARN_MSG to report tc extact messageHangbin Liu
2023-06-21net: ethtool: correct MAX attribute value for statsJakub Kicinski
2023-06-21RDMA/mlx5: Fix affinity assignmentMark Bloch
2023-06-21RDMA/cma: Always set static rate to 0 for RoCEMark Zhang
2023-06-21netfilter: nf_tables: integrate pipapo into commit protocolPablo Neira Ayuso
2023-06-21ASoC: Intel: avs: Account for UID of ACPI deviceCezary Rojewski
2023-06-21ASoC: soc-pcm: test if a BE can be preparedRanjani Sridharan
2023-06-21EDAC/qcom: Get rid of hardcoded register offsetsManivannan Sadhasivam
2023-06-21qcom: llcc/edac: Fix the base address used for accessing LLCC banksManivannan Sadhasivam
2023-06-14mm: page_table_check: Ensure user pages are not slab pagesRuihan Li
2023-06-14usb: usbfs: Enforce page requirements for mmapRuihan Li
2023-06-14Bluetooth: fix debugfs registrationJohan Hovold
2023-06-14net: sched: move rtm_tca_policy declaration to include fileEric Dumazet
2023-06-14net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet
2023-06-14rfs: annotate lockless accesses to RFS sock flow tableEric Dumazet
2023-06-14rfs: annotate lockless accesses to sk->sk_rxhashEric Dumazet
2023-06-14ipv6: rpl: Fix Route of Death.Kuniyuki Iwashima
2023-06-14Bluetooth: hci_sync: add lock to protect HCI_UNREGISTERZhengping Jiang
2023-06-14net/ipv6: fix bool/int mismatch for skip_notify_on_dev_downEric Dumazet
2023-06-14net/ipv4: ping_group_range: allow GID from 2147483648 to 4294967294Akihiro Suda
2023-06-14neighbour: fix unaligned access to pneigh_entryQingfang DENG
2023-06-09media: dvb-core: Fix use-after-free due to race at dvb_register_device()Hyunwoo Kim
2023-06-09media: dvb-core: Fix use-after-free due on race condition at dvb_netHyunwoo Kim
2023-06-09tcp: fix mishandling when the sack compression is deferred.fuyuanli
2023-06-09nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter
2023-06-09tcp: deny tcp_disconnect() when threads are waitingEric Dumazet
2023-06-05page_pool: fix inconsistency for page_pool_ring_[un]lock()Yunsheng Lin
2023-06-05net: page_pool: use in_softirq() insteadQingfang DENG
2023-06-05bpf, sockmap: Incorrectly handling copied_seqJohn Fastabend