summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-12-09rxrpc: Replace call->acks_first_seq with tracking of the hard ACK pointDavid Howells
2024-12-09rxrpc: call->acks_hard_ack is now the same call->tx_bottom, so remove itDavid Howells
2024-12-09rxrpc: Implement progressive transmission queue structDavid Howells
2024-12-09rxrpc: Fix CPU time starvation in I/O threadDavid Howells
2024-12-09rxrpc: Add a tracepoint to show variables pertinent to jumbo packet sizeDavid Howells
2024-12-09rxrpc: Implement path-MTU probing using padded PING ACKs (RFC8899)David Howells
2024-12-09rxrpc: Request an ACK on impending Tx stallDavid Howells
2024-12-09rxrpc: Clean up Tx header flags generation handlingDavid Howells
2024-12-09rxrpc: Fix handling of received connection abortDavid Howells
2024-12-09ktime: Add us_to_ktime()David Howells
2024-12-09memory: ti-aemif: Export aemif_*_cs_timings()Bastien Curutchet
2024-12-09Drivers: hv: util: Avoid accessing a ringbuffer not initialized yetMichael Kelley
2024-12-09x86/hyperv: Fix hv tsc page based sched_clock for hibernationNaman Jain
2024-12-09Merge tag 'locking_urgent_for_v6.13_rc3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2024-12-09Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst
2024-12-09Merge drm/drm-next into drm-xe-nextRodrigo Vivi
2024-12-09perf/core: Export perf_exclude_event()Namhyung Kim
2024-12-09uprobes: Reuse return_instances between multiple uretprobes within taskAndrii Nakryiko
2024-12-09uprobes: Simplify session consumer trackingAndrii Nakryiko
2024-12-09regulator: pca9450: Add PMIC pca9452 supportJoy Zou
2024-12-09ASoC: dt-bindings: qcom,wcd9335: Drop number of DAIs from the headerKrzysztof Kozlowski
2024-12-09ASoC: Merge up v6.12-rc2Mark Brown
2024-12-09m68k: Use kernel's generic muldi3 libgcc functionGreg Ungerer
2024-12-09fs: get rid of __FMODE_NONOTIFY kludgeAl Viro
2024-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov
2024-12-08Merge tag 'timers_urgent_for_v6.13_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2024-12-08Merge tag 'mm-hotfixes-stable-2024-12-07-22-39' of git://git.kernel.org/pub/s...Linus Torvalds
2024-12-08dt-bindings: clk: at91: Add clock IDs for the slow clock controllerClaudiu Beznea
2024-12-07net: mscc: ocelot: be resilient to loss of PTP packets during transmissionVladimir Oltean
2024-12-07Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2024-12-07Merge tag 'io_uring-6.13-20241207' of git://git.kernel.dk/linuxLinus Torvalds
2024-12-07iio: core: fix doc reference to iio_push_to_buffers_with_ts_unalignedJavier Carrasco
2024-12-07iio: imu: adis: Remove documented not used elementsRobert Budai
2024-12-07iio: adc: ad_sigma_delta: add tab to align irq_lineDavid Lechner
2024-12-07iio: adc: ad4695: move dt-bindings headerDavid Lechner
2024-12-07headers/cleanup.h: Remove the if_not_guard() facilityIngo Molnar
2024-12-06vrf: Make pcpu_dstats update functions available to other modules.Guillaume Nault
2024-12-06net: phy: remove genphy_c45_eee_is_active()'s is_enabled argRussell King (Oracle)
2024-12-06net: defer final 'struct net' free in netns dismantleEric Dumazet
2024-12-06net: lapb: increase LAPB_HEADER_LENEric Dumazet
2024-12-06Merge tag 'drm-fixes-2024-12-07' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-12-06ALSA: hda: cs35l56: Remove calls to cs35l56_force_sync_asp1_registers_from_ca...Simon Trimmer
2024-12-05mm/damon: fix order of arguments in damos_before_apply tracepointAkinobu Mita
2024-12-05scatterlist: fix incorrect func name in kernel-docRandy Dunlap
2024-12-05mm/codetag: swap tags when migrate pagesDavid Wang
2024-12-05stackdepot: fix stack_depot_save_flags() in NMI contextMarco Elver
2024-12-05mm: open-code PageTail in folio_flags() and const_folio_flags()Matthew Wilcox (Oracle)
2024-12-05page_pool: make page_pool_put_page_bulk() handle array of netmemsAlexander Lobakin
2024-12-05netmem: add a couple of page helper wrappersAlexander Lobakin
2024-12-05xdp: register system page pool as an XDP memory modelToke Høiland-Jørgensen