All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-07 06:04:26 to 2024-08-07 06:57:54 UTC [more...]

[PATCH] usb: gadget: ether: Handle gadget driver registration in start and stop
 2024-08-07  6:38 UTC  (5+ messages)

[PATCH v4 00/26] mm: introduce numa_memblks
 2024-08-07  6:41 UTC  (77+ messages)
` [PATCH v4 01/26] mm: move kernel/numa.c to mm/
` [PATCH v4 02/26] MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures
` [PATCH v4 03/26] MIPS: sgi-ip27: ensure node_possible_map only contains valid nodes
` [PATCH v4 04/26] MIPS: sgi-ip27: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v4 05/26] MIPS: loongson64: rename __node_data to node_data
` [PATCH v4 06/26] MIPS: loongson64: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v4 07/26] arch, mm: move definition of node_data to generic code
` [PATCH v4 08/26] mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v4 09/26] arch, mm: pull out allocation of NODE_DATA to generic code
` [PATCH v4 10/26] x86/numa: simplify numa_distance allocation
` [PATCH v4 11/26] x86/numa: use get_pfn_range_for_nid to verify that node spans memory
` [PATCH v4 12/26] x86/numa: move FAKE_NODE_* defines to numa_emu
` [PATCH v4 13/26] x86/numa_emu: simplify allocation of phys_dist
` [PATCH v4 14/26] x86/numa_emu: split __apicid_to_node update to a helper function
` [PATCH v4 15/26] x86/numa_emu: use a helper function to get MAX_DMA32_PFN
` [PATCH v4 16/26] x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned
` [PATCH v4 17/26] mm: introduce numa_memblks
` [PATCH v4 18/26] mm: move numa_distance and related code from x86 to numa_memblks
` [PATCH v4 19/26] mm: introduce numa_emulation
` [PATCH v4 20/26] mm: numa_memblks: introduce numa_memblks_init
` [PATCH v4 21/26] mm: numa_memblks: make several functions and variables static
` [PATCH v4 22/26] mm: numa_memblks: use memblock_{start,end}_of_DRAM() when sanitizing meminfo
` [PATCH v4 23/26] of, numa: return -EINVAL when no numa-node-id is found
` [PATCH v4 24/26] arch_numa: switch over to numa_memblks
` [PATCH v4 25/26] mm: make range-to-target_node lookup facility a part of numa_memblks
` [PATCH v4 26/26] docs: move numa=fake description to kernel-parameters.txt

[PATCH 00/20] Stop using `the_repository` in "config.c"
 2024-08-07  6:57 UTC  (15+ messages)
` [PATCH 01/20] path: expose `do_git_path()` as `repo_git_pathv()`
` [PATCH 02/20] path: expose `do_git_common_path()` as `strbuf_git_common_pathv()`
` [PATCH 03/20] editor: do not rely on `the_repository` for interactive edits
` [PATCH 04/20] hooks: remove implicit dependency on `the_repository`
` [PATCH 05/20] path: stop relying on `the_repository` when reporting garbage
` [PATCH 06/20] path: stop relying on `the_repository` in `worktree_git_path()`
` [PATCH 07/20] path: hide functions using `the_repository` by default
` [PATCH 08/20] config: introduce missing setters that take repo as parameter
` [PATCH 09/20] config: expose `repo_config_clear()`
` [PATCH 10/20] config: pass repo to `git_config_get_index_threads()`
` [PATCH 11/20] config: pass repo to `git_config_get_split_index()`
` [PATCH 12/20] config: pass repo to `git_config_get_max_percent_split_change()`
` [PATCH 13/20] config: pass repo to `git_config_get_expiry()`
` [PATCH 14/20] config: pass repo to `git_config_get_expiry_in_days()`

[jlayton:openfast2] [fs] 49d6daad7b: Oops:general_protection_fault,probably_for_non-canonical_address#:#[##]SMP_KASAN
 2024-08-07  6:55 UTC 

[PATCH v2 net-next 0/9] l2tp: misc improvements
 2024-08-07  6:54 UTC  (10+ messages)
` [PATCH v2 net-next 1/9] documentation/networking: update l2tp docs
` [PATCH v2 net-next 2/9] l2tp: remove inline from functions in c sources
` [PATCH v2 net-next 3/9] l2tp: move l2tp_ip and l2tp_ip6 data to pernet
` [PATCH v2 net-next 4/9] l2tp: handle hash key collisions in l2tp_v3_session_get
` [PATCH v2 net-next 5/9] l2tp: add tunnel/session get_next helpers
` [PATCH v2 net-next 6/9] l2tp: use get_next APIs for management requests and procfs/debugfs
` [PATCH v2 net-next 7/9] l2tp: improve tunnel/session refcount helpers
` [PATCH v2 net-next 8/9] l2tp: l2tp_eth: use per-cpu counters from dev->tstats
` [PATCH v2 net-next 9/9] l2tp: flush workqueue before draining it

[PATCH] vduse: avoid using __GFP_NOFAIL
 2024-08-07  6:54 UTC  (10+ messages)

[PATCH] PCI: Detect and trust built-in TBT chips
 2024-08-07  6:54 UTC  (3+ messages)

[core-for-CI PATCH] usb: typec: ucsi: Fix a potential deadlock in ucsi_send_command_common()
 2024-08-07  6:54 UTC  (7+ messages)
` ✓ CI.Patch_applied: success for usb: typec: ucsi: Fix a potential deadlock in ucsi_send_command_common() (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[PATCH v1] perf hist: Fix reference counting of branch_info
 2024-08-07  6:51 UTC 

[PATCH net-next 0/5] devlink: embed driver's priv data callback param into devlink_resource
 2024-08-07  6:51 UTC  (6+ messages)
` [PATCH net-next 4/5] "
` [PATCH net-next 5/5] mlxsw: spectrum_kvdl: combine devlink resource occupation getters

[meta-networking][PATCH] nftables: avoid python dependencies when building without python
 2024-08-07  6:50 UTC  (2+ messages)

[PATCH] migration: Refine the convergence detection
 2024-08-07  6:46 UTC  (5+ messages)

[PATCH] usb: gadget: usbhs: Add Renesas USBHS device driver
 2024-08-07  6:48 UTC  (2+ messages)

[PATCH RFC 0/4] mm: Introduce guest_memfd library
 2024-08-07  6:48 UTC  (5+ messages)
` [PATCH RFC 3/4] mm: guest_memfd: Add option to remove guest private memory from direct map

[PATCH v2 0/2] lib: sbi: Heap improvements for SMMTT
 2024-08-07  6:48 UTC  (6+ messages)
` [PATCH v2 1/2] lib: sbi: Support multiple heaps
` [PATCH v2 2/2] lib: sbi: Implement aligned memory allocators

[build fail] v6.11-rc2 from "ARM: 9404/1: arm32: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION"
 2024-08-07  6:42 UTC  (2+ messages)

PROBLEM: repeatable lockup on RAID-6 with LUKS dm-crypt on NVMe devices when rsyncing many files
 2024-08-07  6:46 UTC  (4+ messages)

[PATCH 1/1] boot: set correct block device name in set_efi_bootdev()
 2024-08-07  6:44 UTC  (2+ messages)

CVE-2024-39503: netfilter: ipset: Fix race between namespace cleanup and gc in the list:set type
 2024-08-07  6:42 UTC  (2+ messages)

[syzbot] [can?] WARNING: refcount bug in j1939_session_put
 2024-08-07  6:40 UTC  (3+ messages)

[PATCH v3 0/7] iommu/vt-d: Convert to use static identity domain
 2024-08-07  6:41 UTC  (10+ messages)
` [PATCH v3 2/7] iommu/vt-d: Remove identity mappings from si_domain
` [PATCH v3 3/7] iommu/vt-d: Always reserve a domain ID for identity setup
` [PATCH v3 4/7] iommu/vt-d: Prepare for global static identity domain

[RFC PATCH 0/9] KVM: x86/mmu: Preserve Accessed bits on PROT changes
 2024-08-07  6:41 UTC  (4+ messages)
` [RFC PATCH 9/9] KVM: x86/mmu: Track SPTE accessed info across mmu_notifier "

[PATCH 0/3] add some node for amlogic c3
 2024-08-07  6:40 UTC  (12+ messages)
` [PATCH 1/3] dt-bindings: clock: fix C3 PLL input parameter
` [PATCH 2/3] arm64: dts: amlogic: add some device nodes for C3

[PATCH] vfs: avoid spurious dentry ref/unref cycle on open
 2024-08-07  6:40 UTC  (8+ messages)

2.46 submodule breakage
 2024-08-07  6:40 UTC  (4+ messages)

[PATCH v2] ACPI: introduce acpi_arch_init
 2024-08-07  6:36 UTC  (2+ messages)

[PATCH 00/14] event: Replace some more init hooks
 2024-08-07  6:06 UTC  (6+ messages)
` [PATCH 05/14] initcall: Adjust the failure message and return value

[PATCH v3 0/5] Add bootph-all property for J7 boards
 2024-08-07  6:36 UTC  (9+ messages)
` [PATCH v3 1/5] arm64: dts: ti: k3-j721s2*: Add bootph-* properties

[PATCH] perf parse-events: Back to support for parsing of field "-"
 2024-08-07  6:36 UTC  (2+ messages)

[PATCH i-g-t 1/2] lib/amdgpu: correct the GFX1150 and GFX1151 IDs range
 2024-08-07  6:33 UTC  (2+ messages)
` [PATCH i-g-t 2/2] lib/amdgpu: add GFX1152 to GFX1150 family

[PATCH] selftests: kvm: fix mkdir error when building for non-supported arch
 2024-08-07  6:33 UTC  (4+ messages)

[PATCH] rteval: Add tuned state to rteval text report
 2024-08-07  6:33 UTC 

[PATCH 00/40] Make LMB memory map global and persistent
 2024-08-07  6:31 UTC  (8+ messages)
` [PATCH 23/40] lmb: add a flags parameter to the API's

vmlinux has relocations in .text
 2024-08-07  6:31 UTC  (4+ messages)
` [yocto] "

[PATCH] usb: dwc3: Potential fix of possible dwc3 interrupt storm
 2024-08-07  6:20 UTC  (3+ messages)

[PATCH i-g-t v2 0/4] runner: Allow dynamically ignore dmesg errors or warnings
 2024-08-07  6:29 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for runner: Allow dynamically ignore dmesg errors or warnings (rev2)

[PATCH] ALSA: hda/realtek: Add Framework Laptop 13 (Intel Core Ultra) to quirks
 2024-08-07  6:29 UTC  (2+ messages)

[PATCH -next] arch_numa: Fix section mismatch warning
 2024-08-07  6:35 UTC 

[PATCH] serial: 8250_platform: Fix unused acpi_platform_serial_table warning
 2024-08-07  6:28 UTC 

[PATCH 1/1] selinux: Fix potential counting error in avc_add_xperms_decision()
 2024-08-07  6:27 UTC  (4+ messages)

[PATCH] cpufreq: spear: Fix uninitialized variable "i"
 2024-08-07  6:26 UTC  (4+ messages)

[PATCH v8 1/4] Create source symlink in perf object dir
 2024-08-07  6:24 UTC  (3+ messages)
` [PATCH v8 3/4] perf script: Fix perf script -F +metric

[PATCH v1 0/2] Add sm8550 CAMSS core dtsi
 2024-08-07  6:24 UTC  (2+ messages)

[PATCH] ASoC: amd: acp: remove MODULE_ALIAS for SoundWire machine driver
 2024-08-07  6:19 UTC  (3+ messages)

[PATCH] [v2] Input: increase max button number to 0x340
 2024-08-07  6:23 UTC  (8+ messages)

[PATCH v3 0/3] Defer TI's Remoteproc's Probe until Mailbox is Probed
 2024-08-07  6:22 UTC  (4+ messages)
` [PATCH v3 1/3] remoteproc: k3-r5: Use devm_rproc_alloc() helper
` [PATCH v3 2/3] remoteproc: k3-r5: Acquire mailbox handle during probe routine
` [PATCH v3 3/3] remoteproc: k3-dsp: "

[PATCH net-next 00/11] mlx5 misc patches 2024-08-06
 2024-08-07  6:22 UTC  (4+ messages)
` [PATCH net-next 06/11] net/mlx5e: Use extack in set ringparams callback

[RFC PATCH 3/3] percpu/x86: [RFH] Enable strict percpu checks via named AS qualifiers
 2024-08-07  6:18 UTC  (3+ messages)

[PATCH] kvm tools:Fix memory leakage in open all disks
 2024-08-07  6:18 UTC 

[PATCH] perf annotate-data: Support --skip-empty option
 2024-08-07  6:17 UTC 

[Buildroot] [PATCH] package/elf2flt: update to 2024.05
 2024-08-07  6:17 UTC 

[PATCH v13] pwm: opencores: Add PWM driver support
 2024-08-07  3:41 UTC  (3+ messages)

[PATCHSET 0/5] perf annotate: Add --skip-empty option (v1)
 2024-08-07  6:15 UTC  (9+ messages)
` [PATCH 5/5] perf annotate: Add --skip-empty option
              ` [PATCH] perf annotate: Fix --group behavior when leader has no samples

[dwmw2:pfncache-2 27/27] arch/arm64/kvm/../../../virt/kvm/kvm_main.c:757:45: warning: unused variable 'hva_range'
 2024-08-07  6:15 UTC 

[PATCH 0/3] pmdomain: ti_sci: collect and send low-power mode constraints
 2024-08-07  6:13 UTC  (5+ messages)
` [PATCH 1/3] pmdomain: ti_sci: add per-device latency constraint management

[PATCH 0/9] arm64: dts: freescale: 2nrd clean up dtb warning under freescale
 2024-08-07  6:09 UTC  (3+ messages)
` [PATCH 9/9] arm64: dts: imx8mm-phygate: fix typo pinctrcl-0

linux-next: request to include ath.git tree
 2024-08-07  6:09 UTC  (3+ messages)

[PATCH] drm/i915/bmg: Read display register timeout
 2024-08-07  6:07 UTC  (2+ messages)
` ✗ CI.FULL: failure for drm/i915/bmg: Read display register timeout (rev2)

[PATCH v2 1/2] i3c: master: support to adjust first broadcast address speed
 2024-08-07  6:13 UTC  (2+ messages)
` [PATCH v2 2/2] i3c: master: svc: use slow speed for first broadcast address

[PATCH v2 00/10] Add SDUC Support
 2024-08-07  6:03 UTC  (11+ messages)
` [PATCH v2 01/10] mmc: sd: SDUC Support Recognition
` [PATCH v2 02/10] mmc: sd: Add SD CSD version 3.0
` [PATCH v2 03/10] mmc: sd: Add Extension memory addressing
` [PATCH v2 04/10] mmc: core: Add open-ended Ext "
` [PATCH v2 05/10] mmc: host: Always use manual-cmd23 in SDUC
` [PATCH v2 06/10] mmc: core: Add close-ended Ext memory addressing
` [PATCH v2 07/10] mmc: host: "
` [PATCH v2 08/10] mmc: core: Allow mmc erase to carry large addresses
` [PATCH v2 09/10] mmc: core: Add Ext memory addressing for erase
` [PATCH v2 10/10] mmc: core: Adjust ACMD22 to SDUC

[PATCH v3 0/8] pwm: New abstraction and userspace API
 2024-08-07  6:04 UTC  (4+ messages)
` [PATCH v3 5/8] pwm: Add support for pwmchip devices for faster and easier userspace access


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.