All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-08 21:43:56 to 2024-10-08 22:50:44 UTC [more...]

[PATCH v16 00/20] riscv support for control flow integrity extensions
 2024-10-08 22:49 UTC  (2+ messages)
` [PATCH v16 09/20] target/riscv: Expose zicfilp extension as a cpu property

[PATCH v7 0/3] Fix dosemu vm86() fault
 2024-10-08 22:48 UTC  (3+ messages)

[PATCH] rust: query the compiler for dylib path
 2024-10-08 22:48 UTC 

[PATCH v2 net 0/3] net: enetc: fix some issues of XDP
 2024-10-08 22:48 UTC  (6+ messages)
` [PATCH v2 net 3/3] net: enetc: disable IRQ after Rx and Tx BD rings are disabled

[PATCH v1 0/8] CSV/JSON metric thresholds, fix printf modifiers
 2024-10-08 22:47 UTC  (4+ messages)
` [PATCH v1 3/8] perf stat: Display "none" for NaN with metric only json

[PATCH i-g-t] tools/intel_gpu_top: Fix intel_gpu_top for pre-snb
 2024-10-08 22:47 UTC  (2+ messages)
` ✓ CI.xeBAT: success for "

[PATCH] docs: fusa: Add requirements for Device Passthrough
 2024-10-08 22:46 UTC  (4+ messages)

[PATCH v2 1/1] virtio-blk: Add description for blk_size field
 2024-10-08 22:46 UTC  (3+ messages)

[bitbake][kirkstone][2.0][PATCH 0/4] Pull request (cover letter only)
 2024-10-08 22:46 UTC 

[tip: x86/urgent] x86/entry_32: Do not clobber user EFLAGS.ZF
 2024-10-08 22:45 UTC 

[tip: x86/urgent] x86/entry_32: Clear CPU buffers after register restore in NMI return
 2024-10-08 22:45 UTC 

[tip: x86/urgent] x86/bugs: Use code segment selector for VERW operand
 2024-10-08 22:45 UTC 

[PATCH] mm: Enforce a minimal stack gap even against inaccessible VMAs
 2024-10-08 22:45 UTC  (2+ messages)

[ath:ath12k-mlo-qcn9274 64/81] drivers/net/wireless/ath/ath12k/mac.c:517 ath12k_get_link_bss_conf() error: buffer overflow 'vif->link_conf' 15 <= 15
 2024-10-08 22:45 UTC 

[PATCH net-next v2 5/6] rust: Add read_poll_timeout function
 2024-10-08 22:42 UTC  (14+ messages)

[PATCH] ftrace: Make ftrace_regs abstract from direct use
 2024-10-08 22:41 UTC  (3+ messages)

[PATCH 00/10] Add xe3lpd edp enabling
 2024-10-08 22:43 UTC  (13+ messages)
` [PATCH 01/10] drm/i915/xe3lpd: reuse xe2lpd definition
` [PATCH 02/10] drm/i915/xe3lpd: Adjust watermark calculations
` [PATCH 03/10] drm/i915/xe3lpd: Add new display power wells
` [PATCH 04/10] drm/i915/xe3lpd: Update pmdemand programming
` [PATCH 05/10] drm/i915/xe3lpd: Add cdclk changes
` [PATCH 06/10] drm/i915/xe3lpd: Add macro to choose HDCP_LINE_REKEY bit
` [PATCH 07/10] drm/i915/xe3lpd: Add C20 Phy consolidated programming table
` [PATCH 08/10] drm/i915/xe3lpd: Add new bit range of MAX swing setup
` [PATCH 09/10] drm/i915/xe3lpd: Add check to see if edp over type c is allowed
` [PATCH 10/10] drm/i915/xe3lpd: Add powerdown value of eDP over type c
` ✓ CI.Patch_applied: success for Add xe3lpd edp enabling
` ✗ CI.checkpatch: warning "

[PATCH 0/1] revision: fix reachable objects being gc'ed in no blob clone repo
 2024-10-08 22:43 UTC  (4+ messages)
` [PATCH v2 0/3] repack: pack everything into promisor packfile in partial repos

[PATCH mptcp-next] mptcp: use "middlebox interference" for MP_TCPRST in case map_valid is false
 2024-10-08 22:43 UTC  (2+ messages)

[PATCH net-next v2] net: dsa: mv88e6xxx: Add FID map cache
 2024-10-08 22:41 UTC  (2+ messages)

[PATCH BlueZ] transport: Delay existence based on delay reporting capability
 2024-10-08 22:40 UTC  (2+ messages)
` [BlueZ] "

[PATCH v6 00/33] riscv control-flow integrity for usermode
 2024-10-08 22:37 UTC  (50+ messages)
` [PATCH v6 01/33] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH v6 02/33] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH v6 03/33] riscv: Enable cbo.zero only when all harts support Zicboz
` [PATCH v6 04/33] riscv: Add support for per-thread envcfg CSR values
` [PATCH v6 05/33] riscv: Call riscv_user_isa_enable() only on the boot hart
` [PATCH v6 06/33] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv
` [PATCH v6 07/33] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v6 08/33] riscv: zicfiss / zicfilp enumeration
` [PATCH v6 09/33] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v6 10/33] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v6 11/33] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v6 12/33] riscv mm: manufacture shadow stack pte
` [PATCH v6 13/33] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v6 14/33] riscv mmu: write protect and shadow stack
` [PATCH v6 15/33] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v6 16/33] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v6 17/33] prctl: arch-agnostic prctl for shadow stack
` [PATCH v6 18/33] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v6 19/33] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v6 20/33] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v6 21/33] riscv/traps: Introduce software check exception
` [PATCH v6 22/33] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v6 23/33] riscv/signal: save and restore of shadow stack for signal
` [PATCH v6 24/33] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v6 25/33] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v6 26/33] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v6 27/33] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH v6 28/33] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v6 29/33] riscv: kernel command line option to opt out of user cfi
` [PATCH v6 30/33] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v6 31/33] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v6 32/33] riscv: Documentation for shadow stack on riscv
` [PATCH v6 33/33] kselftest/riscv: kselftest for user mode cfi

[RFC/RFT v2 0/3] Introduce GRO support to cpumap codebase
 2024-10-08 22:39 UTC  (2+ messages)

[PATCH 1/2] clk: imx: clk-imx8mp: Allow LDB serializer clock reconfigure parent rate
 2024-10-08 22:38 UTC  (2+ messages)
` [PATCH 2/2] drm: bridge: ldb: Configure LDB clock in .mode_set

[PATCH 1/2] perf/x86/rapl: Move the pmu allocation out of CPU hotplug
 2024-10-08 22:38 UTC  (7+ messages)

[RFC PATCH 0/1] Buddy allocator like folio split
 2024-10-08 22:37 UTC  (2+ messages)
` [RFC PATCH 1/1] mm/huge_memory: buddy allocator like folio_split()

[PATCH v2] cxl/core/port: defer endpoint probes when ACPI likely hasn't finished
 2024-10-08 22:37 UTC  (4+ messages)

[BUG almost bisected] Splat in dequeue_rt_stack() and build error
 2024-10-08 22:34 UTC  (11+ messages)

[PATCH 1/1] sandbox: add bootmethod EFI boot-manager
 2024-10-08 22:32 UTC 

[PATCH i-g-t v2] tests/intel/xe_wedged: Avoid racy cleanup
 2024-10-08 22:31 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for tests/intel/xe_wedged: Avoid racy cleanup (rev2)

[PATCH 5.10.y 0/4] Backport fix commit for kprobe_non_uniq_symbol.tc test failure
 2024-10-08 22:29 UTC  (5+ messages)
` [PATCH 5.10.y 1/4] kallsyms: Make kallsyms_on_each_symbol generally available
` [PATCH 5.10.y 2/4] kallsyms: Make module_kallsyms_on_each_symbol "
` [PATCH 5.10.y 3/4] tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbols
` [PATCH 5.10.y 4/4] tracing/kprobes: Fix symbol counting logic by looking at modules as well

[Intel-wired-lan] [RFC net-next v4 0/9] Add support for per-NAPI config via netlink
 2024-10-08 22:28 UTC  (12+ messages)
` [RFC net-next v4 1/9] net: napi: Make napi_defer_hard_irqs per-NAPI
` [Intel-wired-lan] [RFC net-next v4 3/9] net: napi: Make gro_flush_timeout per-NAPI
    `  "
` [RFC net-next v4 5/9] net: napi: Add napi_config
` [RFC net-next v4 6/9] netdev-genl: Support setting per-NAPI config values

[PATCH 0/4] drm/i915: gen2 stuff
 2024-10-08 22:28 UTC  (14+ messages)
` [PATCH 1/4] drm/i915/gt: Nuke gen2_irq_{enable,disable}()
` [PATCH 2/4] drm/i915/gt: s/gen3/gen2/
` [PATCH 3/4] drm/i915/irq: s/gen3/gen2/
` [PATCH 4/4] drm/i915/pmu: Add support for gen2
` ✓ CI.Patch_applied: success for drm/i915: gen2 stuff
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✗ Fi.CI.SPARSE: "
` ✓ CI.BAT: success "
` ✓ Fi.CI.BAT: "

[Buildroot] [PATCH 1/1] package/pkg-python.mk: add hatch setup type
 2024-10-08 22:27 UTC 

[PATCH v5] PCI: Enable runtime pm of the host bridge
 2024-10-08 22:25 UTC  (3+ messages)

[PATCH v1 00/15] io_uring zero copy rx
 2024-10-08 22:25 UTC  (3+ messages)
` [PATCH v1 08/15] net: add helper executing custom callback from napi

[cip:linux-5.10.y-cip 27/40] powerpc-linux-ld: warning: orphan section `.data..LASANLOC1' from `drivers/gpu/drm/renesas/rcar-du/rcar_dw_hdmi.o' being placed in section `.data..LASANLOC1'
 2024-10-08 22:23 UTC 

[PATCH net-next v2] net: airoha: Fix EGRESS_RATE_METER_EN_MASK definition
 2024-10-08 22:21 UTC 

pm/testing build: 8 builds: 0 failed, 8 passed, 23 warnings (v6.12-rc2-21-g04fe2b1b0ff57)
 2024-10-08 22:23 UTC 

[PATCH 0/15] Enable CXL PCIe port protocol error handling and logging
 2024-10-08 22:16 UTC  (16+ messages)
` [PATCH 01/15] cxl/aer/pci: Add CXL PCIe port error handler callbacks in AER service driver
` [PATCH 02/15] cxl/aer/pci: Update is_internal_error() to be callable w/o CONFIG_PCIEAER_CXL
` [PATCH 03/15] cxl/aer/pci: Refactor AER driver's existing interfaces to support CXL PCIe ports
` [PATCH 04/15] cxl/aer/pci: Add CXL PCIe port correctable error support in AER service driver
` [PATCH 05/15] cxl/aer/pci: Update AER driver to read UCE fatal status for all CXL PCIe port devices
` [PATCH 06/15] cxl/aer/pci: Introduce PCI_ERS_RESULT_PANIC to pci_ers_result type
` [PATCH 07/15] cxl/aer/pci: Add CXL PCIe port uncorrectable error recovery in AER service driver
` [PATCH 08/15] cxl/pci: Change find_cxl_ports() to be non-static
` [PATCH 09/15] cxl/pci: Map CXL PCIe downstream port RAS registers
` [PATCH 10/15] cxl/pci: Map CXL PCIe upstream "
` [PATCH 11/15] cxl/pci: Update RAS handler interfaces to support CXL PCIe ports
` [PATCH 12/15] cxl/pci: Add error handler for CXL PCIe port RAS errors
` [PATCH 13/15] cxl/pci: Add trace logging "
` [PATCH 14/15] cxl/aer/pci: Export pci_aer_unmask_internal_errors()
` [PATCH 15/15] cxl/pci: Enable internal CE/UCE interrupts for CXL PCIe port devices

[PATCH] drm/i915/display: Fuse bit for power management disable removed
 2024-10-08 22:16 UTC  (2+ messages)

[PATCH v4 RESEND] HID: corsair-void: Add Corsair Void headset family driver
 2024-10-08 22:15 UTC  (4+ messages)

[PATCH 01/19] Change probes from having lists of clauses to lists of stmts
 2024-10-08 22:15 UTC  (3+ messages)
` [PATCH 12/19] Increase size of BPF probes map

Interest in a Git meetup in Bay Area, California?
 2024-10-08 22:14 UTC  (2+ messages)

[PATCH V8 0/4] arm-cs-trace-disasm.py/perf must accommodate non-zero DSO text offset
 2024-10-08 22:12 UTC  (5+ messages)

[PATCH v4 0/1] Add Xe3 and Panther Lake support
 2024-10-08 22:11 UTC  (3+ messages)
` [PATCH v4 1/1] drm/xe/xe3: Add initial set of workarounds

[PATCH bpf-next v3 0/5] bpf: Support private stack for bpf progs
 2024-10-08 22:10 UTC  (17+ messages)
` [PATCH bpf-next v3 4/5] bpf, x86: Add jit support for private stack
  ` yet another approach Was: "

[RFC PATCH 0/9] async COPY fixes
 2024-10-08 22:10 UTC  (9+ messages)
` [RFC PATCH 3/9] NFSD: Handle an NFS4ERR_DELAY response to CB_OFFLOAD
` [RFC PATCH 5/9] NFS: Implement NFSv4.2's OFFLOAD_STATUS XDR
` [RFC PATCH 7/9] NFS: Implement NFSv4.2's OFFLOAD_STATUS operation
` [RFC PATCH 8/9] NFS: Use "

[PATCH 00/18] Separating vcn power management by instance
 2024-10-08 22:10 UTC  (18+ messages)
` [PATCH 04/18] drm/amd/pm: add inst to set_powergating_by_smu
` [PATCH 09/18] drm/amdgpu: add set_powergating_state_instance
` [PATCH 11/18] drm/amdgpu: power vcn 2_5 by instance

radeon drm fails to load on v6.12-rc2 "Bogus possible_clones: [ENCODER:46:TV-46] possible_clones=0x4 (full encoder mask=0x7)" ( Thinkpad T60)
 2024-10-08 22:03 UTC 

[PATCH v10 0/2] Dynamic Allocation of the reserved_mem array
 2024-10-08 22:06 UTC  (3+ messages)
` [PATCH v10 1/2] of: reserved_mem: Restruture how the reserved memory regions are processed
` [PATCH v10 2/2] of: reserved_mem: Add code to dynamically allocate reserved_mem array

[GIT PULL 1/1] Broadcom devicetree fixes for 6.12
 2024-10-08 22:04 UTC 

[PATCH v5 0/5] Add mfd, pinctrl and pwm support to EN7581 SoC
 2024-10-08 22:04 UTC  (4+ messages)
` [PATCH v5 3/5] mfd: airoha: Add support for Airoha EN7581 MFD

[PATCH 0/2] nvme: add rotational support
 2024-10-08 22:04 UTC  (3+ messages)

[PATCH 6.10 000/482] 6.10.14-rc1 review
 2024-10-08 22:03 UTC  (2+ messages)

[PATCH v2 0/3] board: rockchip: Add Hardkernel ODROID-M1S
 2024-10-08 22:02 UTC  (4+ messages)
` [PATCH v2 3/3] "

[PATCH] selftests: drivers: net: fix name not defined
 2024-10-08 22:01 UTC 

[PATCH 0/5] dt-bindings: mfd: convert zii,rave-sp.txt and child txt to yaml format
 2024-10-08 22:01 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: input: convert zii,rave-sp-pwrbutton.txt to yaml
` [PATCH 2/5] dt-bindings: backlight: convert zii,rave-sp-backlight.txt "
` [PATCH 3/5] dt-bindings: nvmem: convert zii,rave-sp-eeprom.txt to yaml format
` [PATCH 4/5] dt-bindings: watchdog: convert zii,rave-sp-wdt.txt "
` [PATCH 5/5] dt-bindings: mfd: convert zii,rave-sp.txt "

[v2] drm/i915/dp: Add FEC Enable Retry mechanism
 2024-10-08 22:00 UTC  (2+ messages)
` ✗ CI.FULL: failure for drm/i915/dp: Add FEC Enable Retry mechanism (rev2)

[PATCH i-g-t] tests/intel/xe_tlb: Print tlb inval counts on failure
 2024-10-08 22:00 UTC  (4+ messages)
` ✓ CI.xeBAT: success for "
` ✓ Fi.CI.BAT: "

[meta-oe][PATCH] wtmpdb: fix installed-vs-shipped build error
 2024-10-08 21:58 UTC 

[PATCH net] net: do not delay dst_entries_add() in dst_release()
 2024-10-08 21:59 UTC  (2+ messages)

[PATCH 6.6 000/386] 6.6.55-rc1 review
 2024-10-08 21:59 UTC  (2+ messages)

[PATCH 6.11 000/558] 6.11.3-rc1 review
 2024-10-08 21:58 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/python-psygnal: new package
 2024-10-08 21:58 UTC 

[PATCH v3] clk: mvebu: Prevent division by zero in clk_double_div_recalc_rate()
 2024-10-08 21:58 UTC  (5+ messages)

[PATCH] btrfs: remove btrfs_set_range_writeback()
 2024-10-08 21:55 UTC  (5+ messages)

[PATCH v3 0/3] Link worktrees with relative paths
 2024-10-08 21:55 UTC  (3+ messages)

[PATCH v2] selftests: vDSO: Explicitly include sched.h
 2024-10-08 21:50 UTC  (2+ messages)

[PATCH] drm: lcdif: Use adjusted_mode .clock instead of .crtc_clock
 2024-10-08 21:48 UTC  (7+ messages)

[PATCH v2 00/14] Make EFI memory allocations synchronous with LMB
 2024-10-08 21:48 UTC  (2+ messages)

[rdma:wip/leon-for-next] BUILD SUCCESS 89e9ae55dc56f322f1a123224ad9d3e52bcc3b50
 2024-10-08 21:47 UTC 

[PATCH] nfsd: Fix NFSD_MAY_BYPASS_GSS and NFSD_MAY_BYPASS_GSS_ON_ROOT
 2024-10-08 21:47 UTC  (2+ messages)

[PATCH v9 0/2] dts: refactored queue start/stop suite
 2024-10-08 21:48 UTC  (3+ messages)
` [PATCH v10 0/1] dts: port over "
  ` [PATCH v10] "

[brgl:gpio/for-next] BUILD SUCCESS b7adfb6076ff0c1ebbde56d1903daa3d07db92c5
 2024-10-08 21:46 UTC 

Problem with ipv6
 2024-10-08 21:41 UTC  (4+ messages)

[PATCH v2 00/15] timers: Cleanup delay/sleep related mess
 2024-10-08 21:45 UTC  (3+ messages)
` [PATCH v2 07/15] timers: Adjust flseep() to reflect reality

[PATCH net-next] net: phy: smsc: use devm_clk_get_optional_enabled_with_rate()
 2024-10-08 21:44 UTC  (2+ messages)


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.