All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-05 10:47:13 to 2023-12-05 11:26:29 UTC [more...]

[PATCH] arm64: dts: ti: k3-am62-main: Add GPU device node
 2023-12-05 11:26 UTC  (4+ messages)

[linux-next:master 4150/4884] qcom_stats.c:(.text.qcom_ddr_stats_show+0x14c): undefined reference to `__udivdi3'
 2023-12-05 11:25 UTC 

[krzk-github:n/audio-sm8450-sm8550-on-next 45/48] make[6]: *** No rule to make target 'sound/soc/qcom/sm8450.o', needed by 'sound/soc/qcom/snd-soc-sm8450.o'
 2023-12-05 11:25 UTC 

[PATCH 0/2 v2] Move all file-close work for nfsd into nfsd threads
 2023-12-05 11:25 UTC  (7+ messages)
` [PATCH 1/2] Allow a kthread to declare that it calls task_work_run()

[PATCH 0/4] riscv: sophgo: add clock support for Sophgo CV1800 SoCs
 2023-12-05 11:24 UTC  (6+ messages)
` [PATCH 1/4] dt-bindings: clock: sophgo: Add CV1800 bindings

[PATCH net-next 00/16] net: pcs: xpcs: Add memory-based management iface support
 2023-12-05 11:24 UTC  (21+ messages)
` [PATCH net-next 01/16] net: pcs: xpcs: Drop sentinel entry from 2500basex ifaces list
` [PATCH net-next 05/16] net: pcs: xpcs: Move native device ID macro to linux/pcs/pcs-xpcs.h
` [PATCH net-next 06/16] net: pcs: xpcs: Avoid creating dummy XPCS MDIO device
` [PATCH net-next 10/16] net: pcs: xpcs: Add generic DW XPCS MDIO-device support
` [PATCH net-next 12/16] net: pcs: xpcs: Add xpcs_create_bynode() method
` [PATCH net-next 13/16] net: stmmac: intel: Register generic MDIO device
` [PATCH net-next 14/16] net: stmmac: Pass netdev to XPCS setup function
` [PATCH net-next 15/16] net: stmmac: Add dedicated XPCS cleanup method
` [PATCH net-next 16/16] net: stmmac: Add externally detected DW XPCS support

[PATCH 1/1] ml/cnxk: exclude caching run stats from xstats
 2023-12-05 11:24 UTC  (2+ messages)

[RFC PATCH] net: rtnetlink: remove local list in __linkwatch_run_queue()
 2023-12-05 11:24 UTC  (3+ messages)

[PATCH 1/3] arm64: dts: qcom: qrb5165-rb5: add an alias for uart6
 2023-12-05 11:23 UTC  (3+ messages)
` [PATCH 2/3] arm64: dts: qcom: qrb5165-rb5: add a pin function for BT enable GPIO
` [PATCH 3/3] arm64: dts: qcom: qrb5165-rb5: add the Bluetooth node

Piped `column -t` inserts extra newlines since Oct 2023
 2023-12-05 11:22 UTC  (3+ messages)

[RFC PATCH v2] perf evsel: Fallback to task-clock when not system wide
 2023-12-05 11:21 UTC  (2+ messages)

[PATCH v13 00/35] x86: enable FRED for x86-64
 2023-12-05 10:50 UTC  (36+ messages)
` [PATCH v13 01/35] x86/cpufeatures,opcode,msr: Add the WRMSRNS instruction support
` [PATCH v13 02/35] x86/entry: Remove idtentry_sysvec from entry_{32,64}.S
` [PATCH v13 03/35] x86/trapnr: Add event type macros to <asm/trapnr.h>
` [PATCH v13 04/35] Documentation/x86/64: Add a documentation for FRED
` [PATCH v13 05/35] x86/fred: Add Kconfig option for FRED (CONFIG_X86_FRED)
` [PATCH v13 06/35] x86/cpufeatures: Add the CPU feature bit for FRED
` [PATCH v13 07/35] x86/fred: Disable FRED support if CONFIG_X86_FRED is disabled
` [PATCH v13 08/35] x86/fred: Disable FRED by default in its early stage
` [PATCH v13 09/35] x86/opcode: Add ERET[US] instructions to the x86 opcode map
` [PATCH v13 10/35] x86/objtool: Teach objtool about ERET[US]
` [PATCH v13 11/35] x86/cpu: Add X86_CR4_FRED macro
` [PATCH v13 12/35] x86/cpu: Add MSR numbers for FRED configuration
` [PATCH v13 13/35] x86/ptrace: Cleanup the definition of the pt_regs structure
` [PATCH v13 14/35] x86/ptrace: Add FRED additional information to "
` [PATCH v13 15/35] x86/fred: Add a new header file for FRED definitions
` [PATCH v13 16/35] x86/fred: Reserve space for the FRED stack frame
` [PATCH v13 17/35] x86/fred: Update MSR_IA32_FRED_RSP0 during task switch
` [PATCH v13 18/35] x86/fred: Disallow the swapgs instruction when FRED is enabled
` [PATCH v13 19/35] x86/fred: No ESPFIX needed "
` [PATCH v13 20/35] x86/fred: Allow single-step trap and NMI when starting a new task
` [PATCH v13 21/35] x86/fred: Make exc_page_fault() work for FRED
` [PATCH v13 22/35] x86/idtentry: Incorporate definitions/declarations of the FRED entries
` [PATCH v13 23/35] x86/fred: Add a debug fault entry stub for FRED
` [PATCH v13 24/35] x86/fred: Add a NMI "
` [PATCH v13 25/35] x86/fred: Add a machine check "
` [PATCH v13 26/35] x86/fred: FRED entry/exit and dispatch code
` [PATCH v13 27/35] x86/traps: Add sysvec_install() to install a system interrupt handler
` [PATCH v13 28/35] x86/fred: Let ret_from_fork_asm() jmp to asm_fred_exit_user when FRED is enabled
` [PATCH v13 29/35] x86/fred: Fixup fault on ERETU by jumping to fred_entrypoint_user
` [PATCH v13 30/35] x86/entry/calling: Allow PUSH_AND_CLEAR_REGS being used beyond actual entry code
` [PATCH v13 31/35] x86/entry: Add fred_entry_from_kvm() for VMX to handle IRQ/NMI
` [PATCH v13 32/35] KVM: VMX: Call fred_entry_from_kvm() for IRQ/NMI handling
` [PATCH v13 33/35] x86/syscall: Split IDT syscall setup code into idt_syscall_init()
` [PATCH v13 34/35] x86/fred: Add FRED initialization functions
` [PATCH v13 35/35] x86/fred: Invoke FRED initialization code to enable FRED

[PATCH net] net: core: synchronize link-watch when carrier is queried
 2023-12-05 11:21 UTC  (4+ messages)

[PATCH v1 0/6] KVM: arm64: Fixes to fine grain traps and pKVM traps
 2023-12-05 11:19 UTC  (4+ messages)
` [PATCH v1 1/6] KVM: arm64: Update and fix FGT register masks

[PATCH v21] clk: npcm8xx: add clock controller
 2023-12-05 11:18 UTC  (2+ messages)

linux-next: Signed-off-by missing for commit in the vfs-brauner tree
 2023-12-05 11:19 UTC  (3+ messages)

[RFC XEN PATCH] xen/arm: ffa: reclaim shared memory on guest destroy
 2023-12-05 11:17 UTC  (5+ messages)

[PATCH 0/2] Combine perf and bpf for fast eval of hw breakpoint conditions
 2023-12-05 11:17 UTC  (6+ messages)
` [PATCH 1/2] perf/bpf: Allow a bpf program to suppress I/O signals
` [PATCH 2/2] selftest/bpf: Test returning zero from a perf bpf program suppresses SIGIO

[PATCH] arm64: dts: qcom: msm8916/39-samsung-a2015: Add PMIC and charger
 2023-12-05 11:17 UTC  (2+ messages)

[Intel-wired-lan] [PATCH iwl-next v1 00/13] intel: use FIELD_PREP and FIELD_GET
 2023-12-05 11:16 UTC  (4+ messages)
` [Intel-wired-lan] [PATCH iwl-next v1 08/13] igc: field prep conversion

[PATCH v8 00/10] Multi-size THP for anonymous memory
 2023-12-05 11:16 UTC  (20+ messages)
` [PATCH v8 03/10] mm: thp: Introduce multi-size THP sysfs interface
` [PATCH v8 04/10] mm: thp: Support allocation of anonymous multi-size THP

[PATCH v7 0/2] arm64: Add a build target for Flat Image Tree
 2023-12-05 11:15 UTC  (15+ messages)
` [PATCH v7 2/2] arm64: boot: Support "

[PATCH v5 0/9] stmmac: Add Loongson platform support
 2023-12-05 11:16 UTC  (4+ messages)
` [PATCH v5 1/9] net: stmmac: Pass stmmac_priv and chan in some callbacks

[PATCH 5/6] drm/amdgpu: Auto-validate DMABuf imports in compute VMs
 2023-12-05 11:15 UTC  (2+ messages)

[PATCH] [mfd] da9052: Add error handling for spi_setup in da9052_spi_probe
 2023-12-05 11:15 UTC  (2+ messages)

[PATCH 3/7] ksmbd: downgrade RWH lease caching state to RH for directory
 2023-12-05 11:15 UTC  (2+ messages)

[linuxtv-media-stage:master] BUILD SUCCESS bec3db03911bd85da29c1c8ee556162153002c9a
 2023-12-05 11:14 UTC 

[pdx86-platform-drivers-x86:review-hans 28/36] drivers/platform/x86/intel/pmc/core_ssram.c:98:25: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-12-05 11:15 UTC 

[PATCH] ath5k: remove unused ath5k_eeprom_info::ee_antenna
 2023-12-05 11:15 UTC 

[PATCH v4 0/4] bootflow: bootmeth_efi: Fix network efi boot
 2023-12-05 11:13 UTC  (4+ messages)

[PATCH] btrfs: drop unused memparse() parameter
 2023-12-05 11:13 UTC 

[PATCH 0/3] media: imx415: Add more modes
 2023-12-05 11:12 UTC  (4+ messages)
` [PATCH 3/3] media: i2c: imx415: Add more supported modes

[PATCH] ARM: Delete ARM11MPCore (ARM11 ARMv6K SMP) support
 2023-12-05 11:11 UTC  (3+ messages)

[PATCH v3] iio: adc: mcp3911: simplify code with guard macro
 2023-12-05 11:16 UTC 

[PATCH iproute2] ip: require RTM_NEWLINK
 2023-12-05 11:11 UTC  (2+ messages)

[linux-next:master 1690/4884] drivers/gpu/drm/rockchip/rk3066_hdmi.c:397:15: error: call to undeclared function 'drm_atomic_get_new_connector_state'; ISO C99 and later do not support implicit function declarations
 2023-12-05 10:51 UTC  (2+ messages)

[PATCH 5.10 000/134] 5.10.203-rc2 review
 2023-12-05 11:10 UTC  (2+ messages)

[PATCH 5.4 00/93] 5.4.263-rc2 review
 2023-12-05 11:10 UTC  (2+ messages)

[PATCH 6.6 000/134] 6.6.5-rc1 review
 2023-12-05 11:10 UTC  (2+ messages)

[PATCH 6.1 000/107] 6.1.66-rc1 review
 2023-12-05 11:10 UTC  (5+ messages)
` [PATCH 6.1 084/107] drivers: perf: Check find_first_bit() return value

[PATCH 00/21] block atomic writes
 2023-12-05 11:09 UTC  (18+ messages)
` [PATCH 10/21] block: Add fops atomic write support
` [PATCH 17/21] fs: xfs: iomap "

[PATCH] riscv: sifive: unmatched: migrate to text environment
 2023-12-05 11:09 UTC 

[PATCH 4.19 00/71] 4.19.301-rc1 review
 2023-12-05 11:09 UTC  (2+ messages)

[PATCH 5.10 000/135] 5.10.203-rc1 review
 2023-12-05 11:09 UTC  (2+ messages)

[PATCH 5.15 00/67] 5.15.142-rc1 review
 2023-12-05 11:09 UTC  (2+ messages)

[PATCH 4.14 00/30] 4.14.332-rc1 review
 2023-12-05 11:09 UTC  (2+ messages)

[PATCH 5.4 00/94] 5.4.263-rc1 review
 2023-12-05 11:09 UTC  (2+ messages)

[PATCH 1/2] Bluetooth: qca: add regulators for QCA6390
 2023-12-05 11:09 UTC  (2+ messages)
` [PATCH 2/2] Bluetooth: qca: run the power-on/off sequence for QCA6390 too

[PATCH] fs/inode: Make relatime_need_update return bool
 2023-12-05 11:08 UTC  (2+ messages)

[PATCH v6 0/5] Kconfig for PCI passthrough on ARM
 2023-12-05 11:08 UTC  (7+ messages)
` [PATCH v6 4/5] [FUTURE] xen/arm: enable vPCI for domUs

[f2fs-dev] GREAT
 2023-12-05 11:07 UTC 

[PATCH] powerpc/irq: Allow softirq to hardirq stack transition
 2023-12-05 11:06 UTC  (2+ messages)

[PATCH net-next v2 0/3] net: sched: Make tc-related drop reason more flexible for remaining qdiscs
 2023-12-05 11:06 UTC  (3+ messages)
` [PATCH net-next v2 1/3] net: sched: Move drop_reason to struct tc_skb_cb

[PATCH] fs/namei: Don't update atime when some errors occur in get_link
 2023-12-05 11:06 UTC  (2+ messages)

[PATCH v1 2/2] hwmon: Driver for Nuvoton NCT736X
 2023-12-05 11:04 UTC  (3+ messages)

[PATCH net-next v6 0/5] virtio-net: support dynamic coalescing moderation
 2023-12-05 11:05 UTC  (4+ messages)
` [PATCH net-next v6 4/5] virtio-net: add spin lock for ctrl cmd access

[PATCH v2] checkpatch: don't complain on _Generic() use
 2023-12-05 11:05 UTC 

[PATCH v2 0/2] Add support for AArch64 AMUv1-based arch_freq_get_on_cpu
 2023-12-05 11:05 UTC  (6+ messages)
` [PATCH v2 2/2] cpufreq: Wire-up arch-flavored freq info into cpufreq_verify_current_freq

[PATCH v2 1/2] drm/atomic-helper: rename drm_atomic_helper_check_wb_encoder_state
 2023-12-05 11:04 UTC  (3+ messages)

[PATCH net-next v3 0/2] nfc: Fix UAF during datagram sending caused by missing refcounting
 2023-12-05 11:04 UTC  (5+ messages)
` [PATCH net-next v3 1/2] nfc: llcp_core: Hold a ref to llcp_local->dev when holding a ref to llcp_local
  ` [EXT] "
` [PATCH net-next v3 2/2] nfc: Do not send datagram if socket state isn't LLCP_BOUND
  ` [EXT] "

[PATCH 1/3] vhost: robustify virtqueue access lock asserts
 2023-12-05 11:04 UTC  (4+ messages)
` [PATCH v2 1/5] vhost: fix virtqueue access check in datapath
  ` [PATCH v2 4/5] vhost: annotate virtqueue access checks

[PATCH v3 0/3] arm64: Drop support for VPIPT i-cache policy
 2023-12-05 11:03 UTC  (5+ messages)

[RFC PATCH] xen/arm: Add emulation of Debug Data Transfer Registers
 2023-12-05 11:02 UTC  (9+ messages)

[PATCH v2 1/2] powerpc/book3s/hash: Drop _PAGE_PRIVILEGED from PAGE_NONE
 2023-12-05 11:01 UTC  (4+ messages)
` [PATCH v2 2/2] powerpc/book3s64: Avoid __pte_protnone() check in __pte_flags_need_flush()

[PATCH net-next v6 0/4] skbuff: Optimize SKB coalescing for page pool
 2023-12-05 11:02 UTC  (5+ messages)
` [PATCH net-next v6 3/4] skbuff: Add a function to check if a page belongs to page_pool

[LTP] [PATCH v3 0/2] KSM: support smart-scan feature
 2023-12-05 11:02 UTC  (4+ messages)
` [LTP] [PATCH v3 2/2] add ksm test for "

0001-vhost-optimize-vhost-user-get-protocol-features
 2023-12-05 11:01 UTC 

[PATCH] media: dt-bindings: ov8856: add missing second link frequency in example
 2023-12-05 11:01 UTC  (2+ messages)

[PATCH V4 net-next] net: mana: Assigning IRQ affinity on HT cores
 2023-12-05 11:01 UTC  (3+ messages)

[PATCH] ocxl: fix driver function comment typo
 2023-12-05 11:00 UTC  (2+ messages)

[PATCH v5 0/3] Add UFS host controller and Phy nodes for sc7280
 2023-12-05 11:00 UTC  (7+ messages)
` [PATCH v5 2/3] arm64: dts: qcom: sc7280: Add UFS nodes for sc7280 soc

[PATCH 00/20] mips: address -Wmissing-prototypes warnings
 2023-12-05 11:00 UTC  (2+ messages)

[PATCH net-next 0/6][pull request] Intel Wired LAN Driver Updates 2023-12-01 (ice)
 2023-12-05 11:00 UTC  (2+ messages)

[virtio-comment] [PATCH v3 0/1] Define low power mode for devices
 2023-12-05 10:58 UTC  (5+ messages)
` [virtio-comment] [PATCH v3 1/1] Define a "
    ` [virtio-dev] "

[PATCH] libtracecmd: add trace-rbtree to meson build
 2023-12-05 10:58 UTC 

[PATCHSET 0/2] Get rid of import_single_range()
 2023-12-05 10:57 UTC  (2+ messages)

BUG hda/cs8904: Headphones not detected and no speaker sound after system suspend
 2023-12-05 10:56 UTC  (2+ messages)

[PATCH v3] regulator: event: Add regulator netlink event support
 2023-12-05 10:56 UTC  (3+ messages)

[PATCH net-next v6 0/4] send credit update during setting SO_RCVLOWAT
 2023-12-05 10:55 UTC  (5+ messages)
` [PATCH net-next v6 3/4] virtio/vsock: fix logic which reduces credit update messages
` [PATCH net-next v6 4/4] vsock/test: two tests to check credit update logic

[tip:x86/percpu 11/31] net/ipv4/fou_bpf.c:52:13: sparse: sparse: too many arguments for function __builtin_expect
 2023-12-05 10:54 UTC 

[PATCH] MAINTAINERS: powerpc: Transfer PPC83XX to Christophe
 2023-12-05 10:49 UTC  (3+ messages)

[PATCH 00/21] Qualcomm generic board support
 2023-12-05 10:55 UTC  (5+ messages)

[PATCH v3 0/4] drivers: clk: renesas: ignore all clocks which is assinged to non Linux system
 2023-12-05 10:55 UTC  (3+ messages)
` [PATCH v3 4/4] "

[PATCH v4 00/10] Add displays support for bsh-smm-s2/pro boards
 2023-12-05 10:52 UTC  (23+ messages)
` [PATCH v4 01/10] drm/bridge: Fix bridge disable logic
` [PATCH v4 02/10] drm/bridge: Fix a use case in the "
` [PATCH v4 03/10] drm: bridge: samsung-dsim: enter display mode in the enable() callback
` [PATCH v4 04/10] drm: bridge: samsung-dsim: complete the CLKLANE_STOP setting
` [PATCH v4 05/10] dt-bindings: display: panel: Add synaptics r63353 panel controller
` [PATCH v4 06/10] drm/panel: Add Synaptics R63353 panel driver
` [PATCH v4 07/10] dt-bindings: display: panel: Add Ilitek ili9805 panel controller
` [PATCH v4 08/10] drm/panel: Add Ilitek ILI9805 panel driver
` [PATCH v4 09/10] drm/panel: ilitek-ili9805: add support for Tianma TM041XDHG01 panel
` [PATCH v4 10/10] arm64: dts: imx8mn-bsh-smm-s2/pro: add display setup

[PATCH net-next 0/2] net/sched: use the backlog for nested mirred ingress
 2023-12-05 10:54 UTC  (4+ messages)
` [PATCH net-next 2/2] act_mirred: use the backlog for nested calls to "
  ` Mirred broken WAS(Re: "

[PATCH v1 1/3] x86/tdx: Check for TDX partitioning during early TDX init
 2023-12-05 10:54 UTC  (4+ messages)

[Intel-gfx] [PATCH] drm/i915/gt: Reduce log severity on reset prepare
 2023-12-05 10:52 UTC  (6+ messages)

[PATCH v2 0/4] SUNRPC: Various RCU fixes
 2023-12-05 10:51 UTC  (3+ messages)
` [PATCH v2 4/4] SUNRPC: Fix a suspicious RCU usage warning

[PATCH vhost v2 0/8] vdpa/mlx5: Add support for resumable vqs
 2023-12-05 10:46 UTC  (2+ messages)
` [PATCH vhost v2 8/8] vdpa/mlx5: Add mkey leak detection


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.