summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge branch 'for-6.11/xor_fixes' into cxl-for-nextDave Jiang2024-07-127-112/+76
| |\ \ \ \
| | * | | | cxl: Remove defunct code calculating host bridge target positionsAlison Schofield2024-07-123-84/+4
| | * | | | cxl/region: Verify target positions using the ordered target listAlison Schofield2024-07-121-1/+4
| | * | | | cxl: Restore XOR'd position bits during address translationAlison Schofield2024-07-123-9/+57
| | * | | | cxl/core: Fold cxl_trace_hpa() into cxl_dpa_to_hpa()Alison Schofield2024-07-124-27/+20
| | | |/ / | | |/| |
| * | | | cxl/test: Replace ENXIO with EBUSY for inject poison limit reachedAlison Schofield2024-07-111-8/+7
| * | | | cxl/memdev: Replace ENXIO with EBUSY for inject poison limit reachedAlison Schofield2024-07-112-4/+5
| * | | | cxl/acpi: Warn on mixed CXL VH and RCH/RCD HierarchyFabio M. De Francesco2024-07-111-7/+27
| * | | | cxl/core: Fix incorrect vendor debug UUID definepeng guo2024-07-111-1/+1
| * | | | Documentation: CXL Maturity MapDan Williams2024-07-093-0/+205
| * | | | cxl/region: Simplify cxl_region_nid()Huang Ying2024-07-021-6/+4
| * | | | cxl/region: Support to calculate memory tier abstract distanceHuang Ying2024-07-022-0/+29
| * | | | cxl/region: Fix a race condition in memory hotplug notifierHuang Ying2024-07-021-4/+15
| * | | | cxl: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-07-026-0/+6
| * | | | cxl/events: Use a common struct for DRAM and General Media eventsFabio M. De Francesco2024-07-024-68/+65
| |/ / /
* | | | Merge tag 'unicode-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-07-283-2/+5
|\ \ \ \
| * | | | unicode: add MODULE_DESCRIPTION() macrosJeff Johnson2024-06-213-0/+3
| * | | | unicode: make utf8 test count staticBen Dooks2024-06-211-2/+2
* | | | | Merge tag '6.11-rc-smb-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds2024-07-285-7/+203
|\ \ \ \ \
| * | | | | smb3: add dynamic trace point for session setup key expired failuresSteve French2024-07-262-1/+47
| * | | | | smb3: add four dynamic tracepoints for copy_file_range and reflinkSteve French2024-07-262-1/+67
| * | | | | smb3: add dynamic tracepoint for reflink errorsSteve French2024-07-262-0/+62
| * | | | | cifs: mount with "unix" mount option for SMB1 incorrectly handledSteve French2024-07-241-0/+7
| * | | | | cifs: fix reconnect with SMB1 UNIX ExtensionsSteve French2024-07-241-1/+16
| * | | | | cifs: fix potential null pointer use in destroy_workqueue in init_cifs error ...Steve French2024-07-231-4/+4
* | | | | | Merge tag 'block-6.11-20240726' of git://git.kernel.dk/linuxLinus Torvalds2024-07-288-10/+39
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'nvme-6.11-2024-07-26' of git://git.infradead.org/nvme into block-6.11Jens Axboe2024-07-265-8/+30
| |\ \ \ \ \ \
| | * | | | | | nvme-pci: add missing condition check for existence of mapped dataLeon Romanovsky2024-07-251-1/+2
| | * | | | | | nvme-core: choose PIF from QPIF if QPIFS supports and PIF is QTYPEFrancis Pravin2024-07-162-1/+16
| | * | | | | | nvme-pci: Fix the instructions for disabling power managementBart Van Assche2024-07-151-1/+1
| | * | | | | | nvme: remove redundant bdev local variableIsrael Rukshin2024-07-151-3/+2
| | * | | | | | nvme-fabrics: Use seq_putc() in __nvmf_concat_opt_tokens()Markus Elfring2024-07-151-2/+2
| | * | | | | | nvme/pci: Add APST quirk for Lenovo N60z laptopWangYuli2024-07-151-0/+7
| * | | | | | | ublk: fix UBLK_CMD_DEL_DEV_ASYNC handlingMing Lei2024-07-241-1/+4
| * | | | | | | block: fix deadlock between sd_remove & sd_releaseYang Yang2024-07-241-1/+1
| * | | | | | | drbd: Add peer_device to Kernel docSimon Horman2024-07-231-0/+4
* | | | | | | | Merge tag 'io_uring-6.11-20240726' of git://git.kernel.dk/linuxLinus Torvalds2024-07-288-49/+51
|\ \ \ \ \ \ \ \
| * | | | | | | | io_uring/napi: pass ktime to io_napi_adjust_timeoutPavel Begunkov2024-07-263-17/+11
| * | | | | | | | io_uring/napi: use ktime in busy pollingPavel Begunkov2024-07-264-24/+30
| * | | | | | | | io_uring/msg_ring: fix uninitialized use of target_req->flagsJens Axboe2024-07-251-3/+3
| * | | | | | | | io_uring: align iowq and task request error handlingPavel Begunkov2024-07-241-1/+1
| * | | | | | | | io_uring: kill REQ_F_CANCEL_SEQPavel Begunkov2024-07-241-3/+0
| * | | | | | | | io_uring: simplify io_uring_cmd returnPavel Begunkov2024-07-241-1/+1
| * | | | | | | | io_uring: fix io_match_task must_holdPavel Begunkov2024-07-241-1/+1
| * | | | | | | | io_uring: don't allow netpolling with SETUP_IOPOLLPavel Begunkov2024-07-241-0/+2
| * | | | | | | | io_uring: tighten task exit cancellationsPavel Begunkov2024-07-241-1/+4
* | | | | | | | | Merge tag 'vfs-6.11-rc1.fixes.3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-282-10/+66
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | hostfs: fix the host directory parse when mounting.Hongbo Li2024-07-271-10/+55
| * | | | | | | | | fs: don't allow non-init s_user_ns for filesystems without FS_USERNS_MOUNTSeth Forshee (DigitalOcean)2024-07-271-0/+11
* | | | | | | | | | Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-07-2725-236/+1058
|\ \ \ \ \ \ \ \ \ \