summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-12-10rxrpc: Implement path-MTU probing using padded PING ACKs (RFC8899)David Howells1-0/+124
2024-12-10rxrpc: Request an ACK on impending Tx stallDavid Howells1-0/+1
2024-12-10rxrpc: Clean up Tx header flags generation handlingDavid Howells1-1/+0
2024-12-10rxrpc: Fix handling of received connection abortDavid Howells1-0/+25
2024-12-10ktime: Add us_to_ktime()David Howells1-0/+5
2024-12-09memory: ti-aemif: Export aemif_*_cs_timings()Bastien Curutchet1-0/+32
2024-12-09Drivers: hv: util: Avoid accessing a ringbuffer not initialized yetMichael Kelley1-0/+1
2024-12-09x86/hyperv: Fix hv tsc page based sched_clock for hibernationNaman Jain1-0/+2
2024-12-09Merge tag 'locking_urgent_for_v6.13_rc3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-16/+2
2024-12-09Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst23-49/+67
2024-12-09Merge drm/drm-next into drm-xe-nextRodrigo Vivi23-49/+67
2024-12-09perf/core: Export perf_exclude_event()Namhyung Kim1-0/+6
2024-12-09uprobes: Reuse return_instances between multiple uretprobes within taskAndrii Nakryiko1-1/+5
2024-12-09uprobes: Simplify session consumer trackingAndrii Nakryiko1-2/+8
2024-12-09regulator: pca9450: Add PMIC pca9452 supportJoy Zou1-0/+1
2024-12-09ASoC: dt-bindings: qcom,wcd9335: Drop number of DAIs from the headerKrzysztof Kozlowski1-1/+0
2024-12-09ASoC: Merge up v6.12-rc2Mark Brown16-28/+57
2024-12-09m68k: Use kernel's generic muldi3 libgcc functionGreg Ungerer1-0/+4
2024-12-09fs: get rid of __FMODE_NONOTIFY kludgeAl Viro2-4/+3
2024-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov22-38/+66
2024-12-08Merge tag 'timers_urgent_for_v6.13_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+2
2024-12-08Merge tag 'mm-hotfixes-stable-2024-12-07-22-39' of git://git.kernel.org/pub/s...Linus Torvalds5-9/+9
2024-12-08dt-bindings: clk: at91: Add clock IDs for the slow clock controllerClaudiu Beznea1-0/+4
2024-12-08net: mscc: ocelot: be resilient to loss of PTP packets during transmissionVladimir Oltean2-2/+1
2024-12-08Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-4/+6
2024-12-07Merge tag 'io_uring-6.13-20241207' of git://git.kernel.dk/linuxLinus Torvalds1-2/+2
2024-12-07iio: core: fix doc reference to iio_push_to_buffers_with_ts_unalignedJavier Carrasco1-1/+1
2024-12-07iio: imu: adis: Remove documented not used elementsRobert Budai1-1/+0
2024-12-07iio: adc: ad_sigma_delta: add tab to align irq_lineDavid Lechner1-1/+1
2024-12-07iio: adc: ad4695: move dt-bindings headerDavid Lechner1-0/+0
2024-12-07headers/cleanup.h: Remove the if_not_guard() facilityIngo Molnar1-14/+0
2024-12-07vrf: Make pcpu_dstats update functions available to other modules.Guillaume Nault1-0/+40
2024-12-07net: phy: remove genphy_c45_eee_is_active()'s is_enabled argRussell King (Oracle)1-1/+1
2024-12-07net: defer final 'struct net' free in netns dismantleEric Dumazet1-0/+1
2024-12-07net: lapb: increase LAPB_HEADER_LENEric Dumazet1-1/+1
2024-12-06Merge tag 'drm-fixes-2024-12-07' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+7
2024-12-06ALSA: hda: cs35l56: Remove calls to cs35l56_force_sync_asp1_registers_from_ca...Simon Trimmer1-6/+0
2024-12-06mm/damon: fix order of arguments in damos_before_apply tracepointAkinobu Mita1-1/+1
2024-12-06scatterlist: fix incorrect func name in kernel-docRandy Dunlap1-1/+1
2024-12-06mm/codetag: swap tags when migrate pagesDavid Wang1-2/+2
2024-12-06stackdepot: fix stack_depot_save_flags() in NMI contextMarco Elver1-3/+3
2024-12-06mm: open-code PageTail in folio_flags() and const_folio_flags()Matthew Wilcox (Oracle)1-2/+2
2024-12-06page_pool: make page_pool_put_page_bulk() handle array of netmemsAlexander Lobakin2-5/+5
2024-12-06netmem: add a couple of page helper wrappersAlexander Lobakin1-2/+76
2024-12-06xdp: register system page pool as an XDP memory modelToke Høiland-Jørgensen1-0/+1
2024-12-06xdp: allow attaching already registered memory model to xdp_rxq_infoAlexander Lobakin1-0/+32
2024-12-06xdp, xsk: constify read-only arguments of some static inline helpersAlexander Lobakin3-18/+24
2024-12-06bpf, xdp: constify some bpf_prog * function argumentsAlexander Lobakin4-14/+15
2024-12-06xsk: align &xdp_buff_xsk harderAlexander Lobakin1-1/+1
2024-12-06net_sched: sch_fq: add three drop_reasonEric Dumazet2-0/+26