summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2025-11-04sched: Move MM CID related functions to sched.hThomas Gleixner
2025-11-04entry: Inline irqentry_enter/exit_from/to_user_mode()Thomas Gleixner
2025-11-04entry: Remove syscall_enter_from_user_mode_prepare()Thomas Gleixner
2025-11-04entry: Clean up headerThomas Gleixner
2025-11-04rseq: Introduce struct rseq_dataThomas Gleixner
2025-11-04rseq, virt: Retrigger RSEQ after vcpu_run()Thomas Gleixner
2025-11-04rseq: Simplify the event notificationThomas Gleixner
2025-11-04rseq: Remove the ksig argument from rseq_handle_notify_resume()Thomas Gleixner
2025-11-04rseq: Condense the inline stubsThomas Gleixner
2025-11-04rseq: Avoid pointless evaluation in __rseq_notify_resume()Thomas Gleixner
2025-11-04uaccess: Provide put/get_user_inline()Thomas Gleixner
2025-11-04uaccess: Provide scoped user access regionsThomas Gleixner
2025-11-03PCI/TSM: Report active IDE streamsDan Williams
2025-11-03PCI/IDE: Report available IDE streamsDan Williams
2025-11-03PCI/IDE: Add IDE establishment helpersDan Williams
2025-11-03PCI: Add PCIe Device 3 Extended Capability enumerationDan Williams
2025-11-03PCI/TSM: Establish Secure Sessions and Link EncryptionDan Williams
2025-11-03PCI: Introduce pci_walk_bus_reverse(), for_each_pci_dev_reverse()Dan Williams
2025-11-03PCI/IDE: Enumerate Selective Stream IDE capabilitiesDan Williams
2025-11-03coco/tsm: Introduce a core device for TEE Security ManagersDan Williams
2025-11-03soc: qcom: ubwc: Add config for KaanapaliAkhil P Oommen
2025-11-03ethtool: netlink: add ETHTOOL_MSG_MSE_GET and wire up PHY MSE accessOleksij Rempel
2025-11-03net: phy: introduce internal API for PHY MSE diagnosticsOleksij Rempel
2025-11-03net: Extend NAPI threaded polling to allow kthread based busy pollingSamiullah Khawaja
2025-11-03mpls: Protect net->mpls.platform_label with a per-netns mutex.Kuniyuki Iwashima
2025-11-03ipv6: Add in6_dev_rcu().Kuniyuki Iwashima
2025-11-03Merge branch '20251030-gcc_kaanapali-v2-v2-3-a774a587af6f@oss.qualcomm.com' i...Bjorn Andersson
2025-11-03dt-bindings: clock: qcom: Add Kaanapali Global clock controllerTaniya Das
2025-11-03dt-bindings: arm: qcom,ids: Add SoC ID for QCS6490Komal Bajaj
2025-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc4Alexei Starovoitov
2025-11-03sched_ext: Fix cgroup exit ordering by moving sched_ext_free() to finish_task...Tejun Heo
2025-11-03sched_ext: Merge branch 'for-6.19' of git://git.kernel.org/pub/scm/linux/kern...Tejun Heo
2025-11-03cgroup: Defer task cgroup unlink until after the task is done switching outTejun Heo
2025-11-03cgroup: Rename cgroup lifecycle hooks to cgroup_task_*()Tejun Heo
2025-11-03arch: hookup listns() system callChristian Brauner
2025-11-03nstree: add listns()Christian Brauner
2025-11-03nstree: add unified namespace listChristian Brauner
2025-11-03nstree: maintain list of owned namespacesChristian Brauner
2025-11-03nstree: assign fixed ids to the initial namespacesChristian Brauner
2025-11-03nstree: introduce a unified treeChristian Brauner
2025-11-03ns: use anonymous struct to group list memberChristian Brauner
2025-11-03ns: add active reference countChristian Brauner
2025-11-03ns: rename to exit_nsproxy_namespaces()Christian Brauner
2025-11-03ns: add __ns_ref_read()Christian Brauner
2025-11-03ns: initialize ns_list_node for initial namespacesChristian Brauner
2025-11-03ns: add NS_COMMON_INIT()Christian Brauner
2025-11-03ns: add missing authorshipChristian Brauner
2025-11-03io_uring/zcrx: remove sync refill uapiPavel Begunkov
2025-11-03io_uring/uring_cmd: avoid double indirect call in task work dispatchCaleb Sander Mateos
2025-11-03io_uring: add wrapper type for io_req_tw_func_t argCaleb Sander Mateos