summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | ubi: Fix ubi_init() ubiblock_exit() section mismatchRichard Weinberger2024-07-281-1/+1
| * | ubifs: add check for crypto_shash_tfm_digestChen Ni2024-07-121-1/+4
| * | ubifs: Fix inconsistent inode size when powercut happens during appendant wri...Zhihao Cheng2024-07-121-1/+1
| * | ubi: block: fix null-pointer-dereference in ubiblock_create()Li Nan2024-07-121-3/+4
| * | ubifs: fix kernel-doc warningsJeff Johnson2024-07-126-6/+10
| * | ubifs: correct UBIFS_DFS_DIR_LEN macro definition and improve code clarityZhaoLong Wang2024-07-126-18/+12
| * | mtd: ubi: Restore missing cleanup on ubi_init() failure pathBen Hutchings2024-07-121-1/+4
| * | ubifs: dbg_orphan_check: Fix missed key type checkingZhihao Cheng2024-07-121-2/+6
| * | ubifs: Fix unattached inode when powercut happens in creatingZhihao Cheng2024-07-123-26/+51
| * | ubifs: Fix space leak when powercut happens in linking tmpfileZhihao Cheng2024-07-124-17/+15
| * | ubifs: Move ui->data initialization after initializing securityZhihao Cheng2024-07-121-8/+10
| * | ubifs: Fix adding orphan entry twice for the same inodeZhihao Cheng2024-07-121-1/+1
| * | ubifs: Remove insert_dead_orphan from replaying orphan processZhihao Cheng2024-07-121-49/+0
| * | Revert "ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path"Zhihao Cheng2024-07-121-2/+0
| * | ubifs: Don't add xattr inode into orphan areaZhihao Cheng2024-07-122-74/+14
| * | ubifs: Fix unattached xattr inode if powercut happens after deletingZhihao Cheng2024-07-121-7/+4
| * | mtd: ubi: avoid expensive do_div() on 32-bit machinesArnd Bergmann2024-07-121-3/+3
| * | mtd: ubi: make ubi_class constantRicardo B. Marliere2024-07-122-2/+2
| * | ubi: eba: properly rollback inside self_check_ebaFedor Pchelkin2024-07-121-1/+2
* | | Merge tag 'v6.11-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb...Linus Torvalds2024-07-285-495/+2274
|\ \ \
| * | | tools/power turbostat: version 2024.07.26Len Brown2024-07-261-53/+52
| * | | tools/power turbostat: Include umask=%x in perf counter's configPatryk Wlazlyn2024-07-261-10/+50
| * | | tools/power turbostat: Document PMT in turbostat.8Patryk Wlazlyn2024-07-261-0/+65
| * | | tools/power turbostat: Add MTL's PMT DC6 builtin counterPatryk Wlazlyn2024-07-261-1/+69
| * | | tools/power turbostat: Add early support for PMT countersPatryk Wlazlyn2024-07-261-2/+766
| * | | tools/power turbostat: Add selftests for added perf countersPatryk Wlazlyn2024-07-261-0/+178
| * | | tools/power turbostat: Add selftests for SMI, APERF and MPERF countersPatryk Wlazlyn2024-07-261-0/+157
| * | | tools/power turbostat: Move verbose counter messages to level 2Patryk Wlazlyn2024-07-261-13/+11
| * | | tools/power turbostat: Move debug prints from stdout to stderrPatryk Wlazlyn2024-07-261-8/+9
| * | | tools/power turbostat: Fix typo in turbostat.8Patryk Wlazlyn2024-07-091-1/+1
| * | | tools/power turbostat: Add perf added counter example to turbostat.8Patryk Wlazlyn2024-07-091-0/+18
| * | | tools/power turbostat: Fix formatting in turbostat.8Patryk Wlazlyn2024-07-091-4/+4
| * | | tools/power turbostat: Extend --add option with perf countersPatryk Wlazlyn2024-07-093-11/+557
| * | | tools/power turbostat: Group SMI counter with APERF and MPERFPatryk Wlazlyn2024-07-091-355/+280
| * | | tools/power turbostat: Add ZERO_ARRAY for zero initializing builtin arrayPatryk Wlazlyn2024-06-281-3/+5
| * | | tools/power turbostat: Replace enum rapl_source and cstate_source with counte...Patryk Wlazlyn2024-06-281-20/+19
| * | | tools/power turbostat: Remove anonymous union from rapl_counter_info_tPatryk Wlazlyn2024-06-281-9/+3
| * | | tools/power/turbostat: Switch to new Intel CPU model definesTony Luck2024-06-271-70/+95
* | | | Merge tag 'cxl-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2024-07-2819-208/+438
|\ \ \ \
| * | | | cxl/core/pci: Move reading of control register to immediately before usageForyun Ma2024-07-171-4/+4
| * | | | Merge branch 'for-6.11/xor_fixes' into cxl-for-nextDave Jiang2024-07-117-112/+76
| |\ \ \ \
| | * | | | cxl: Remove defunct code calculating host bridge target positionsAlison Schofield2024-07-113-84/+4
| | * | | | cxl/region: Verify target positions using the ordered target listAlison Schofield2024-07-111-1/+4
| | * | | | cxl: Restore XOR'd position bits during address translationAlison Schofield2024-07-113-9/+57
| | * | | | cxl/core: Fold cxl_trace_hpa() into cxl_dpa_to_hpa()Alison Schofield2024-07-114-27/+20
| | | |/ / | | |/| |
| * | | | cxl/test: Replace ENXIO with EBUSY for inject poison limit reachedAlison Schofield2024-07-101-8/+7
| * | | | cxl/memdev: Replace ENXIO with EBUSY for inject poison limit reachedAlison Schofield2024-07-102-4/+5
| * | | | cxl/acpi: Warn on mixed CXL VH and RCH/RCD HierarchyFabio M. De Francesco2024-07-101-7/+27
| * | | | cxl/core: Fix incorrect vendor debug UUID definepeng guo2024-07-101-1/+1
| * | | | Documentation: CXL Maturity MapDan Williams2024-07-083-0/+205