summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-09-23KVM: SEV: add cache flush to solve SEV cache incoherency issuesMingwei Zhang
2022-09-23net: Find dst with sk's xfrm policy not ctl_sksewookseo
2022-09-23of/device: Fix up of_dma_configure_id() stubThierry Reding
2022-09-20iommu/vt-d: Fix kdump kernels boot failure with scalable modeLu Baolu
2022-09-20task_stack, x86/cea: Force-inline stack helpersBorislav Petkov
2022-09-20lockdep: Fix -Wunused-parameter for _THIS_IP_Nick Desaulniers
2022-09-20NFS: Fix WARN_ON due to unionization of nfs_inode.nrequestsDave Wysochanski
2022-09-15ARM: at91: ddr: remove CONFIG_SOC_SAMA7 dependencyClaudiu Beznea
2022-09-15tcp: TX zerocopy should not sense pfmemalloc statusEric Dumazet
2022-09-15net: introduce __skb_fill_page_desc_noaccPavel Begunkov
2022-09-15rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells
2022-09-15ARM: at91: pm: fix DDR recalibration when resuming from backup and self-refreshClaudiu Beznea
2022-09-15ARM: at91: pm: fix self-refresh for sama7g5Claudiu Beznea
2022-09-15NFS: Fix another fsync() issue after a server rebootTrond Myklebust
2022-09-15NFS: Save some space in the inodeTrond Myklebust
2022-09-15NFS: Further optimisations for 'ls -l'Trond Myklebust
2022-09-15debugfs: add debugfs_lookup_and_remove()Greg Kroah-Hartman
2022-09-15fs: only do a memory barrier for the first set_buffer_uptodate()Linus Torvalds
2022-09-08USB: core: Prevent nested device-reset callsAlan Stern
2022-09-08usb: typec: altmodes/displayport: correct pin assignment for UFP receptaclesPablo Sun
2022-09-08platform/x86: pmc_atom: Fix SLP_TYPx bitfield maskAndy Shevchenko
2022-09-05btrfs: remove no longer needed logic for replaying directory deletesFilipe Manana
2022-09-05mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuseJann Horn
2022-09-05bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao
2022-09-05net: fix refcount bug in sk_psock_get (2)Hawkins Jiawei
2022-09-05drm/bridge: Add stubs for devm_drm_of_get_bridge when OF is disabledMaxime Ripard
2022-08-31Revert "memcg: cleanup racy sum avoidance code"Shakeel Butt
2022-08-31asm-generic: sections: refactor memory_intersectsQuanyang Wang
2022-08-31net: Fix data-races around sysctl_devconf_inherit_init_net.Kuniyuki Iwashima
2022-08-31net: Fix data-races around sysctl_fb_tunnels_only_for_init_net.Kuniyuki Iwashima
2022-08-31tcp: expose the tcp_mark_push() and tcp_skb_entail() helpersPaolo Abeni
2022-08-31net: Fix a data-race around sysctl_net_busy_poll.Kuniyuki Iwashima
2022-08-31netfilter: flowtable: fix stuck flows on cleanup due to pending workPablo Neira Ayuso
2022-08-31netfilter: flowtable: add function to invoke garbage collection immediatelyPablo Neira Ayuso
2022-08-31netfilter: nf_tables: disallow jump to implicit chain from set elementPablo Neira Ayuso
2022-08-31netfilter: nf_tables: upfront validation of data via nft_data_init()Pablo Neira Ayuso
2022-08-31netfilter: nft_cmp: optimize comparison for 16-bytesPablo Neira Ayuso
2022-08-31netfilter: nf_tables: make table handle allocation per-netns friendlyPablo Neira Ayuso
2022-08-31netfilter: ebtables: reject blobs that don't provide all entry pointsFlorian Westphal
2022-08-31net/mlx5: Avoid false positive lockdep warning by adding lock_class_keyMoshe Shemesh
2022-08-31drivers/base: fix userspace break from using bin_attributes for cpumap and cp...Phil Auld
2022-08-31block: add bdev_max_segments() helperNaohiro Aota
2022-08-31block: add a bdev_max_zone_append_sectors helperChristoph Hellwig
2022-08-25ALSA: control: Use deferred fasync helperTakashi Iwai
2022-08-25ALSA: core: Add async signal helpersTakashi Iwai
2022-08-25watchdog: export lockup_detector_reconfigureLaurent Dufour
2022-08-25iommu/io-pgtable-arm-v7s: Add a quirk to allow pgtable PA up to 35bitYunfei Wang
2022-08-25uacce: Handle parent device removal or parent driver module rmmodJean-Philippe Brucker
2022-08-25SUNRPC: Fix xdr_encode_bool()Chuck Lever
2022-08-25BPF: Fix potential bad pointer dereference in bpf_sys_bpf()Jinghao Jia