aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2026-01-26md: merge mddev serialize_policy into mddev_flagsYu Kuai6-16/+22
2026-01-26md: merge mddev faillast_dev into mddev_flagsYu Kuai6-11/+18
2026-01-26md: merge mddev has_superblock into mddev_flagsYu Kuai2-4/+5
2026-01-26md/raid5: fix raid5_run() to return error when log_init() failsYu Kuai1-1/+2
2026-01-25riscv/mm: update write protect to work on shadow stacksDeepak Gupta1-2/+10
2026-01-25riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEsDeepak Gupta2-0/+23
2026-01-25riscv/mm: manufacture shadow stack ptesDeepak Gupta1-0/+10
2026-01-25riscv/mm: ensure PROT_WRITE leads to VM_READ | VM_WRITEDeepak Gupta4-1/+38
2026-01-25riscv: Add usercfi state for task and save/restore of CSR_SSP on trap entry/exitDeepak Gupta5-0/+62
2026-01-25riscv: add Zicfiss / Zicfilp extension CSR and bit definitionsDeepak Gupta1-0/+14
2026-01-25riscv: zicfiss / zicfilp enumerationDeepak Gupta3-0/+36
2026-01-25dt-bindings: riscv: document zicfilp and zicfiss in extensions.yamlDeepak Gupta1-0/+14
2026-01-25mm: add VM_SHADOW_STACK definition for riscvDeepak Gupta1-2/+3
2026-01-25iommu/riscv: Simplify maximum determination in riscv_iommu_init_check()Markus Elfring1-4/+4
2026-01-25riscv: defconfig: enable NLS_ISO8859_1Javier Carrasco1-1/+1
2026-01-25riscv: mm: define copy_user_page() as copy_page()Florian Schmaus1-2/+1
2026-01-25errata/sifive: remove unreliable warn_miss_errataAndreas Schwab1-18/+0
2026-01-25riscv: fix minor typo in syscall.h commentAustin Kim1-1/+1
2026-01-25riscv: signal: fix some warnings reported by sparsePaul Walmsley1-3/+3
2026-01-26rust: workqueue: add __rust_helper to helpersAlice Ryhl1-3/+5
2026-01-26rust: uaccess: add __rust_helper to helpersAlice Ryhl1-4/+6
2026-01-26rust: slab: add __rust_helper to helpersAlice Ryhl1-2/+2
2026-01-26rust: rbtree: add __rust_helper to helpersAlice Ryhl1-4/+5
2026-01-26rust: of: add __rust_helper to helpersAlice Ryhl1-1/+1
2026-01-26rust: mm: add __rust_helper to helpersAlice Ryhl3-15/+16
2026-01-26rust: maple_tree: add __rust_helper to helpersAlice Ryhl1-1/+2
2026-01-26rust: err: add __rust_helper to helpersAlice Ryhl2-4/+4
2026-01-26rust: bug: add __rust_helper to helpersAlice Ryhl1-2/+2
2026-01-26gpu: nova-core: gsp: use () as message type for GspInitDone messageAlexandre Courbot1-3/+3
2026-01-26rust: transmute: implement FromBytes and AsBytes for inhabited ZSTsAlexandre Courbot1-0/+8
2026-01-26rust: use consistent backtick formatting for NULL in docsPeter Novak4-7/+7
2026-01-26MAINTAINERS: add "RUST [RUST-ANALYZER]" entryMiguel Ojeda1-0/+8
2026-01-26rust: num: bounded: clean __new documentation and commentsShivam Kalra1-3/+1
2026-01-26MAINTAINERS: Replace Shawn with Frank as i.MX platform maintainerShawn Guo1-7/+7
2026-01-26scripts: generate_rust_analyzer: fix resolution of #[pin_data] macrosSeungJong Ha1-1/+1
2026-01-26drm/tyr: depend on `COMMON_CLK` to fix build errorMiguel Ojeda1-0/+1
2026-01-26rust: sync: atomic: Provide stub for `rusttest` 32-bit hostsMiguel Ojeda1-0/+11
2026-01-25dt-bindings: net: dsa: fix typos in bindings docsAkiyoshi Kurita1-1/+1
2026-01-25net: dsa: yt921x: Fix MIB overflow wraparound routineDavid Yang1-7/+8
2026-01-25Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueJakub Kicinski13-1142/+1413
2026-01-25net: usb: sr9700: rename register write commands for clarityEthan Nelson-Moore2-6/+6
2026-01-25net: usb: sr9700: use ETH_ALEN instead of magic numberEthan Nelson-Moore1-1/+1
2026-01-25Merge branch 'net-neighbour-notify-changes-atomically'Jakub Kicinski1-57/+93
2026-01-25net: core: neighbour: Make another netlink notification atomicallyPetr Machata1-4/+9
2026-01-25net: core: neighbour: Make one netlink notification atomicallyPetr Machata1-3/+5
2026-01-25net: core: neighbour: Reorder netlink & internal notificationPetr Machata1-2/+2
2026-01-25net: core: neighbour: Inline neigh_update_notify() callsPetr Machata1-11/+10
2026-01-25net: core: neighbour: Process ARP queue laterPetr Machata1-1/+7
2026-01-25net: core: neighbour: Extract ARP queue processing to a helper functionPetr Machata1-35/+43
2026-01-25net: core: neighbour: Call __neigh_notify() under a lockPetr Machata1-6/+12