summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
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-06xdp: register system page pool as an XDP memory modelToke Høiland-Jørgensen1-0/+1
2024-12-06bpf, xdp: constify some bpf_prog * function argumentsAlexander Lobakin4-14/+15
2024-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski52-195/+481
2024-12-05Merge tag 'hid-for-linus-2024120501' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2024-12-05Merge tag 'linux-watchdog-6.13-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds1-0/+1
2024-12-05clocksource: Make negative motion detection more robustThomas Gleixner1-0/+2
2024-12-05mtd: spinand: Add support for SkyHigh S35ML-3 familyTakahiro Kuwano1-0/+1
2024-12-05mtd: spinand: Introduce a way to avoid raw accessTakahiro Kuwano1-0/+1
2024-12-05net/mlx5: qos: Add ifc support for cross-esw schedulingCosmin Ratiu1-3/+8
2024-12-05net/mlx5: Add support for new scheduling elementsCarolina Jubran1-3/+11
2024-12-05net/mlx5: Add ConnectX-8 device to ifcYevgeny Kliteynik1-0/+1
2024-12-05net/mlx5: ifc: Reorganize mlx5_ifc_flow_table_context_bitsCosmin Ratiu1-13/+17
2024-12-05RDMA/mlx5: Enforce same type port association for multiport RoCEPatrisious Haddad1-0/+6
2024-12-05net: phylink: add pcs_inband_caps() methodRussell King (Oracle)1-0/+17
2024-12-05net: phy: add phy_config_inband()Russell King (Oracle)1-0/+6
2024-12-05net: phy: add phy_inband_caps()Russell King (Oracle)1-0/+28
2024-12-05netpoll: Make netpoll_send_udp return status instead of voidMaksym Kutsevol1-1/+1
2024-12-04scsi: Rename .device_configure() into .sdev_configure()Bart Van Assche1-6/+5
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche1-4/+4
2024-12-04lsm: lsm_context in security_dentry_init_securityCasey Schaufler2-24/+4
2024-12-04lsm: use lsm_context in security_inode_getsecctxCasey Schaufler2-4/+5
2024-12-04lsm: replace context+len with lsm_contextCasey Schaufler2-8/+6
2024-12-04bpf: Introduce support for bpf_local_irq_{save,restore}Kumar Kartikeya Dwivedi1-2/+5
2024-12-04bpf: Consolidate locks and reference state in verifier stateKumar Kartikeya Dwivedi1-8/+11
2024-12-04lsm: ensure the correct LSM context releaserCasey Schaufler2-3/+34
2024-12-04serial: 8250_pci: Share WCH IDs with parport_serial driverAndy Shevchenko1-0/+11
2024-12-04usb: storage: add a macro for the upper limit of max LUNDingyan Li1-0/+8
2024-12-04USB: Fix the issue of task recovery failure caused by USB status when S4 wake...Duan Chenghao1-1/+2
2024-12-04dmaengine: amd: qdma: Remove using the private get and set dma_ops APIsLizhi Hou1-0/+2
2024-12-04linux/dmaengine.h: fix a few kernel-doc warningsRandy Dunlap1-3/+10
2024-12-04firmware: arm_ffa: Fix the race around setting ffa_dev->propertiesLevi Yun1-5/+8
2024-12-03module: Convert default symbol namespace to string literalMasahiro Yamada1-1/+1
2024-12-03io_uring: Change res2 parameter type in io_uring_cmd_doneBernd Schubert1-2/+2
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra6-7/+7
2024-12-02sched/isolation: Consolidate housekeeping cpumasks that are always identicalWaiman Long1-7/+13
2024-12-02sched/core: Remove HK_TYPE_SCHEDWaiman Long1-1/+0
2024-12-02locking/ww_mutex: Fix ww_mutex dummy lockdep map selftest warningsThomas Hellström1-2/+2
2024-12-02objtool: Fix ANNOTATE_REACHABLE to be a normal annotationPeter Zijlstra1-2/+2
2024-12-02objtool: Convert {.UN}REACHABLE to ANNOTATEPeter Zijlstra2-11/+8
2024-12-02objtool: Remove annotate_{,un}reachable()Peter Zijlstra1-27/+0
2024-12-02unreachable: UnifyPeter Zijlstra2-15/+7
2024-12-02objtool: Collect more annotations in objtool.hPeter Zijlstra2-29/+55
2024-12-02objtool: Convert ANNOTATE_INTRA_FUNCTION_CALL to ANNOTATEPeter Zijlstra2-10/+7
2024-12-02objtool: Convert ANNOTATE_IGNORE_ALTERNATIVE to ANNOTATEPeter Zijlstra1-0/+1
2024-12-02objtool: Convert VALIDATE_UNRET_BEGIN to ANNOTATEPeter Zijlstra2-6/+4
2024-12-02objtool: Convert instrumentation_{begin,end}() to ANNOTATEPeter Zijlstra3-9/+16