aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2025-11-04entry: Split up exit_to_user_mode_prepare()Thomas Gleixner2-6/+45
2025-11-04rseq: Switch to fast path processing on exit to userThomas Gleixner3-12/+15
2025-11-04rseq: Implement fast path for exit to userThomas Gleixner2-3/+133
2025-11-04rseq: Optimize event settingThomas Gleixner2-9/+83
2025-11-04rseq: Rework the TIF_NOTIFY handlerThomas Gleixner1-0/+29
2025-11-04rseq: Separate the signal delivery pathThomas Gleixner1-5/+16
2025-11-04rseq: Provide and use rseq_set_ids()Thomas Gleixner3-15/+100
2025-11-04rseq: Use static branch for syscall exit debug when GENERIC_IRQ_ENTRY=yThomas Gleixner2-1/+10
2025-11-04rseq: Make exit debugging static branch basedThomas Gleixner1-1/+1
2025-11-04rseq: Provide and use rseq_update_user_cs()Thomas Gleixner2-1/+216
2025-11-04rseq: Provide static branch for runtime debuggingThomas Gleixner1-0/+3
2025-11-04rseq: Expose lightweight statistics in debugfsThomas Gleixner2-16/+49
2025-11-04rseq: Provide tracepoint wrappers for inline codeThomas Gleixner1-0/+28
2025-11-04rseq: Record interrupt from user spaceThomas Gleixner4-6/+33
2025-11-04rseq: Cache CPU ID and MM CID valuesThomas Gleixner3-4/+28
2025-11-04sched: Move MM CID related functions to sched.hThomas Gleixner2-25/+26
2025-11-04entry: Inline irqentry_enter/exit_from/to_user_mode()Thomas Gleixner1-2/+11
2025-11-04entry: Remove syscall_enter_from_user_mode_prepare()Thomas Gleixner1-21/+5
2025-11-04entry: Clean up headerThomas Gleixner2-4/+6
2025-11-04rseq: Introduce struct rseq_dataThomas Gleixner3-37/+76
2025-11-04rseq, virt: Retrigger RSEQ after vcpu_run()Thomas Gleixner1-0/+17
2025-11-04rseq: Simplify the event notificationThomas Gleixner3-72/+25
2025-11-04rseq: Remove the ksig argument from rseq_handle_notify_resume()Thomas Gleixner2-8/+9
2025-11-04rseq: Condense the inline stubsThomas Gleixner1-35/+12
2025-11-04rseq: Avoid pointless evaluation in __rseq_notify_resume()Thomas Gleixner2-3/+14
2025-11-04uaccess: Provide put/get_user_inline()Thomas Gleixner1-0/+50
2025-11-04uaccess: Provide scoped user access regionsThomas Gleixner1-0/+192
2025-11-03PCI/TSM: Report active IDE streamsDan Williams2-0/+5
2025-11-03PCI/IDE: Report available IDE streamsDan Williams1-0/+1
2025-11-03PCI/IDE: Add IDE establishment helpersDan Williams2-0/+84
2025-11-03PCI: Add PCIe Device 3 Extended Capability enumerationDan Williams2-0/+8
2025-11-03PCI/TSM: Establish Secure Sessions and Link EncryptionDan Williams5-1/+169
2025-11-03PCI: Introduce pci_walk_bus_reverse(), for_each_pci_dev_reverse()Dan Williams2-0/+14
2025-11-03PCI/IDE: Enumerate Selective Stream IDE capabilitiesDan Williams2-0/+88
2025-11-03coco/tsm: Introduce a core device for TEE Security ManagersDan Williams1-0/+11
2025-11-03soc: qcom: ubwc: Add config for KaanapaliAkhil P Oommen1-0/+1
2025-11-03ethtool: netlink: add ETHTOOL_MSG_MSE_GET and wire up PHY MSE accessOleksij Rempel1-0/+35
2025-11-03net: phy: introduce internal API for PHY MSE diagnosticsOleksij Rempel1-0/+206
2025-11-03net: Extend NAPI threaded polling to allow kthread based busy pollingSamiullah Khawaja2-1/+4
2025-11-03mpls: Protect net->mpls.platform_label with a per-netns mutex.Kuniyuki Iwashima1-0/+1
2025-11-03ipv6: Add in6_dev_rcu().Kuniyuki Iwashima1-0/+5
2025-11-03Merge branch '20251030-gcc_kaanapali-v2-v2-3-a774a587af6f@oss.qualcomm.com' i...Bjorn Andersson1-0/+241
2025-11-03dt-bindings: clock: qcom: Add Kaanapali Global clock controllerTaniya Das1-0/+241
2025-11-03dt-bindings: arm: qcom,ids: Add SoC ID for QCS6490Komal Bajaj1-0/+1
2025-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc4Alexei Starovoitov25-47/+109
2025-11-03sched_ext: Fix cgroup exit ordering by moving sched_ext_free() to finish_task...Tejun Heo1-2/+2
2025-11-03sched_ext: Merge branch 'for-6.19' of git://git.kernel.org/pub/scm/linux/kern...Tejun Heo14-39/+124
2025-11-03cgroup: Defer task cgroup unlink until after the task is done switching outTejun Heo1-0/+2
2025-11-03cgroup: Rename cgroup lifecycle hooks to cgroup_task_*()Tejun Heo1-6/+6
2025-11-03arch: hookup listns() system callChristian Brauner1-1/+3