All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-26 11:19:21 to 2022-03-26 14:45:18 UTC [more...]

[LTP] [PATCH] clock_gettime04: set threshold based on the clock tick rate
 2022-03-26 13:28 UTC  (5+ messages)

[PATCH v1 00/12] Add support for the i.MXRT1170-evk
 2022-03-26 14:43 UTC  (17+ messages)
` [PATCH v1 01/12] dt-bindings: arm: imx: Add i.MXRT compatible Documentation
` [PATCH v1 02/12] dt-bindings: timer: gpt: "
` [PATCH v1 03/12] dt-bindings: pinctrl: add i.MXRT1170 pinctrl Documentation
` [PATCH v1 04/12] dt-bindings: clock: imx: Add documentation for i.MXRT1170 clock
` [PATCH v1 05/12] ARM: mach-imx: Add support for i.MXRT1170
` [PATCH v1 06/12] ARM: clk: imx: Update pllv3 to support i.MXRT1170
` [PATCH v1 07/12] dt-bindings: imx: Add clock binding for i.MXRT1170
` [PATCH v1 08/12] clk: imx: Add initial support for i.MXRT1170 clock driver
` [PATCH v1 09/12] pinctrl: freescale: Add i.MXRT1170 pinctrl driver support
` [PATCH v1 10/12] ARM: dts: imxrt1170-pinfunc: Add pinctrl binding header
` [PATCH v1 11/12] ARM: dts: imx: Add i.MXRT1170-EVK support
` [PATCH v1 12/12] ARM: imxrt_defconfig: Add i.MXRT1170

[PATCH bpf-next] libbpf: Allow kprobe attach using legacy debugfs interface
 2022-03-26 14:43 UTC 

[PATCH v3] x86/sev: Unroll string mmio with CC_ATTR_GUEST_UNROLL_STRING_IO
 2022-03-26 14:41 UTC 

powerpc-linux-ld: warning: orphan section `.ftrace.tramp' from `drivers/platform/chrome/cros_ec_trace.o' being placed in section `.ftrace.tramp'
 2022-03-26 14:38 UTC 

[PATCH 1/1] memory: omap-gpmc: Make OMAP_GPMC config visible and selectable
 2022-03-26 14:36 UTC  (3+ messages)

Kernel 5.16.11 r8169 ethernet module do not build
 2022-03-26 14:34 UTC 

PulseAudio only working after setting the UCM - kblda7219max on the ChromeOS Kernel, 5.10.70
 2022-03-26 14:33 UTC 

+ proc-fix-dentry-inode-overinstantiating-under-proc-pid-net-checkpatch-fixes.patch added to -mm tree
 2022-03-26 14:33 UTC  (2+ messages)

[PATCH 4.14 00/17] 4.14.274-rc1 review
 2022-03-26 14:29 UTC  (2+ messages)

mm/rmap.c:1107:16: warning: Value stored to 'folio' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
 2022-03-26 14:28 UTC 

[dm-devel] dm-integrity resize crashes kernel
 2022-03-26 14:24 UTC  (2+ messages)
` [dm-devel] [PATCH] dm-integrity: fix a BUG if we shrink the device

[PATCH 4.19 00/20] 4.19.237-rc1 review
 2022-03-26 14:24 UTC  (3+ messages)

fast forward merge anomaly, 'commit' after 'reset --soft' can produce new commit with same hash as before
 2022-03-26 14:23 UTC 

[Buildroot] [PATCH v2 1/3] package/intel-mediadriver: bump version to 22.3.0
 2022-03-26 14:20 UTC  (3+ messages)
` [Buildroot] [PATCH v2 2/3] package/intel-gmmlib: bump version to 22.1.2
` [Buildroot] [PATCH v2 3/3] package/intel-mediasdk: bump version to 22.3.0

[PATCH for-7.1 v2 00/39] Logging cleanup and per-thread logfiles
 2022-03-26 13:36 UTC  (49+ messages)
` [PATCH v2 1/8] linux-user/nios2: Hoist pc advance to the top of EXCP_TRAP
` [PATCH v2 01/39] util/log: Drop manual log buffering
` [PATCH v2 2/8] linux-user/nios2: Fix clone child return
` [PATCH v2 02/39] target/hexagon: Remove qemu_set_log in hexagon_translate_init
` [PATCH v2 3/8] linux-user/nios2: Drop syscall 0 "workaround"
` [PATCH v2 03/39] util/log: Return bool from qemu_set_log_filename
` [PATCH v2 4/8] linux-user/nios2: Adjust error return
` [PATCH v2 04/39] util/log: Pass Error pointer to qemu_set_log
` [PATCH v2 5/8] linux-user/nios2: Handle special qemu syscall return values
` [PATCH v2 05/39] os-posix: Use qemu_log_enabled
` [PATCH v2 6/8] linux-user/nios2: Remove do_sigreturn
` [PATCH v2 06/39] util/log: Move qemu_log_lock, qemu_log_unlock out of line
` [PATCH v2 7/8] linux-user/nios2: Use QEMU_ESIGRETURN from do_rt_sigreturn
` [PATCH v2 07/39] util/log: Rename qemu_log_lock to qemu_log_trylock
` [PATCH v2 08/39] hw/xen: Split out xen_pv_output_msg
` [PATCH v2 8/8] tests/tcg/nios2: Re-enable linux-user tests
` [PATCH v2 09/39] *: Use fprintf between qemu_log_trylock/unlock
` [PATCH v2 10/39] util/log: Remove qemu_log_vprintf
` [PATCH v2 11/39] tcg: Pass the locked filepointer to tcg_dump_ops
` [PATCH v2 12/39] exec/translator: Pass the locked filepointer to disas_log hook
` [PATCH v2 13/39] exec/log: Remove log_disas and log_target_disas
` [PATCH v2 14/39] accel/tcg: Use cpu_dump_state between qemu_log_trylock/unlock
` [PATCH v2 15/39] target/nios2: Remove log_cpu_state from reset
` [PATCH v2 16/39] util/log: Use qemu_log_trylock/unlock in qemu_log
` [PATCH v2 17/39] util/log: Drop return value from qemu_log
` [PATCH v2 18/39] util/log: Mark qemu_log_trylock as G_GNUC_WARN_UNUSED_RESULT
` [PATCH v2 19/39] util/log: Remove qemu_log_flush
` [PATCH v2 20/39] util/log: Drop call to setvbuf
` [PATCH v2 21/39] bsd-user: Expand log_page_dump inline
` [PATCH v2 22/39] linux-user: "
` [PATCH v2 23/39] tests/unit: Do not reference QemuLogFile directly
` [PATCH v2 24/39] include/exec/log: "
` [PATCH v2 25/39] include/qemu/log: Move entire implementation out-of-line
` [PATCH v2 26/39] sysemu/os-win32: Test for and use _lock_file/_unlock_file
` [PATCH v2 27/39] util/log: Introduce qemu_set_log_filename_flags
` [PATCH v2 28/39] bsd-user: Use qemu_set_log_filename_flags
` [PATCH v2 29/39] linux-user: "
` [PATCH v2 30/39] softmmu: "
` [PATCH v2 31/39] util/log: Remove qemu_log_close
` [PATCH v2 32/39] util/log: Rename logfilename to global_filename
` [PATCH v2 33/39] util/log: Rename qemu_logfile to global_file
` [PATCH v2 34/39] util/log: Rename qemu_logfile_mutex to global_mutex
` [PATCH v2 35/39] util/log: Hoist the eval of is_daemonized in qemu_set_log_internal
` [PATCH v2 36/39] util/log: Combine two logfile closes
` [PATCH v2 37/39] util/log: Rename QemuLogFile to RCUCloseFILE
` [PATCH v2 38/39] util/log: Limit RCUCloseFILE to file closing
` [PATCH v2 39/39] util/log: Support per-thread log files

[PATCH 4/4] file: Fix file descriptor leak in copy_fd_bitmaps()
 2022-03-26 14:17 UTC  (2+ messages)

[PATCH v2 for-7.1 0/8] linux-user/nios2: Fix clone and sigreturn
 2022-03-26 13:39 UTC  (8+ messages)
` [PATCH v2 1/8] linux-user/nios2: Hoist pc advance to the top of EXCP_TRAP
` [PATCH v2 4/8] linux-user/nios2: Adjust error return
` [PATCH v2 7/8] linux-user/nios2: Use QEMU_ESIGRETURN from do_rt_sigreturn

contrib/vscode/: debugging with vscode and gdb
 2022-03-26 14:11 UTC  (4+ messages)

[PATCH v4 0/4] perf: arm-spe: Decode SPE source and use for perf c2c
 2022-03-26 14:04 UTC  (23+ messages)
` [PATCH v4 1/4] tools: arm64: Import cputype.h
` [PATCH v4 2/4] perf arm-spe: Use SPE data source for neoverse cores
` [PATCH v4 3/4] perf mem: Support mem_lvl_num in c2c command
` [PATCH v4 4/4] perf mem: Support HITM for when mem_lvl_num is any

[PATCH 5.4 00/29] 5.4.188-rc1 review
 2022-03-26 14:02 UTC  (3+ messages)

[PATCH 5.10 00/38] 5.10.109-rc1 review
 2022-03-26 14:01 UTC  (3+ messages)

[PATCH net] net: lan966x: fix kernel oops on ioctl when I/F is down
 2022-03-26 13:59 UTC 

[PATCH 5.15 00/37] 5.15.32-rc1 review
 2022-03-26 13:59 UTC  (3+ messages)

sparx5_ptp.c:undefined reference to `ptp_clock_register'
 2022-03-26 13:57 UTC 

[PATCH v2 0/2] Documentation: doc-guide: Add missing page titles
 2022-03-26 13:57 UTC  (5+ messages)
` [PATCH v2 1/2] Documentation: kernel-doc: Promote "Writing kernel-doc comments" to page title
` [PATCH v2 2/2] Documentation: sphinx: replace "Introduction" chapter heading with "

[Bug 215746] New: rfcomm: WARNING: possible circular locking dependency detected: rfcomm_sk_state_change <-> rfcomm_run
 2022-03-26 13:55 UTC  (2+ messages)
` [Bug 215746] "

[PATCH v2 0/3] bootconfig: Support embedding a bootconfig in kernel for non initrd boot
 2022-03-26 13:54 UTC  (7+ messages)
` [PATCH v2 2/3] bootconfig: Support embedding a bootconfig file in kernel

[RFC] locking/rwsem: dont wake up wwaiter in case of lock holder
 2022-03-26 13:40 UTC 

💥 PANICKED: Test report for kernel 5.17.0 (mainline.kernel.org-clang, 52d543b5)
 2022-03-26 13:40 UTC 

[xilinx-xlnx:master 439/642] dwc3-xilinx.c:undefined reference to `dwc3_host_wakeup_register'
 2022-03-26 13:37 UTC 

[syzbot] WARNING in p9_client_destroy
 2022-03-26 13:35 UTC  (5+ messages)
      ` 9p fscache Duplicate cookie detected (Was: [syzbot] WARNING in p9_client_destroy)

[PATCH 5.16 00/37] 5.16.18-rc1 review
 2022-03-26 13:27 UTC  (3+ messages)

Bug report: filters not applied with git add --pathspec-file-nul
 2022-03-26 13:24 UTC 

[PATCH v2] hwmon: (aquacomputer_d5next) Add support for Aquacomputer Octo
 2022-03-26 13:01 UTC  (6+ messages)

[PATCH 1/2] habanalabs: make sure device mem alloc is page aligned
 2022-03-26 13:16 UTC  (2+ messages)

[RFC PATCH 0/6] Port PPC64/PowerNV MMU tests to QEMU
 2022-03-26 13:13 UTC  (4+ messages)
` [RFC PATCH 1/6] target/ppc: Add support for the Processor Attention instruction

[PATCH] Documentation: arch_pgtable_helpers: demote pgtable list headings
 2022-03-26 13:13 UTC 

ordering of call to unbind() in usbnet_disconnect
 2022-03-26 13:04 UTC  (16+ messages)

[PATCH v5] net/bonding: another fix to LACP mempool size
 2022-03-26 12:57 UTC  (4+ messages)

[PATCH] Documentation: kernel-doc: Use descriptive mood for chapter headings
 2022-03-26 12:50 UTC 

Is Wireguard supported on Mac Catalyst?
 2022-03-26 12:48 UTC  (2+ messages)

[PATCH v3] scsi: pmcraid: Remove the PMCRAID_PASSTHROUGH_IOCTL ioctl implementation
 2022-03-26 12:48 UTC 

[PATCH-for-7.0 v3] qemu/main-loop: Disable block backend global state assertion on Cocoa
 2022-03-26 12:45 UTC  (3+ messages)

[PATCH v3 0/2] virtio-blk: support polling I/O and mq_ops->queue_rqs()
 2022-03-26 12:44 UTC  (10+ messages)
` [PATCH v3 1/2] virtio-blk: support polling I/O

[syzbot] KMSAN: uninit-value in ax88179_led_setting
 2022-03-26 12:43 UTC  (3+ messages)

[Intel-wired-lan] [PATCH v2 net-next] ice: Add support for double vlan in switchdev
 2022-03-26 12:40 UTC  (3+ messages)

drivers/firmware/arm_scmi/driver.c:812:17: warning: Value stored to 'dev' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
 2022-03-26 12:36 UTC 

[Intel-wired-lan] [PATCH v3 net-next] ice: Add support for double vlan in switchdev
 2022-03-26 12:35 UTC 

[xen-4.15-testing test] 168863: regressions - FAIL
 2022-03-26 12:30 UTC 

[PATCH 5.17 00/39] 5.17.1-rc1 review
 2022-03-26 12:26 UTC  (5+ messages)

[PATCH 5.17 00/39] 5.17.1-rc1 review
 2022-03-26 12:25 UTC  (3+ messages)

[PATCH] dmaengine: pl330: Fix unbalanced runtime PM
 2022-03-26 12:16 UTC 

[PATCH] net/ixgbe: Retry SFP ID read field to handle misbehaving SFPs
 2022-03-26 12:15 UTC  (3+ messages)
` [PATCH v4] net/ixgbe: retry SFP ID read "

arch/powerpc/xmon/xmon.c:3745:6: warning: Uninitialized variable: name [uninitvar]
 2022-03-26 12:15 UTC 

[PATCH v2] Add ethernet0 alias in Nanopi NEO's device tree
 2022-03-26 12:09 UTC 

[PATCH v1 1/2] dt-bindings: clock: convert rockchip, rk3288-cru.txt to YAML
 2022-03-26 12:09 UTC  (6+ messages)
` [PATCH v1 1/2] dt-bindings: clock: convert rockchip,rk3288-cru.txt "
` [PATCH v1 2/2] ARM: dts: rockchip: add clocks property to cru node rk3288

[andersson:wip/sc8180x-next-20220301 6/27] phy-qcom-qmp.c:undefined reference to `typec_switch_get_drvdata'
 2022-03-26 11:55 UTC 

[PATCH] Add ethernet0 alias in Nanopi NEO's device tree
 2022-03-26 11:53 UTC  (3+ messages)

[ PATCH ] Documentation: fixed doc-build warnings
 2022-03-26 11:52 UTC 

drivers/gpu/drm/amd/amdgpu/../display/dc/dcn31/dcn31_optc.c:95: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2022-03-26 11:45 UTC 

[ PATCH ] Documentation: fixed some doc-build warnings
 2022-03-26 11:45 UTC 

[PATCH v2 0/2] Add Richtek RT5759 buck converter support
 2022-03-26 11:39 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: regulator: Add binding for Richtek RT5759 DCDC converter
` [PATCH v2 2/2] regulator: rt5759: Add support "

x86, possible bug in __memmove() alternatives patching
 2022-03-26 11:39 UTC  (4+ messages)

Thank you for contacting P Bond Glamour Art
 2022-03-26 10:39 UTC 

[andersson:wip/sc8180x-next-20220301 6/27] ld.lld: error: undefined symbol: typec_switch_register
 2022-03-26 11:24 UTC 

[PATCH v5 0/9] imx8mm: add pwm-imx backlight support
 2022-03-26 11:19 UTC  (10+ messages)
` [PATCH v5 1/9] arch: mach-imx: imx8m: add pwm ctrl registers fields defines
` [PATCH v5 2/9] arch: mach-imx: imx8m: add pwm_regs struct in imx-regs
` [PATCH v5 3/9] clk: imx8mm: add pwm clocks support
` [PATCH v5 4/9] drivers: pwm: pwm-imx: move pwm-imx-util into pwm-imx
` [PATCH v5 5/9] driver: pwm: pwm-imx: get and enable per/ipg clock using dm
` [PATCH v5 6/9] driver: pwm: pwm-imx: introduce pwm_dm_imx_get_parms
` [PATCH v5 7/9] driver: pwm: pwm-imx: separe dm from non dm implementation
` [PATCH v5 8/9] arm: dts: imx8mm_evk: add pwm1/backlight support
` [PATCH v5 9/9] configs: imx8mm_evk: add pwm backlight support


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.