summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2024-05-27spi: bitbang: Replace hard coded number of SPI modesAndy Shevchenko-1/+1
2024-05-27spi: bitbang: Use typedef for txrx_*() callbacksAndy Shevchenko-3/+4
2024-05-27regulator: consumer: Reorder fields in 'struct regulator_bulk_data'Christophe JAILLET-3/+3
2024-05-27ASoC: topology: Constify an argument of snd_soc_tplg_component_load()Christophe JAILLET-1/+1
2024-05-27ASoC: Constify channel mapping array arguments in set_channel_map()Krzysztof Kozlowski-6/+6
2024-05-26mm: percpu: Include smp.h in alloc_tag.hKent Overstreet-0/+1
2024-05-26cgroup/pids: Separate semantics of pids.events related to pids.maxMichal Koutný-1/+6
2024-05-25Merge tag '6.10-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-0/+2
2024-05-25Merge tag 'mm-hotfixes-stable-2024-05-25-09-13' of git://git.kernel.org/pub/s...Linus Torvalds-4/+18
2024-05-25Merge tag 'x86-urgent-2024-05-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+2
2024-05-25netkit: Fix pkt_type override upon netkit pass verdictDaniel Borkmann-0/+8
2024-05-24Merge tag 'drm-next-2024-05-25' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-5/+23
2024-05-24Merge tag 'mm-stable-2024-05-24-11-49' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+5
2024-05-24kasan, fortify: properly rename memintrinsicsAndrey Konovalov-4/+18
2024-05-24Merge tag 'riscv-for-linus-6.10-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+2
2024-05-24Merge tag 'sound-fix-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-4/+3
2024-05-24bpf: constify member bpf_sysctl_kern:: TableThomas Weißschuh-1/+1
2024-05-24net/mlx5: Fix MTMP register capability offset in MCAM registerGal Pressman-2/+2
2024-05-24filemap: add helper mapping_max_folio_size()Xu Yang-13/+21
2024-05-24connector: Fix invalid conversion in cn_proc.hMatt Jan-2/+1
2024-05-23mseal: add mseal syscallJeff Xu-0/+1
2024-05-23mseal: wire up mseal syscallJeff Xu-1/+4
2024-05-23net: Add additional bit to support clockid_t timestamp typeAbhishek Chauhan-11/+22
2024-05-23net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan-15/+41
2024-05-23Merge tag 'nfs-for-6.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-0/+3
2024-05-23Merge tag 'block-6.10-20240523' of git://git.kernel.dk/linuxLinus Torvalds-1/+1
2024-05-23Merge tag 'regulator-fix-v6.10-merge-window' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+3
2024-05-23Merge tag 'trace-assign-str-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-312/+303
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-1/+4
2024-05-23i2c: Remove I2C_CLASS_SPDHeiner Kallweit-1/+0
2024-05-23drm/connector: update edid_blob_ptr documentationJani Nikula-1/+5
2024-05-23Merge tag 'asoc-fix-v6.10-merge-window' of https://git.kernel.org/pub/scm/lin...Takashi Iwai-4/+3
2024-05-23wifi: cfg80211: use __counted_by where appropriateDmitry Antipov-4/+4
2024-05-23wifi: mac80211: Add EHT UL MU-MIMO flag in ieee80211_bss_confPradeep Kumar Chitrapu-0/+4
2024-05-23wifi: mac80211: track changes in AP's TPEJohannes Berg-0/+2
2024-05-23wifi: mac80211: pass parsed TPE data to driversJohannes Berg-19/+124
2024-05-23wifi: ieee80211/ath11k: remove IEEE80211_MAX_NUM_PWR_LEVELJohannes Berg-5/+0
2024-05-23wifi: ieee80211: document two FTM related functionsJohannes Berg-0/+10
2024-05-23wifi: ieee80211: document function return valuesJohannes Berg-22/+84
2024-05-23wifi: ieee80211: remove ieee80211_next_tbtt_present()Johannes Berg-15/+5
2024-05-23wifi: radiotap: document ieee80211_get_radiotap_len() return valueJohannes Berg-0/+1
2024-05-23wifi: ieee80211: add missing doc short descriptionsJohannes Berg-4/+5
2024-05-23wifi: regulatory: remove extra documentationJohannes Berg-2/+0
2024-05-23Merge tag 'drm-misc-next-fixes-2024-05-23' of https://gitlab.freedesktop.org/...Dave Airlie-1/+0
2024-05-22Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+12
2024-05-22Merge tag 'mm-stable-2024-05-22-17-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+25
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)-312/+303
2024-05-22ftrace: riscv: move from REGS to ARGSPuranjay Mohan-1/+2
2024-05-22Merge local branch 'x86-codegen'Linus Torvalds-0/+19
2024-05-22clang: work around asm input constraint problemsLinus Torvalds-0/+19