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

[PATCH 0/3] perf/dwc_pcie: Enable DesignWare PCIe PMU on Ampere SoCs
 2024-10-08 23:18 UTC  (2+ messages)
` [PATCH 1/3] perf/dwc_pcie: Add support for "

[Intel-wired-lan] [PATCH v8 net-next 00/15] net: introduce TX H/W shaping API
 2024-10-08 23:21 UTC  (3+ messages)
  `  "

[PATCH v3 0/8] tracing: Allow system call tracepoints to handle page faults
 2024-10-08 23:21 UTC  (5+ messages)
` [PATCH v3 2/8] tracing/ftrace: guard syscall probe with preempt_notrace
` [PATCH v3 3/8] tracing/perf: "

[PATCH net-next] chelsio/chtls: Remove unused chtls_set_tcb_tflag
 2024-10-08 23:20 UTC  (2+ messages)

[PATCH net-next v4] net-timestamp: namespacify the sysctl_tstamp_allow_data
 2024-10-08 23:20 UTC  (2+ messages)

[PATCH net-next] caif: Remove unused cfsrvl_getphyid
 2024-10-08 23:20 UTC  (2+ messages)

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

[PATCH net-next 0/5] selftests: mlxsw: Stabilize RED tests
 2024-10-08 23:20 UTC  (2+ messages)

[PATCH net] net/sched: accept TCA_STAB only for root qdisc
 2024-10-08 23:20 UTC  (2+ messages)

[RFC PATCH 0/6] [RFC] Introduce cgit-rs, a Rust wrapper around libgit.a
 2024-10-08 23:19 UTC  (7+ messages)
` [PATCH v4 0/5] Introduce libgit-rs, "
  ` [PATCH v4 1/5] common-main: split init and exit code into new files
  ` [PATCH v4 2/5] libgit-sys: introduce Rust wrapper for libgit.a
  ` [PATCH v4 3/5] libgit-sys: also export some config_set functions
  ` [PATCH v4 4/5] libgit: add higher-level libgit crate
  ` [PATCH v4 5/5] Makefile: add option to build and test libgit-rs and libgit-rs-sys

[Intel-wired-lan] [RFC net-next v4 0/9] Add support for per-NAPI config via netlink
 2024-10-08 23:19 UTC  (9+ messages)
` [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 net-next 0/9] net-timestamp: bpf extension to equip applications transparently
 2024-10-08 23:18 UTC  (7+ messages)
` [PATCH net-next 3/9] net-timestamp: introduce TS_SW_OPT_CB to generate driver timestamp
` [PATCH net-next 6/9] net-timestamp: add tx OPT_ID_TCP support for bpf case

[PATCH 00/10] Add xe3lpd edp enabling
 2024-10-08 23:17 UTC  (17+ 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 "
` ✓ CI.Build: success "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "

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

[PATCH] spi: geni-qcom: Fix boot warning related to pm_runtime and devres
 2024-10-08 23:16 UTC 

[PATCH net-next] net: phy: realtek: check validity of 10GbE link-partner advertisement
 2024-10-08 23:15 UTC  (8+ messages)

[PATCH v2 00/14] Fixing some dtbscheck warnings
 2024-10-08 23:13 UTC  (4+ messages)
` [PATCH v2 10/14] arm64: dts: rockchip: remove orphaned pinctrl-names from pinephone pro

[PATCH] net: correct wget_connected debug messages
 2024-10-08 23:14 UTC  (2+ messages)

[PATCH bpf v1] selftests/bpf: Fix error compiling cgroup_ancestor.c with musl libc
 2024-10-08 23:12 UTC 

[PATCH v8 0/8] clk: Add kunit tests for fixed rate and parent data
 2024-10-08 23:12 UTC  (11+ messages)
` [PATCH v8 8/8] clk: Add KUnit tests for clks registered with struct clk_parent_data

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

[PATCH v3 0/3] Link worktrees with relative paths
 2024-10-08 23:09 UTC  (3+ messages)
` [PATCH v3 2/3] worktree: link "

[PATCH v5 00/40] x86/resctrl: Move the resctrl filesystem code to /fs/resctrl
 2024-10-08 23:08 UTC  (5+ messages)
` [PATCH v5 38/40] fs/resctrl: Add boiler plate for external resctrl code
` [PATCH v5 40/40] x86/resctrl: Add python script to move resctrl code to /fs/resctrl

[PATCH v2 0/2] ftrace: Make ftrace_regs abstract and consolidate code
 2024-10-08 23:05 UTC  (4+ messages)
` [PATCH v2 1/2] ftrace: Make ftrace_regs abstract from direct use
` [PATCH v2 2/2] ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regs

[PATCH v3 0/2] btrfs: fixes related to btrfs_folio_start_writer_lock()
 2024-10-08 23:07 UTC  (3+ messages)
` [PATCH v3 1/2] btrfs: fix the delalloc range locking if sector size < page size
` [PATCH v3 2/2] btrfs: remove unused btrfs_folio_start_writer_lock()

[PATCH v4 00/28] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-10-08 23:06 UTC  (3+ messages)

[PATCH v3 0/6] Replace the "slave_*" function names
 2024-10-08 23:05 UTC  (4+ messages)
` [PATCH v3 2/6] scsi: core: Rename .slave_alloc() and .slave_destroy() in the documentation

[PATCH i-g-t] tools/intel_gpu_top: Fix intel_gpu_top for pre-snb
 2024-10-08 23:01 UTC  (3+ messages)
` ✓ CI.xeBAT: success for "
` ✓ Fi.CI.BAT: "

[PATCH net 0/7][pull request] Intel Wired LAN Driver Updates 2024-10-08 (ice, i40e, igb, e1000e)
 2024-10-08 23:00 UTC  (8+ messages)
` [PATCH net 1/7] ice: Fix entering Safe Mode
` [PATCH net 2/7] ice: Fix netif_is_ice() in "
` [PATCH net 3/7] ice: Flush FDB entries before reset
` [PATCH net 4/7] ice: Fix increasing MSI-X on VF
` [PATCH net 5/7] i40e: Fix macvlan leak by synchronizing access to mac_filter_hash
` [PATCH net 6/7] igb: Do not bring the device up after non-fatal error
` [PATCH net 7/7] e1000e: change I219 (19) devices to ADP

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

[PATCH v2 1/1] NFS: remove revoked delegation from server's delegation list
 2024-10-08 22:58 UTC 

[PATCH] ASoC: rt721-sdca: Clean logically deadcode in rt721-sdca.c
 2024-10-08 22:56 UTC  (2+ messages)

[PATCH v16 00/20] riscv support for control flow integrity extensions
 2024-10-08 22:50 UTC  (21+ messages)
` [PATCH v16 01/20] target/riscv: expose *envcfg csr and priv to qemu-user as well
` [PATCH v16 02/20] target/riscv: Add zicfilp extension
` [PATCH v16 03/20] target/riscv: Introduce elp state and enabling controls for zicfilp
` [PATCH v16 04/20] target/riscv: save and restore elp state on priv transitions
` [PATCH v16 05/20] target/riscv: additional code information for sw check
` [PATCH v16 06/20] target/riscv: tracking indirect branches (fcfi) for zicfilp
` [PATCH v16 07/20] target/riscv: zicfilp `lpad` impl and branch tracking
` [PATCH v16 08/20] disas/riscv: enable `lpad` disassembly
` [PATCH v16 09/20] target/riscv: Expose zicfilp extension as a cpu property
` [PATCH v16 10/20] target/riscv: Add zicfiss extension
` [PATCH v16 11/20] target/riscv: introduce ssp and enabling controls for zicfiss
` [PATCH v16 12/20] target/riscv: tb flag for shadow stack instructions
` [PATCH v16 13/20] target/riscv: mmu changes for zicfiss shadow stack protection
` [PATCH v16 14/20] target/riscv: AMO operations always raise store/AMO fault
` [PATCH v16 15/20] target/riscv: update `decode_save_opc` to store extra word2
` [PATCH v16 16/20] target/riscv: implement zicfiss instructions
` [PATCH v16 17/20] target/riscv: compressed encodings for sspush and sspopchk
` [PATCH v16 18/20] disas/riscv: enable disassembly for zicfiss instructions
` [PATCH v16 19/20] disas/riscv: enable disassembly for compressed sspush/sspopchk
` [PATCH v16 20/20] target/riscv: Expose zicfiss extension as a cpu property

[PATCH 1/1] net/wget: set filesize
 2024-10-08 22:53 UTC 

[PATCH 1/1] net/wget: set filesize
 2024-10-08 22:52 UTC 

[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] 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  (12+ messages)

[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] "

[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

[PATCH 0/4] drm/i915: gen2 stuff
 2024-10-08 22:28 UTC  (3+ messages)
` ✓ CI.BAT: success for "
` ✓ 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)

[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  (3+ messages)
` [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


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.