messages from 2024-01-23 17:29:23 to 2024-01-29 17:07:02 UTC [more...]
[PATCH 6.7 000/346] 6.7.3-rc1 review
2024-01-29 17:00 UTC (9+ messages)
` [PATCH 6.7 001/346] soundwire: bus: introduce controller_id
` [PATCH 6.7 010/346] PM: sleep: Fix possible deadlocks in core system-wide PM code
` [PATCH 6.7 011/346] arm64: properly install vmlinuz.efi
` [PATCH 6.7 012/346] OPP: Pass rounded rate to _set_opp()
` [PATCH 6.7 013/346] btrfs: sysfs: validate scrub_speed_max value
` [PATCH 6.7 014/346] crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_init
` [PATCH 6.7 015/346] erofs: fix lz4 inplace decompression
` [PATCH 6.7 016/346] crypto: api - Disallow identical driver names
[PATCH 0/2] RISC-V: Fix CONFIG_AS_HAS_OPTION_ARCH with tip of tree LLVM
2024-01-29 16:34 UTC (6+ messages)
` [PATCH 1/2] kbuild: Add -Wa,--fatal-warnings to as-instr invocation
` [PATCH 2/2] RISC-V: Drop invalid test from CONFIG_AS_HAS_OPTION_ARCH
[PATCH v4 00/16] Update SMMUv3 to the modern iommu API (part 1/3)
2024-01-29 15:43 UTC (20+ messages)
` [PATCH v4 01/16] iommu/arm-smmu-v3: Make STE programming independent of the callers
` [PATCH v4 02/16] iommu/arm-smmu-v3: Consolidate the STE generation for abort/bypass
` [PATCH v4 03/16] iommu/arm-smmu-v3: Move arm_smmu_rmr_install_bypass_ste()
` [PATCH v4 04/16] iommu/arm-smmu-v3: Move the STE generation for S1 and S2 domains into functions
` [PATCH v4 05/16] iommu/arm-smmu-v3: Build the whole STE in arm_smmu_make_s2_domain_ste()
` [PATCH v4 06/16] iommu/arm-smmu-v3: Hold arm_smmu_asid_lock during all of attach_dev
` [PATCH v4 07/16] iommu/arm-smmu-v3: Compute the STE only once for each master
` [PATCH v4 08/16] iommu/arm-smmu-v3: Do not change the STE twice during arm_smmu_attach_dev()
` [PATCH v4 09/16] iommu/arm-smmu-v3: Put writing the context descriptor in the right order
` [PATCH v4 10/16] iommu/arm-smmu-v3: Pass smmu_domain to arm_enable/disable_ats()
` [PATCH v4 11/16] iommu/arm-smmu-v3: Remove arm_smmu_master->domain
` [PATCH v4 12/16] iommu/arm-smmu-v3: Add a global static IDENTITY domain
` [PATCH v4 13/16] iommu/arm-smmu-v3: Add a global static BLOCKED domain
` [PATCH v4 14/16] iommu/arm-smmu-v3: Use the identity/blocked domain during release
` [PATCH v4 15/16] iommu/arm-smmu-v3: Pass arm_smmu_domain and arm_smmu_device to finalize
` [PATCH v4 16/16] iommu/arm-smmu-v3: Convert to domain_alloc_paging()
[PATCH 6.7 000/641] 6.7.2-rc1 review
2024-01-29 13:58 UTC (9+ messages)
` [PATCH 6.7 026/641] KEYS: encrypted: Add check for strsep
` [PATCH 6.7 427/641] io_uring: dont check iopoll if request completes
[PATCH 5.10 000/286] 5.10.209-rc1 review
2024-01-29 9:58 UTC (16+ messages)
` "
[PATCH 0/5] Miscelleanous fixes and improvements to Infield Scan
2024-01-29 8:39 UTC (10+ messages)
` [PATCH 1/5] platform/x86/intel/ifs: Call release_firmware() when handling errors
` [PATCH 2/5] platform/x86/intel/ifs: Trace on all HT threads when executing a test
` [PATCH 3/5] platform/x86/intel/ifs: Add current batch number to trace output
` [PATCH 4/5] platform/x86/intel/ifs: Replace the exit rendezvous with an entry rendezvous for ARRAY_BIST
` [PATCH 5/5] platform/x86/intel/ifs: Add an entry rendezvous for SAF
[PATCH 1/4] x86/rust: support RETPOLINE
2024-01-28 18:26 UTC (2+ messages)
[PATCH] powerpc: xor_vmx: Add '-mhard-float' to CFLAGS
2024-01-27 18:07 UTC
[PATCH 0/2] Fix UML build with clang-18 and newer
2024-01-27 15:49 UTC (6+ messages)
` [PATCH 1/2] um: Fix adding '-no-pie' for clang
` [PATCH 2/2] modpost: Add '.ltext' and '.ltext.*' to TEXT_SECTIONS
[PATCH v13 0/8] Add support for Sub-NUMA cluster (SNC) systems
2024-01-26 22:38 UTC (10+ messages)
` [PATCH v14 "
` [PATCH v14 1/8] x86/resctrl: Prepare for new domain scope
` [PATCH v14 2/8] x86/resctrl: Prepare to split rdt_domain structure
` [PATCH v14 3/8] x86/resctrl: Prepare for different scope for control/monitor operations
` [PATCH v14 4/8] x86/resctrl: Split the rdt_domain and rdt_hw_domain structures
` [PATCH v14 5/8] x86/resctrl: Add node-scope to the options for feature scope
` [PATCH v14 6/8] x86/resctrl: Introduce snc_nodes_per_l3_cache
` [PATCH v14 7/8] x86/resctrl: Sub NUMA Cluster detection and enable
` [PATCH v14 8/8] x86/resctrl: Update documentation with Sub-NUMA cluster changes
[PATCH v4 00/27] Update SMMUv3 to the modern iommu API (part 2/3)
2024-01-26 18:15 UTC (28+ messages)
` [PATCH v4 01/27] iommu/arm-smmu-v3: Check that the RID domain is S1 in SVA
` [PATCH v4 02/27] iommu/arm-smmu-v3: Do not allow a SVA domain to be set on the wrong PASID
` [PATCH v4 03/27] iommu/arm-smmu-v3: Do not ATC invalidate the entire domain
` [PATCH v4 04/27] iommu/arm-smmu-v3: Add a type for the CD entry
` [PATCH v4 05/27] iommu/arm-smmu-v3: Make CD programming use arm_smmu_write_entry()
` [PATCH v4 06/27] iommu/arm-smmu-v3: Consolidate clearing a CD table entry
` [PATCH v4 07/27] iommu/arm-smmu-v3: Move the CD generation for S1 domains into a function
` [PATCH v4 08/27] iommu/arm-smmu-v3: Move allocation of the cdtable into arm_smmu_get_cd_ptr()
` [PATCH v4 09/27] iommu/arm-smmu-v3: Allocate the CD table entry in advance
` [PATCH v4 10/27] iommu/arm-smmu-v3: Move the CD generation for SVA into a function
` [PATCH v4 11/27] iommu/arm-smmu-v3: Lift CD programming out of the SVA notifier code
` [PATCH v4 12/27] iommu/arm-smmu-v3: Build the whole CD in arm_smmu_make_s1_cd()
` [PATCH v4 13/27] iommu/arm-smmu-v3: Make smmu_domain->devices into an allocated list
` [PATCH v4 14/27] iommu/arm-smmu-v3: Make changing domains be hitless for ATS
` [PATCH v4 15/27] iommu/arm-smmu-v3: Add ssid to struct arm_smmu_master_domain
` [PATCH v4 16/27] iommu/arm-smmu-v3: Keep track of valid CD entries in the cd_table
` [PATCH v4 17/27] iommu/arm-smmu-v3: Thread SSID through the arm_smmu_attach_*() interface
` [PATCH v4 18/27] iommu/arm-smmu-v3: Make SVA allocate a normal arm_smmu_domain
` [PATCH v4 19/27] iommu/arm-smmu-v3: Keep track of arm_smmu_master_domain for SVA
` [PATCH v4 20/27] iommu: Add ops->domain_alloc_sva()
` [PATCH v4 21/27] iommu/arm-smmu-v3: Put the SVA mmu notifier in the smmu_domain
` [PATCH v4 22/27] iommu/arm-smmu-v3: Consolidate freeing the ASID/VMID
` [PATCH v4 23/27] iommu/arm-smmu-v3: Move the arm_smmu_asid_xa to per-smmu like vmid
` [PATCH v4 24/27] iommu/arm-smmu-v3: Bring back SVA BTM support
` [PATCH v4 25/27] iommu/arm-smmu-v3: Allow IDENTITY/BLOCKED to be set while PASID is used
` [PATCH v4 26/27] iommu/arm-smmu-v3: Allow a PASID to be set when RID is IDENTITY/BLOCKED
` [PATCH v4 27/27] iommu/arm-smmu-v3: Allow setting a S1 domain to a PASID
[PATCH 00/11] Bump the minimum supported version of LLVM to 13.0.1
2024-01-26 17:00 UTC (18+ messages)
` [PATCH 01/11] kbuild: Raise "
` [PATCH 02/11] Makefile: Drop warn-stack-size plugin opt
` [PATCH 03/11] x86: Drop stack-alignment "
` [PATCH 04/11] ARM: Remove Thumb2 __builtin_thread_pointer workaround for Clang
` [PATCH 05/11] arm64: Kconfig: Clean up tautological LLVM version checks
` [PATCH 06/11] powerpc: Kconfig: Remove tautology in CONFIG_COMPAT
` [PATCH 07/11] riscv: Remove MCOUNT_NAME workaround
` [PATCH 08/11] riscv: Kconfig: Remove version dependency from CONFIG_CLANG_SUPPORTS_DYNAMIC_FTRACE
` [PATCH 09/11] fortify: Drop Clang version check for 12.0.1 or newer
` [PATCH 10/11] lib/Kconfig.debug: Update Clang version check in CONFIG_KCOV
` [PATCH 11/11] compiler-clang.h: Update __diag_clang() macros for minimum version bump
[PATCH 6.7 438/641] md: bypass block throttle for superblock update
2024-01-25 18:48 UTC (9+ messages)
[PATCH v2] x86/resctrl: Implement new mba_MBps throttling heuristic
2024-01-25 17:29 UTC (12+ messages)
[PATCH 6.6 000/150] 6.6.13-rc1 review
2024-01-25 17:27 UTC (4+ messages)
` [PATCH 6.6 132/150] bus: moxtet: Mark the irq as shared
[PATCH 6.7 000/638] 6.7.2-rc2 review
2024-01-25 16:48 UTC (9+ messages)
[PATCH 6.6 000/580] 6.6.14-rc2 review
2024-01-25 16:48 UTC (13+ messages)
[PATCH 6.1 000/414] 6.1.75-rc2 review
2024-01-25 16:46 UTC (12+ messages)
[PATCH resend] tipc: node: remove Excess struct member kernel-doc warnings
2024-01-25 2:10 UTC (3+ messages)
[PATCH resend] tipc: socket: remove Excess struct member kernel-doc warning
2024-01-25 2:10 UTC (2+ messages)
[PATCH 5.4 000/193] 5.4.268-rc2 review
2024-01-24 20:27 UTC (5+ messages)
[PATCH 5.15 000/371] 5.15.148-rc2 review
2024-01-24 20:24 UTC (9+ messages)
[PATCH 4.19 000/148] 4.19.306-rc1 review
2024-01-24 9:31 UTC (3+ messages)
[PATCH 5.15 000/374] 5.15.148-rc1 review
2024-01-24 9:30 UTC (2+ messages)
[PATCH 5.4 000/194] 5.4.268-rc1 review
2024-01-24 9:29 UTC (5+ messages)
` [PATCH 5.4 167/194] binder: print warnings when detecting oneway spamming
[PATCH 6.6 000/583] 6.6.14-rc1 review
2024-01-24 9:27 UTC (3+ messages)
[PATCH 6.1 000/417] 6.1.75-rc1 review
2024-01-24 9:27 UTC (3+ messages)
[PATCH 0/6] of: populate of_root node if bootloader doesn't
2024-01-24 7:25 UTC (5+ messages)
` [PATCH 6/6] of: Add KUnit test to confirm DTB is loaded
[PATCH v4] RISC-V: build: Allow LTO to be selected
2024-01-23 17:50 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox