All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-29 21:49:38 to 2020-09-29 22:36:11 UTC [more...]

[PATCH] sched_getattr.2: update to include changed size semantics
 2020-09-29 22:35 UTC  (3+ messages)
` [PATCH 1/2] "
  ` [PATCH 2/2] openat2.2: fix minor reference typo

[linux-next:master 9021/11956] arch/arm/mach-imx/mach-mx21ads.c:325: undefined reference to `mx21_clocks_init'
 2020-09-29 22:35 UTC 

[PATCH v3 00/18] hw/block/nvme: bump to v1.3
 2020-09-29 22:34 UTC  (5+ messages)
` [PATCH v3 07/18] hw/block/nvme: add support for the get log page command

[PATCH 0/4] tpm_tis: fix interrupts (again)
 2020-09-29 22:32 UTC  (5+ messages)
` [PATCH 1/4] tpm_tis: Clean up locality release
` [PATCH 2/4] tpm_tis: Fix interrupts for TIS TPMs without legacy cycles
` [PATCH 3/4] tpm_tis: fix IRQ probing
` [PATCH 4/4] Revert "tpm: Revert "tpm_tis_core: Turn on the TPM before probing IRQ's""

[PATCH v9 0/2] Renovate memcpy_mcsafe with copy_mc_to_{user, kernel}
 2020-09-29 22:32 UTC  (3+ messages)

[PATCH v2 1/2] drm/nouveau/kms/nv50-: Get rid of bogus nouveau_conn_mode_valid()
 2020-09-29 22:31 UTC  (6+ messages)
` [PATCH v2 2/2] drm/nouveau/kms/nv50-: Fix clock checking algorithm in nv50_dp_mode_valid()

linux-next: Signed-off-by missing for commit in the cifs tree
 2020-09-29 22:31 UTC 

[Intel-gfx] [PATCH v2 1/3] drm/i915/vbt: Fix backlight parsing for VBT 234+
 2020-09-29 22:34 UTC  (3+ messages)
` [Intel-gfx] [PATCH v2 2/3] drm/i915/vbt: Update the version and expected size of BDB_GENERAL_DEFINITIONS map
` [Intel-gfx] [PATCH v2 3/3] drm/i915/vbt: Add VRR VBT toggle

[PATCH v3] sphinx: ref-variables: Added entry for IMAGE_EFI_BOOT_FILES
 2020-09-29 22:30 UTC  (3+ messages)
  ` [docs] "

[PATCH net-next 00/13] HW support for VCAP IS1 and ES0 in mscc_ocelot
 2020-09-29 22:27 UTC  (14+ messages)
` [PATCH net-next 01/13] net: mscc: ocelot: introduce a new ocelot_target_{read,write} API
` [PATCH net-next 02/13] net: mscc: ocelot: return error if VCAP filter is not found
` [PATCH net-next 03/13] net: mscc: ocelot: generalize existing code for VCAP
` [PATCH net-next 04/13] net: mscc: ocelot: add definitions for VCAP IS1 keys, actions and target
` [PATCH net-next 05/13] net: mscc: ocelot: add definitions for VCAP ES0 "
` [PATCH net-next 06/13] net: mscc: ocelot: automatically detect VCAP constants
` [PATCH net-next 07/13] net: mscc: ocelot: remove unneeded VCAP parameters for IS2
` [PATCH net-next 08/13] net: mscc: ocelot: parse flower action before key
` [PATCH net-next 09/13] net: mscc: ocelot: calculate vcap offsets correctly for full and quarter entries
` [PATCH net-next 10/13] net: mscc: ocelot: rename variable 'count' in vcap_data_offset_get()
` [PATCH net-next 11/13] net: mscc: ocelot: rename variable 'cnt' "
` [PATCH net-next 12/13] net: mscc: ocelot: add a new ocelot_vcap_block_find_filter_by_id function
` [PATCH net-next 13/13] net: mscc: ocelot: look up the filters in flower_stats() and flower_destroy()

[PATCH] usb: dwc3: gadget: Support up to max stream id
 2020-09-29 22:26 UTC 

[PATCH] oeqa/selftest/devtool: Add sync call to test teardown
 2020-09-29 22:25 UTC 

Chassis reset
 2020-09-29 22:22 UTC  (16+ messages)

Redirect traffic to openvpn (client)
 2020-09-29 22:24 UTC  (2+ messages)

[PATCH v9 00/32] Improvements for Tegra I2C driver
 2020-09-29 22:19 UTC  (33+ messages)
` [PATCH v9 01/32] i2c: tegra: Make tegra_i2c_flush_fifos() usable in atomic transfer
` [PATCH v9 02/32] i2c: tegra: Add missing pm_runtime_put()
` [PATCH v9 03/32] i2c: tegra: Handle potential error of tegra_i2c_flush_fifos()
` [PATCH v9 04/32] i2c: tegra: Mask interrupt in tegra_i2c_issue_bus_clear()
` [PATCH v9 05/32] i2c: tegra: Initialize div-clk rate unconditionally
` [PATCH v9 06/32] i2c: tegra: Remove i2c_dev.clk_divisor_non_hs_mode member
` [PATCH v9 07/32] i2c: tegra: Runtime PM always available on Tegra
` [PATCH v9 08/32] i2c: tegra: Remove error message used for devm_request_irq() failure
` [PATCH v9 09/32] i2c: tegra: Use reset_control_reset()
` [PATCH v9 10/32] i2c: tegra: Use devm_platform_get_and_ioremap_resource()
` [PATCH v9 11/32] i2c: tegra: Use platform_get_irq()
` [PATCH v9 12/32] i2c: tegra: Use clk-bulk helpers
` [PATCH v9 13/32] i2c: tegra: Move out all device-tree parsing into tegra_i2c_parse_dt()
` [PATCH v9 14/32] i2c: tegra: Clean up probe function
` [PATCH v9 15/32] i2c: tegra: Reorder location of functions in the code
` [PATCH v9 16/32] i2c: tegra: Clean up variable types
` [PATCH v9 17/32] i2c: tegra: Remove outdated barrier()
` [PATCH v9 18/32] i2c: tegra: Remove likely/unlikely from the code
` [PATCH v9 19/32] i2c: tegra: Remove redundant check in tegra_i2c_issue_bus_clear()
` [PATCH v9 20/32] i2c: tegra: Remove "dma" variable from tegra_i2c_xfer_msg()
` [PATCH v9 21/32] i2c: tegra: Rename wait/poll functions
` [PATCH v9 22/32] i2c: tegra: Factor out error recovery from tegra_i2c_xfer_msg()
` [PATCH v9 23/32] i2c: tegra: Factor out packet header setup "
` [PATCH v9 24/32] i2c: tegra: Factor out register polling into separate function
` [PATCH v9 25/32] i2c: tegra: Factor out hardware initialization "
` [PATCH v9 26/32] i2c: tegra: Check errors for both positive and negative values
` [PATCH v9 27/32] i2c: tegra: Improve formatting of variables
` [PATCH v9 28/32] i2c: tegra: Clean up variable names
` [PATCH v9 29/32] i2c: tegra: Clean up printk messages
` [PATCH v9 30/32] i2c: tegra: Clean up and improve comments
` [PATCH v9 31/32] i2c: tegra: Clean up whitespaces, newlines and indentation
` [PATCH v9 32/32] i2c: tegra: Improve driver module description

stable-rc/linux-4.14.y baseline: 128 runs, 2 regressions (v4.14.199-167-g7b80cb61f2b2)
 2020-09-29 22:22 UTC 

[PATCH 00/20] media: use semicolons rather than commas to separate statements
 2020-09-29 22:21 UTC  (7+ messages)
` [PATCH 10/20] media: lmedm04: "

[PATCH 1/2] bjam-native: don't do debug builds
 2020-09-29 22:21 UTC  (3+ messages)
` [PATCH 2/2] boost: move the build directory outside of S
` [OE-core] [PATCH 1/2] bjam-native: don't do debug builds

[Intel-gfx] [PATCH 1/3] drm/i915/vbt: Fix backlight parsing for VBT 234+
 2020-09-29 22:20 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/3] "

[PATCH net-next 0/2] ionic watchdog training
 2020-09-29 22:19 UTC  (3+ messages)
` [PATCH net-next 1/2] ionic: stop watchdog timer earlier on remove
` [PATCH net-next 2/2] ionic: prevent early watchdog check

[PATCH 0/3] tracing: Add dynamic strings for synthetic events
 2020-09-29 22:19 UTC  (7+ messages)
` [PATCH 2/3] tracing: Fix parse_synth_field() error handling
` [PATCH 3/3] tracing: Add support for dynamic strings to synthetic events

[RFC PATCH v4 00/29] Hexagon patch series
 2020-09-29 22:16 UTC  (7+ messages)

[PATCH 00/30] spi: dw: Add full Baikal-T1 SPI Controllers support
 2020-09-29 22:17 UTC  (13+ messages)
` [PATCH 02/30] spi: dw: Use ternary op to init set_cs callback
` [PATCH 03/30] spi: dw: Initialize n_bytes before the memory barrier
` [PATCH 04/30] Revert: spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent calls
` [PATCH 11/30] spi: dw: Add DWC SSI capability

[PATCH v6 00/14] Reverse debugging
 2020-09-29 22:15 UTC  (3+ messages)
` [PATCH v6 14/14] tests/acceptance: add reverse debugging test

[PATCH v5 00/80] drm/vc4: Support BCM2711 Display Pipeline
 2020-09-29 22:15 UTC  (4+ messages)
` [PATCH v5 80/80] ARM: dts: bcm2711: Enable the display pipeline

[renesas-drivers:renesas-clk] BUILD SUCCESS 308ba04e78d60b21408eacef75efebe1a78874c8
 2020-09-29 22:16 UTC 

[renesas-drivers:master] BUILD REGRESSION 636a9f7dbb24610805c1466de5be6411cc25fcf1
 2020-09-29 22:16 UTC 

[PATCH bpf-next 1/3] libbpf: fix uninitialized variable in btf_parse_type_sec
 2020-09-29 22:06 UTC  (3+ messages)
` [PATCH bpf-next 2/3] libbpf: compile libbpf under -O2 level by default and catch extra warnings
` [PATCH bpf-next 3/3] libbpf: compile in PIC mode only for shared library case

[PATCH] x86/boot: Place kernel_info at a fixed offset
 2020-09-29 22:13 UTC  (2+ messages)

[igt-dev] [v4 0/2] New subtest for VRR Flipline mode
 2020-09-29 22:14 UTC  (6+ messages)
` [igt-dev] [v4 1/2] tests/kms_vrr: Use atomic API for page flip
` [igt-dev] [v4 2/2] tests/kms_vrr: Add new subtest to validate Flipline mode

Question About Git V2 Protocol & SHA256
 2020-09-29 22:13 UTC  (2+ messages)

[PATCH V2 0/3] riscv: Enable LOCKDEP
 2020-09-29 22:12 UTC  (4+ messages)
` [PATCH V2 2/3] riscv: Fixup lockdep_assert_held with wrong param cpu_running

[PATCH v4 1/2] dt-bindings: usb: Add binding for discrete onboard USB hubs
 2020-09-29 22:09 UTC  (3+ messages)

[PATCH net 0/2] mptcp: Fix for 32-bit DATA_FIN
 2020-09-29 22:08 UTC  (6+ messages)
` [MPTCP] "
` [PATCH net 1/2] mptcp: Consistently use READ_ONCE/WRITE_ONCE with msk->ack_seq
  ` [MPTCP] "
` [PATCH net 2/2] mptcp: Handle incoming 32-bit DATA_FIN values
  ` [MPTCP] "

[PATCH 0/4] kvfree_rcu() and _LOCK_NESTING/_PREEMPT_RT
 2020-09-29 22:07 UTC  (4+ messages)
` [RFC-PATCH 2/4] mm: Add __rcu_alloc_page_lockless() func

[patch V2 00/36] net: in_interrupt() cleanup and fixes
 2020-09-29 22:07 UTC  (10+ messages)
` [patch V2 26/36] net: brcmfmac: Convey execution context via argument to brcmf_netif_rx()
    ` [Intel-wired-lan] "
` [patch V2 27/36] net: brcmfmac: Convey allocation mode as argument
    ` [Intel-wired-lan] "
` [patch V2 33/36] net: libertas: Use netif_rx_any_context()
    ` [Intel-wired-lan] "

What's cooking in git.git (Sep 2020, #08; Tue, 29)
 2020-09-29 22:06 UTC 

[PATCH v2] vfio/pci: Refine Intel IGD OpRegion support
 2020-09-29 22:06 UTC  (3+ messages)
  ` [Intel-gfx] "

[PATCH v2] PCI: Unify ECAM constants in native PCI Express drivers
 2020-09-29 22:04 UTC  (5+ messages)

[PATCH v2 1/7] powerpc: Remove SYNC on non 6xx
 2020-09-29 22:01 UTC  (3+ messages)
` [PATCH v2 4/7] powerpc: Remove PowerPC 601

[PATCH 0/5] power: Adding support for Microchip Sparx5 SoC
 2020-09-29 22:04 UTC  (8+ messages)
` [PATCH 3/5] dt-bindings: reset: ocelot: Add documentation for 'microchip,reset-switch-core' property

[v5 00/12] Add persistent durable identifier to storage log messages
 2020-09-29 22:04 UTC  (5+ messages)
` [v5 01/12] struct device: Add function callback durable_name

mmotm 2020-09-29-15-01 uploaded
 2020-09-29 22:02 UTC 

[PATCH v4 00/29] Add support for Clang LTO
 2020-09-29 21:46 UTC  (43+ messages)
` [PATCH v4 01/29] RAS/CEC: Fix cec_init() prototype
` [PATCH v4 02/29] x86/asm: Replace __force_order with memory clobber
` [PATCH v4 03/29] kbuild: preprocess module linker script
` [PATCH v4 04/29] objtool: Add a pass for generating __mcount_loc
` [PATCH v4 05/29] objtool: Don't autodetect vmlinux.o
` [PATCH v4 06/29] tracing: move function tracer options to Kconfig
` [PATCH v4 07/29] tracing: add support for objtool mcount
` [PATCH v4 08/29] x86, build: use "
` [PATCH v4 09/29] arm64: disable recordmcount with DYNAMIC_FTRACE_WITH_REGS
` [PATCH v4 10/29] treewide: remove DISABLE_LTO
` [PATCH v4 11/29] kbuild: add support for Clang LTO
` [PATCH v4 12/29] kbuild: lto: fix module versioning
` [PATCH v4 13/29] kbuild: lto: postpone objtool
` [PATCH v4 14/29] kbuild: lto: limit inlining
` [PATCH v4 15/29] kbuild: lto: merge module sections
` [PATCH v4 16/29] kbuild: lto: remove duplicate dependencies from .mod files
` [PATCH v4 17/29] init: lto: ensure initcall ordering
` [PATCH v4 18/29] init: lto: fix PREL32 relocations
` [PATCH v4 19/29] PCI: Fix PREL32 relocations for LTO
` [PATCH v4 20/29] modpost: lto: strip .lto from module names
` [PATCH v4 21/29] scripts/mod: disable LTO for empty.c
` [PATCH v4 22/29] efi/libstub: disable LTO
` [PATCH v4 23/29] drivers/misc/lkdtm: disable LTO for rodata.o
` [PATCH v4 24/29] arm64: vdso: disable LTO
` [PATCH v4 25/29] KVM: arm64: disable LTO for the nVHE directory
` [PATCH v4 26/29] arm64: allow LTO_CLANG and THINLTO to be selected
` [PATCH v4 27/29] x86, vdso: disable LTO only for vDSO
` [PATCH v4 28/29] x86, cpu: disable LTO for cpu.c
` [PATCH v4 29/29] x86, build: allow LTO_CLANG and THINLTO to be selected

refactor the nvme scanning and validation code
 2020-09-29 21:54 UTC  (5+ messages)
` [PATCH 13/20] nvme: set the queue limits in nvme_update_ns_info
` [PATCH 14/20] nvme: update the known admin effects

+ fs-fuse-virtio_fsc-fix-for-mm-memremap_pages-convert-to-struct-range.patch added to -mm tree
 2020-09-29 22:00 UTC 

[PATCH 2/2] tools lib traceevent: Man page libtraceevent debug APIs
 2020-09-29 22:00 UTC  (2+ messages)

[PATCH v2] drm/i915/edp/jsl: Update vswing table for HBR and HBR2
 2020-09-29 21:59 UTC  (9+ messages)
              ` [Intel-gfx] "

[PATCH v10 00/16] s390/vfio-ap: dynamic configuration support
 2020-09-29 21:59 UTC  (4+ messages)
` [PATCH v10 08/16] s390/vfio-ap: filter matrix for unavailable queue devices

[RFC PATCH 00/24] mm/hugetlb: Free some vmemmap pages of hugetlb page
 2020-09-29 21:58 UTC  (2+ messages)

[PATCH net-next] net: mvneta: avoid possible cache misses in mvneta_rx_swbm
 2020-09-29 21:58 UTC 

[meta-oe][PATCH v4 0/6] ARMv8 Tune add and reorg
 2020-09-29 21:58 UTC  (3+ messages)
` [meta-oe][PATCH v4 6/6] tunes/armv8: move to a new location
  ` [OE-core] "

[iproute2-next v1] devlink: display elapsed time during flash update
 2020-09-29 21:56 UTC 

[PATCH v2 bpf-next 0/2] introduce BPF_F_PRESERVE_ELEMS
 2020-09-29 21:56 UTC  (3+ messages)
` [PATCH v2 bpf-next 1/2] bpf: introduce BPF_F_PRESERVE_ELEMS for perf event array
` [PATCH v2 bpf-next 2/2] selftests/bpf: add tests for BPF_F_PRESERVE_ELEMS

[PATCH 1/2] tools lib traceevent: Man page for tep_add_plugin_path() API
 2020-09-29 21:56 UTC  (2+ messages)

[PATCH v4 01/19] drm/virtio: blob prep: refactor getting pages and attaching backing
 2020-09-29 21:56 UTC  (3+ messages)

[PATCH v3 0/4] TPM 2.0 fixes in IMA tests
 2020-09-29 21:56 UTC  (3+ messages)
` [LTP] "

[PATCH] memcg: introduce per-memcg reclaim interface
 2020-09-29 21:53 UTC  (5+ messages)

[PULL 00/26] migration and friends queue
 2020-09-29 21:53 UTC  (3+ messages)
` [PULL 26/26] virtiofsd: Add -o allow_direct_io|no_allow_direct_io options

[igt-dev] [PATCH i-g-t] drm-uapi: Re-synchronize drm_fourcc.h with kernel
 2020-09-29 21:54 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[RFC PATCH] lsm,selinux: pass the family information along with xfrm flow
 2020-09-29 21:54 UTC 

[PATCH 5.8 00/99] 5.8.13-rc1 review
 2020-09-29 21:54 UTC  (3+ messages)
` [PATCH 5.8 35/99] tools/libbpf: Avoid counting local symbols in ABI check

[PATCH] virtio-gpu api: fix 64/32 compat issue with blob implementation
 2020-09-29 21:53 UTC 

[PATCH] tools: Add SPDX License Identifier
 2020-09-29 21:52 UTC  (2+ messages)
`  "

[igt-dev] [PATCH i-g-t 0/3] benchmarks: Remove libdrm dependency
 2020-09-29 21:51 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "


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.