All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-04-23 17:50:14 to 2021-04-23 18:31:30 UTC [more...]

[PATCH 0/12 v4] fs: Hole punch vs page cache filling races
 2021-04-23 18:30 UTC  (3+ messages)
` [PATCH 02/12] mm: Protect operations adding pages to page cache with invalidate_lock

Poll for call
 2021-04-23 18:30 UTC  (2+ messages)

[PATCH v2 00/14] spi: pxa2xx: Set of cleanups
 2021-04-23 18:24 UTC  (45+ messages)
` [PATCH v2 01/14] spi: pxa2xx: Use one point of return when ->probe() fails
` [PATCH v2 02/14] spi: pxa2xx: Utilize MMIO and physical base from struct ssp_device
` [PATCH v2 03/14] spi: pxa2xx: Utilize struct device "
` [PATCH v2 04/14] spi: pxa2xx: Replace header inclusions by forward declarations
` [PATCH v2 05/14] spi: pxa2xx: Unify ifdeffery used in the headers
` [PATCH v2 06/14] spi: pxa2xx: Group Intel Quark specific definitions
` [PATCH v2 07/14] spi: pxa2xx: Introduce int_stop_and_reset() helper
` [PATCH v2 08/14] spi: pxa2xx: Reuse int_error_stop() in pxa2xx_spi_slave_abort()
` [PATCH v2 09/14] spi: pxa2xx: Use pxa_ssp_enable()/pxa_ssp_disable() in the driver
` [PATCH v2 10/14] spi: pxa2xx: Extract pxa2xx_spi_update() helper
` [PATCH v2 11/14] spi: pxa2xx: Extract clear_SSCR1_bits() helper
` [PATCH v2 12/14] spi: pxa2xx: Extract read_SSSR_bits() helper
` [PATCH v2 13/14] spi: pxa2xx: Constify struct driver_data parameter
` [PATCH v2 14/14] spi: pxa2xx: Introduce special type for Merrifield SPIs

[PATCH] cpuidle/pseries: Fixup CEDE0 latency only for POWER10 onwards
 2021-04-23 18:29 UTC  (6+ messages)

[PATCH 00/12] wilc1000: added chip wakeup support and few fixes
 2021-04-23 18:29 UTC  (13+ messages)
` [PATCH 01/12] wilc1000: move 'deinit_lock' lock init/destory inside module probe
` [PATCH 02/12] wilc1000: fix possible memory leak in cfg_scan_result()
` [PATCH 03/12] wilc1000: added new WID to pass WOW info to firmware
` [PATCH 04/12] wilc1000: setup registers to support chip wakeup sequence
` [PATCH 05/12] wilc1000: add reset/terminate/repeat command support for SPI bus
` [PATCH 06/12] wilc1000: handle register read fail issue "
` [PATCH 07/12] wilc1000: ignore error response for SPI clockless registers
` [PATCH 08/12] wilc1000: invoke chip reset register while FW download
` [PATCH 09/12] wilc1000: avoid 'isinit' static by moving inside priv data
` [PATCH 10/12] wilc1000: added initialized variable check before processing
` [PATCH 11/12] wilc1000: use write command after read in wilc_spi_sync_ext()
` [PATCH 12/12] wilc1000: increase WILC_CFG_PKTS_TIMEOUT timeout value

[PATCH v2 0/3] Add multiprocessor wake-up support
 2021-04-23 18:29 UTC  (8+ messages)
` [PATCH v2 1/3] ACPICA: ACPI 6.4: MADT: add Multiprocessor Wakeup Mailbox Structure
` [PATCH v2 3/3] x86/acpi, x86/boot: Add multiprocessor wake-up support

[PATCH v2 bpf-next 00/16] bpf: syscall program, FD array, loader program, light skeleton
 2021-04-23 18:28 UTC  (4+ messages)
` [PATCH v2 bpf-next 01/16] bpf: Introduce bpf_sys_bpf() helper and program type

[PATCHSET 0/5] perf report: Make --stat output more compact
 2021-04-23 18:28 UTC  (6+ messages)
` [PATCH 1/5] perf top: Use evlist->events_stat to count events
` [PATCH 2/5] perf hists: Split hists_stats from events_stats
` [PATCH 3/5] perf report: Show event sample counts in --stat output
` [PATCH 4/5] perf report: Add --skip-empty option to suppress 0 event stat
` [PATCH 5/5] perf report: Make --skip-empty as default

How to toggle physical link via ethtool
 2021-04-23 18:27 UTC  (3+ messages)

next/master baseline: 614 runs, 39 regressions (next-20210423)
 2021-04-23 18:27 UTC 

ARCH=hexagon unsupported?
 2021-04-23 18:26 UTC  (5+ messages)

[PATCH] tester: Remove timeout if pre-setup failed
 2021-04-23 18:26 UTC 

[PATCH v2 1/1] ACPICA: Add SVKL table headers
 2021-04-23 18:25 UTC  (5+ messages)
      ` [Devel] "

[PATCH] pc-bios/s390-ccw/netboot: Use "-Wl, " prefix to pass parameter to the linker
 2021-04-23 18:22 UTC  (2+ messages)

[PATCH V2 0/3] Add DT bindings and device tree nodes for TSENS in SC7280
 2021-04-23 18:22 UTC  (4+ messages)
` [PATCH V2 1/3] dt-bindings: thermal: tsens: Add compatible string to TSENS binding for SC7280
` [PATCH V2 2/3] ARM: dts: qcom: Add device node support for TSENS in SC7280
` [PATCH V2 3/3] ARM: dts: qcom: Add Thermal zone support "

[PATCH v3 bpf-next 00/18] BPF static linker: support externs
 2021-04-23 18:23 UTC  (20+ messages)
` [PATCH v3 bpf-next 01/18] bpftool: support dumping BTF VAR's "extern" linkage
` [PATCH v3 bpf-next 02/18] bpftool: dump more info about DATASEC members
` [PATCH v3 bpf-next 03/18] libbpf: suppress compiler warning when using SEC() macro with externs
` [PATCH v3 bpf-next 04/18] libbpf: mark BPF subprogs with hidden visibility as static for BPF verifier
` [PATCH v3 bpf-next 05/18] libbpf: allow gaps in BPF program sections to support overriden weak functions
` [PATCH v3 bpf-next 06/18] libbpf: refactor BTF map definition parsing
` [PATCH v3 bpf-next 07/18] libbpf: factor out symtab and relos sanity checks
` [PATCH v3 bpf-next 08/18] libbpf: make few internal helpers available outside of libbpf.c
` [PATCH v3 bpf-next 09/18] libbpf: extend sanity checking ELF symbols with externs validation
` [PATCH v3 bpf-next 10/18] libbpf: tighten BTF type ID rewriting with error checking
` [PATCH v3 bpf-next 11/18] libbpf: add linker extern resolution support for functions and global variables
` [PATCH v3 bpf-next 12/18] libbpf: support extern resolution for BTF-defined maps in .maps section
` [PATCH v3 bpf-next 13/18] selftests/bpf: use -O0 instead of -Og in selftests builds
` [PATCH v3 bpf-next 14/18] selftests/bpf: omit skeleton generation for multi-linked BPF object files
` [PATCH v3 bpf-next 15/18] selftests/bpf: add function linking selftest
` [PATCH v3 bpf-next 16/18] selftests/bpf: add global variables "
` [PATCH v3 bpf-next 17/18] selftests/bpf: add map "
` [PATCH v3 bpf-next 18/18] selftests/bpf: document latest Clang fix expectations for linking tests

[PATCH v3 0/2] dmaengine: idxd: IDXD pmu support
 2021-04-23 18:23 UTC  (4+ messages)

[PATCH 0/2] drm/tegra: Fix device/module refs for DP
 2021-04-23 18:21 UTC  (6+ messages)
` [PATCH 1/2] drm/tegra: Get ref for DP AUX channel, not its ddc adapter
` [PATCH 2/2] drm/tegra: Fix DP AUX channel reference leaks

[PATCH 0/2] clk: Do not register provider with a NULL dev->of_node
 2021-04-23 18:21 UTC  (4+ messages)
` [PATCH 1/2] "

[PATCH v15 00/12] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-04-23 18:21 UTC  (3+ messages)

[PATCH bpf-next] bpf: Document the pahole release info related to libbpf in bpf_devel_QA.rst
 2021-04-23 18:20 UTC  (3+ messages)

[PATCH v14 00/13] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-04-23 18:19 UTC  (8+ messages)

[PATCH 0/7] ASoC: adds new .get_fmt support
 2021-04-23 18:18 UTC  (2+ messages)

[PATCH 1/3] arm64: armv8_deprecated: Fix swp_handler() signal generation
 2021-04-23 18:17 UTC  (7+ messages)
` [PATCH 2/3] arm64: signal: sigreturn() and rt_sigreturn() sometime returns the wrong signals

[PATCH v1 1/1] x86/tdx: Add tdcall() and tdvmcall() helper functions
 2021-04-23 18:18 UTC  (12+ messages)
` [PATCH v2 1/1] x86/tdx: Add __tdcall() and __tdvmcall() "

[PATCH] dt-bindings: pinctrl: convert Broadcom Northstar to the json-schema
 2021-04-23 18:18 UTC  (3+ messages)
` [PATCH V2] "

[PATCH v3 0/4] KVM statistics data fd-based binary interface
 2021-04-23 18:17 UTC  (14+ messages)
` [PATCH v3 1/4] KVM: stats: Separate common stats from architecture specific ones
` [PATCH v3 2/4] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v3 3/4] KVM: stats: Add documentation for statistics data binary interface
` [PATCH v3 4/4] KVM: selftests: Add selftest for KVM "

[PATCH net-next 0/5] mptcp: Compatibility with common msg flags
 2021-04-23 18:17 UTC  (6+ messages)
` [PATCH net-next 1/5] mptcp: implement dummy MSG_ERRQUEUE support
` [PATCH net-next 2/5] mptcp: implement MSG_TRUNC support
` [PATCH net-next 3/5] mptcp: ignore unsupported msg flags
` [PATCH net-next 4/5] mptcp: add MSG_PEEK support
` [PATCH net-next 5/5] selftests: mptcp: add a test case for MSG_PEEK

[PATCH] dt-bindings: clock: brcm,iproc-clocks: convert to the json-schema
 2021-04-23 18:14 UTC  (3+ messages)
` [PATCH V2] "

[RFC PATCH 1/1] mount.nfs: Fix mounting on tmpfs
 2021-04-23 18:13 UTC  (6+ messages)

[riscv:for-next 18/38] arch/riscv/mm/physaddr.c:26:46: error: 'kernel_virt_addr' undeclared; did you mean 'kernel_read'?
 2021-04-23 18:12 UTC 

[PATCH v2 net-next] net: pcs: Enable pre-emption packet for 10/100Mbps
 2021-04-23 18:11 UTC  (6+ messages)

[PATCH v2] ASoC: rt711-sdca: add the notification when volume changed
 2021-04-23 18:06 UTC  (2+ messages)

[PATCH v4] ASoC: rt711-sdca: change capture switch controls
 2021-04-23 18:06 UTC  (2+ messages)

[PATCH v2 0/5] ASoC: clock provider clean-up
 2021-04-23 18:06 UTC  (3+ messages)

[PATCH] SUNRPC: Add a check for gss_release_msg
 2021-04-23 18:07 UTC  (11+ messages)

[PATCH 1/3] dt-bindings: vendor-prefixes: Add Tang Cheng (TCS)
 2021-04-23 18:06 UTC  (3+ messages)

[PATCH] regulator: core: Fix off_on_delay handling
 2021-04-23 18:06 UTC  (2+ messages)

[PATCH 1/2] Revert "ALSA: usb-audio: Add support for many Roland devices..."
 2021-04-23 18:04 UTC  (6+ messages)
` [PATCH 2/2] ALSA: usb-audio: Generic application of implicit fb to Roland/BOSS devices

[xen-4.12-testing test] 161397: regressions - FAIL
 2021-04-23 18:05 UTC 

[PATCH V2] ARM: dts: imx6q-dhcom: Add PU,VDD1P1,VDD2P5 regulators
 2021-04-23 17:57 UTC  (2+ messages)

[PATCH 1/2] tinfoil/data_smart: Allow variable history emit() to function remotely
 2021-04-23 18:03 UTC  (3+ messages)
` [PATCH 2/2] bin/bitbake-getvar: Add a new command to query a variable value (with history)
  ` [bitbake-devel] "

[PATCH yocto-autobuilder-helper 1/4] config.json: transition ptests to weston-based images
 2021-04-23 18:02 UTC  (4+ messages)
` [PATCH yocto-autobuilder-helper 2/4] config.json: replace core-image-sato with core-image-weston
` [PATCH yocto-autobuilder-helper 3/4] config.json: pam is required when weston starts under systemd
` [PATCH yocto-autobuilder-helper 4/4] config.json: add a target to test standalone X11 image

[PATCH 1/7] core-image-weston: add sdk/ptest images
 2021-04-23 18:02 UTC  (7+ messages)
` [PATCH 2/7] oeqa/buildperf: use weston image instead of sato
` [PATCH 3/7] oeqa/core/tests/test_data.py: "
` [PATCH 4/7] oeqa/selftest: transition to weston images
` [PATCH 5/7] core-image-multilib-example: base on weston, and not sato
` [PATCH 6/7] default-distrovars.inc: add wayland/opengl to default distro features
` [PATCH 7/7] poky.conf: remove wayland/opengl from distro features, as it is now oe-core default

[PATCH v2 1/2] kvm: x86: Allow userspace to handle emulation errors
 2021-04-23 18:01 UTC  (12+ messages)

[PATCH net-next 0/3] Marvell Prestera Switchdev initial updates for
 2021-04-23 18:01 UTC  (5+ messages)
` [PATCH net-next 1/3] net: marvell: prestera: bump supported firmware version to 3.0

Need suggestions: in case where linux-lib-headers and the kernel versions differ
 2021-04-23 18:01 UTC  (2+ messages)
` [OE-core] "

[PATCH v2 bpf-next 00/17] BPF static linker: support externs
 2021-04-23 17:59 UTC  (8+ messages)
` [PATCH v2 bpf-next 15/17] selftests/bpf: add function linking selftest

[PATCH] README: update/fix contribution guidelines
 2021-04-23 18:00 UTC  (3+ messages)
  ` [bitbake-devel] "

[PATCH 1/3 net-next v3] net: ethernet: ixp4xx: Add DT bindings
 2021-04-23 17:58 UTC  (2+ messages)

[PATCH v1 00/50] mips: octeon: Add serdes and device helper support incl. DM PCIe driver
 2021-04-23 17:57 UTC  (5+ messages)
` [PATCH v2 33/50] mips: octeon: Add misc remaining header files
` [PATCH v3 "

linux-next failing build due to missing cubictcp_state symbol
 2021-04-23 17:55 UTC  (3+ messages)

[PATCH] ASoC: simple-card: Fix breakage on kontron-sl28-var3-ads2
 2021-04-23 17:53 UTC 

[PATCH v2] README: update/fix contribution guidelines
 2021-04-23 17:54 UTC 

[PATCH v3 1/2] gpio: Add support for IDT 79RC3243x GPIO controller
 2021-04-23 17:53 UTC  (3+ messages)
` [PATCH v3 2/2] dt-bindings: gpio: Add devicetree binding for IDT 79RC32434 "

[Nouveau] [PATCH v3 00/20] drm: Use new DRM printk funcs (like drm_dbg_*()) in DP helpers
 2021-04-23 17:53 UTC  (10+ messages)
` [PATCH v3 03/20] drm/dp: Move i2c init to drm_dp_aux_init, add __must_check and fini
  ` [Nouveau] "
              ` [Intel-gfx] "

[PATCH] arm64: doc: Add brk/mmap/mremap() to the Tagged Address ABI Exceptions
 2021-04-23 17:51 UTC 

[PATCH v7 0/5] blk-mq: Fix a race between iterating over requests and freeing requests
 2021-04-23 17:52 UTC  (8+ messages)
` [PATCH v7 3/5] blk-mq: Fix races "

[PATCH v1 01/14] spi: pxa2xx: Use one point of return when ->probe() fails
 2021-04-23 17:49 UTC  (6+ messages)
` [PATCH v1 05/14] spi: pxa2xx: Consolidate related headers under include/linux/spi

[PATCH v5 0/4] accel/tcg: Make sure that tb->size != 0 after translation
 2021-04-23 17:50 UTC  (5+ messages)
` [PATCH v5 2/4] target/arm: Make sure that commpage's tb->size != 0

[PATCH iproute2] uapi: add missing virtio related headers
 2021-04-23 17:50 UTC  (2+ messages)


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.