summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-07-11pwm: th1520: remove unnecessary `deref`Gary Guo
2026-07-11rust: io: use view types instead of addresses for `Io`Gary Guo
2026-07-11rust: pci: io: make `ConfigSpace` a viewGary Guo
2026-07-11rust: io: implement `Mmio` as view typeGary Guo
2026-07-11rust: io: rename `Mmio` to `MmioOwned`Gary Guo
2026-07-11rust: io: generalize `MmioRaw` to pointer to arbitrary typeGary Guo
2026-07-11rust: io: implement `Io` on reference types insteadGary Guo
2026-07-11rust: io: restrict untyped IO access and `register!` to `Region`Gary Guo
2026-07-11rust: io: add missing safety requirement in `IoCapable` methodsGary Guo
2026-07-11rust: io: add dynamically-sized `Region` typeGary Guo
2026-07-11dt-bindings: clock: Replace bouncing emailsKrzysztof Kozlowski
2026-07-11clk: qcom: camcc-glymur: Add camera clock controller driverJagadeesh Kona
2026-07-11Merge branch '20260624-glymur_camcc-v5-1-a321df74b1a1@oss.qualcomm.com' into ...Bjorn Andersson
2026-07-11dt-bindings: clock: qcom: Add Glymur camera clock controllerJagadeesh Kona
2026-07-11soc: qcom: Avoid SCM and SPM for cpuidle driversKrzysztof Kozlowski
2026-07-11soc: qcom: Make important drivers defaultKrzysztof Kozlowski
2026-07-11soc: qcom: Restrict drivers per ARM/ARM64Krzysztof Kozlowski
2026-07-11soc: qcom: Hide all drivers behind selectable menuKrzysztof Kozlowski
2026-07-11drm/xe/pf: Handle migration descriptor using KLV helpersMichal Wajdeczko
2026-07-11drm/xe/tests: Add migration packet testMichal Wajdeczko
2026-07-11drm/xe/tests: Add GuC KLV printer testMichal Wajdeczko
2026-07-11drm/xe/tests: Add object encoding helper testMichal Wajdeczko
2026-07-11drm/xe/tests: Add string encoding helper testMichal Wajdeczko
2026-07-11drm/xe/tests: Add GuC KLV helpers basic testsMichal Wajdeczko
2026-07-11drm/xe/guc: Formalize Reserved KLVsMichal Wajdeczko
2026-07-11drm/xe/guc: Add KLV parsing helperMichal Wajdeczko
2026-07-11drm/xe/guc: Add object KLV encoding helperMichal Wajdeczko
2026-07-11drm/xe/guc: Add string KLV encoding helperMichal Wajdeczko
2026-07-11drm/xe/guc: Add basic KLV encoding helpersMichal Wajdeczko
2026-07-11drm/xe/guc: Prepare to print group KLVsMichal Wajdeczko
2026-07-11drm/xe/guc: Allow to print single KLVMichal Wajdeczko
2026-07-11dm thin metadata: fix superblock refcount leak on snapshot shadow failureGenjian Zhang
2026-07-11objtool/rust: add one more `noreturn` Rust function for Rust 1.99.0Miguel Ojeda
2026-07-11rust: zerocopy: update to v0.8.54Miguel Ojeda
2026-07-11rust: zerocopy: update to v0.8.52Miguel Ojeda
2026-07-11net: openvswitch: reject oversized nested action attrsAsim Viladi Oglu Manizada
2026-07-11net: ethernet: qualcomm: remove unneeded 'fast_io' parameter in regmap_configWolfram Sang
2026-07-11Merge branch 'net-support-per-netns-device-unregistration'Paolo Abeni
2026-07-11ipvlan: Support per-netns netdev unregistration.Kuniyuki Iwashima
2026-07-11ipvlan: Protect ipvl_port.ipvlans with mutex.Kuniyuki Iwashima
2026-07-11ipvlan: Synchronise ipvlan_init() and ipvlan_uninit() for the same lower dev.Kuniyuki Iwashima
2026-07-11ipvlan: Convert ipvl_port.count to refcount_t.Kuniyuki Iwashima
2026-07-11bareudp: Support per-netns netdev unregistration.Kuniyuki Iwashima
2026-07-11bareudp: Protect bareudp_list with mutex.Kuniyuki Iwashima
2026-07-11veth: Support per-netns device unregistration.Kuniyuki Iwashima
2026-07-11net: Call unregister_netdevice_many() per netns.Kuniyuki Iwashima
2026-07-11net: Add per-netns netdev unregistration infra.Kuniyuki Iwashima
2026-07-11net: Hold __rtnl_net_lock() in netdev_wait_allrefs_any().Kuniyuki Iwashima
2026-07-11net: Wrap default_device_exit_net() with __rtnl_net_lock().Kuniyuki Iwashima
2026-07-11rtnetlink: Add per-netns rtnl_work.Kuniyuki Iwashima