messages from 2023-02-01 08:10:01 to 2023-02-01 09:03:59 UTC [more...]
[PATCH RFC] tick/nohz: fix data races in get_cpu_idle_time_us()
2023-02-01 9:03 UTC (5+ messages)
[PATCH v5 0/8] OpenSBI debug console support
2023-02-01 9:03 UTC (9+ messages)
` [PATCH v5 4/8] lib: sbi: Add sbi_domain_check_addr_range() function
` [PATCH v5 5/8] lib: sbi: Implement SBI debug console extension
` [PATCH v5 6/8] lib: sbi: Add console_puts() callback in the console device
` [PATCH v5 7/8] lib: utils/serial: Implement console_puts() for semihosting
[PATCH v4 net-next 0/8] sfc: devlink support for ef100
2023-02-01 9:03 UTC (7+ messages)
` [PATCH v4 net-next 1/8] sfc: add "
` [PATCH v4 net-next 5/8] sfc: add devlink port "
[Buildroot] [PATCH] package/luaposix: bump to version 36.1
2023-02-01 9:02 UTC
Słowa kluczowe do wypozycjonowania
2023-02-01 9:01 UTC
[PATCH 1/1] efi_loader: stop watchdogs in ExitBootServices()
2023-02-01 9:00 UTC (7+ messages)
[PATCH v4 1/2] ethdev: control Rx metadata negotiation
2023-02-01 9:00 UTC (8+ messages)
` [EXT] Re: [PATCH v5 2/2] app/testpmd: add command to process "
[PATCH bpf-next v1] libbpf: Add wakeup_events to creation options
2023-02-01 9:00 UTC
[PATCH v2 0/2] Change PWM-controlled LED pin active mode and algorithm
2023-02-01 8:59 UTC (12+ messages)
` [PATCH v2 1/2] riscv: dts: sifive: unleashed/unmatched: Remove PWM controlled LED's active-low properties
` [PATCH v2 2/2] pwm: sifive: change the PWM controlled LED algorithm
[Intel-gfx] [PATCH v9 0/6] Enable HDCP2.x via GSC CS
2023-02-01 8:59 UTC (4+ messages)
` [Intel-gfx] [PATCH v9 5/6] drm/i915/mtl: Add function to send command to "
[PATCH v3 0/6] Composefs: an opportunistically sharing verified image filesystem
2023-02-01 8:59 UTC (13+ messages)
[PATCH v3 00/14] KVM perf support
2023-02-01 8:58 UTC (14+ messages)
` [PATCH v3 07/14] RISC-V: KVM: Add skeleton support for perf
` [PATCH v3 11/14] RISC-V: KVM: Implement trap & emulate for hpmcounters
[PATCH v7 0/3] Timer support for ARM Tegra
2023-02-01 8:58 UTC (7+ messages)
Dropshipping - spolupráce
2023-02-01 8:30 UTC
[PATCH 0/5] can: bittiming: improve SJW handling and default
2023-02-01 8:58 UTC (8+ messages)
` [PATCH 2/5] can: bittiming: can_calc_bittiming(): make use of min3()
[PATCH v2] scsi: qla2xxx: abort TMR commands
2023-02-01 8:58 UTC (2+ messages)
[PATCH v2] remoteproc: imx_dsp_rproc: add custom memory copy implementation for i.MX DSP Cores
2023-02-01 8:41 UTC (4+ messages)
[PATCH] crypto: arm64/aes-ccm - Rewrite skcipher walker loop
2023-02-01 8:55 UTC (3+ messages)
[PATCH] drm/mediatek: dp: Only trigger DRM HPD events if bridge is attached
2023-02-01 8:55 UTC
[PATCH] treat AHCI controllers under VMD as part of VMD
2023-02-01 8:54 UTC (2+ messages)
[PATCH v8 0/3] Timer support for ARM Tegra
2023-02-01 8:53 UTC (4+ messages)
` [PATCH v8 1/3] ARM: tegra: remap clock_osc_freq for all Tegra family
` [PATCH v8 2/3] drivers: timer: add driver for ARMv7 based Tegra devices and T210
` [PATCH v8 3/3] ARM: tegra: include timer as default option
[PATCHv4 net-next 00/10] net: support ipv4 big tcp
2023-02-01 8:53 UTC (2+ messages)
[PATCH] ppc64: add --reuse-cmdline parameter support
2023-02-01 8:53 UTC
[f2fs-dev] [PATCH 1/3] f2fs: clean up __update_extent_tree_range()
2023-02-01 8:53 UTC (4+ messages)
` "
[PATCH 05/12] cifs: Add a function to Hash the contents of an iterator
2023-02-01 8:52 UTC (2+ messages)
[PATCH v9 00/25] DEPT(Dependency Tracker)
2023-01-31 8:39 UTC (26+ messages)
` [PATCH v9 01/25] llist: Move llist_{head,node} definition to types.h
` [PATCH v9 02/25] dept: Implement Dept(Dependency Tracker)
` [PATCH v9 03/25] dept: Add single event dependency tracker APIs
` [PATCH v9 04/25] dept: Add lock "
` [PATCH v9 05/25] dept: Tie to Lockdep and IRQ tracing
` [PATCH v9 06/25] dept: Add proc knobs to show stats and dependency graph
` [PATCH v9 07/25] dept: Apply sdt_might_sleep_{start, end}() to wait_for_completion()/complete()
` [PATCH v9 08/25] dept: Apply sdt_might_sleep_{start, end}() to PG_{locked, writeback} wait
` [PATCH v9 09/25] dept: Apply sdt_might_sleep_{start,end}() to swait
` [PATCH v9 10/25] dept: Apply sdt_might_sleep_{start, end}() to waitqueue wait
` [PATCH v9 11/25] dept: Apply sdt_might_sleep_{start, end}() to hashed-waitqueue wait
` [PATCH v9 12/25] dept: Distinguish each syscall context from another
` [PATCH v9 13/25] dept: Distinguish each work "
` [PATCH v9 14/25] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH v9 15/25] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v9 16/25] dept: Apply sdt_might_sleep_{start, end}() to dma fence wait
` [PATCH v9 17/25] dept: Track timeout waits separately with a new Kconfig
` [PATCH v9 18/25] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH v9 19/25] dept: Apply timeout consideration to swait
` [PATCH v9 20/25] dept: Apply timeout consideration to waitqueue wait
` [PATCH v9 21/25] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH v9 22/25] dept: Apply timeout consideration to dma fence wait
` [PATCH v9 23/25] dept: Record the latest one out of consecutive waits of the same class
` [PATCH v9 24/25] dept: Make Dept able to work with an external wgen
` [PATCH v9 25/25] dept: Track the potential waits of PG_{locked, writeback}
[RFC PATCH] usb: typec: ucsi: change role command to async write
2023-02-01 8:50 UTC (2+ messages)
[PATCH v2 0/2] add new PHY affinity in the flow item and Tx queue API
2023-02-01 8:50 UTC (3+ messages)
` [PATCH v2 1/2] ethdev: add PHY affinity match item
next/master baseline: 637 runs, 79 regressions (next-20230201)
2023-02-01 8:49 UTC
[PATCH 3/4] nvmem: mtk-efuse: replace driver with a generic MMIO one
2023-02-01 8:48 UTC (3+ messages)
[kvm-unit-tests PATCH 0/3] s390x: Add PV SIE intercepts and ipl tests
2023-02-01 8:48 UTC (4+ messages)
` [kvm-unit-tests PATCH 1/3] lib: s390x: Introduce UV validity function
` [kvm-unit-tests PATCH 2/3] s390x: pv: Test sie entry intercepts and validities
` [kvm-unit-tests PATCH 3/3] s390x: pv: Add IPL reset tests
[RESEND] target: add virtual remote target
2023-02-01 8:48 UTC (3+ messages)
[PATCH 1/2] dt-bindings: interconnect: Add Qualcomm CCI dt-bindings
2023-02-01 8:48 UTC (4+ messages)
` [PATCH 2/2] PM / devfreq: qcom: Introduce CCI devfreq driver
[PATCH 0/6] add idpf pmd enhancement features
2023-02-01 8:48 UTC (4+ messages)
` [PATCH v3 "
` [PATCH v3 1/6] common/idpf: add hw statistics
[PATCH v2] net: fec: fix conversion to gpiod API
2023-02-01 8:46 UTC (2+ messages)
[RESEND PATCH] drm/panel: otm8009a: Set backlight parent to panel device
2023-01-31 19:19 UTC
[PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
2023-01-31 16:28 UTC (2+ messages)
` (subset) "
[RFC v3 1/2] ethdev: add group description
2023-02-01 8:46 UTC (11+ messages)
` [PATCH v4 2/3] ethdev: add standby state for live migration
Napływ Klientów ze strony
2023-02-01 8:35 UTC
[PATCH 0/2] net/igc: support Tx timestamp offload
2023-02-01 8:46 UTC (5+ messages)
` [PATCH v2 0/2] net/igc: support launch time offloading
` [PATCH v2 2/2] net/igc: enable "
[PATCH v2 00/17] Support android boot image v3/v4
2023-02-01 8:45 UTC (38+ messages)
` [PATCH v2 01/17] android: boot: rename andr_img_hdr -> andr_boot_img_hdr_v0
` [PATCH v2 02/17] android: boot: support vendor boot image in abootimg
` [PATCH v2 03/17] android: boot: replace android_image_check_header
` [PATCH v2 04/17] android: boot: add boot image header v3 and v4 structures
` [PATCH v2 05/17] android: boot: kcomp: support andr_image_data
` [PATCH v2 07/17] android: boot: content print is not supported for v3, v4 header version
` [PATCH v2 07/17] android: boot: content print is not supported for v3,v4 "
` [PATCH v2 08/17] android: boot: boot image header v3, v4 do not support recovery DTBO
` [PATCH v2 08/17] android: boot: boot image header v3,v4 "
` [PATCH v2 12/17] android: boot: support extra command line
` [PATCH v2 13/17] android: boot: update android_image_get_dtb_img_addr to support v3, v4
` [PATCH v2 13/17] android: boot: update android_image_get_dtb_img_addr to support v3,v4
` [PATCH v2 15/17] android: boot: support boot image header version 3 and 4
` [PATCH v2 16/17] android: boot: support bootconfig
[meta-oe][PATCH v2] extract-cert: add recipe
2023-02-01 8:17 UTC
[PATCH 0/2] Not to clear all the bits of mip
2023-02-01 8:43 UTC (2+ messages)
[PATCH 1/3] tty: n_gsm: add keep alive support
2023-02-01 8:41 UTC (4+ messages)
` [PATCH 3/3] tty: n_gsm: add TIOCMIWAIT support
[PATCH for-next 0/7] FIXME and other fixes
2023-02-01 8:40 UTC (11+ messages)
[linus:master] [maple_tree] 120b116208: INFO:task_blocked_for_more_than#seconds
2023-02-01 8:37 UTC (5+ messages)
[PATCH v12 00/18] drm: Add Samsung MIPI DSIM bridge
2023-02-01 8:37 UTC (4+ messages)
[PATCH net-next v9 0/8] Add Auxiliary driver support
2023-02-01 8:38 UTC (3+ messages)
[PATCH v9 0/4] input: pwm-beeper: add feature to set volume level
2023-02-01 8:37 UTC (3+ messages)
` [PATCH v9 3/4] dt-bindings: input: pwm-beeper: add volume
Prezentacja
2023-02-01 8:36 UTC
[PATCH] driver core: bus: move lock_class_key into dynamic structure
2023-02-01 8:33 UTC
[PATCH DTS v8 0/4] Add i.MX PCIe EP mode support
2023-02-01 8:06 UTC (10+ messages)
` [PATCH v8 1/4] dt-bindings: imx6q-pcie: Restruct i.MX PCIe schema
` [PATCH v8 2/4] arm64: dts: Add i.MX8MM PCIe EP support
` [PATCH v8 3/4] arm64: dts: Add i.MX8MQ "
` [PATCH v8 4/4] arm64: dts: Add i.MX8MP "
[PATCH] [v2] at86rf230: convert to gpio descriptors
2023-02-01 8:33 UTC (4+ messages)
[PATCH 0/7] soc: qcom: add UCSI function to PMIC GLINK
2023-02-01 8:31 UTC (4+ messages)
` [PATCH 7/7] arm64: defconfig: add PMIC GLINK modules
[PATCH v5 0/6] add trace points in ethdev library
2023-02-01 8:31 UTC (9+ messages)
` [PATCH v6 "
` [PATCH v6 2/6] ethdev: add trace points for ethdev (part one)
` [EXT] "
[PATCH] credential: new attribute password_expiry_utc
2023-02-01 8:29 UTC (3+ messages)
[Buildroot] [PATCH] package/sexpect: requires MMU
2023-02-01 8:29 UTC
[linux-stable-rc:linux-4.19.y 2019/5207] include/linux/sunrpc/xdr.h:512:17: error: comparison is always false due to limited range of data type
2023-02-01 8:30 UTC
[QEMU][PATCH v5 00/10] Introduce xenpvh machine for arm architecture
2023-02-01 8:30 UTC (7+ messages)
` [QEMU][PATCH v5 06/10] hw/xen/xen-hvm-common: skip ioreq creation on ioreq registration failure
` [QEMU][PATCH v5 07/10] hw/xen/xen-hvm-common: Use g_new and error_report
` [QEMU][PATCH v5 09/10] hw/arm: introduce xenpvh machine
[PATCH] dt-bindings: marvell: Update Armada 37xx platform bindings
2023-02-01 8:27 UTC (4+ messages)
[PATCH v2 0/2] Introduce new optional property to mark port as write only
2023-02-01 8:27 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: improve wb,mbl-gpio binding documentation
[RFC][PATCHSET] VM_FAULT_RETRY fixes
2023-02-01 8:21 UTC (7+ messages)
[PATCH] git-gui: fix inability to quit after closing another instance
2023-02-01 8:26 UTC
[PATCH] iommu/arm-smmu-qcom: Rework the logic finding the bypass quirk
2023-02-01 8:25 UTC (2+ messages)
[PATCH 0/6] media: mediatek: Update video decoder nodes for MT8195 and MT8192
2023-02-01 8:23 UTC (3+ messages)
nvme-6.3: blktests nvme/003 null pointer for fc transport
2023-02-01 8:24 UTC (4+ messages)
[PATCH v12 1/2] thermal: loongson-2: add thermal management support
2023-02-01 8:23 UTC (3+ messages)
[PATCH net-next 0/8][pull request] Intel Wired LAN: Remove redundant Device Control Error Reporting Enable
2023-02-01 8:23 UTC (4+ messages)
[PATCH] clk: Disambiguate comment about clk_get_rate() for disabled clocks
2023-02-01 8:23 UTC
stable/linux-5.10.y build: 144 builds: 2 failed, 142 passed, 7 warnings (v5.10.166)
2023-02-01 8:22 UTC
[PATCH v2] net/ice: add devargs for disabling mac filter
2023-02-01 8:22 UTC (3+ messages)
` [PATCH v3] net/ice: add devargs for disabling default mac
[PATCH net] nfp: flower: avoid taking mutex in atomic context
2023-02-01 8:21 UTC (6+ messages)
[PATCH v3 0/7] Basic device tree support for StarFive JH7110 RISC-V SoC
2023-02-01 8:21 UTC (6+ messages)
` [PATCH v3 6/7] riscv: dts: starfive: Add initial StarFive JH7110 device tree
[PATCH] xfrm: fix bug with DSCP copy to v6 from v4 tunnel
2023-02-01 8:21 UTC (4+ messages)
` [PATCH ipsec-next v2] "
[PATCH v5 1/3] dt-bindings: cpufreq: qcom-cpufreq-nvmem: specify supported opp tables
2023-02-01 8:20 UTC (4+ messages)
` [PATCH v5 2/3] dt-bindings: cpufreq: qcom-cpufreq-nvmem: make cpr bindings optional
[PATCH] mmc: core: Imply IOSCHED_BFQ
2023-02-01 8:18 UTC (7+ messages)
[dm-devel] [RFC v2 0/5] Support kdump with LUKS encryption by reusing LUKS volume key
2023-02-01 8:18 UTC (3+ messages)
` "
[djwong-xfs:pptrs-online-parent-repair 65/67] fs/xfs/scrub/parent.c:38:11: error: implicit declaration of function 'xrep_setup_parent' is invalid in C99
2023-02-01 8:18 UTC
[PATCH] rfkill: Use sysfs_emit() to instead of sprintf()
2023-02-01 8:17 UTC
[PATCH V3] platform/x86: hp-wmi: Support omen backlight control wmi-acpi methods
2023-02-01 8:17 UTC (2+ messages)
[PATCH] arm: kirkwood: Enable uart0 dm-pre-reloc for Kirkwood boards
2023-02-01 8:17 UTC (4+ messages)
[PATCH] null_blk: convert sysfs snprintf to sysfs_emit
2023-02-01 8:16 UTC
[PATCH 0/6] slab: Provide full coverage for __alloc_size attribute
2023-02-01 8:16 UTC (5+ messages)
` [PATCH 5/6] driver core: Add __alloc_size hint to devm allocators
[PATCH v4 0/14] Enahance SVS's robustness
2023-02-01 8:15 UTC (9+ messages)
` [PATCH v4 12/14] soc: mediatek: mtk-svs: use svs get efuse common function
` [PATCH v4 13/14] soc: mediatek: mtk-svs: use common function to disable restore voltages
[RFC PATCH v2 0/5] folio based filemap_map_pages()
2023-02-01 8:17 UTC (6+ messages)
` [RFC PATCH v2 1/5] mm: Enable fault around for shared file page fault
` [RFC PATCH v2 2/5] filemap: add function filemap_map_folio_range()
` [RFC PATCH v2 3/5] rmap: add page_add_file_rmap_range()
` [RFC PATCH v2 4/5] mm: add do_set_pte_range()
` [RFC PATCH v2 5/5] filemap: batched update mm counter,rmap when map file folio
External USB disks not recognized with v6.1.8 when using Xen
2023-02-01 8:14 UTC (4+ messages)
[PATCH] net: dsa: Use sysfs_emit() to instead of sprintf()
2023-02-01 8:14 UTC
[PATCH V10 0/6] Add device-tree support for Cypress CYPD4226
2023-02-01 8:13 UTC (3+ messages)
` [PATCH V10 1/6] dt-bindings: usb: Add Cypress cypd4226 Type-C controller
[PATCH] bus: fsl-mc: convert sysfs snprintf and sprintf to sysfs_emit
2023-02-01 8:13 UTC
[cip-dev] 4.9 SLTS support
2023-02-01 8:13 UTC (2+ messages)
` "
[syzbot] [ntfs3?] BUG: unable to handle kernel NULL pointer dereference in ntfs_sparse_cluster
2023-02-01 8:12 UTC (3+ messages)
[PATCH v2 0/6] Resolve TYPE_PIIX3_XEN_DEVICE
2023-02-01 8:11 UTC (5+ messages)
[PATCH drm-next 00/14] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
2023-02-01 8:10 UTC (15+ messages)
` [PATCH drm-next 05/14] drm/nouveau: new VM_BIND uapi interfaces
` [Nouveau] "
[PATCH] ksmbd: fix possible memory leak in smb2_lock()
2023-02-01 8:10 UTC
[PATCH net 0/4] sfc: support unicast PTP
2023-02-01 8:08 UTC (6+ messages)
` [PATCH net-next v2 "
` [PATCH net-next v2 1/4] sfc: store PTP filters in a list
` [PATCH net-next v2 2/4] sfc: allow insertion of filters for unicast PTP
` [PATCH net-next v2 3/4] sfc: support "
` [PATCH net-next v2 4/4] sfc: remove expired unicast PTP filters
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.