messages from 2023-04-17 20:22:44 to 2023-04-17 21:18:02 UTC [more...]
[bitbake-devel] [PATCH] npmsw fetcher: Avoid instantiating Fetch class if url list is empty
2023-04-17 21:18 UTC (2+ messages)
` "
[PATCH 00/33] Split ptdesc from struct page
2023-04-17 20:50 UTC (59+ messages)
` [PATCH 01/33] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH 02/33] s390: Use pt_frag_refcount for pagetables
` [PATCH 03/33] pgtable: Create struct ptdesc
` [PATCH 04/33] mm: add utility functions for ptdesc
` [PATCH 05/33] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
` [PATCH 06/33] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH 07/33] mm: Convert ptlock_ptr() "
` [PATCH 08/33] mm: Convert pmd_ptlock_init() "
` [PATCH 09/33] mm: Convert ptlock_init() "
` [PATCH 10/33] mm: Convert pmd_ptlock_free() "
` [PATCH 11/33] mm: Convert ptlock_free() "
` [PATCH 12/33] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH 13/33] powerpc: Convert various functions to use ptdescs
` [PATCH 14/33] x86: "
` [PATCH 15/33] s390: Convert various gmap "
` [PATCH 16/33] s390: Convert various pgalloc "
` [PATCH 17/33] mm: Remove page table members from struct page
` [PATCH 18/33] pgalloc: Convert various functions to use ptdescs
` [PATCH 19/33] arm: "
` [PATCH 20/33] arm64: "
` [PATCH 21/33] csky: Convert __pte_free_tlb() "
` [PATCH 22/33] hexagon: "
` [PATCH 23/33] loongarch: Convert various functions "
` [PATCH 24/33] m68k: "
` [PATCH 25/33] mips: "
` [PATCH 26/33] nios2: Convert __pte_free_tlb() "
` [PATCH 27/33] openrisc: "
` [PATCH 28/33] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH 29/33] sh: Convert pte_free_tlb() "
` [PATCH 30/33] sparc64: Convert various functions "
` [PATCH 31/33] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH 32/33] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH 33/33] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers
[PATCH 1/2] drm/amd/display: mark dccg314_init() static
2023-04-17 21:17 UTC (12+ messages)
` [PATCH 2/2] drm/amd/display: fix missing=prototypes warnings
[Intel-xe] [RFC 0/2] Dump + OOB workarounds
2023-04-17 21:16 UTC (3+ messages)
` [Intel-xe] [RFC 1/2] drm/xe: Add debugfs to dump all known workarounds
[xen-unstable-smoke test] 180286: regressions - FAIL
2023-04-17 21:15 UTC
[PATCH v2 1/1] mm: do not increment pgfault stats when page fault handler retries
2023-04-17 21:14 UTC (4+ messages)
[PATCH] PCI: Extend D3hot delay for NVIDIA HDA controllers
2023-04-17 21:14 UTC (2+ messages)
[PATCH v5 1/3] landlock.7: Document Landlock ABI v2 (file reparenting; Linux 5.19)
2023-04-17 21:13 UTC (7+ messages)
` [PATCH v5 3/3] landlock.7: Explain the best-effort fallback mechanism in the example
[PATCH] npmsw fetcher: Avoid instantiating Fetch class if url list is empty
2023-04-17 21:12 UTC
[PATCH] ACPI: LPSS: Add 80862289 ACPI HID for second PWM controller on Cherry Trail
2023-04-17 21:11 UTC
[PATCH] man*/: ffix
2023-04-17 21:10 UTC (4+ messages)
[PATCH v9 0/8] worktree: Support `--orphan` when creating new worktrees
2023-04-17 21:09 UTC (3+ messages)
` [PATCH v9 2/8] t2400: print captured git output when finished
[PATCH v3] cpupower:Fix resource leaks in sysfs_get_enabled()
2023-04-17 21:09 UTC (2+ messages)
[PATCH v2 0/5] ufs: core: mcq: Add ufshcd_abort() and error handler support in MCQ mode
2023-04-17 21:05 UTC (6+ messages)
` [PATCH v2 1/5] ufs: mcq: Add supporting functions for mcq abort
` [PATCH v2 2/5] ufs: mcq: Add support for clean up mcq resources
` [PATCH v2 3/5] ufs: mcq: Added ufshcd_mcq_abort()
` [PATCH v2 4/5] ufs: mcq: Use ufshcd_mcq_poll_cqe_lock() in mcq mode
` [PATCH v2 5/5] ufs: core: Add error handling for MCQ mode
[PATCH 00/23] Header cleanups (more splitting of cache.h and simplifying a few other deps)
2023-04-17 21:07 UTC (4+ messages)
` [PATCH 14/23] hash.h, repository.h: reverse the order of these dependencies
[PATCH] drm/radeon: move prototypes to header
2023-04-17 21:04 UTC (2+ messages)
[PATCH] drm/exynos: fix g2d_open/close helper function definitions
2023-04-17 21:04 UTC (3+ messages)
[PATCH v6 0/1] landlock.7: Explain best-effort fallback in example
2023-04-17 20:54 UTC (6+ messages)
` [PATCH v6 1/1] landlock.7: Explain the best-effort fallback mechanism in the example
[PATCH] drm/nouveau: dispnv50: fix missing-prototypes warning
2023-04-17 21:03 UTC (2+ messages)
[PATCH] drm/nouveau: remove unused tu102_gr_load() function
2023-04-17 21:03 UTC (2+ messages)
[PATCH] backlight: corgi_lcd: fix missing prototype
2023-04-17 21:02 UTC (2+ messages)
[PATCH] Recipes containing both git and npmsw sources in the SRC_URI fail during fetch from the shrinkwrap. It seems that when the fetcher is fetching from the shrinkwrap, the SRCREV variable has been deleted but it still ends up fetching from the git source resulting in an error because SRCREV is undefined. The root cause of this is that the Fetch class defaults to urls from the SRC_URI when the urls parameter contains an empty list. This patch will ensure that Fetch is not instantiated if the urls list is empty
2023-04-17 21:01 UTC
[PATCH] ocfs2: reduce ioctl stack usage
2023-04-17 20:56 UTC
[PATCH] mtdchar: mark bits of ioctl handler noinline
2023-04-17 20:56 UTC (2+ messages)
[PATCH 1/5] units: add a macro for MILLIVOLT_PER_VOLT
2023-04-17 20:55 UTC (4+ messages)
` [PATCH 3/5] hwmon: (socfpga) Add hardware monitoring support on SoCFPGA platforms
[PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2023-04-17 (i40e)
2023-04-17 20:52 UTC (3+ messages)
` [PATCH net 1/2] i40e: fix accessing vsi->active_filters without holding lock
` [PATCH net 2/2] i40e: fix i40e_setup_misc_vector() error handling
[PATCH net 1/1] e1000e: Disable TSO on i219-LM card to increase speed
2023-04-17 20:53 UTC
[Buildroot] [PATCH v2 1/1] package/python-evdev: new package
2023-04-17 20:59 UTC (2+ messages)
[PATCH] net: mscc: ocelot: remove incompatible prototypes
2023-04-17 20:55 UTC
[PATCH] net: hyperv: select CONFIG_NLS for mac address setting
2023-04-17 20:55 UTC
[PATCH] wireless: ath: work around false-positive stringop-overread warning
2023-04-17 20:54 UTC (3+ messages)
[PATCH 00/10] gc: enable cruft packs by default
2023-04-17 20:54 UTC (11+ messages)
` [PATCH 01/10] pack-write.c: plug a leak in stage_tmp_packfiles()
` [PATCH 02/10] builtin/repack.c: fix incorrect reference to '-C'
` [PATCH 03/10] builtin/gc.c: ignore cruft packs with `--keep-largest-pack`
` [PATCH 04/10] t/t5304-prune.sh: prepare for `gc --cruft` by default
` [PATCH 05/10] t/t9300-fast-import.sh: "
` [PATCH 06/10] t/t6500-gc.sh: refactor cruft pack tests
` [PATCH 07/10] t/t6500-gc.sh: add additional test cases
` [PATCH 08/10] t/t6501-freshen-objects.sh: prepare for `gc --cruft` by default
` [PATCH 09/10] builtin/gc.c: make `gc.cruftPacks` enabled "
` [PATCH 10/10] repository.h: drop unused `gc_cruft_packs`
[freescale-fslc:pr/629 4777/9838] drivers/gpu/imx/dpu-blit/dpu-blit.c:276:5: warning: no previous prototype for 'dpu_be_get_fence'
2023-04-17 20:56 UTC
[virtio-comment] [PATCH v13 00/11] Rename queue number to queue index
2023-04-17 20:53 UTC (5+ messages)
` [virtio-comment] [PATCH v13 03/11] content: Rename confusing queue_notify_data and vqn names
` [virtio-comment] Re: [virtio-dev] "
` "
` [virtio-comment] "
[Buildroot] [git commit] package/python-evdev: new package
2023-04-17 20:50 UTC
[PATCH] scsi: advansys: disallow ISA-only build
2023-04-17 20:51 UTC
[f2fs-dev] [PATCH] f2fs: remove some dead code
2023-04-17 20:51 UTC (2+ messages)
` "
[PATCH] wireless: airo: remove ISA_DMA_API dependency
2023-04-17 20:51 UTC
[PATCH] hamradio: drop ISA_DMA_API dependency
2023-04-17 20:50 UTC
[PATCH v2] drm/amd/display: fix flickering caused by S/G mode
2023-04-17 20:52 UTC (3+ messages)
[PATCH v4 00/10] Renesas RZ/N1 SoC initial support
2023-04-17 20:50 UTC (31+ messages)
` [PATCH v4 02/10] clk: renesas: prepare for non-RCAR clock drivers
` [PATCH v4 05/10] ram: cadence: add driver for Cadence EDAC
` [PATCH v4 06/10] dts: basic devicetree for Renesas RZ/N1 SoC
` [PATCH v4 07/10] ARM: rzn1: basic support "
` [PATCH v4 08/10] board: schneider: add RZN1 board support
` [PATCH v4 09/10] tools: spkgimage: add Renesas SPKG format
` [PATCH v4 10/10] doc: renesas: add Renesas board docs
[PATCH] SUNRPC: increase max timeout for rebind to handle NFS server restart
2023-04-17 20:49 UTC (2+ messages)
[PATCH 0/2] clk: Add basic register clock controller
2023-04-17 20:49 UTC (3+ messages)
` [PATCH 1/2] dt-bindings: clock: Add reg-clock-controller
[patch 00/37] cpu/hotplug, x86: Reworked parallel CPU bringup
2023-04-17 20:46 UTC (3+ messages)
` [patch 16/37] x86/xen/smp_pv: Remove wait for CPU online
[PATCH 0/3] SDL2 usability fixes
2023-04-17 19:24 UTC (6+ messages)
[RFC 0/3] drm: Add comm/cmdline fdinfo fields
2023-04-17 20:45 UTC (3+ messages)
[PATCH v7 0/1] landlock.7: Explain best-effort fallback in example
2023-04-17 20:45 UTC (3+ messages)
` [PATCH v7 1/1] landlock.7: Explain the best-effort fallback mechanism in the example
[PATCH next] ipv6: add icmpv6_error_anycast_as_unicast for ICMPv6
2023-04-17 20:44 UTC
new order
2023-04-17 20:12 UTC
[Buildroot] [PATCH] package/tcpdump: bump to version 4.99.4
2023-04-17 20:43 UTC (2+ messages)
[PATCH 0/9] Add Chameleon v3 ASoC audio
2023-04-17 20:41 UTC (4+ messages)
` [PATCH 3/9] dt-bindings: ASoC: Add chv3-audio
new order
2023-04-17 20:12 UTC
new order
2023-04-17 20:12 UTC
new order
2023-04-17 20:12 UTC
[Bug 203191] The fan speed reports to 65535, despite the fan is stopped
2023-04-17 20:41 UTC
[Intel-gfx] [PATCH v3] drm/i915: Initialize dkl_phy spin lock from display code path
2023-04-17 20:41 UTC (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Initialize dkl_phy spin lock from display code path (rev2)
[PATCH] nvmet-auth: remove some dead code
2023-04-17 20:41 UTC
[Intel-gfx] [PATCH] drm/i915/gt: Consider multi-gt at all places
2023-04-17 20:40 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915/gt: Consider multi-gt at all places (rev3)
[PATCH V2] debugfs: allow access relay files in lockdown mode
2023-04-17 20:34 UTC (2+ messages)
[PATCH v3 0/6] cxl/pci: Add support for RCH RAS error handling
2023-04-17 20:36 UTC (7+ messages)
` [PATCH v3 5/6] PCI/AER: Forward RCH downstream port-detected errors to the CXL.mem dev handler
[PATCH v3 0/7] Add PLL clocks driver for StarFive JH7110 SoC
2023-04-17 20:37 UTC (8+ messages)
` [PATCH v3 5/7] dt-bindings: soc: starfive: Add StarFive syscon module
[PATCH v1 net] udp: Fix memleaks of sk and zerocopy skbs with TX timestamp
2023-04-17 20:36 UTC (2+ messages)
✅ PASS (SKIPPED 5 of 169): Test report for for-kernelci (6.3.0-rc7, arm-next, 327bf9bb)
2023-04-17 20:31 UTC
Pull request for u-boot-nand-20230417
2023-04-17 20:31 UTC (2+ messages)
[PATCH] NFSv4.2: Rework scratch handling for READ_PLUS
2023-04-17 20:30 UTC (2+ messages)
[PATCH v2] bpf: lirc program type should not require SYS_CAP_ADMIN
2023-04-17 20:30 UTC (2+ messages)
[PATCH bpf-next] bpf: Set skb redirect and from_ingress info in __bpf_tx_skb
2023-04-17 20:30 UTC (2+ messages)
[PATCH 1/2] ASoC: fsl_mqs: move of_node_put() to the correct location
2023-04-17 20:27 UTC (2+ messages)
[PATCH 0/5] ASoC: cs35l56: Code improvements
2023-04-17 20:27 UTC (2+ messages)
[virtio-comment] Re: [PATCH 09/11] transport-pci: Describe PCI MMR dev config registers
2023-04-17 20:28 UTC (14+ messages)
` [virtio-dev] "
` [virtio-dev] "
[PATCH] audit: use pid.is_auditd to make auditd_test_task() faster
2023-04-17 20:27 UTC (4+ messages)
[PATCH] wifi: ath11k: Remove disabling of 80+80 and 160 MHz
2023-04-17 20:22 UTC (2+ messages)
[PATCH] crypto: sun8i-ss - Fix a test in sun8i_ss_setup_ivs()
2023-04-17 20:25 UTC (2+ messages)
[PATCH v2 00/17] drm/msm/dpu: Implement tearcheck support on INTF block
2023-04-17 20:21 UTC (5+ messages)
` [PATCH v2 10/17] drm/msm/dpu: Disable pingpong TE on DPU 5.0.0 and above
` [PATCH v2 15/17] drm/msm/dpu: Merge setup_- and enable_tearcheck pingpong callbacks
` [PATCH v2 16/17] drm/msm/dpu: Implement tearcheck support on INTF block
` [PATCH v2 17/17] drm/msm/dpu: Remove intr_rdptr from DPU >= 5.0.0 pingpong config
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.