All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-11 16:09:48 to 2024-12-11 16:30:33 UTC [more...]

[PATCH] dt-bindings: leds: Convert LP8860 into YAML format
 2024-12-11 16:30 UTC  (4+ messages)

[PULL 00/49] rust, QOM, kvm changes for 2024-12-11
 2024-12-11 16:27 UTC  (27+ messages)
` [PULL 01/49] ci: enable rust in the Debian and Ubuntu system build job
` [PULL 02/49] rust: apply --cfg MESON to all crates
` [PULL 03/49] rust: allow using build-root bindings.rs from cargo
` [PULL 05/49] rust: build: restrict --cfg generation to only required symbols
` [PULL 06/49] rust: build: generate lint flags from Cargo.toml
` [PULL 08/49] rust: build: move strict lints handling to rustc_args.py
` [PULL 11/49] rust: build: add "make clippy", "make rustfmt", "make rustdoc"
` [PULL 12/49] rust: ci: add job that runs Rust tools
` [PULL 13/49] rust: fix doc test syntax
` [PULL 17/49] clock: inline most of qdev_init_clocklist
` [PULL 19/49] arm: Replace type_register() with type_register_static()
` [PULL 20/49] hw/block: "
` [PULL 21/49] hw/net: "
` [PULL 22/49] ppc: "
` [PULL 23/49] hw/rtc: "
` [PULL 24/49] hw/scsi: "
` [PULL 25/49] hw/sensor: "
` [PULL 26/49] hw/usb: "
` [PULL 29/49] target/mips: "
` [PULL 30/49] target/sparc: "
` [PULL 31/49] target/xtensa: "
` [PULL 33/49] script/codeconverter/qom_type_info: Deprecate MakeTypeRegisterStatic and MakeTypeRegisterNotStatic
` [PULL 34/49] qom/object: Remove type_register()
` [PULL 39/49] rust: add bindings for interrupt sources
` [PULL 40/49] rust: add a bit operation module
` [PULL 46/49] rust: qdev: move bridge for realize and reset functions out of pl011

[PATCH] fs: fix is_mnt_ns_file()
 2024-12-11 16:30 UTC  (2+ messages)

[PATCH v8 00/19] fanotify: add pre-content hooks
 2024-12-11 16:30 UTC  (5+ messages)
` [PATCH v8 16/19] fsnotify: generate pre-content permission event on page fault

[RFC 0/8] ioring: network driver
 2024-12-11 16:28 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/8] net/ioring: introduce new driver
  ` [PATCH v2 2/8] net/ioring: implement link state
  ` [PATCH v2 3/8] net/ioring: implement control functions
  ` [PATCH v2 4/8] net/ioring: implement management functions
  ` [PATCH v2 5/8] net/ioring: implement primary secondary fd passing
  ` [PATCH v2 6/8] net/ioring: implement receive and transmit
  ` [PATCH v2 7/8] net/ioring: add VLAN support
  ` [PATCH v2 8/8] net/ioring: implement statistics

[PULL 00/72] target-arm queue
 2024-12-11 16:20 UTC  (69+ messages)
` [PULL 01/72] hw/net/lan9118: Extract lan9118_phy
` [PULL 02/72] hw/net/lan9118_phy: Reuse in imx_fec and consolidate implementations
` [PULL 03/72] hw/net/lan9118_phy: Fix off-by-one error in MII_ANLPAR register
` [PULL 04/72] hw/net/lan9118_phy: Reuse MII constants
` [PULL 05/72] hw/net/lan9118_phy: Add missing 100 mbps full duplex advertisement
` [PULL 06/72] fpu: handle raising Invalid for infzero in pick_nan_muladd
` [PULL 07/72] fpu: Check for default_nan_mode before calling pickNaNMulAdd
` [PULL 08/72] softfloat: Allow runtime choice of inf * 0 + NaN result
` [PULL 09/72] tests/fp: Explicitly set inf-zero-nan rule
` [PULL 10/72] target/arm: Set FloatInfZeroNaNRule explicitly
` [PULL 11/72] target/s390: "
` [PULL 12/72] target/ppc: "
` [PULL 13/72] target/mips: "
` [PULL 14/72] target/sparc: "
` [PULL 15/72] target/xtensa: "
` [PULL 16/72] target/x86: "
` [PULL 17/72] target/loongarch: "
` [PULL 18/72] target/hppa: "
` [PULL 19/72] softfloat: Pass have_snan to pickNaNMulAdd
` [PULL 20/72] softfloat: Allow runtime choice of NaN propagation for muladd
` [PULL 21/72] tests/fp: Explicitly set 3-NaN propagation rule
` [PULL 22/72] target/arm: Set Float3NaNPropRule explicitly
` [PULL 23/72] target/loongarch: "
` [PULL 26/72] target/sparc: "
` [PULL 28/72] target/xtensa: "
` [PULL 29/72] target/i386: "
` [PULL 30/72] target/hppa: "
` [PULL 31/72] fpu: Remove use_first_nan field from float_status
` [PULL 32/72] target/m68k: Don't pass NULL float_status to floatx80_default_nan()
` [PULL 33/72] softfloat: Create floatx80 default NaN from parts64_default_nan
` [PULL 34/72] target/loongarch: Use normal float_status in fclass_s and fclass_d helpers
` [PULL 35/72] target/m68k: In frem helper, initialize local float_status from env->fp_status
` [PULL 36/72] target/m68k: Init local float_status from env fp_status in gdb get/set reg
` [PULL 37/72] target/sparc: Initialize local scratch float_status from env->fp_status
` [PULL 38/72] target/ppc: Use env->fp_status in helper_compute_fprf functions
` [PULL 39/72] target/arm: Copy entire float_status in is_ebf
` [PULL 40/72] fpu: Allow runtime choice of default NaN value
` [PULL 41/72] tests/fp: Set default NaN pattern explicitly
` [PULL 42/72] target/microblaze: "
` [PULL 43/72] target/i386: "
` [PULL 44/72] target/hppa: "
` [PULL 45/72] target/alpha: "
` [PULL 46/72] target/arm: "
` [PULL 47/72] target/loongarch: "
` [PULL 48/72] target/m68k: "
` [PULL 49/72] target/mips: "
` [PULL 50/72] target/openrisc: "
` [PULL 51/72] target/ppc: "
` [PULL 52/72] target/sh4: "
` [PULL 53/72] target/rx: "
` [PULL 54/72] target/s390x: "
` [PULL 55/72] target/sparc: "
` [PULL 56/72] target/xtensa: "
` [PULL 57/72] target/hexagon: "
` [PULL 58/72] target/riscv: "
` [PULL 59/72] target/tricore: "
` [PULL 60/72] fpu: Remove default handling for dnan_pattern
` [PULL 61/72] softfloat: Inline pickNaNMulAdd
` [PULL 62/72] softfloat: Use goto for default nan case in pick_nan_muladd
` [PULL 63/72] softfloat: Remove which from parts_pick_nan_muladd
` [PULL 64/72] softfloat: Pad array size in pick_nan_muladd
` [PULL 65/72] softfloat: Move propagateFloatx80NaN to softfloat.c
` [PULL 66/72] softfloat: Use parts_pick_nan in propagateFloatx80NaN
` [PULL 67/72] softfloat: Inline pickNaN
` [PULL 69/72] softfloat: Sink frac_cmp in parts_pick_nan until needed
` [PULL 70/72] softfloat: Replace WHICH with RET in parts_pick_nan
` [PULL 71/72] MAINTAINERS: update email address for Leif Lindholm
` [PULL 72/72] MAINTAINERS: Add correct email address for Vikram Garhwal

[PATCH v2 1/2] dt-bindings: display: panel-lvds: Add compatible for AUO G084SN05 V9
 2024-12-11 16:29 UTC  (3+ messages)

[PATCH] mm: allow exiting processes to exceed the memory.max limit
 2024-12-11 16:28 UTC  (3+ messages)

21.11.9 patches review and test
 2024-12-11 16:28 UTC  (3+ messages)

[PATCH V2 00/46] KVM: arm64: Enable FGU (Fine Grained Undefined) for FEAT_FGT2 registers
 2024-12-11 16:28 UTC  (3+ messages)
` [PATCH V2 02/46] arm64/sysreg: Update register fields for ID_AA64MMFR4_EL1

[PATCH v3 0/5] rpi: Tidy up booting
 2024-12-11 16:27 UTC  (3+ messages)
` [PATCH v3 2/5] rpi: Set bootm_size to 512MB

[PATCH v1] drm/ci: uprev IGT
 2024-12-11 16:27 UTC  (4+ messages)
` ✓ i915.CI.BAT: success for drm/ci: uprev IGT (rev2)

[PATCH 0/5] Add support for the AAEON UP board FPGA
 2024-12-11 16:27 UTC  (6+ messages)
` [PATCH 1/5] mfd: Add support for "
` [PATCH 2/5] leds: Add AAEON UP board LED driver
` [PATCH 3/5] gpiolib: add gpiochip_add_pinlist_range() function
` [PATCH 4/5] pinctrl: Add pin controller driver for AAEON UP boards
` [PATCH 5/5] MAINTAINERS: Add entry for AAEON UP board FPGA drivers

[PATCH] lmb: prohibit allocations above ram_top even from same bank
 2024-12-11 16:27 UTC  (4+ messages)

[PATCH] memcg: allow exiting tasks to write back data to swap
 2024-12-11 16:26 UTC  (2+ messages)

[PATCH v6 0/8] PCI: Consolidate TLP Log reading and printing
 2024-12-11 16:26 UTC  (7+ messages)
` [PATCH v6 1/8] PCI: Don't expose pcie_read_tlp_log() outside of PCI subsystem
` [PATCH v6 2/8] PCI: Move TLP Log handling to own file
` [PATCH v6 3/8] PCI: Make pcie_read_tlp_log() signature same

[PATCH] scripts/kernel-doc: Get -export option working again
 2024-12-11 16:25 UTC  (6+ messages)

[PATCH 00/20] testing/next: functional tests and qtest timers
 2024-12-11 16:21 UTC  (4+ messages)
` [PATCH 15/20] tests/functional/aarch64: add tests for FEAT_RME

[PATCH] drm/i915/mst: use intel_dp_compute_config_limits() for DP MST
 2024-12-11 16:25 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[PATCH 1/9] Revert "libselinux/utils: drop reachable assert in sefcontext_compile"
 2024-12-11 16:25 UTC  (10+ messages)
` [PATCH 2/9] Revert "libselinux/utils: use correct error handling"
` [PATCH 3/9] Revert "libselinux: simplify string formatting"
` [PATCH 4/9] Revert "libselinux: use vector instead of linked list for substitutions"
` [PATCH 5/9] Revert "libselinux: avoid memory allocation in common file label lookup"
` [PATCH 6/9] Revert "libselinux: move functions out of header file"
` [PATCH 7/9] Revert "libselinux: support parallel selabel_lookup(3)"
` [PATCH 8/9] Revert "libselinux: add selabel_file(5) fuzzer"
` [PATCH 9/9] Revert "libselinux: rework selabel_file(5) database"

[PATCH 00/15] Hyperlaunch device tree for dom0
 2024-12-11 16:24 UTC  (7+ messages)
` [PATCH 11/15] x86/hyperlaunch: add domain id parsing to domain config
` [PATCH 12/15] x86/hyperlaunch: specify dom0 mode with device tree

[PATCH v1 00/22] Intel vendor events and TMA 5.01 metrics
 2024-12-11 16:24 UTC  (4+ messages)

[PATCH v2 0/5] reg_sr/whitelist fixes and refactors
 2024-12-11 16:22 UTC  (2+ messages)

[PATCH] acpi: Fix hed module initialization order when it is built-in
 2024-12-11 16:22 UTC  (2+ messages)

[PATCH v6 0/4] wifi: ath12k: store and send country code to firmware after recovery
 2024-12-11 16:22 UTC  (10+ messages)
      ` [RFC] [PATCH] wifi: ath12k: wait for chan update in reg_notifier

[RFC] Add a prctl to disable ".." traversal in path resolution
 2024-12-11 16:20 UTC  (3+ messages)

[PATCH v3 0/5] add the support of sha256_hmac and sha256_hkdf
 2024-12-11 16:20 UTC  (4+ messages)
` [PATCH v3 5/5] test: lib: add test for key derivation

[PATCH v3 00/13] Add support for SAMA7D65
 2024-12-11 16:16 UTC  (10+ messages)
` [PATCH v3 03/13] dt-bindings: atmel-sysreg: add sama7d65 RAM and PIT
` [PATCH v3 04/13] dt-bindings: serial: atmel,at91-usart: add microchip,sama7d65-usart
` [PATCH v3 05/13] dt-bindings: pinctrl: at91-pio4: add microchip,sama7d65-pinctrl

[PATCH 0/2] riscv: signal: fix the size of signal frame
 2024-12-11 16:17 UTC  (4+ messages)
` [PATCH 2/2] riscv: signal: fix signal_minsigstksz

[PATCH net-next] net/mlx5e: Transmit small messages in linear skb
 2024-12-11 16:19 UTC  (6+ messages)

[PATCH 00/34] DC Patches Feb 28, 2020
 2024-12-11 16:18 UTC  (4+ messages)
` [PATCH 10/34] drm/amd/display: Add debug prints for IPS testing

[PATCH net] net: dsa: tag_ocelot_8021q: fix broken reception
 2024-12-11 16:17 UTC  (3+ messages)

[Buildroot] [PATCH next 1/1] package/nettle: update _SITE to use BR2_GNU_MIRROR
 2024-12-11 16:17 UTC  (2+ messages)

[Buildroot] [PATCH next 1/1] package/freeipmi: update _SITE to use BR2_GNU_MIRROR
 2024-12-11 16:16 UTC  (2+ messages)

[syzbot] [kernel?] BUG: sleeping function called from invalid context in static_key_slow_dec
 2024-12-11 16:16 UTC  (5+ messages)
` [PATCH nf] netfilter: nf_tables: do not defer rule destruction via call_rcu

[PATCH 00/21] use portable variadic macros
 2024-12-11 16:16 UTC  (4+ messages)
` [PATCH 16/21] lib/log: ensure code structure does not change

[Buildroot] [git commit] package/nettle: update _SITE to use BR2_GNU_MIRROR
 2024-12-11 16:12 UTC 

[Buildroot] [git commit] package/freeipmi: update _SITE to use BR2_GNU_MIRROR
 2024-12-11 16:12 UTC 

[Buildroot] [git commit] package/octave: update _SITE to use BR2_GNU_MIRROR
 2024-12-11 16:12 UTC 

[Buildroot] [PATCH next 1/1] package/octave: update _SITE to use BR2_GNU_MIRROR
 2024-12-11 16:15 UTC  (3+ messages)

[PATCH v2 00/69] target/arm: AArch64 decodetree conversion, final part
 2024-12-11 16:10 UTC  (9+ messages)
` [PATCH v2 29/69] target/arm: Convert BFCVT to decodetree
` [PATCH v2 43/69] target/arm: Convert handle_rev "
` [PATCH v2 67/69] target/arm: Introduce gen_gvec_urecpe, gen_gvec_ursqrte
` [PATCH v2 68/69] target/arm: Convert URECPE and URSQRTE to decodetree

The future of PageAnonExclusive
 2024-12-11 16:15 UTC  (8+ messages)

[RFC PATCH] libselinux: restore previous regex spec ordering
 2024-12-11 16:14 UTC 

[PATCH v10 0/6] rework bo mem stats tracking
 2024-12-11 16:14 UTC  (6+ messages)
` [PATCH v10 4/6] drm: consider GEM object shared when it is exported

[PATCH v5 0/6] move per-vma lock into vm_area_struct
 2024-12-11 16:14 UTC  (11+ messages)
` [PATCH v5 4/6] mm: make vma cache SLAB_TYPESAFE_BY_RCU

[PATCH v2 00/16] AMD NB and SMN rework
 2024-12-11 16:13 UTC  (4+ messages)
` [PATCH v2 14/16] x86/amd_node, platform/x86/amd/hsmp: Have HSMP use SMN through AMD_NODE

[PATCH] perf/x86/intel/uncore: Add Clearwater Forest support
 2024-12-11 16:11 UTC 

Incompatible file_contexts precedence in 3.8-rc1
 2024-12-11 16:12 UTC  (4+ messages)

[Bug 219588] New: [6.13.0-rc2+]WARNING: CPU: 52 PID: 12253 at arch/x86/kvm/mmu/tdp_mmu.c:1001 tdp_mmu_map_handle_target_level+0x1f0/0x310 [kvm]
 2024-12-11 16:12 UTC  (3+ messages)
` [Bug 219588] "

[RFC v1 0/5] Move kvfree_rcu() into SLAB
 2024-12-11 16:12 UTC  (2+ messages)

[PATCH 3/3] gcc-cross.inc: add var-SSTATE_ARCHS_TUNEPKG to vardeps of do_create_spdx
 2024-12-11 16:11 UTC  (2+ messages)

[PATCH v3 0/4] power: supply: Add new "charge_types" property
 2024-12-11 16:11 UTC  (7+ messages)
` [PATCH v3 2/4] power: supply: core: "
` [PATCH v3 4/4] platform/x86: dell-laptop: Use power_supply_charge_types_show/_parse() helpers

[PATCH i-g-t 1/4] lib/xe_eudebug: Use igt_container_of instead of (void *) casting
 2024-12-11 16:11 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for series starting with [i-g-t,1/4] "

[PATCH] erofs-utils: add --hardlink-dereference option
 2024-12-11 16:10 UTC  (2+ messages)

[PATCH v2] drm/display: use ERR_PTR on DP tunnel manager creation fail
 2024-12-11 16:11 UTC  (2+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "

branch description as a note?
 2024-12-11 16:11 UTC  (2+ messages)

[Buildroot] [PATCH next 1/1] Config.in: switch GNU mirrors URL to https
 2024-12-11 16:10 UTC  (2+ messages)

[PATCH v1 01/15] net/zxdh: zxdh np init implementation
 2024-12-11 16:10 UTC  (4+ messages)
` [PATCH v2 00/15] net/zxdh: updated net zxdh driver
  ` [PATCH v2 01/15] net/zxdh: zxdh np init implementation

[PATCH net v3 0/3] bnxt_en: support header page pool in queue API
 2024-12-11 16:10 UTC  (6+ messages)
` [PATCH net v3 3/3] bnxt_en: handle tpa_info in queue API implementation

[Buildroot] [git commit] Config.in: switch GNU mirrors URL to https
 2024-12-11 16:09 UTC 

[PATCH 1/2] vmalloc: Fix accounting of VmallocUsed with i915
 2024-12-11 16:09 UTC  (3+ messages)
` [PATCH 2/2] vmalloc: Account memcg per vmalloc

[PATCH] fgraph: Use CPU hotplug mechanism to initialize idle shadow stacks
 2024-12-11 16:09 UTC  (5+ messages)

[PATCH i-g-t] tests/intel/kms_fbcon_fbt: Add skip condition for bmg platform
 2024-12-11 16:09 UTC  (2+ messages)
` ✗ GitLab.Pipeline: warning for tests/intel/kms_fbcon_fbt: Add skip condition for bmg platform (rev2)


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.