summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-08-31Revert "memcg: cleanup racy sum avoidance code"Shakeel Butt1-2/+13
2022-08-31asm-generic: sections: refactor memory_intersectsQuanyang Wang1-2/+5
2022-08-31net: Fix data-races around sysctl_devconf_inherit_init_net.Kuniyuki Iwashima1-0/+9
2022-08-31net: Fix data-races around sysctl_fb_tunnels_only_for_init_net.Kuniyuki Iwashima1-3/+8
2022-08-31tcp: expose the tcp_mark_push() and tcp_skb_entail() helpersPaolo Abeni1-0/+2
2022-08-31net: Fix a data-race around sysctl_net_busy_poll.Kuniyuki Iwashima1-1/+1
2022-08-31netfilter: flowtable: fix stuck flows on cleanup due to pending workPablo Neira Ayuso1-0/+2
2022-08-31netfilter: flowtable: add function to invoke garbage collection immediatelyPablo Neira Ayuso1-0/+1
2022-08-31netfilter: nf_tables: disallow jump to implicit chain from set elementPablo Neira Ayuso1-0/+5
2022-08-31netfilter: nf_tables: upfront validation of data via nft_data_init()Pablo Neira Ayuso1-2/+2
2022-08-31netfilter: nft_cmp: optimize comparison for 16-bytesPablo Neira Ayuso1-0/+9
2022-08-31netfilter: nf_tables: make table handle allocation per-netns friendlyPablo Neira Ayuso1-0/+1
2022-08-31netfilter: ebtables: reject blobs that don't provide all entry pointsFlorian Westphal1-4/+0
2022-08-31net/mlx5: Avoid false positive lockdep warning by adding lock_class_keyMoshe Shemesh1-0/+1
2022-08-31drivers/base: fix userspace break from using bin_attributes for cpumap and cp...Phil Auld1-0/+18
2022-08-31block: add bdev_max_segments() helperNaohiro Aota1-0/+5
2022-08-31block: add a bdev_max_zone_append_sectors helperChristoph Hellwig1-0/+6
2022-08-25ALSA: control: Use deferred fasync helperTakashi Iwai1-1/+1
2022-08-25ALSA: core: Add async signal helpersTakashi Iwai1-0/+8
2022-08-25watchdog: export lockup_detector_reconfigureLaurent Dufour1-0/+2
2022-08-25iommu/io-pgtable-arm-v7s: Add a quirk to allow pgtable PA up to 35bitYunfei Wang1-5/+10
2022-08-25uacce: Handle parent device removal or parent driver module rmmodJean-Philippe Brucker1-2/+4
2022-08-25SUNRPC: Fix xdr_encode_bool()Chuck Lever1-2/+2
2022-08-25BPF: Fix potential bad pointer dereference in bpf_sys_bpf()Jinghao Jia1-2/+6
2022-08-25locking/atomic: Make test_and_*_bit() ordered on failureHector Martin1-6/+0
2022-08-17tracing/perf: Avoid -Warray-bounds warning for __rel_loc macroKees Cook2-3/+4
2022-08-17tracing: Use a struct alignof to determine trace event field alignmentSteven Rostedt (Google)1-3/+5
2022-08-17tpm: eventlog: Fix section mismatch for DEBUG_SECTION_MISMATCHHuacai Chen1-1/+1
2022-08-17tracing: Avoid -Warray-bounds warning for __rel_loc macroMasami Hiramatsu1-3/+4
2022-08-17tracing: Add '__rel_loc' using trace event macrosMasami Hiramatsu3-2/+150
2022-08-17ACPI: CPPC: Do not prevent CPPC from working in the futureRafael J. Wysocki1-1/+1
2022-08-17block: remove the struct blk_queue_ctx forward declarationChristoph Hellwig1-2/+0
2022-08-17crypto: blake2s - remove shash moduleJason A. Donenfeld1-108/+0
2022-08-17spmi: trace: fix stack-out-of-bound access in SPMI tracing functionsDavid Collins1-6/+6
2022-08-17sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedWaiman Long1-1/+1
2022-08-17mfd: t7l66xb: Drop platform disable callbackUwe Kleine-König1-1/+0
2022-08-17kfifo: fix kfifo_to_user() return typeDan Carpenter1-1/+1
2022-08-179p: Add client parameter to p9_req_put()Kent Overstreet1-1/+1
2022-08-179p: Drop kref usageKent Overstreet1-3/+3
2022-08-179p: fix a bunch of checkpatch warningsDominique Martinet3-22/+28
2022-08-17iio: cros: Register FIFO callback after sensor is registeredGwendal Grignou1-2/+5
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