All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-17 21:59:22 to 2023-07-17 23:46:15 UTC [more...]

[android-common:android14-6.1 6548/11052] arch/arm64/include/asm/kvm_hypevents.h:32:1: warning: no previous prototype for function 'hyp_event_trace_host_hcall'
 2023-07-17 23:45 UTC 

[android-common:android12-5.10 6729/27219] arch/arm64/kvm/hyp/include/hyp/switch.h:216:9: error: implicit declaration of function 'sve_cond_update_zcr_vq'
 2023-07-17 23:45 UTC 

[patch 00/58] x86/apic: Decrapification and static calls
 2023-07-17 23:16 UTC  (59+ messages)
` [patch 01/58] x86/cpu: Make identify_boot_cpu() static
` [patch 02/58] x86/cpu: Remove unused physid_*() nonsense
` [patch 03/58] x86/apic: Rename disable_apic
` [patch 04/58] x86/apic/ioapic: Rename skip_ioapic_setup
` [patch 05/58] x86/apic: Remove pointless x86_bios_cpu_apicid
` [patch 06/58] x86/apic: Get rid of hard_smp_processor_id()
` [patch 07/58] x86/apic: Remove unused max_physical_apicid
` [patch 08/58] x86/apic: Nuke unused apic::inquire_remote_apic()
` [patch 09/58] x86/apic: Get rid of boot_cpu_physical_apicid madness
` [patch 10/58] x86/apic: Register boot CPU APIC early
` [patch 11/58] x86/apic: Remove the pointless APIC version check
` [patch 12/58] x86/of: Fix the APIC address registration
` [patch 13/58] x86/apic: Make some APIC init functions bool
` [patch 14/58] x86/apic: Split register_apic_address()
` [patch 15/58] x86/apic: Sanitize APIC address setup
` [patch 16/58] x86/apic: Sanitize num_processors handling
` [patch 17/58] x86/apic: Nuke another processor check
` [patch 18/58] x86/apic: Remove check_phys_apicid_present()
` [patch 19/58] x86/apic: Get rid of apic_phys
` [patch 20/58] x86/apic/32: Sanitize logical APIC ID handling
` [patch 21/58] x86/apic/32: Remove x86_cpu_to_logical_apicid
` [patch 22/58] x86/apic/ipi: Code cleanup
` [patch 23/58] x86/apic: Mop up early_per_cpu() abuse
` [patch 24/58] x86/apic/32: Remove pointless default_acpi_madt_oem_check()
` [patch 25/58] x86/apic/32: Decrapify the def_bigsmp mechanism
` [patch 26/58] x86/apic/32: Remove bigsmp_cpu_present_to_apicid()
` [patch 27/58] x86/apic: Nuke empty init_apic_ldr() callbacks
` [patch 28/58] x86/apic: Nuke apic::apicid_to_cpu_present()
` [patch 29/58] x86/ioapic/32: Decrapify phys_id_present_map operation
` [patch 30/58] x86/apic: Mop up *setup_apic_routing()
` [patch 31/58] x86/apic: Mop up apic::apic_id_registered()
` [patch 32/58] x86/apic/ipi: Tidy up the code and fixup comments
` [patch 33/58] x86/apic: Consolidate wait_icr_idle() implementations
` [patch 34/58] x86/apic: Allow apic::wait_icr_idle() to be NULL
` [patch 35/58] x86/apic: Allow apic::safe_wait_icr_idle() "
` [patch 36/58] x86/apic: Move safe wait_icr_idle() next to apic_mem_wait_icr_idle()
` [patch 37/58] x86/apic/uv: Get rid of wrapper callbacks
` [patch 38/58] x86/apic/x2apic: Share all common IPI functions
` [patch 39/58] x86/apic/64: Uncopypaste probing
` [patch 40/58] x86/apic: Wrap APIC ID validation into an inline
` [patch 41/58] x86/apic: Add max_apic_id member
` [patch 42/58] x86/apic: Simplify X2APIC ID validation
` [patch 43/58] x86/apic: Prepare x2APIC for using apic::max_apic_id
` [patch 44/58] x86/apic: Sanitize APID ID range validation
` [patch 45/58] x86/apic: Remove pointless NULL initializations
` [patch 46/58] x86/apic/noop: Tidy up the code
` [patch 47/58] x86/apic: Remove pointless arguments from [native_]eoi_write()
` [patch 48/58] x86/apic: Nuke ack_APIC_irq()
` [patch 49/58] x86/apic: Wrap apic->native_eoi() into a helper
` [patch 50/58] x86/apic: Provide common init infrastructure
` [patch 51/58] x86/apic: Provide apic_update_callback()
` [patch 52/58] x86/apic: Replace acpi_wake_cpu_handler_update() and apic_set_eoi_cb()
` [patch 53/58] x86/apic: Convert other overrides to apic_update_callback()
` [patch 54/58] x86/xen/apic: Mark apic __ro_after_init
` [patch 55/58] x86/apic: Mark all hotpath APIC callback wrappers __always_inline
` [patch 56/58] x86/apic: Wrap IPI calls into helper functions
` [patch 57/58] x86/apic: Provide static call infrastructure for APIC callbacks
` [patch 58/58] x86/apic: Turn on static calls

[PATCH v4] grantpt.3: no-op on modern glibc and other UNIXes
 2023-07-17 23:31 UTC  (4+ messages)
` [PATCH v5] "
    ` [PATCH v6] grantpt.3: no-op on modern glibc and other UNIXes, HISTORYise

[Buildroot] Missing dependencies
 2023-07-17 23:42 UTC  (4+ messages)

linux-next: build failure after merge of the mm tree
 2023-07-17 23:40 UTC 

[RFC PATCH] madvise: make madvise_cold_or_pageout_pte_range() support large folio
 2023-07-17 23:38 UTC  (9+ messages)

[PATCH v3 0/4] variable-order, large folios for anonymous memory
 2023-07-17 23:37 UTC  (7+ messages)
` [PATCH v3 3/4] mm: FLEXIBLE_THP for improved performance

[PATCH] exfat: check if filename entries exceeds max filename length
 2023-07-17 23:35 UTC  (3+ messages)

[PATCH] Bluetooth: Add VID/PID 0489/e102 for MediaTek MT7922
 2023-07-17 23:34 UTC  (5+ messages)

[akpm-mm:mm-unstable 209/215] mm/mmap.c:2430:29: error: assigning to 'lockdep_map_p' from incompatible type 'void *'
 2023-07-17 23:35 UTC 

[PATCH] RDMA/rxe: Fix an error handling path in rxe_bind_mw()
 2023-07-17 23:20 UTC  (3+ messages)

[PATCH] pwm: Explicitly include correct DT includes
 2023-07-17 22:39 UTC  (2+ messages)

[PATCH rcu 0/5] Tasks RCU updates for v6.6
 2023-07-17 23:34 UTC  (4+ messages)
` [PATCH rcu 5/5] checkpatch: Complain about unexpected uses of RCU Tasks Trace

[PATCH 6.1 000/589] 6.1.39-rc3 review
 2023-07-17 23:33 UTC  (4+ messages)

[PATCH nf] netfilter: nf_tables: can't schedule in nft_chain_validate
 2023-07-17 23:30 UTC 

[PATCH 0/3] Load ASMedia XHCI controller firmware
 2023-07-17 23:10 UTC  (9+ messages)
` [PATCH 1/3] apple: Set up file system firmware loader
` [PATCH 3/3] usb: xhci-pci: Load ASMedia XHCI controller firmware

stable-rc/linux-5.4.y build: 17 builds: 1 failed, 16 passed, 1 error, 26 warnings (v5.4.249-194-g99c1cdbb2fc5)
 2023-07-17 23:18 UTC 

[PATCH] drivers/cros_ec: Emergency sync filesystem on EC panic
 2023-07-17 23:29 UTC 

[PATCH v1 0/3] Optimize large folio interaction with deferred split
 2023-07-17 23:27 UTC  (3+ messages)
` [PATCH v1 3/3] mm: Batch-zap large anonymous folio PTE mappings

[PATCH] mm/memory-failure: fix hardware poison check in unpoison_memory()
 2023-07-17 23:21 UTC  (2+ messages)

[PATCH v4 00/10] riscv: Allow userspace to directly access perf counters
 2023-07-17 23:22 UTC  (3+ messages)

[PATCH] ARM: pxa: Drop unused includes
 2023-07-17 23:11 UTC  (2+ messages)

[OE-core] [mickledore][PATCH 0/1] Cherry pick commit from master to update webkitgtk to 2.40.2
 2023-07-17 23:20 UTC  (3+ messages)

[qemu-upstream-4.17-testing test] 181841: regressions - trouble: blocked/fail/pass/starved
 2023-07-17 23:14 UTC 

[PATCH for-8.2 0/2] target/riscv: add zicntr and zihpm flags
 2023-07-17 23:11 UTC  (3+ messages)

[PATCH] pretty: add %(decorate[:<options>]) format
 2023-07-17 23:10 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] recv.2: Document MSG_CMSG_CLOEXEC as returned in msg_flags
 2023-07-17 23:10 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] ARM: bcm: Drop unused includes
 2023-07-17 22:57 UTC 

[PATCH] ARM: hpe: Drop unused includes
 2023-07-17 22:56 UTC 

[PATCH v1 1/1] seq_file: Replace strncpy()+nul by strscpy()
 2023-07-17 23:09 UTC  (5+ messages)

[PATCH] ARM: versatile: Drop unused includes
 2023-07-17 23:08 UTC  (2+ messages)

[PATCH v2] fs: inode: return proper error code in bmap()
 2023-07-17 23:08 UTC  (4+ messages)

[PATCH v6] vfio/pci: Propagate ACPI notifications to user-space via eventfd
 2023-07-17 22:52 UTC  (15+ messages)
` [PATCH 0/2] eventfd: simplify signal helpers
          ` [Intel-gfx] "

[PATCH] ARM: keystone: Drop unused includes
 2023-07-17 22:56 UTC 

[PATCH BlueZ] btmgmt: Add man page
 2023-07-17 23:04 UTC 

[PATCHSET v3 wq/for-6.5] workqueue: Implement automatic CPU intensive detection and add monitoring
 2023-07-17 23:03 UTC  (10+ messages)
` [PATCH 6/7] workqueue: Report work funcs that trigger automatic CPU_INTENSIVE mechanism
  ` [PATCH v2 "
    ` Consider switching to WQ_UNBOUND messages (was: Re: [PATCH v2 6/7] workqueue: Report work funcs that trigger automatic CPU_INTENSIVE mechanism)

[rw-misc:embedded_go_prog 1/1] include/linux/kern_levels.h:5:25: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'ssize_t' {aka 'int'}
 2023-07-17 23:05 UTC 

[rw-misc:embedded_go_prog 1/1] drivers/misc/embedded_prog/eprog_kern.c:46:62: warning: format specifies type 'long' but the argument has type 'ssize_t' (aka 'int')
 2023-07-17 23:05 UTC 

[PATCH] ARM: dove: Drop unused includes
 2023-07-17 22:56 UTC 

[PATCH] ARM: berlin: Drop unused includes
 2023-07-17 22:56 UTC 

[PATCH] ARM: nomadik: Drop unused includes
 2023-07-17 22:55 UTC 

[PATCH] ARM: at91: Explicitly include correct DT includes
 2023-07-17 22:54 UTC 

[PATCH] ARM: alpine: Drop unused includes
 2023-07-17 22:57 UTC 

[PATCH] arm: mach-k3: am62a7: change some prints to debug prints
 2023-07-17 23:01 UTC 

[PATCH] ARM: keystone: Drop unused includes
 2023-07-17 22:56 UTC 

[PATCH] ARM: npcm: Drop unused includes
 2023-07-17 22:55 UTC  (2+ messages)

[PATCH] ARM: spear: Explicitly include correct DT includes
 2023-07-17 22:54 UTC 

[PATCH] ARM: omap2: Explicitly include correct DT includes
 2023-07-17 22:54 UTC 

[PATCH] ARM: shmobile: Drop unused includes
 2023-07-17 22:56 UTC 

[PATCH] ARM: zynq: Explicitly include correct DT includes
 2023-07-17 22:53 UTC 

[PATCH] ARM: imx: Drop unused includes
 2023-07-17 22:55 UTC 

[PATCH] ARM: hisi: Drop unused includes
 2023-07-17 22:56 UTC 

[PATCH] ARM: meson: Drop unused includes
 2023-07-17 22:56 UTC 

[PATCH] ARM: socfpga: Explicitly include correct DT includes
 2023-07-17 22:54 UTC 

[PATCH] ARM: nspire: Drop unused includes
 2023-07-17 22:55 UTC 

[PATCH] ARM: mmp: Drop unused includes
 2023-07-17 22:55 UTC 

[PATCH] ARM: rockchip: Drop unused includes
 2023-07-17 22:55 UTC 

[PATCH] mm: kill frontswap
 2023-07-17 22:58 UTC  (8+ messages)

[PATCH] ARM: s5pv210: Explicitly include correct DT includes
 2023-07-17 22:54 UTC 

[PATCH] ARM: mvebu: Explicitly include correct DT includes
 2023-07-17 22:54 UTC 

stable-rc/linux-4.14.y build: 16 builds: 0 failed, 16 passed, 25 warnings (v4.14.320-92-gfd2f58d1fd34)
 2023-07-17 22:57 UTC 

[5.10, 5.15] New bpf kselftest failure
 2023-07-17 22:57 UTC  (4+ messages)

[Intel-gfx] [PATCH] drm/i915/tv: avoid possible division by zero
 2023-07-17 22:51 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

Git Privacy
 2023-07-17 22:49 UTC  (11+ messages)

[PATCH 0/3] DRM scheduler documentation & bug fixes
 2023-07-17 22:45 UTC  (7+ messages)
` [PATCH 3/3] drm/scheduler: Clean up jobs when the scheduler is torn down

[Intel-wired-lan] [PATCH v2] igc: Ignore AER reset when device is suspended
 2023-07-17 22:42 UTC  (3+ messages)

[PATCH] x86/sgx: fix a NULL pointer
 2023-07-17 22:42 UTC  (3+ messages)

[PATCH] drm: remove drm_bridge_hpd_disable() from drm_bridge_connector_destroy()
 2023-07-17 22:34 UTC  (2+ messages)

[android-common:android14-6.1 6546/11052] arch/arm64/kvm/hyp_events.c:204:6: warning: no previous prototype for function 'kvm_hyp_events_enable_early'
 2023-07-17 22:33 UTC 

"Resetting" an overlay fs entry; clearing the upper layer and revealing the lower layer
 2023-07-17 22:30 UTC 

[PATCH net-next 1/2] dt-bindings: net: snps,dwmac: add phy-supply support
 2023-07-17 22:30 UTC  (4+ messages)
` [PATCH net-next 2/2] net: stmmac: platform: add support for phy-supply

[PATCH] drm/amd/display: Allow building DC with clang on RISC-V
 2023-07-17 22:29 UTC 

[geert-m68k:master] BUILD SUCCESS 7591c31aed751c09d2d0ea295babb43e95d4f644
 2023-07-17 22:28 UTC 

[PATCH v2 0/5] bbdev: API extension for 23.11
 2023-07-17 22:28 UTC  (2+ messages)

[PATCH] MIPS: Loongson: Fix cpu_probe_loongson() again
 2023-07-17 22:28 UTC  (2+ messages)

receive.denyCurrentBranch=updateInstead won't update the repo
 2023-07-17 22:26 UTC  (3+ messages)

[PATCH v2 0/2] hwmon: (oxp-sensors) Refactor probe() and init() and remove devm_add_groups()
 2023-07-17 22:25 UTC  (3+ messages)
` [PATCH v2 1/2] hwmon: (oxp-sensors) Move tt_toggle attribute to dev_groups
` [PATCH v2 2/2] hwmon: (oxp-sensors) Move board detection to the init function

rtw89 driver and compressed firmware files
 2023-07-17 22:23 UTC  (2+ messages)

[Intel-wired-lan] [PATCH iwl-next V2 00/15] Add E800 live migration driver
 2023-07-17 21:43 UTC  (10+ messages)
` [Intel-wired-lan] [PATCH iwl-next V2 10/15] ice: save and restore TX queue head

[PATCH] regulator: da9063: fix null pointer deref with partial DT config
 2023-07-17 22:22 UTC  (2+ messages)

linux-next: error while fetching the v4l-dvb-fixes tree
 2023-07-17 22:21 UTC  (3+ messages)

[PATCH 0/2] gpio: sifive: Module support
 2023-07-17 22:18 UTC  (2+ messages)

[PATCH v2] lib/bitmap: workaround const_eval test build failure
 2023-07-17 22:17 UTC  (2+ messages)

FAILED: patch "[PATCH] block: add overflow checks for Amiga partition support" failed to apply to 5.4-stable tree
 2023-07-17 22:17 UTC  (4+ messages)
` [PATCH 5.4.y] block: add overflow checks for Amiga partition support

[PATCH net] net/ipv6: Remove expired routes with a separated list of routes
 2023-07-17 22:17 UTC  (3+ messages)

[Intel-wired-lan] [PATCH iwl-next] ice: introduce hw->phy_model for handling PTP PHY differences
 2023-07-17 22:17 UTC 

[PATCH] ram: k3-ddrss: do not touch ctrl regs during training
 2023-07-17 22:15 UTC 

Join us for Review Club!
 2023-07-17 22:14 UTC 

[PATCH v2] hwmon: (nct6775) Increase and reorder ALARM/BEEP bits
 2023-07-17 22:11 UTC  (3+ messages)

[PATCH 00/12] drm/msm/adreno: Move away from legacy revision matching
 2023-07-17 22:09 UTC  (12+ messages)
` [PATCH 05/12] drm/msm/adreno: Use quirk to identify cached-coherent support
  ` [Freedreno] "
` [PATCH 12/12] drm/msm/adreno: Switch to chip-id for identifying GPU
  ` [Freedreno] "

[PATCH] lib/bitmap: waive const_eval test as it breaks the build
 2023-07-17 22:06 UTC  (6+ messages)

[PATCH 0/6] linux-user: brk() syscall fixes and armhf static binary fix
 2023-07-17 22:02 UTC  (3+ messages)
` [PATCH 4/6] linux-user: Fix signed math overflow in brk() syscall

Future of pci-mvebu
 2023-07-17 22:03 UTC 

[Intel-gfx] [PATCH v4 0/6] Update AUX invalidation sequence
 2023-07-17 22:02 UTC  (14+ messages)
` [Intel-gfx] [PATCH v4 2/6] drm/i915/gt: Ensure memory quiesced before invalidation
        `  "
` [Intel-gfx] [PATCH v4 6/6] drm/i915/gt: Support aux invalidation on all engines
    `  "

[PATCH 0/4] ASoC: qcom: Use the maple tree register cache
 2023-07-17 21:59 UTC  (2+ messages)

[PATCH 0/2] Add support for rpmsg sound card on i.MX93 platform
 2023-07-17 21:59 UTC  (2+ messages)

[PATCH v2] drm: Spelling s/sempahore/semaphore/
 2023-07-17 22:01 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[PATCH 1/5] ASoC: bcm: bcm63xx-i2s-whistler: Convert to devm_platform_ioremap_resource()
 2023-07-17 21:59 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915: Fix an error handling path in igt_write_huge()
 2023-07-17 22:00 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH v9 00/42] Shadow stacks for userspace
 2023-07-17 16:51 UTC  (5+ messages)
` [PATCH v9 01/42] mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()

[PATCH v1 net] Revert "tcp: avoid the lookup process failing to get sk in ehash table"
 2023-07-17 21:59 UTC 

[PATCH 1/2] PCI: layerscape: Add support for Link down notification
 2023-07-17 15:59 UTC  (3+ messages)
` [PATCH 2/2] PCI: layerscape: Add the workaround for lost link capablities during reset


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.