summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
...
* ceph: switch to corrected encoding of max_xattr_size in mdsmapXiubo Li2024-03-151-1/+5
* block: define bvec_iter as __packed __aligned(4)Ming Lei2024-03-061-1/+1
* netfilter: bridge: confirm multicast packets before passing them up the stackFlorian Westphal2024-03-061-0/+1
* x86/numa: Fix the address overlap check in numa_fill_memblks()Alison Schofield2024-03-011-0/+2
* IB/mlx5: Don't expose debugfs entries for RRoCE general parameters if not sup...Mark Zhang2024-03-011-1/+1
* mm/swap: fix race when skipping swapcacheKairui Song2024-03-011-0/+5
* fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaioBart Van Assche2024-03-011-0/+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
* 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-231-3/+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
* 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
* 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
* PCI: add INTEL_HDA_ARL to pci_ids.hPierre-Louis Bossart2024-02-051-0/+1
* 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
* arch: consolidate arch_irq_work_raise prototypesArnd Bergmann2024-02-051-0/+3
* thermal: core: Fix thermal zone suspend-resume synchronizationRafael J. Wysocki2024-02-051-0/+2
* serial: core: fix kernel-doc for uart_port_unlock_irqrestore()Randy Dunlap2024-01-311-1/+1
* x86/entry/ia32: Ensure s32 is sign extended to s64Richard Palethorpe2024-01-311-0/+1
* serial: core: Provide port lock wrappersThomas Gleixner2024-01-311-0/+79
* fs/pipe: move check to pipe_has_watch_queue()Max Kellermann2024-01-311-0/+16
* bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer2024-01-312-36/+38
* net/mlx5: Bridge, fix multicast packets sent to uplinkMoshe Shemesh2024-01-312-1/+2
* net/mlx5: Bridge, Enable mcast in smfs steering modeErez Shitrit2024-01-311-0/+1
* udp: fix busy pollingEric Dumazet2024-01-311-6/+0
* bpf: keep track of max number of bpf_loop callback iterationsEduard Zingerman2024-01-311-0/+11
* bpf: verify callbacks as if they are called unknown number of timesEduard Zingerman2024-01-311-0/+5
* bpf: correct loop detection for iterators convergenceEduard Zingerman2024-01-311-0/+15
* bpf: exact states comparison for iterator convergence checksEduard Zingerman2024-01-311-0/+1
* mm/sparsemem: fix race in accessing memory_section->usageCharan Teja Kalla2024-01-311-3/+11
* mm/rmap: fix misplaced parenthesis of a likely()Steven Rostedt (Google)2024-01-311-2/+2