summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-10-04mman: Add map_shadow_stack() flagsMark Brown1-0/+4
2024-10-04prctl: arch-agnostic prctl for shadow stackMark Brown2-0/+26
2024-10-04mm: Define VM_HIGH_ARCH_6Mark Brown1-0/+2
2024-10-04Merge drm/drm-next into drm-xe-nextThomas Hellström581-5437/+13514
2024-10-04HID: stop exporting hid_snto32()Dmitry Torokhov1-1/+0
2024-10-04Input: serio - define serio_pause_rx guard to pause and resume serio portsDmitry Torokhov1-0/+3
2024-10-04ceph: Remove call to PagePrivate2()Matthew Wilcox (Oracle)1-1/+1
2024-10-04mm: Remove PageMappedToDiskMatthew Wilcox (Oracle)1-1/+1
2024-10-04scsi: ufs: core: Improve the struct ufs_hba documentationBart Van Assche1-3/+4
2024-10-04bpf: Use KF_FASTCALL to mark kfuncs supporting fastcall contractEduard Zingerman1-0/+1
2024-10-04bpf: __bpf_fastcall for bpf_get_smp_processor_id in uapiEduard Zingerman1-0/+2
2024-10-04ipv4: Convert ip_route_input_noref() to dscp_t.Guillaume Nault1-4/+3
2024-10-04ipv4: Convert ip_route_input() to dscp_t.Guillaume Nault2-2/+8
2024-10-04lib: packing: duplicate pack() and unpack() implementationsVladimir Oltean1-2/+2
2024-10-04lib: packing: add pack() and unpack() wrappers over packing()Vladimir Oltean1-0/+6
2024-10-04lib: packing: remove kernel-doc from header fileVladimir Oltean1-26/+0
2024-10-03drm/msm/a6xx: Add a flag to allow preemption to submitqueue_createAntonino Maniscalco1-1/+4
2024-10-03nfs_common: fix race in NFS calls to nfsd_file_put_local() and nfsd_serv_put()Mike Snitzer1-0/+15
2024-10-03NFSv4: Prevent NULL-pointer dereference in nfs42_complete_copies()Yanjun Zhang1-0/+1
2024-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski77-494/+956
2024-10-03Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-3/+23
2024-10-03Merge tag 'vfs-6.12-rc2.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2024-10-03prandom: Include <linux/percpu.h> in <linux/prandom.h>Uros Bizjak1-0/+1
2024-10-03random: Do not include <linux/prandom.h> in <linux/random.h>Uros Bizjak1-7/+0
2024-10-03scsi: libfcoe: Include <linux/prandom.h> instead of <linux/random.h>Uros Bizjak1-1/+1
2024-10-03Merge tag 'nf-24-10-02' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni1-1/+1
2024-10-03net: mana: Increase the DEF_RX_BUFFERS_PER_QUEUE to 1024Shradha Gupta1-1/+1
2024-10-03soundwire: mipi-disco: add support for DP0/DPn 'lane-list' propertyPierre-Louis Bossart1-0/+8
2024-10-03soundwire: mipi-disco: add new properties from 2.0 specPierre-Louis Bossart1-1/+6
2024-10-03soundwire: mipi-disco: remove DPn audio-modesPierre-Louis Bossart1-34/+0
2024-10-03soundwire: optimize sdw_dpn_propPierre-Louis Bossart1-9/+9
2024-10-03soundwire: optimize sdw_dp0_propPierre-Louis Bossart1-4/+4
2024-10-03soundwire: optimize sdw_slave_propPierre-Louis Bossart1-9/+9
2024-10-03soundwire: optimize sdw_bus structurePierre-Louis Bossart1-37/+40
2024-10-03soundwire: optimize sdw_master_propPierre-Louis Bossart1-7/+7
2024-10-03soundwire: optimize sdw_stream_runtime memory layoutPierre-Louis Bossart1-5/+5
2024-10-03soundwire: amd: refactor existing code for acp 6.3 platformVijendar Mukunda1-0/+1
2024-10-03soundwire: amd: pass acp pci revision id as resource dataVijendar Mukunda1-0/+5
2024-10-03net: pcs: xpcs: make xpcs_do_config() and xpcs_link_up() internalRussell King (Oracle)1-4/+0
2024-10-03net: pcs: xpcs: drop interface argument from xpcs_create*()Russell King (Oracle)1-4/+2
2024-10-03net: pcs: xpcs: add xpcs_destroy_pcs() and xpcs_create_pcs_mdiodev()Russell King (Oracle)1-0/+3
2024-10-03net: pcs: xpcs: move PCS reset to .pcs_pre_config()Russell King (Oracle)1-0/+1
2024-10-03net: test for not too small csum_start in virtio_net_hdr_to_skb()Eric Dumazet1-1/+3
2024-10-03Merge tag 'mlx5-fixes-2024-09-25' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-1/+1
2024-10-03Merge tag 'pull-work.unaligned' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds30-32/+31
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro30-32/+31
2024-10-03PCI/TPH: Add Steering Tag supportWei Huang1-0/+23
2024-10-03PCI: Add TLP Processing Hints (TPH) supportWei Huang3-8/+57
2024-10-02Merge tag 'asoc-fix-v6.12-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai604-5243/+13457
2024-10-02Merge branch 'timers/kvm' into timers/coreThomas Gleixner1-0/+2