summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-03-17drm/amdgpu: Add VCN v5_0_2Sonny Jiang
2026-03-17drm/amd/pm: Add mutex lock for metrics tableAsad Kamal
2026-03-17drm/amd/pm: Update pm attributesAsad Kamal
2026-03-17drm/amd/pm: Add fru eeprom info supportAsad Kamal
2026-03-17drm/amd/ras: Fix NULL deref in ras_core_get_utc_second_timestamp()Srinivasan Shanmugam
2026-03-17PCI: rpaphp: Simplify with scoped for each OF child loopKrzysztof Kozlowski
2026-03-17PCI: pnv_php: Simplify with scoped for each OF child loopKrzysztof Kozlowski
2026-03-17securityfs: use kstrdup_const() to manage symlink targetsDmitry Antipov
2026-03-17libie: prevent memleak in fwlog codeMichal Swiatkowski
2026-03-17accel/amdxdna: Support retrieving hardware context debug informationLizhi Hou
2026-03-17Merge tag 'hid-for-linus-2026031701' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-03-17iavf: fix VLAN filter lost on add/delete racePetr Oros
2026-03-17io_uring: avoid req->ctx reload in io_req_put_rsrc_nodes()Jens Axboe
2026-03-17io_uring/rw: use cached file rather than req->fileJens Axboe
2026-03-17io_uring/net: use 'ctx' consistentlyJens Axboe
2026-03-17io_uring/poll: cache req->apoll_eventsJens Axboe
2026-03-17igc: fix page fault in XDP TX timestamps handlingZdenek Bouska
2026-03-17igc: fix missing update of skb->tail in igc_xmit_frame()Kohei Enju
2026-03-17devres: add devres_node_init()Danilo Krummrich
2026-03-17devres: add devres_node_add()Danilo Krummrich
2026-03-17devres: fix missing node debug info in devm_krealloc()Danilo Krummrich
2026-03-17perf kvm stat: Fix relative paths for including headersLeo Yan
2026-03-17perf parse-events: Fix big-endian 'overwrite' by writing correct union memberThomas Richter
2026-03-17perf metricgroup: Fix metricgroup__has_metric_or_groups()Ian Rogers
2026-03-17io_uring/kbuf: use 'ctx' consistentlyJens Axboe
2026-03-17io_uring/poll: fix multishot recv missing EOF on wakeup raceJens Axboe
2026-03-17PCI/CXL: Hide SBR from reset_methods if masked by CXLVidya Sagar
2026-03-17ACPICA: Update the format of Arg3 of _DSMSaket Dumbre
2026-03-17driver core: platform: use generic driver_override infrastructureDanilo Krummrich
2026-03-17sh: platform_early: remove pdev->driver_override checkDanilo Krummrich
2026-03-17hwmon: axi-fan: don't use driver_override as IRQ nameDanilo Krummrich
2026-03-17docs: driver-model: document driver_overrideDanilo Krummrich
2026-03-17driver core: generalize driver_override in struct deviceDanilo Krummrich
2026-03-17Merge tag 'rust_io-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Danilo Krummrich
2026-03-17Merge tag 'rust_io-7.1-rc1' into driver-core-nextDanilo Krummrich
2026-03-17sample: rust: pci: use `register!` macroAlexandre Courbot
2026-03-17rust: io: introduce `write_reg` and `LocatedRegister`Alexandre Courbot
2026-03-17rust: io: add `register!` macroAlexandre Courbot
2026-03-17rust: io: use generic read/write accessors for primitive accessesAlexandre Courbot
2026-03-17rust: io: add IoLoc type and generic I/O accessorsAlexandre Courbot
2026-03-17rust: num: make Bounded::get constAlexandre Courbot
2026-03-17rust: num: add `into_bool` method to `Bounded`Alexandre Courbot
2026-03-17rust: num: add `shr` and `shl` methods to `Bounded`Alexandre Courbot
2026-03-17rust: enable the `generic_arg_infer` featureAlexandre Courbot
2026-03-17rust: io: remove overloaded Io methods of MmioAlexandre Courbot
2026-03-17rust: pci: io: remove overloaded Io methods of ConfigSpaceAlexandre Courbot
2026-03-17rust: io: remove legacy relaxed accessors of MmioAlexandre Courbot
2026-03-17rust: io: provide Mmio relaxed ops through a wrapper typeAlexandre Courbot
2026-03-17rust: io: mem: use non-relaxed I/O ops in examplesAlexandre Courbot
2026-03-17rust: io: turn IoCapable into a functional traitAlexandre Courbot