All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-08 21:23:01 to 2024-10-08 22:39:02 UTC [more...]

[PATCH v6 00/33] riscv control-flow integrity for usermode
 2024-10-08 22:37 UTC  (39+ 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 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)

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

[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)

[PATCH 00/10] Add xe3lpd edp enabling
 2024-10-08 22:37 UTC  (11+ 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

[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 net-next v2 5/6] rust: Add read_poll_timeout function
 2024-10-08 22:26 UTC  (13+ messages)

[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  (4+ messages)
` [PATCH v4 1/1] drm/xe/xe3: Add initial set of workarounds
` ✓ CI.BAT: success for Add Xe3 and Panther Lake support (rev4)

[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  (7+ messages)
` [PATCH v2 2/3] arm64: dts: "
` [PATCH v2 3/3] board: "

[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 0/1] revision: fix reachable objects being gc'ed in no blob clone repo
 2024-10-08 21:57 UTC  (5+ messages)
` [PATCH v2 0/3] repack: pack everything into promisor packfile in partial repos
  ` [PATCH v2 1/3] repack: pack everything into packfile

[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 i-g-t] tools/intel_gpu_top: Fix intel_gpu_top for pre-snb
 2024-10-08 21:49 UTC 

[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)

[brgl:pwrseq/for-current] BUILD SUCCESS a85bbe01a320eb3f1398da3430384596b1c51663
 2024-10-08 21:42 UTC 

[PATCH 0/1] DTC v1.7.1 Build Error
 2024-10-08 21:41 UTC  (2+ messages)
` [PATCH 1/1] Makefile: only use compiler flags when supported

[PATCH net-next v0] net: phy: aquantia: poll status register
 2024-10-08 21:40 UTC  (2+ messages)

[PATCH bpf-next v3 1/2] bpf: add get_netns_cookie helper to tc programs
 2024-10-08 21:40 UTC  (2+ messages)

[PATCH] bpf: use kvzmalloc to allocate BPF verifier environment
 2024-10-08 21:39 UTC  (2+ messages)

[meta-oe][kirkstone][PATCH] cjson: upgrade 1.7.17 -> 1.7.18
 2024-10-08 21:36 UTC 

[PATCH 0/2] migration/multifd: Fix rb->receivedmap cleanup race
 2024-10-08 21:36 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH 1/1] boot: type boormethod
 2024-10-08 21:36 UTC  (2+ messages)

[PATCH kselftest v2 4/4] selftests: vDSO: unconditionally build chacha test
 2024-10-08 21:36 UTC  (3+ messages)
` [PATCH kselftest v3 1/3] "

[PATCH] usb: dwc3: core: Fix system suspend on TI AM62 platforms
 2024-10-08 20:53 UTC  (4+ messages)

Missing Promisor Objects in Partial Repo Design Doc
 2024-10-08 21:35 UTC  (3+ messages)

[linuxtv-media-stage:master] BUILD SUCCESS 67cefecf2a039b9ed0030b9213ceafcd45e6f9e3
 2024-10-08 21:34 UTC 

[Bug 219009] New: Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected)
 2024-10-08 21:35 UTC  (2+ messages)
` [Bug 219009] "

[PATCH V2 00/13] Live update: cpr-transfer
 2024-10-08 21:32 UTC  (8+ messages)
` [PATCH V2 05/13] physmem: preserve ram blocks for cpr

net/ipv4/inet_diag.c:1511:17: sparse: sparse: Using plain integer as NULL pointer
 2024-10-08 21:32 UTC 

[PATCH] tools/xg: increase LZMA_BLOCK_SIZE for uncompressing the kernel
 2024-10-08 21:32 UTC 

[PATCH] multipath-tools: update comments in hwtable
 2024-10-08 21:32 UTC 

[PATCH net-next v2] net: stmmac: dwmac4: Add ip payload error statistics
 2024-10-08 10:22 UTC 

[PATCH v3 1/4] cryptodev: add partial sm2 feature flag
 2024-10-08 21:29 UTC  (7+ messages)
` [PATCH v4 0/4] add ec points to sm2 op
  ` [PATCH v4 2/4] cryptodev: "

[PATCH v1 0/2] RSEQ updates for 6.12
 2024-10-08 21:29 UTC  (5+ messages)
` [PATCH v1 2/2] selftests/rseq: Fix mm_cid test failure

[PATCH v2 1/1] drm/edp-panel: Add panels used by Dell XPS 13 9345
 2024-10-08 20:48 UTC  (2+ messages)

[PATCH i-g-t 1/4] lib/intel: Extract gem_store_dword_needs_physical()
 2024-10-08 21:27 UTC  (4+ messages)
` [PATCH i-g-t 2/4] lib/intel: Unify MI_STORE_DWORD secure batch checks

[PATCH v2] fib: network byte order IPv4 lookup
 2024-10-08 21:26 UTC  (2+ messages)

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

ethtool 6.11 released
 2024-10-08 21:23 UTC 

[PATCH net v2 0/3] net: dsa: mv88e6xxx: fix MV88E6393X PHC frequency on internal clock
 2024-10-08 21:23 UTC  (5+ messages)
` [PATCH net v2 2/3] net: dsa: mv88e6xxx: read cycle counter period from hardware
` [PATCH net v2 3/3] net: dsa: mv88e6xxx: support 4000ps cycle counter period


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.