summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* uapi: in6: replace temporary label with rfc9486Justin Iurman2024-03-061-1/+1
* net: mctp: take ownership of skb in mctp_local_outputJeremy Kerr2024-03-061-0/+1
* netfilter: nft_flow_offload: reset dst in route object after setting up flowPablo Neira Ayuso2024-03-011-1/+1
* x86/numa: Fix the address overlap check in numa_fill_memblks()Alison Schofield2024-03-011-0/+2
* net: bridge: switchdev: Skip MDB replays of deferred events on offloadTobias Waldekranz2024-03-011-0/+3
* IB/mlx5: Don't expose debugfs entries for RRoCE general parameters if not sup...Mark Zhang2024-03-011-1/+1
* bpf: Derive source IP addr via bpf_*_fib_lookup()Martynas Pumputis2024-03-012-0/+15
* mptcp: fix lockless access in subflow ULP diagPaolo Abeni2024-03-011-1/+1
* mm/swap: fix race when skipping swapcacheKairui Song2024-03-011-0/+5
* scsi: core: Consult supported VPD page list prior to fetching pageMartin K. Petersen2024-03-011-4/+0
* scsi: sd: usb_storage: uas: Access media prior to querying device propertiesMartin K. Petersen2024-03-011-0/+1
* fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaioBart Van Assche2024-03-011-0/+2
* xen/events: reduce externally visible helper functionsJuergen Gross2024-03-011-2/+2
* libceph: fail sparse-read if the data length doesn't matchXiubo Li2024-03-011-1/+2
* eventfs: Hold eventfs_mutex when calling callback functionsSteven Rostedt (Google)2024-02-231-0/+43
* eventfs: Use eventfs_remove_events_dir()Steven Rostedt (Google)2024-02-231-0/+1
* eventfs: Remove eventfs_file and just use eventfs_inodeSteven Rostedt (Google)2024-02-232-16/+15
* netfilter: ipset: fix performance regression in swap operationJozsef Kadlecsik2024-02-231-0/+4
* blk-wbt: Fix detection of dirty-throttled tasksJan Kara2024-02-231-2/+5
* ASoC: tas2781: add module parameter to tascodec_init()Gergo Koteles2024-02-231-0/+1
* serial: core: introduce uart_port_tx_flags()Jiri Slaby (SUSE)2024-02-231-5/+27
* iio: imu: adis: ensure proper DMA alignmentNuno Sa2024-02-231-1/+2
* iio: adc: ad_sigma_delta: ensure proper DMA alignmentNuno Sa2024-02-231-1/+3
* iio: commom: st_sensors: ensure proper DMA alignmentNuno Sa2024-02-231-2/+2
* linux/init: remove __memexit* annotationsMasahiro Yamada2024-02-232-9/+0
* lsm: fix default return value of the socket_getpeersec_*() hooksOndrej Mosnacek2024-02-231-2/+2
* ptrace: Introduce exception_ip arch hookJiaxun Yang2024-02-231-0/+4
* tls: fix race between async notify and socket closeJakub Kicinski2024-02-231-5/+0
* update workarounds for gcc "asm goto" issueLinus Torvalds2024-02-232-4/+12
* work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-232-2/+21
* hrtimer: Report offline hrtimer enqueueFrederic Weisbecker2024-02-161-1/+3
* libceph: just wait for more data to be available on the socketXiubo Li2024-02-161-1/+1
* mm: Introduce flush_cache_vmap_early()Alexandre Ghiti2024-02-161-0/+6
* netfilter: nft_compat: reject unused compat flagPablo Neira Ayuso2024-02-161-0/+2
* rxrpc: Fix counting of new acks and nacksDavid Howells2024-02-161-3/+5
* dmaengine: fix is_slave_direction() return false when DMA_DEV_TO_DEVFrank Li2024-02-161-1/+2
* mm, kmsan: fix infinite recursion due to RCU critical sectionMarco Elver2024-02-051-3/+3
* af_unix: fix lockdep positive in sk_diag_dump_icons()Eric Dumazet2024-02-051-6/+14
* netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEVPablo Neira Ayuso2024-02-051-0/+2
* ipmr: fix kernel panic when forwarding mcast packetsNicolas Dichtel2024-02-051-1/+1
* drm: using mul_u32_u32() requires linux/math64.hStephen Rothwell2024-02-051-0/+1
* PCI: add INTEL_HDA_ARL to pci_ids.hPierre-Louis Bossart2024-02-051-0/+1
* drm/mipi-dsi: Fix detach call without attachTomi Valkeinen2024-02-051-0/+2
* minmax: relax check to allow comparison between unsigned arguments and signed...David Laight2024-02-051-7/+17
* minmax: allow comparisons of 'int' against 'unsigned char/short'David Laight2024-02-051-2/+3
* minmax: fix indentation of __cmp_once() and __clamp_once()David Laight2024-02-051-15/+15
* minmax: allow min()/max()/clamp() if the arguments have the same signedness.David Laight2024-02-051-28/+32
* minmax: add umin(a, b) and umax(a, b)David Laight2024-02-051-0/+17
* minmax: fix header inclusionsAndy Shevchenko2024-02-051-1/+2
* minmax: deduplicate __unconst_integer_typeof()Andy Shevchenko2024-02-051-23/+3