summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2024-12-05net/mlx5: ifc: Reorganize mlx5_ifc_flow_table_context_bitsCosmin Ratiu
2024-12-05RDMA/mlx5: Enforce same type port association for multiport RoCEPatrisious Haddad
2024-12-04net: phylink: add pcs_inband_caps() methodRussell King (Oracle)
2024-12-04net: phy: add phy_config_inband()Russell King (Oracle)
2024-12-04net: phy: add phy_inband_caps()Russell King (Oracle)
2024-12-04netpoll: Make netpoll_send_udp return status instead of voidMaksym Kutsevol
2024-12-04scsi: Rename .device_configure() into .sdev_configure()Bart Van Assche
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche
2024-12-04lsm: lsm_context in security_dentry_init_securityCasey Schaufler
2024-12-04lsm: use lsm_context in security_inode_getsecctxCasey Schaufler
2024-12-04lsm: replace context+len with lsm_contextCasey Schaufler
2024-12-04bpf: Introduce support for bpf_local_irq_{save,restore}Kumar Kartikeya Dwivedi
2024-12-04bpf: Consolidate locks and reference state in verifier stateKumar Kartikeya Dwivedi
2024-12-04lsm: ensure the correct LSM context releaserCasey Schaufler
2024-12-04serial: 8250_pci: Share WCH IDs with parport_serial driverAndy Shevchenko
2024-12-04usb: storage: add a macro for the upper limit of max LUNDingyan Li
2024-12-04USB: Fix the issue of task recovery failure caused by USB status when S4 wake...Duan Chenghao
2024-12-04dmaengine: amd: qdma: Remove using the private get and set dma_ops APIsLizhi Hou
2024-12-04linux/dmaengine.h: fix a few kernel-doc warningsRandy Dunlap
2024-12-04firmware: arm_ffa: Fix the race around setting ffa_dev->propertiesLevi Yun
2024-12-03module: Convert default symbol namespace to string literalMasahiro Yamada
2024-12-03io_uring: Change res2 parameter type in io_uring_cmd_doneBernd Schubert
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-12-02sched/isolation: Consolidate housekeeping cpumasks that are always identicalWaiman Long
2024-12-02sched/core: Remove HK_TYPE_SCHEDWaiman Long
2024-12-02locking/ww_mutex: Fix ww_mutex dummy lockdep map selftest warningsThomas Hellström
2024-12-02objtool: Fix ANNOTATE_REACHABLE to be a normal annotationPeter Zijlstra
2024-12-02objtool: Convert {.UN}REACHABLE to ANNOTATEPeter Zijlstra
2024-12-02objtool: Remove annotate_{,un}reachable()Peter Zijlstra
2024-12-02unreachable: UnifyPeter Zijlstra
2024-12-02objtool: Collect more annotations in objtool.hPeter Zijlstra
2024-12-02objtool: Convert ANNOTATE_INTRA_FUNCTION_CALL to ANNOTATEPeter Zijlstra
2024-12-02objtool: Convert ANNOTATE_IGNORE_ALTERNATIVE to ANNOTATEPeter Zijlstra
2024-12-02objtool: Convert VALIDATE_UNRET_BEGIN to ANNOTATEPeter Zijlstra
2024-12-02objtool: Convert instrumentation_{begin,end}() to ANNOTATEPeter Zijlstra
2024-12-02objtool: Convert ANNOTATE_RETPOLINE_SAFE to ANNOTATEPeter Zijlstra
2024-12-02objtool: Convert ANNOTATE_NOENDBR to ANNOTATEPeter Zijlstra
2024-12-02objtool: Generic annotation infrastructurePeter Zijlstra
2024-12-02mm: introduce mmap_lock_speculate_{try_begin|retry}Suren Baghdasaryan
2024-12-02mm: convert mm_lock_seq to a proper seqcountSuren Baghdasaryan
2024-12-02seqlock: add raw_seqcount_try_beginSuren Baghdasaryan
2024-12-02Merge tag 'v6.13-rc1' into perf/core, to refresh the branchIngo Molnar
2024-12-02pid: allow pid_max to be set per pid namespaceChristian Brauner
2024-12-02cred: fold get_new_cred_many() into get_cred_many()Christian Brauner
2024-12-02cred: remove unused get_new_cred()Christian Brauner
2024-12-02tree-wide: s/revert_creds_light()/revert_creds()/gChristian Brauner
2024-12-02tree-wide: s/override_creds_light()/override_creds()/gChristian Brauner
2024-12-02cred: remove old {override,revert}_creds() helpersChristian Brauner
2024-12-02cred: return old creds from revert_creds_light()Christian Brauner
2024-12-02tree-wide: s/override_creds()/override_creds_light(get_new_cred())/gChristian Brauner