messages from 2023-09-14 05:07:27 to 2023-09-14 06:07:30 UTC [more...]
[PATCH v2 0/3] Add support for DEVNAME:0.0 style hardware based addressing
2023-09-14 6:07 UTC (4+ messages)
` [PATCH v2 2/3] serial: core: Add support for DEVNAME:0.0 style naming for kernel console
[PATCH] Documentation: Reference kernel-doc for container_of
2023-09-14 6:07 UTC (3+ messages)
[PATCH] bcachefs: Remove duplicate include
2023-09-14 6:05 UTC
[Intel-xe] [PATCH v7 0/3] drm/xe/pmu: Enable PMU interface
2023-09-14 6:13 UTC (4+ messages)
` [Intel-xe] [PATCH v3 1/3] drm/xe: Get GT clock to nanosecs
` [Intel-xe] [PATCH 2/3] drm/xe: Use spinlock in forcewake instead of mutex
` [Intel-xe] [PATCH v7 3/3] drm/xe/pmu: Enable PMU interface
[PATCH v2] riscv: enable multi-range memory layout
2023-09-14 6:05 UTC (2+ messages)
[PATCH 0/5] gpio: update i.MX93/8ULP and support i.MX95
2023-09-14 6:04 UTC (15+ messages)
` [PATCH 1/5] dt-bindings: gpio: vf610: correct i.MX8ULP and i.MX93 interrupts
` [PATCH 2/5] dt-bindings: gpio: vf610: add i.MX95 compatible
` [PATCH 3/5] gpio: vf610: add i.MX8ULP of_device_id entry
` [PATCH 5/5] arm64: dts: imx93: update gpio node
[igt-dev] [PATCH i-g-t 0/2] Add missing Meteorlake gpgpu fill condition
2023-09-14 6:03 UTC (6+ messages)
` [igt-dev] [PATCH i-g-t 1/2] lib/intel_batchbuffer: Add Meteorlake gpgpu fill entry
` [igt-dev] ✗ Fi.CI.IGT: failure for Add missing Meteorlake gpgpu fill condition
md_raid: mdX_raid6 looping after sync_action "check" to "idle" transition
2023-09-14 6:03 UTC (12+ messages)
[PATCH 25/54] ASoC: generic: convert not to use asoc_xxx()
2023-09-14 6:03 UTC
[PATCH v2 00/24] Reduce usage of CPUArchState in cputlb.c
2023-09-14 6:04 UTC (9+ messages)
` [PATCH v2 03/24] qom: Propagate alignment through type system
` [PATCH v2 04/24] target/*: Use __alignof not __alignof__
` [PATCH v2 05/24] target/arm: Remove size and alignment for cpu subclasses
` [PATCH v2 06/24] target/*: Add instance_align to all cpu base classes
[PATCH v4 00/13] iov_iter: Convert the iterator macros into inline funcs
2023-09-14 6:04 UTC (3+ messages)
` [PATCH v4 01/13] iov_iter: Add a benchmarking kunit test
[PATCH] dt-bindings: firmware: document Qualcomm SM7150 SCM
2023-09-14 6:03 UTC (2+ messages)
[PATCH v10 00/38] x86: enable FRED for x86-64
2023-09-14 6:03 UTC (41+ messages)
` [PATCH v10 01/38] x86/cpufeatures: Add the cpu feature bit for WRMSRNS
` [PATCH v10 02/38] x86/opcode: Add the WRMSRNS instruction to the x86 opcode map
` [PATCH v10 03/38] x86/msr: Add the WRMSRNS instruction support
` [PATCH v10 04/38] x86/entry: Remove idtentry_sysvec from entry_{32,64}.S
` [PATCH v10 05/38] x86/trapnr: Add event type macros to <asm/trapnr.h>
` [PATCH v10 06/38] Documentation/x86/64: Add a documentation for FRED
` [PATCH v10 07/38] x86/fred: Add Kconfig option for FRED (CONFIG_X86_FRED)
` [PATCH v10 08/38] x86/cpufeatures: Add the cpu feature bit for FRED
` [PATCH v10 09/38] x86/fred: Disable FRED support if CONFIG_X86_FRED is disabled
` [PATCH v10 10/38] x86/fred: Disable FRED by default in its early stage
` [PATCH v10 11/38] x86/opcode: Add ERET[US] instructions to the x86 opcode map
` [PATCH v10 12/38] x86/objtool: Teach objtool about ERET[US]
` [PATCH v10 13/38] x86/cpu: Add X86_CR4_FRED macro
` [PATCH v10 14/38] x86/cpu: Add MSR numbers for FRED configuration
` [PATCH v10 15/38] x86/ptrace: Cleanup the definition of the pt_regs structure
` [PATCH v10 16/38] x86/ptrace: Add FRED additional information to "
` [PATCH v10 17/38] x86/fred: Add a new header file for FRED definitions
` [PATCH v10 18/38] x86/fred: Reserve space for the FRED stack frame
` [PATCH v10 19/38] x86/fred: Update MSR_IA32_FRED_RSP0 during task switch
` [PATCH v10 20/38] x86/fred: Disallow the swapgs instruction when FRED is enabled
` [PATCH v10 21/38] x86/fred: No ESPFIX needed "
` [PATCH v10 22/38] x86/fred: Allow single-step trap and NMI when starting a new task
` [PATCH v10 23/38] x86/fred: Make exc_page_fault() work for FRED
` [PATCH v10 24/38] x86/idtentry: Incorporate definitions/declarations of the FRED entries
` [PATCH v10 25/38] x86/fred: Add a debug fault entry stub for FRED
` [PATCH v10 26/38] x86/fred: Add a NMI "
` [PATCH v10 27/38] x86/fred: Add a machine check "
` [PATCH v10 28/38] x86/fred: FRED entry/exit and dispatch code
` [PATCH v10 29/38] x86/traps: Add sysvec_install() to install a system interrupt handler
` [PATCH v10 30/38] x86/fred: Let ret_from_fork_asm() jmp to asm_fred_exit_user when FRED is enabled
` [PATCH v10 31/38] x86/fred: Fixup fault on ERETU by jumping to fred_entrypoint_user
` [PATCH v10 32/38] x86/entry/calling: Allow PUSH_AND_CLEAR_REGS being used beyond actual entry code
` [PATCH v10 33/38] x86/entry: Add fred_entry_from_kvm() for VMX to handle IRQ/NMI
` [PATCH v10 34/38] KVM: VMX: Call fred_entry_from_kvm() for IRQ/NMI handling
` [PATCH v10 35/38] x86/syscall: Split IDT syscall setup code into idt_syscall_init()
` [PATCH v10 36/38] x86/fred: Add fred_syscall_init()
` [PATCH v10 37/38] x86/fred: Add FRED initialization functions
` [PATCH v10 38/38] x86/fred: Invoke FRED initialization code to enable FRED
[Intel-xe] [PATCH 0/2] Remove extra headers added into intel_display_power.h
2023-09-14 6:03 UTC (8+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for Remove extra headers added into intel_display_power.h (rev4)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✗ CI.checksparse: warning "
` [Intel-xe] ✓ CI.BAT: success "
[PATCH] media: ov08x40: Modify the tline calculation in 1C mode
2023-09-14 6:01 UTC
[PATCH RESEND v3 0/2] selftests/resctrl: Bug fix and optimization
2023-09-14 6:01 UTC (8+ messages)
` [PATCH RESEND v3 1/2] selftests/resctrl: Fix schemata write error check
[Intel-gfx] [PATCH 1/4] drm/dp_mst: Fix NULL dereference during payload addition
2023-09-14 6:01 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [1/4] "
[PATCH] ata: libata-core: fetch sense data for successful commands iff CDL enabled
2023-09-14 6:01 UTC (2+ messages)
[RFC PATCH 0/3] quering mount attributes
2023-09-14 6:00 UTC (3+ messages)
` [RFC PATCH 3/3] add listmnt(2) syscall
[PATCH] drm/amdkfd: Insert missing TLB flush on GFX10 and later
2023-09-14 5:58 UTC (6+ messages)
[LTP] [PATCH] mm: as the same logic with queue_pages_range
2023-09-14 5:53 UTC (2+ messages)
` [PATCH] mm: extpand queue_pages_range() to find and lock the vma range
[PATCH 0/4] serial: add drivers for the ESP32xx serial devices
2023-09-14 5:57 UTC (6+ messages)
` [PATCH 1/4] dt-bindings: serial: document esp32-uart bindings
` [PATCH 3/4] dt-bindings: serial: document esp32s3-acm bindings
[PATCH] ui: add XBGR8888 and ABGR8888 in drm_format_pixman_map
2023-09-14 5:56 UTC (2+ messages)
[cip-dev][isar-cip-core][PATCH] initramfs-verity-hook: Ensure sync on rebuild
2023-09-14 5:55 UTC (7+ messages)
[PATCH v3] KVM: x86: Clear bit12 of ICR after APIC-write VM-exit
2023-09-14 5:55 UTC
[PATCH] mem/x86: add processor address space check for VM memory
2023-09-14 5:53 UTC (9+ messages)
[PATCH linux-next] sched/psi: Avoid update triggers and rtpoll_total when it is unnecessary
2023-09-14 5:53 UTC (2+ messages)
[PATCH] drm/debugfs: Fix drm_debugfs_remove_files() stub
2023-09-14 5:53 UTC (3+ messages)
[PATCH v2] x86/amd: do not expose HWCR.TscFreqSel to guests
2023-09-14 5:52 UTC (2+ messages)
[isar-cip-core 0/5] Add security and BBB targets in
2023-09-14 5:52 UTC (7+ messages)
` [isar-cip-core 4/5] .reproducible-check-ci.yml: Add BBB target
[PATCH v8 1/2] dt-bindings: arm64: mediatek: add mt8395-evk board
2023-09-14 5:51 UTC (4+ messages)
` [PATCH v8 2/2] arm64: dts: mediatek: add device-tree for Genio 1200 EVK board
kernel/time/posix-timers.c:1079 itimer_delete() warn: inconsistent returns '&timer->it_lock'
2023-09-14 5:51 UTC
[PATCH v2 0/2] hw/mips/jazz: Rework the NIC init code
2023-09-14 5:51 UTC (2+ messages)
[PATCH net-next v2] net: add sysctl to disable rfc4862 5.5.3e lifetime handling
2023-09-14 5:51 UTC (5+ messages)
A question on endpoint_test code in the linux source by Kishon Vijay Abraham I
2023-09-14 5:51 UTC (2+ messages)
[XEN v1 0/4] xen/arm: Split MMU code as the prepration of MPU work form Arm32
2023-09-14 5:48 UTC (3+ messages)
` [XEN v1 4/4] xen/arm: traps.c: Enclose VMSA specific registers within CONFIG_MMU
[PATCH V2] pci: introduce static_nr to indicate domain_nr from which IDA
2023-09-14 5:50 UTC (4+ messages)
❌ FAIL (SKIPPED 4 of 234): Test report for master (6.6.0-rc1, mainline.kernel.org-clang, aed8aee1)
2023-09-14 5:50 UTC
Downloads and mailing list pages broken
2023-09-14 5:48 UTC (2+ messages)
[RFC PATCH v1 0/4] Rust abstractions for network PHY drivers
2023-09-14 5:47 UTC (3+ messages)
` [RFC PATCH v1 1/4] rust: core "
[PATCH v7 0/4] add clock controller of qca8386/qca8084
2023-09-14 5:46 UTC (5+ messages)
` [PATCH v7 1/4] clk: qcom: branch: Add clk_branch2_prepare_ops
` [PATCH v7 2/4] dt-bindings: clock: add qca8386/qca8084 clock and reset definitions
` [PATCH v7 3/4] clk: qcom: common: commonize qcom_cc_really_probe
` [PATCH v7 4/4] clk: qcom: add clock controller driver for qca8386/qca8084
[RFC PATCH net-next 0/3] sock: Be aware of memcg pressure on alloc
2023-09-14 5:47 UTC (3+ messages)
` [RFC PATCH net-next 1/3] sock: Code cleanup on __sk_mem_raise_allocated()
[PATCH 0/3] Add pinctrl driver support for Amlogic T7 SoCs
2023-09-14 5:45 UTC (12+ messages)
` [PATCH 1/3] dt-bindings: pinctrl: Add compatibles "
` [PATCH 2/3] pinctrl: Add driver support "
` [PATCH 3/3] arm64: dts: Add pinctrl node "
[RFC 0/7] vhost-vdpa: add support for iommufd
2023-09-14 5:44 UTC (3+ messages)
[PATCH v9 00/13] Add support to configure TPDM DSB subunit
2023-09-14 5:43 UTC (28+ messages)
` [PATCH v9 01/13] coresight-tpdm: Remove the unnecessary lock
` [PATCH v9 02/13] dt-bindings: arm: Add support for DSB element size
` [PATCH v9 03/13] coresight-tpdm: Introduce TPDM subtype to TPDM driver
` [PATCH v9 04/13] coresight-tpda: Add DSB dataset support
` [PATCH v9 05/13] coresight-tpdm: Initialize DSB subunit configuration
` [PATCH v9 06/13] coresight-tpdm: Add reset node to TPDM node
` [PATCH v9 07/13] coresight-tpdm: Add nodes to set trigger timestamp and type
` [PATCH v9 08/13] coresight-tpdm: Add node to set dsb programming mode
` [PATCH v9 09/13] coresight-tpdm: Add nodes for dsb edge control
` [PATCH v9 10/13] coresight-tpdm: Add nodes to configure pattern match output
` [PATCH v9 11/13] coresight-tpdm: Add nodes for timestamp request
` [PATCH v9 12/13] dt-bindings: arm: Add support for DSB MSR register
` [PATCH v9 13/13] coresight-tpdm: Add nodes for dsb msr support
[PATCH 0/4] hw/cxl: Line length reduction and related
2023-09-14 5:44 UTC (3+ messages)
` [PATCH 3/4] hw/cxl: CXLDVSECPortExtensions renamed to CXLDVSECPortExt
[isar-cip-core][PATCH] Add support Plat'Home OpenBlocks IoT VX2
2023-09-14 5:44 UTC (5+ messages)
(Debian) Bug#1051862: server flooded with xen_mc_flush warnings with xen 4.17 + linux 6.1
2023-09-14 5:43 UTC (2+ messages)
[PATCH 0/4] Why no v2?
2023-09-14 5:43 UTC (7+ messages)
` [PATCH 2/4] dt-bindings: hwmon: Added new properties to the devicetree
[sean-jc:x86/guarded_kvm_headers 13/24] arch/arm64/include/asm/kvm_arch_timer.h:109:58: warning: 'struct kvm_device_attr' declared inside parameter list will not be visible outside of this definition or declaration
2023-09-14 5:41 UTC
[Intel-xe] [PATCH v2 0/5] FBC refactoring
2023-09-14 5:40 UTC (3+ messages)
[RFC PATCH v4] mm/slub: Optimize slub memory usage
2023-09-14 5:40 UTC (6+ messages)
split up ->kill_sb
2023-09-14 5:38 UTC (6+ messages)
` [PATCH 03/19] fs: release anon dev_t in deactivate_locked_super
[PATCH] platform: generic: thead: fix stale TLB entries for th1520/sg2042
2023-09-14 5:38 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION e143016b56ecb0fcda5bb6026b0a25fe55274f56
2023-09-13 22:33 UTC (2+ messages)
[PATCH] erofs-utils: avoid flushing the image file on closing
2023-09-14 5:32 UTC
[PATCH 0/5] Trailer readability cleanups
2023-09-14 5:31 UTC (7+ messages)
` [PATCH v2 0/6] "
` [PATCH v2 4/6] trailer: teach find_patch_start about --no-divider
[RFC PATCH 0/2] Makes it easier for the wakee to choose previous CPU
2023-09-14 5:30 UTC (3+ messages)
` [RFC PATCH 2/2] sched/fair: skip the cache hot CPU in select_idle_cpu()
[Intel-xe] [PATCH v6 0/3] drm/xe/pmu: Enable PMU interface
2023-09-14 5:38 UTC (6+ messages)
` [Intel-xe] [PATCH v6 3/3] "
[PATCH 1/2] bcachefs: Fix a potential in the error handling path of use-after-free inbch2_dev_add()
2023-09-14 5:28 UTC (3+ messages)
[bitbake-devel][PATCH 0/2] fetch2: git: Fix path check for git repos
2023-09-14 5:17 UTC (3+ messages)
` [bitbake-devel][PATCH 2/2] fetch2: git: Use path_is_descendant() instead of path for repo check
[PATCH 0/1] Issue description and debug
2023-09-14 5:16 UTC (2+ messages)
` [PATCH 1/1] net: ipv4,ipv6: fix IPSTATS_MIB_OUTFORWDATAGRAMS increment after fragment check
[PATCH 1/1] Revert "tty: n_gsm: fix UAF in gsm_cleanup_mux"
2023-09-14 5:15 UTC
On status handling in ath10k_htt_rx_tx_compl_ind()
2023-09-14 5:15 UTC (2+ messages)
[PATCH] Bluetooth: hci_sync: Fix handling of HCI_QUIRK_STRICT_DUPLICATE_FILTER
2023-09-14 5:13 UTC (5+ messages)
Deleting large amounts of data causes system freeze due to OOM
2023-09-14 5:12 UTC (4+ messages)
50% of all time spent in victim_tlb_hit() !? (or case when OVPSim beats QEMU hands down)
2023-09-14 5:09 UTC
[PATCH 1/1] net/mana: add 32 bit short doorbell
2023-09-14 5:11 UTC (3+ messages)
[Intel-gfx] [PATCH v2] drm/i915/huc: silence injected failure in the load via GSC path
2023-09-14 5:10 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/huc: silence injected failure in the load via GSC path (rev6)
arm-linux-gnueabi-ld: error: .btf.vmlinux.bin.o is already in final BE8 format
2023-09-14 5:08 UTC (2+ messages)
[PATCH v3 00/12] drm/msm/dpu: support virtual wide planes
2023-09-14 5:07 UTC (10+ messages)
` [PATCH v3 04/12] drm/msm/dpu: move pstate->pipe initialization to dpu_plane_atomic_check
` [PATCH v3 05/12] drm/msm/dpu: split dpu_plane_atomic_check()
` [PATCH v3 06/12] drm/msm/dpu: move rot90 checking to dpu_plane_atomic_check_pipe()
` [PATCH v3 07/12] drm/msm/dpu: add support for virtual planes
` [PATCH v3 09/12] drm/msm/dpu: allow sharing SSPP between planes
` [PATCH v3 10/12] drm/msm/dpu: create additional virtual planes
` [PATCH v3 11/12] drm/msm/dpu: allow sharing of blending stages
` [PATCH v3 12/12] drm/msm/dpu: include SSPP allocation state into the dumped state
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.