All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-07-10 14:01:39 to 2021-07-10 16:18:08 UTC [more...]

[PATCH v5 00/15] SBI PMU extension support
 2021-07-10 16:18 UTC  (8+ messages)
` [PATCH v5 01/15] docs: Add device tree bindings for SBI PMU extension
` [PATCH v5 02/15] lib: sbi: Detect mcountinihibit support at runtime
` [PATCH v5 03/15] lib: sbi: Remove stray '\' character
` [PATCH v5 04/15] lib: sbi: Detect number of bits implemented in mhpmcounter
` [PATCH v5 05/15] lib: sbi: Disable m/scounteren & enable mcountinhibit
` [PATCH v5 06/15] include: Add a list empty check function
` [PATCH v5 07/15] lib: sbi: Remove redundant boot time print statement

[PATCH v3 1/3] mfd: da9063: Add HWMON dependencies
 2021-07-10 16:17 UTC  (5+ messages)
` [PATCH v3 2/3] hwmon: da9063: HWMON driver
` [PATCH v3 3/3] Documentation: hwmon: New information for DA9063

[PATCH net-next v4 00/16] net: phy: marvell10g updates
 2021-07-10 16:12 UTC  (3+ messages)
` [PATCH net-next v4 11/16] net: phy: marvell10g: add separate structure for 88X3340

[PATCH v12 00/17] Introduce the Counter character device interface
 2021-07-10 16:08 UTC  (8+ messages)
` [PATCH v12 15/17] counter: Implement events_queue_size sysfs attribute

[Bug 1905297] [NEW] Zynq7000 UART clock reset initialization
 2021-07-10 15:57 UTC  (2+ messages)
` [Bug 1905297] "

[PATCH v1 0/4] AD7949 Fixes
 2021-07-10 16:08 UTC  (3+ messages)
` [PATCH v2 1/4] iio: adc: ad7949: define and use bitfield names

[Intel-gfx] [PATCH 00/16] Enable GuC based power management features
 2021-07-10 16:05 UTC  (13+ messages)
` [Intel-gfx] [PATCH 02/16] drm/i915/guc/slpc: Initial definitions for slpc
  `  "
` [Intel-gfx] [PATCH 04/16] drm/i915/guc/slpc: Lay out slpc init/enable/disable/fini
` [Intel-gfx] [PATCH 05/16] drm/i915/guc/slpc: Adding slpc communication interfaces
  `  "
` [Intel-gfx] [PATCH 06/16] drm/i915/guc/slpc: Allocate, initialize and release slpc
    `  "

[PATCH] ARM: dts: sun8i: h3: orangepi-plus: Fix ethernet phy-mode
 2021-07-10 16:02 UTC  (5+ messages)

[PATCH] dim/drm-misc: Add rule to not push patches with issues
 2021-07-10 16:03 UTC  (2+ messages)

[PATCH 1/1] drm: bridge: Mark deprecated operations in drm_bridge_funcs
 2021-07-10 16:02 UTC  (2+ messages)

drivers/mtd/nand/raw/sh_flctl.c:510:17: sparse: sparse: incorrect type in assignment (different base types)
 2021-07-10 15:51 UTC  (2+ messages)

vmlinux.o: warning: objtool: do_syscall_64()+0x18: call to static_key_count() leaves .noinstr.text section
 2021-07-10 16:01 UTC 

[PATCH] soc: fsl: qe: convert QE interrupt controller to platform_device
 2021-07-10 14:55 UTC  (5+ messages)

[ovmf test] 163515: regressions - FAIL
 2021-07-10 15:59 UTC 

[PATCH V3 0/1] powerpc/perf: Clear pending PMI in ppmu callbacks
 2021-07-10 15:58 UTC  (2+ messages)
` [PATCH V3 1/1] powerpc/perf: Fix PMU callbacks to clear pending PMI before resetting an overflown PMC

[PATCH 00/41] tcg patch queue
 2021-07-10 15:31 UTC  (42+ messages)
` [PATCH 01/41] tcg: Add separator in INDEX_op_call dump
` [PATCH 02/41] tcg: Avoid including 'trace-tcg.h' in target translate.c
` [PATCH 03/41] accel/tcg: Hoist tcg_tb_insert() up above tb_link_page()
` [PATCH 04/41] tcg: Bake tb_destroy() into tcg_region_tree
` [PATCH 05/41] tcg: Move tb_phys_invalidate_count to tb_ctx
` [PATCH 06/41] accel/tcg: Introduce translator_use_goto_tb
` [PATCH 07/41] target/alpha: Remove use_exit_tb
` [PATCH 08/41] target/alpha: Remove in_superpage
` [PATCH 09/41] target/alpha: Use translator_use_goto_tb
` [PATCH 10/41] target/arm: Use DISAS_TOO_MANY for ISB and SB
` [PATCH 11/41] target/arm: Use translator_use_goto_tb for aarch64
` [PATCH 12/41] target/arm: Use translator_use_goto_tb for aarch32
` [PATCH 13/41] target/avr: Use translator_use_goto_tb
` [PATCH 14/41] target/avr: Mark some helpers noreturn
` [PATCH 15/41] target/cris: Use translator_use_goto_tb
` [PATCH 16/41] target/hppa: "
` [PATCH 17/41] target/i386: "
` [PATCH 18/41] target/m68k: "
` [PATCH 19/41] target/microblaze: "
` [PATCH 20/41] target/mips: "
` [PATCH 21/41] target/mips: Fix missing else in gen_goto_tb
` [PATCH 22/41] target/nios2: Use translator_use_goto_tb
` [PATCH 23/41] target/openrisc: "
` [PATCH 24/41] target/ppc: "
` [PATCH 25/41] target/riscv: "
` [PATCH 26/41] target/rx: "
` [PATCH 27/41] target/s390x: "
` [PATCH 28/41] target/s390x: Remove use_exit_tb
` [PATCH 29/41] target/sh4: Use translator_use_goto_tb
` [PATCH 30/41] target/sparc: "
` [PATCH 31/41] target/tricore: "
` [PATCH 32/41] target/tricore: Use tcg_gen_lookup_and_goto_ptr
` [PATCH 33/41] target/xtensa: Use translator_use_goto_tb
` [PATCH 34/41] tcg: Fix prologue disassembly
` [PATCH 35/41] target/i386: Use cpu_breakpoint_test in breakpoint_handler
` [PATCH 36/41] accel/tcg: Move helper_lookup_tb_ptr to cpu-exec.c
` [PATCH 37/41] accel/tcg: Move tb_lookup "
` [PATCH 38/41] accel/tcg: Split out log_cpu_exec
` [PATCH 39/41] accel/tcg: Log tb->cflags with -d exec
` [PATCH 40/41] tcg: Remove TCG_TARGET_HAS_goto_ptr
` [PATCH 41/41] cpu: Add breakpoint tracepoints

[Buildroot] [PATCH] package/libgtk3: bump to version 3.24.29
 2021-07-10 15:58 UTC 

[PATCH 11/11] imx: ventana: display 'none' for MMC if board does not have it
 2021-07-10 15:54 UTC  (2+ messages)

[PATCH 07/11] imx: ventana: put LTC3676 regulators in continuous mode
 2021-07-10 15:54 UTC  (2+ messages)

[PATCH v3 4/9] board: phytec: phycore_imx8mp: Change debug UART
 2021-07-10 15:54 UTC  (2+ messages)

[PATCH v3 9/9] board: phytec: imx8mp-phycore: Switch to binman
 2021-07-10 15:53 UTC  (2+ messages)

[RESEND PATCH 4/6] imx8m: Restrict usable memory to space below 4G boundary
 2021-07-10 15:53 UTC  (2+ messages)

[PATCH 04/11] imx: ventana: add legacy uboot image support
 2021-07-10 15:53 UTC  (2+ messages)

[PATCH v3 8/9] arm: dts: imx8mp-phyboard-pollux-rdk-u-boot: Add wdog pinctrl entry
 2021-07-10 15:53 UTC  (2+ messages)

[RESEND PATCH 1/6] mtd: spi-nor-ids: Add support for Macronix MX25V8035F and MX25R1635F
 2021-07-10 15:53 UTC  (2+ messages)

[PATCH 05/11] imx: ventana: add PMIC fix for GW54xx-G
 2021-07-10 15:53 UTC  (2+ messages)

[PATCH 06/11] imx: ventana: put PFUZ100 regulators in continuous mode
 2021-07-10 15:53 UTC  (2+ messages)

[PATCH v3 7/9] board: phytec: phycore-imx8mp: Enable DVS1 control
 2021-07-10 15:53 UTC  (2+ messages)

[PATCH v2] pci: imx: use reset-gpios if defined by device-tree
 2021-07-10 15:53 UTC  (2+ messages)

[PATCH 03/11] imx: ventana: increase SYS_BOOTM_LEN
 2021-07-10 15:53 UTC  (2+ messages)

[PATCH v3 2/9] arm: dts: imx8mp: Add common u-boot dtsi
 2021-07-10 15:53 UTC  (2+ messages)

[PATCH v3 5/9] board: phytec: phycore_imx8mp: Add fec support
 2021-07-10 15:53 UTC  (2+ messages)

[PATCH 3/3] smegw01: Select the CMD_UNZIP option
 2021-07-10 15:53 UTC  (2+ messages)

[PATCH v3 6/9] board: phytec: phycore_imx8mp: Set VDD_ARM to 0,95V
 2021-07-10 15:53 UTC  (2+ messages)

[PATCH 01/11] imx: ventana: remove USB_KEYBOARD support
 2021-07-10 15:53 UTC  (2+ messages)

[RESEND PATCH 2/6] spi: fsl_qspi: Build driver only if DM_SPI is available
 2021-07-10 15:52 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/qemu: virtfs needs system
 2021-07-10 15:54 UTC 

[PATCH] arm/mach-imx: Fix macros in mmdc_size.c
 2021-07-10 15:52 UTC 

[PATCH v3 3/9] arm: dts: imx8mp-phyboard-pollux: Sync dts files with kernel
 2021-07-10 15:52 UTC  (2+ messages)

[PATCH 02/11] imx: ventana: remove unneeded includes
 2021-07-10 15:52 UTC  (2+ messages)

[PATCH 10/11] imx: ventana: add support for DLC0700XDP21LF LCD display
 2021-07-10 15:52 UTC  (2+ messages)

[PATCH v3 1/9] arm: dts: imx8mp: Resync imx8mp device tree include
 2021-07-10 15:52 UTC  (2+ messages)

[PATCH V2] ARM: imx6: Update dhelectronics/dh_imx6/MAINTAINERS file
 2021-07-10 15:52 UTC 

[PATCH 09/11] imx: ventana: display neteowrk PHY
 2021-07-10 15:52 UTC  (2+ messages)

[PATCH 1/3] smegw01: Allow booting the Yocto image by default
 2021-07-10 15:52 UTC  (2+ messages)

[RESEND PATCH 3/6] clk: imx8mm: Add SPI clocks
 2021-07-10 15:52 UTC  (2+ messages)

[PATCH 08/11] imx: ventana: add DP83867 PHY LED configuration
 2021-07-10 15:52 UTC  (2+ messages)

sound/usb/pcm.c:23:1: iwyu: warning: superfluous #include "clock.h"
 2021-07-10 15:47 UTC 

[PATCH rfc v2 0/5] add elevated refcnt support for page pool
 2021-07-10 15:40 UTC  (2+ messages)

[linux-rt-devel:linux-5.13.y-rt-testing 205/226] kernel/sched/core.c:5459:19: warning: unused function 'preemptible_lazy'
 2021-07-10 15:39 UTC  (2+ messages)

[PATCH 5.14] io_uring: use right task for exiting checks
 2021-07-10 15:36 UTC  (4+ messages)

[RFC net-next] net: extend netdev features
 2021-07-10 15:35 UTC  (5+ messages)

[PATCH] iio: adc: ti-ads7950: Ensure CS is deasserted after reading channels
 2021-07-10 15:32 UTC  (4+ messages)

[PATCH 0/5] Default aliases
 2021-07-10 15:30 UTC  (7+ messages)
` [PATCH 5/5] config: add default aliases

[PATCH] net: qcom/emac: fix UAF in emac_remove
 2021-07-10 15:20 UTC  (4+ messages)

[PATCH V3 0/3] driver core: Add ability to delete device links of unregistered devices
 2021-07-10 15:19 UTC  (3+ messages)
` [PATCH V3 1/3] driver core: Prevent warning when removing a device link from unregistered consumer

[PATCH 1/4] usb: audio-v2: add ability to define feature unit descriptor
 2021-07-10 15:18 UTC  (2+ messages)

[xen-unstable test] 163506: regressions - FAIL
 2021-07-10 15:16 UTC 

[RFC PATCH 0/4] split rk3568 and rk3566 device trees
 2021-07-10 15:10 UTC  (15+ messages)
` [RFC PATCH 1/4] arm64: dts: rockchip: move rk3568 dtsi to rk356x dtsi
` [RFC PATCH 2/4] arm64: dts: rockchip: split rk3568 device tree
` [RFC PATCH 3/4] arm64: dts: rockchip: add rk3566 dtsi
` [RFC PATCH 4/4] arm64: dts: rockchip: add basic dts for Pine64 Quartz64-A

Kernel first task
 2021-07-10 15:12 UTC 

[PULL v2 00/15] Machine queue, 2021-07-07
 2021-07-10 15:05 UTC  (2+ messages)

[RFC PATCH 00/11] RISC-V: support clic v0.9 specification
 2021-07-10 15:04 UTC  (7+ messages)
` [RFC PATCH 06/11] target/riscv: Update CSR xtvec in CLIC mode
` [RFC PATCH 08/11] target/riscv: Update CSR xnxti "

[PATCH 4.4 00/57] 4.4.274-rc1 review
 2021-07-10 14:59 UTC  (2+ messages)

The format of password change audit events seems to have changed, Can you confirm the correct record type ?
 2021-07-10 14:57 UTC  (4+ messages)

[PATCH v4 0/5] Fully support standalone Clang/LLVM toolchains
 2021-07-10 14:56 UTC  (9+ messages)
` [PATCH v4 3/5] firmware: Explicitly pass -pie to the linker, not just the driver

[PATCH -tip 0/6] kprobes: treewide: Clean up kprobe code
 2021-07-10 14:56 UTC  (14+ messages)
` [PATCH -tip 1/6] kprobes: treewide: Cleanup the error messages for kprobes
` [PATCH -tip 2/6] kprobes: Fix coding style issues
` [PATCH -tip 3/6] kprobes: Use IS_ENABLED() instead of kprobes_built_in()
` [PATCH -tip 4/6] kprobes: Add assertions for required lock
` [PATCH -tip 5/6] kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimized_kprobe()
  ` [PATCH -tip 5/6] kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimized_kp
` [PATCH -tip 6/6] kprobes: Use bool type for functions which returns boolean value

[RESEND PATCH 0/6] Add support for Kontron i.MX6UL/ULL and i.MX8MM modules/boards
 2021-07-10 14:53 UTC  (5+ messages)
` [RESEND PATCH 5/6] imx: imx6ul: Add support for Kontron Electronics SL/BL i.MX6UL/ULL boards (N63xx/N64xx)
` [RESEND PATCH 6/6] imx: imx8mm: Add support for Kontron Electronics SL/BL i.MX8M-Mini boards (N801x)

[PATCH] spi: mxc_spi: fix warnings if CLK_ENABLED not set
 2021-07-10 14:51 UTC 

[toke:xdp-queueing-01 1/3] kernel/bpf/pifomap.c:149 pifo_map_lookup_elem() error: uninitialized symbol 'pkt'
 2021-07-10 14:51 UTC  (2+ messages)

[PATCH] ARC: Fix CONFIG_STACKDEPOT
 2021-07-10 14:50 UTC  (2+ messages)

✅ PASS: Test report for kernel 5.12.16-rc1 (stable, 45d72f8b)
 2021-07-10 14:50 UTC 

[PATCH v2 0/5] Add pidfd support to the fanotify API
 2021-07-10 14:49 UTC  (3+ messages)
` [PATCH v2 5/5] fanotify: add "

[syzbot] WARNING in do_proc_control/usb_submit_urb
 2021-07-10 14:50 UTC  (2+ messages)

drivers/remoteproc/mtk_scp.c:570 scp_probe() warn: missing error code 'ret'
 2021-07-10 14:49 UTC  (2+ messages)

drivers/gpu/drm/panel/panel-mantix-mlaf057we51.c:8:1: iwyu: warning: superfluous #include <linux/backlight.h>
 2021-07-10 14:45 UTC 

[PATCH bpf-next v3 0/2] libbpf: Introduce 'btf_custom_path' to 'bpf_obj_open_opts'
 2021-07-10 14:42 UTC  (3+ messages)
` [PATCH bpf-next v3 2/2] libbpf: Fix the possible memory leak caused by obj->kconfig

[PATCH v1 1/5] target/riscv: Expose interrupt pending bits as GPIO lines
 2021-07-10 14:40 UTC  (3+ messages)

[RFC] btrfs-progs: cmds: Add subcommand that dumps file extents
 2021-07-10 14:41 UTC 

[f2fs-dev] [PATCH v4] fs: forbid invalid project ID
 2021-07-10 14:39 UTC  (2+ messages)
`  "

[linux-rt-devel:linux-5.13.y-rt-testing 57/226] mm/slub.c:376:1: warning: unused function 'slab_lock'
 2021-07-10 14:28 UTC  (2+ messages)

Read Kernel Command Line Options From a Text File
 2021-07-10  9:48 UTC 

[PATCH] staging: rtl8188eu: Replace a custom function with crc32_le()
 2021-07-10 14:38 UTC  (4+ messages)

[PATCH 1/2] firmware: Remove the unhelpful alignment codes before fdt relocation
 2021-07-10 14:28 UTC  (2+ messages)
` [PATCH 2/2] docs: firmware: Document parameters passed to firmware and alignment requirement

auditd not logging proper log
 2021-07-10 14:27 UTC 

Mount failure caused by colon/comma characters in the path of lower/upper dirs
 2021-07-10 14:22 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/qpid-proton: bump to version 0.35.0
 2021-07-10 14:21 UTC 

[PATCH 4.9 0/9] 4.9.275-rc1 review
 2021-07-10 14:12 UTC  (2+ messages)

[PATCH] tty: serial: jsm: hold port lock when reporting modem line changes
 2021-07-10 14:05 UTC 

[PATCH 4.14 00/25] 4.14.239-rc1 review
 2021-07-10 14:05 UTC  (2+ messages)

[PATCH 0/2] clk: qcom: move pm_clk handling to common code
 2021-07-10 14:01 UTC  (3+ messages)
` [PATCH 1/2] clk: qcom: use common code for qcom_cc_probe_by_index
` [PATCH 2/2] clk: qcom: move pm_clk functionality into common code


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.