aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2025-09-15rust: sync: atomic: Add Atomic<{usize,isize}>Boqun Feng1-4/+49
2025-09-15rust: sync: atomic: Add Atomic<u{32,64}>Boqun Feng1-0/+95
2025-09-15rust: sync: atomic: Add the framework of arithmetic operationsBoqun Feng2-2/+106
2025-09-15rust: sync: atomic: Add atomic {cmp,}xchg operationsBoqun Feng1-1/+167
2025-09-15rust: sync: atomic: Add generic atomicsBoqun Feng2-0/+286
2025-09-15rust: sync: atomic: Add ordering annotation typesBoqun Feng2-0/+106
2025-09-15rust: sync: Add basic atomic operation mapping frameworkBoqun Feng4-1/+291
2025-09-15rust: Introduce atomic API helpersBoqun Feng4-0/+1109
2025-09-15ALSA: asihpi: Simplify error handling in PCM substream setupJihed Chaibi1-8/+8
2025-09-15ALSA: hda/realtek: Fix volume control on Lenovo Thinkbook 13x Gen 4Bou-Saan Che1-2/+2
2025-09-15ALSA: hda/realtek: Support Lenovo Thinkbook 13x Gen 5Bou-Saan Che1-0/+2
2025-09-15ALSA: hda: cs35l41: Support Lenovo Thinkbook 13x Gen 5Bou-Saan Che1-0/+4
2025-09-15gpiolib: acpi: initialize acpi_gpio_info structSébastien Szymanski1-2/+2
2025-09-15rv: Fix missing mutex unlock in rv_register_monitor()Zhen Ni1-1/+1
2025-09-15include/linux/rv.h: remove redundant include fileAkhilesh Patil1-4/+2
2025-09-15rv: Fix wrong type cast in enabled_monitors_next()Nam Cao1-1/+1
2025-09-15rv: Support systems with time64-only syscallsPalmer Dabbelt1-0/+4
2025-09-15Merge 6.17-rc6 into tty-nextGreg Kroah-Hartman1328-7582/+16766
2025-09-15Merge 6.17-rc6 into driver-core-nextGreg Kroah-Hartman848-4691/+10725
2025-09-15Merge 6.17-rc6 into usb-nextGreg Kroah-Hartman848-4691/+10725
2025-09-15btrfs: annotate block group access with data_race() when sorting for reclaimFilipe Manana1-1/+8
2025-09-15btrfs: initialize inode::file_extent_tree after i_mode has been setaustinchang2-9/+5
2025-09-15btrfs: zoned: fix incorrect ASSERT in btrfs_zoned_reserve_data_reloc_bg()Johannes Thumshirn1-1/+1
2025-09-15btrfs: fix invalid extref key setup when replaying dentryFilipe Manana1-1/+1
2025-09-14ksmbd: smbdirect: verify remaining_data_length respects max_fragmented_recv_sizeStefan Metzmacher1-1/+10
2025-09-14ksmbd: smbdirect: validate data_offset and data_length field of smb_direct_data_transferNamjae Jeon1-8/+9
2025-09-14smb: server: let smb_direct_writev() respect SMB_DIRECT_MAX_SEND_SGESStefan Metzmacher1-50/+107
2025-09-15Merge tag 'drm-intel-gt-next-2025-09-12' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-nextDave Airlie6-12/+116
2025-09-15firewire: core: use helper macro to compare against current jiffiesTakashi Sakamoto3-5/+4
2025-09-15firewire: core: use helper macros instead of direct access to HZTakashi Sakamoto5-17/+16
2025-09-15rust: list: Add an example for `ListLinksSelfPtr` usageBoqun Feng1-0/+120
2025-09-15rust: sync: extend module documentation of arefBenno Lossin1-0/+15
2025-09-14rust: kernel: cpu: mark `CpuId::current()` inlineRitvik Gupta1-0/+1
2025-09-14amd-xgbe: Add PPS periodic output supportRaju Rangoju6-4/+151
2025-09-14Merge branch 'net-dst_metadata-fix-df-flag-extraction-on-tunnel-rx'Jakub Kicinski2-9/+90
2025-09-14selftests: openvswitch: add a simple test for tunnel metadataIlya Maximets1-7/+81
2025-09-14net: dst_metadata: fix IP_DF bit not extracted from tunnel headersIlya Maximets1-2/+9
2025-09-14qed: Don't collect too many protection override GRC elementsJamie Bainbridge1-3/+4
2025-09-14Linux 6.17-rc6Linus Torvalds1-1/+1
2025-09-14Merge branch 'net-fec-add-the-jumbo-frame-support'Jakub Kicinski2-15/+64
2025-09-14net: fec: enable the Jumbo frame support for i.MX8QMShenwei Wang2-4/+24
2025-09-14net: fec: add change_mtu to support dynamic buffer allocationShenwei Wang2-4/+23
2025-09-14net: fec: add rx_frame_size to support configurable RX lengthShenwei Wang2-1/+3
2025-09-14net: fec: update MAX_FL based on the current MTUShenwei Wang1-1/+1
2025-09-14net: fec: add pagepool_order to support variable page sizeShenwei Wang2-2/+5
2025-09-14net: fec: use a member variable for maximum buffer sizeShenwei Wang2-6/+11
2025-09-14ionic: use int type for err in ionic_get_module_eeprom_by_pageAlok Tiwari1-1/+1
2025-09-14Merge tag 'phy-fix-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phyLinus Torvalds8-27/+114
2025-09-14Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueJakub Kicinski19-1314/+1403
2025-09-14octeon_ep: Validate the VF IDKamal Heib1-0/+16