messages from 2020-06-23 19:17:59 to 2020-06-23 20:03:23 UTC [more...]
[PATCH 5.7 000/477] 5.7.6-rc1 review
2020-06-23 19:50 UTC (36+ messages)
` [PATCH 5.7 001/477] staging: wfx: fix potential deadlock in wfx_tx_flush()
` [PATCH 5.7 003/477] clk: sunxi: Fix incorrect usage of round_down()
` [PATCH 5.7 006/477] i2c: piix4: Detect secondary SMBus controller on AMD AM4 chipsets
` [PATCH 5.7 007/477] ASoC: SOF: imx8: Fix randbuild error
` [PATCH 5.7 009/477] remoteproc: Fix IDR initialisation in rproc_alloc()
` [PATCH 5.7 010/477] clk: qcom: msm8916: Fix the address location of pll->config_reg
` [PATCH 5.7 012/477] ASoC: fsl_esai: Disable exception interrupt before scheduling tasklet
` [PATCH 5.7 013/477] backlight: lp855x: Ensure regulators are disabled on probe failure
` [PATCH 5.7 015/477] ASoC: davinci-mcasp: Fix dma_chan refcnt leak when getting dma type
` [PATCH 5.7 016/477] ARM: integrator: Add some Kconfig selections
` [PATCH 5.7 017/477] ARM: dts: stm32: Add missing ethernet PHY reset on AV96
` [PATCH 5.7 019/477] ASoC: codecs: wm97xx: fix ac97 dependency
` [PATCH 5.7 020/477] arm64: dts: meson-gxbb-kii-pro: fix board compatible
` [PATCH 5.7 021/477] scsi: core: free sgtables in case command setup fails
` [PATCH 5.7 022/477] scsi: qedi: Check for buffer overflow in qedi_set_path()
` [PATCH 5.7 024/477] ALSA: hda/realtek - Introduce polarity for micmute LED GPIO
` [PATCH 5.7 025/477] ALSA: isa/wavefront: prevent out of bounds write in ioctl
` [PATCH 5.7 026/477] PCI: Allow pci_resize_resource() for devices on root bus
` [PATCH 5.7 029/477] Input: edt-ft5x06 - fix get_default register write access
` [PATCH 5.7 030/477] PCI: brcmstb: Fix window register offset from 4 to 8
` [PATCH 5.7 031/477] powerpc/kasan: Fix stack overflow by increasing THREAD_SHIFT
` [PATCH 5.7 032/477] rtc: mc13xxx: fix a double-unlock issue
` [PATCH 5.7 034/477] f2fs: compress: let lz4 compressor handle output buffer budget properly
` [PATCH 5.7 035/477] f2fs: report delalloc reserve as non-free in statfs for project quota
` [PATCH 5.7 043/477] nvmem: ensure sysfs writes handle write-protect pin
` [PATCH 5.7 044/477] misc: fastrpc: Fix an incomplete memory release in fastrpc_rpmsg_probe()
` [PATCH 5.7 046/477] dm mpath: switch paths in dm_blk_ioctl() code path
` [PATCH 5.7 049/477] arm64: dts: juno: Fix GIC child nodes
` [PATCH 5.7 050/477] RDMA/uverbs: Fix create WQ to use the given user handle
` [PATCH 5.7 052/477] pinctrl: ocelot: Fix GPIO interrupt decoding on Jaguar2
` [PATCH 5.7 053/477] clk: renesas: cpg-mssr: Fix STBCR suspend/resume handling
` [PATCH 5.7 054/477] ASoC: SOF: Do nothing when DSP PM callbacks are not set
` [PATCH 5.7 056/477] PCI: aardvark: Dont blindly enable ASPM L0s and dont write to read-only register
` [PATCH 5.7 058/477] arm64: dts: fvp/juno: Fix node address fields
` [PATCH 5.7 061/477] coresight: tmc: Fix TMC mode read in tmc_read_prepare_etb()
[PATCH v8 00/45] target/arm: Implement ARMv8.5-MemTag, system mode
2020-06-23 19:36 UTC (45+ messages)
` [PATCH v8 01/45] target/arm: Add isar tests for mte
` [PATCH v8 02/45] target/arm: Improve masking of SCR RES0 bits
` [PATCH v8 03/45] target/arm: Add support for MTE to SCTLR_ELx
` [PATCH v8 04/45] target/arm: Add support for MTE to HCR_EL2 and SCR_EL3
` [PATCH v8 05/45] target/arm: Rename DISAS_UPDATE to DISAS_UPDATE_EXIT
` [PATCH v8 06/45] target/arm: Add DISAS_UPDATE_NOCHAIN
` [PATCH v8 07/45] target/arm: Add MTE system registers
` [PATCH v8 08/45] target/arm: Add MTE bits to tb_flags
` [PATCH v8 09/45] target/arm: Implement the IRG instruction
` [PATCH v8 10/45] target/arm: Revise decoding for disas_add_sub_imm
` [PATCH v8 11/45] target/arm: Implement the ADDG, SUBG instructions
` [PATCH v8 12/45] target/arm: Implement the GMI instruction
` [PATCH v8 13/45] target/arm: Implement the SUBP instruction
` [PATCH v8 14/45] target/arm: Define arm_cpu_do_unaligned_access for user-only
` [PATCH v8 15/45] target/arm: Implement LDG, STG, ST2G instructions
` [PATCH v8 16/45] target/arm: Implement the STGP instruction
` [PATCH v8 17/45] target/arm: Restrict the values of DCZID.BS under TCG
` [PATCH v8 18/45] target/arm: Simplify DC_ZVA
` [PATCH v8 19/45] target/arm: Implement the LDGM, STGM, STZGM instructions
` [PATCH v8 20/45] target/arm: Implement the access tag cache flushes
` [PATCH v8 21/45] target/arm: Move regime_el to internals.h
` [PATCH v8 22/45] target/arm: Move regime_tcr "
` [PATCH v8 23/45] target/arm: Add gen_mte_check1
` [PATCH v8 24/45] target/arm: Add gen_mte_checkN
` [PATCH v8 25/45] target/arm: Implement helper_mte_check1
` [PATCH v8 26/45] target/arm: Implement helper_mte_checkN
` [PATCH v8 27/45] target/arm: Add helper_mte_check_zva
` [PATCH v8 28/45] target/arm: Use mte_checkN for sve unpredicated loads
` [PATCH v8 29/45] target/arm: Use mte_checkN for sve unpredicated stores
` [PATCH v8 30/45] target/arm: Use mte_check1 for sve LD1R
` [PATCH v8 31/45] target/arm: Tidy trans_LD1R_zpri
` [PATCH v8 33/45] target/arm: Add mte helpers for sve scalar + int loads
` [PATCH v8 34/45] target/arm: Add mte helpers for sve scalar + int stores
` [PATCH v8 35/45] target/arm: Add mte helpers for sve scalar + int ff/nf loads
` [PATCH v8 36/45] target/arm: Handle TBI for sve scalar + int memory ops
` [PATCH v8 37/45] target/arm: Add mte helpers for sve scatter/gather "
` [PATCH v8 38/45] target/arm: Complete TBI clearing for user-only for SVE
` [PATCH v8 39/45] target/arm: Implement data cache set allocation tags
` [PATCH v8 40/45] target/arm: Set PSTATE.TCO on exception entry
` [PATCH v8 41/45] target/arm: Always pass cacheattr to get_phys_addr
` [PATCH v8 42/45] target/arm: Cache the Tagged bit for a page in MemTxAttrs
` [PATCH v8 43/45] target/arm: Create tagged ram when MTE is enabled
` [PATCH v8 44/45] target/arm: Add allocation tag storage for system mode
` [PATCH v8 45/45] target/arm: Enable MTE
[Buildroot] [PATCH 1/1] package/babeltrace2: new package
2020-06-23 20:01 UTC
[PATCH v2 1/3] mfd: core: Make a best effort attempt to match devices with the correct of_nodes
2020-06-23 19:59 UTC (12+ messages)
[Buildroot] [git commit] package/gdb: fix gdb python support with python 3.8
2020-06-23 20:00 UTC
[PATCH] Bluetooth: btusb: Fix and detect most of the Chinese Bluetooth controllers
2020-06-23 19:59 UTC (3+ messages)
[PATCH v3 1/2] integrity: Add errno field in audit message
2020-06-23 19:58 UTC (3+ messages)
` [PATCH v3 2/2] IMA: Add audit log for failure conditions
[Intel-gfx] [PATCH v2 1/2] drm/i915/dp: Helper for checking DDI_BUF_CTL Idle status
2020-06-23 19:57 UTC (6+ messages)
[PATCH net-next 0/4] bonding: initial support for hardware crypto offload
2020-06-23 19:57 UTC (6+ messages)
` [PATCH net-next v2 "
` [PATCH net-next v2 3/4] mlx5: become aware of when running as a bonding slave
[PATCH] configure: disable -Wxor-used-as-pow
2020-06-23 19:53 UTC (3+ messages)
Status of Go support
2020-06-23 19:56 UTC (5+ messages)
` [OE-core] "
Writing to a const pointer: is this supposed to happen?
2020-06-23 19:55 UTC (2+ messages)
[PATCH v2 00/14] improve OF_PLATDATA support
2020-06-23 19:54 UTC (12+ messages)
` [PATCH v2 03/14] dtoc: add support to scan drivers
` [PATCH v2 08/14] dtoc: extend dtoc to use struct driver_info when linking nodes
` [PATCH v2 12/14] arm: dts: include gpio nodes for card detect
[pull request][net-next 00/10] mlx5 updates 2020-06-23
2020-06-23 19:52 UTC (11+ messages)
` [net-next 01/10] net/mlx5: Avoid eswitch header inclusion in fs core layer
` [net-next 02/10] net/mlx5: FWTrace: Add missing space
` [net-next 03/10] net/mlx5: Add a missing macro undefinition
` [net-next 04/10] net/mlx5: Use kfree(ft->g) in arfs_create_groups()
` [net-next 05/10] net/mlx5e: Remove unused mlx5e_xsk_first_unused_channel
` [net-next 06/10] net/mlx5e: Move including net/arp.h from en_rep.c to rep/neigh.c
` [net-next 07/10] net/mlx5e: Move TC-specific function definitions into MLX5_CLS_ACT
` [net-next 08/10] net/mlx5e: vxlan: Use RCU for vxlan table lookup
` [net-next 09/10] net/mlx5e: vxlan: Return bool instead of opaque ptr in port_lookup()
` [net-next 10/10] net/mlx5e: Add support for PCI relaxed ordering
Yocto Project Status WW25'20
2020-06-23 19:52 UTC (3+ messages)
` [OE-core] "
[PATCH V6] serial: msm_geni_serial_console : Add Earlycon support
2020-06-23 19:49 UTC (2+ messages)
[PATCH 00/15] net: phy: correctly model the PHY voltage supply in DT
2020-06-23 19:49 UTC (13+ messages)
` [PATCH 06/15] net: phy: mdio: reset MDIO devices even if probe() is not implemented
` [PATCH 09/15] net: phy: delay PHY driver probe until PHY registration
` [PATCH 12/15] dt-bindings: mdio: add phy-supply property to ethernet phy node
[PATCH ipsec-next 0/6] xfrm: remove xfrm replay indirections
2020-06-23 19:48 UTC (7+ messages)
` [PATCH ipsec-next 1/6] xfrm: replay: avoid xfrm replay notify indirection
` [PATCH ipsec-next 2/6] xfrm: replay: get rid of duplicated notification code
` [PATCH ipsec-next 3/6] xfrm: replay: remove advance indirection
` [PATCH ipsec-next 4/6] xfrm: replay: remove recheck indirection
` [PATCH ipsec-next 5/6] xfrm: replay: avoid replay indirection
` [PATCH ipsec-next 6/6] xfrm: replay: remove last "
[PATCH v4 0/9] remoteproc: Add support for attaching with rproc
2020-06-23 19:48 UTC (11+ messages)
` [PATCH v4 3/9] remoteproc: Introducing function rproc_attach()
` [PATCH v4 5/9] remoteproc: Introducing function rproc_validate()
` [PATCH v4 9/9] remoteproc: Properly handle firmware name when attaching
[PATCH 1/4] soc: qcom: socinfo: add support for newer socinfo data
2020-06-23 19:45 UTC (4+ messages)
[PATCH] xfs: use MMAPLOCK around filemap_map_pages()
2020-06-23 19:47 UTC (2+ messages)
[PATCH bpf-next v3 00/15] implement bpf iterator for tcp and udp sockets
2020-06-23 19:45 UTC (6+ messages)
` [PATCH bpf-next v3 05/15] bpf: add bpf_skc_to_tcp6_sock() helper
[PATCH] vulkan-headers: Fix upstream branch deletion issue
2020-06-23 19:46 UTC (2+ messages)
` [OE-core] "
next-20200623: oops in btusb_disconnect() at boot on thinkpad x60
2020-06-23 19:45 UTC
[RFC PATCH 1/3 v2] futex: introduce FUTEX_SWAP operation
2020-06-23 19:45 UTC (4+ messages)
[PATCH 0/3] fast-export: allow dumping anonymization mappings
2020-06-23 19:44 UTC (5+ messages)
` [PATCH v2 0/4] "
` [alternative 0/10] fast-export: allow seeding the anonymized mapping
[PATCH v4 0/8] lockdep: Change IRQ state tracking to use per-cpu variables
2020-06-23 19:41 UTC (13+ messages)
` [PATCH v4 7/8] lockdep: Change hardirq{s_enabled,_context} to "
[PATCH v10 00/17] mtd: spi-nor: add xSPI Octal DTR support
2020-06-23 18:30 UTC (2+ messages)
` [PATCH v10 13/17] mtd: spi-nor: core: perform a Soft Reset on shutdown
[jpirko-mlxsw:petrm_qdisc 29/40] net/netfilter/nf_tables_offload.c:314:38: error: 'struct flow_block_offload' has no member named 'indr'
2020-06-23 19:43 UTC
[PATCH] iommu/vt-d: Remove real DMA lookup in find_domain
2020-06-23 19:41 UTC (2+ messages)
mailing list archives / subscriber list reset
2020-06-23 19:41 UTC
[Linux-kernel-mentees] [PATCH v2] kvm: Fix false positive RCU usage warning
2020-06-23 19:34 UTC (8+ messages)
` "
[PATCH 0/2] KVM: x86/mmu: Optimizations for kvm_get_mmu_page()
2020-06-23 19:40 UTC (3+ messages)
` [PATCH 1/2] KVM: x86/mmu: Avoid multiple hash lookups in kvm_get_mmu_page()
` [PATCH 2/2] KVM: x86/mmu: Optimize MMU page cache lookup for fully direct MMUs
[RFC][PATCH] net/bpfilter: Remove this broken and apparently unmantained
2020-06-23 19:40 UTC (11+ messages)
[PATCH] fix libbpf hashmap with size_t shorter than long long
2020-06-23 19:40 UTC (4+ messages)
[PATCH v2 0/3] pkt-line: war on magical `4` literal
2020-06-23 19:39 UTC (5+ messages)
` [PATCH v3 "
` [PATCH v3 1/3] remote-curl: use strlen() instead of magic numbers
[dpdk-dev] [PATCH 1/3] eventdev: fix race condition on timer list counter
2020-06-23 19:38 UTC (4+ messages)
` [dpdk-dev] [PATCH 3/3] eventdev: relax smp barriers with c11 atomics
[PATCH] Sched: Add a tracepoint to track rq->nr_running
2020-06-23 19:38 UTC (3+ messages)
BUG: corrupted list in corrupted (3)
2020-06-23 19:37 UTC
[Buildroot] [PATCH 1/1] package/libnids: disable libglib2 only if not available
2020-06-23 19:36 UTC (2+ messages)
[PATCH v2 0/4] KVM: x86/mmu: Zapping and recycling cleanups
2020-06-23 19:35 UTC (5+ messages)
` [PATCH v2 1/4] KVM: x86/mmu: Don't put invalid SPs back on the list of active pages
` [PATCH v2 2/4] KVM: x86/mmu: Batch zap MMU pages when recycling oldest pages
` [PATCH v2 3/4] KVM: x86/mmu: Batch zap MMU pages when shrinking the slab
` [PATCH v2 4/4] KVM: x86/mmu: Exit to userspace on make_mmu_pages_available() error
[PATCH 0/4] kvx: add elf bootm support
2020-06-23 19:35 UTC (5+ messages)
` [PATCH 1/4] common: bootm: allow letting IH_ARCH undefined
` [PATCH 2/4] common: Kconfig: remove MIPS dependency
` [PATCH 3/4] kvx: add D-cache inval and I-cache sync
` [PATCH 4/4] kvx: add support for elf loading using bootm
[PATCH tip/core/rcu 0/26] Miscellaneous fixes for v5.9
2020-06-23 19:34 UTC (3+ messages)
` [PATCH tip/core/rcu 02/26] mm/mmap.c: Add cond_resched() for exit_mmap() CPU stalls
[PATCH] i2c: algo-pca: Add 0x78 as SCL stuck low status
2020-06-23 19:34 UTC (2+ messages)
[PATCH bpf-next v2 0/3] bpf, netns: Prepare for multi-prog attachment
2020-06-23 19:33 UTC (3+ messages)
` [PATCH bpf-next v2 2/3] bpf, netns: Keep attached programs in bpf_prog_array
[PATCH 0/3] Accommodate for pu having been renamed to seen
2020-06-23 19:31 UTC (4+ messages)
` [PATCH 1/3] docs: adjust for the recent rename of `pu` to `seen`
arm64/for-kernelci baseline: 21 runs, 1 regressions (v5.8-rc2-6-gdffa2968c6dc)
2020-06-23 19:29 UTC
pm/testing baseline: 43 runs, 1 regressions (v5.8-rc2-8-g43bad67922e1)
2020-06-23 19:30 UTC
[Buildroot] [git commit] package/libnids: use libglib2 is available
2020-06-23 19:27 UTC
[jpirko-mlxsw:petrm_qdisc 26/40] net/sched/cls_api.c:3851:5: error: redefinition of 'tcf_qevent_dump'
2020-06-23 19:26 UTC
[PATCH v1] i2c: designware: Adjust bus speed independently of ACPI
2020-06-23 19:25 UTC (2+ messages)
[PATCH v3 0/3] Preventing job distribution to isolated CPUs
2020-06-23 19:23 UTC (4+ messages)
` [Patch v3 1/3] lib: Restrict cpumask_local_spread to houskeeping CPUs
` [Patch v3 2/3] PCI: Restrict probe functions to housekeeping CPUs
` [Patch v3 3/3] net: Restrict receive packets queuing "
[PATCH] HID: quirks: Ignore Simply Automated UPB PIM
2020-06-23 19:24 UTC
[PATCH] btrfs: remove unused btrfs_root::defrag_trans_start
2020-06-23 19:23 UTC
[PATCH 01/50] staging: bcm2835: Break MMAL support out from camera
2020-06-23 19:20 UTC (4+ messages)
[PATCH QEMU v25 00/17] Add migration support for VFIO devices
2020-06-23 19:21 UTC (4+ messages)
` [PATCH QEMU v25 07/17] vfio: Register SaveVMHandlers for VFIO device
[PATCH 0/9] Allow overriding the default name of the default branch
2020-06-23 19:22 UTC (11+ messages)
` [PATCH v2 00/12] "
` [PATCH v2 02/12] fmt-merge-msg: introduce a way to override the main branch name
` [PATCH v2 04/12] git_main_branch_name(): optionally report the full ref name
` [PATCH v2 05/12] fast-export: handle overridden main branch names correctly
Mutex stays locked on error
2020-06-23 19:22 UTC (2+ messages)
[PATCH v2 0/2] arm64: Warn on orphan section placement
2020-06-23 19:18 UTC (6+ messages)
` [PATCH v2 2/2] arm64/build: "
[Buildroot] [PATCH] package/cegui: fix selecting the default OpenGL renderer
2020-06-23 19:19 UTC
[RFC PATCH v3 0/8] Add persistent durable identifier to storage log messages
2020-06-23 19:17 UTC (8+ messages)
` [RFC PATCH v3 2/8] create_syslog_header: Add durable name
` [RFC PATCH v3 3/8] print_req_error: Use dev_printk
` [RFC PATCH v3 4/8] buffer_io_error: "
` [RFC PATCH v3 5/8] ata_dev_printk: "
` [RFC PATCH v3 6/8] scsi: Add durable_name for dev_printk
` [RFC PATCH v3 7/8] nvme: Add durable name "
` [RFC PATCH v3 8/8] dev_vprintk_emit: Increase hdr size
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.