All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-01-07 22:27:26 to 2021-01-07 23:00:38 UTC [more...]

[PATCH v7 00/31] [NEW] efct: Broadcom (Emulex) FC Target driver
 2021-01-07 22:58 UTC  (12+ messages)
` [PATCH v7 01/31] elx: libefc_sli: SLI-4 register offsets and field definitions
` [PATCH v7 02/31] elx: libefc_sli: SLI Descriptors and Queue entries
` [PATCH v7 03/31] elx: libefc_sli: Data structures and defines for mbox commands
` [PATCH v7 04/31] elx: libefc_sli: queue create/destroy/parse routines
` [PATCH v7 05/31] elx: libefc_sli: Populate and post different WQEs
` [PATCH v7 06/31] elx: libefc_sli: bmbx routines and SLI config commands
` [PATCH v7 07/31] elx: libefc_sli: APIs to setup SLI library
` [PATCH v7 08/31] elx: libefc: Generic state machine framework
` [PATCH v7 09/31] elx: libefc: Emulex FC discovery library APIs and definitions
` [PATCH v7 10/31] elx: libefc: FC Domain state machine interfaces
` [PATCH v7 13/31] elx: libefc: Fabric node "

[PATCH 0/2] fetch: implement support for atomic reference updates
 2021-01-07 22:59 UTC  (3+ messages)
` [PATCH 1/2] fetch: allow passing a transaction to `s_update_ref()`

[PULL 00/66] MIPS patches for 2021-01-07
 2021-01-07 22:52 UTC  (73+ messages)
` [PULL 06/66] target/mips/mips-defs: Rename CPU_MIPSxx Release 1 as CPU_MIPSxxR1
` [PULL 07/66] target/mips/mips-defs: Introduce CPU_MIPS64 and cpu_type_is_64bit()
` [PULL 08/66] hw/mips/boston: Check 64-bit support with cpu_type_is_64bit()
` [PULL 09/66] target/mips/mips-defs: Use ISA_MIPS32 definition to check Release 1
` [PULL 10/66] target/mips/mips-defs: Use ISA_MIPS32R2 definition to check Release 2
` [PULL 11/66] target/mips/mips-defs: Use ISA_MIPS32R3 definition to check Release 3
` [PULL 12/66] target/mips/mips-defs: Use ISA_MIPS32R5 definition to check Release 5
` [PULL 14/66] target/mips/mips-defs: Rename ISA_MIPS32 as ISA_MIPS_R1
` [PULL 15/66] target/mips/mips-defs: Rename ISA_MIPS32R2 as ISA_MIPS_R2
` [PULL 16/66] target/mips/mips-defs: Rename ISA_MIPS32R3 as ISA_MIPS_R3
` [PULL 17/66] target/mips/mips-defs: Rename ISA_MIPS32R5 as ISA_MIPS_R5
` [PULL 18/66] target/mips/mips-defs: Rename ISA_MIPS32R6 as ISA_MIPS_R6
` [PULL 19/66] target/mips: Inline cpu_state_reset() in mips_cpu_reset()
` [PULL 20/66] target/mips: Extract FPU helpers to 'fpu_helper.h'
` [PULL 21/66] target/mips: Add !CONFIG_USER_ONLY comment after #endif
` [PULL 22/66] target/mips: Remove consecutive CONFIG_USER_ONLY ifdefs
` [PULL 23/66] target/mips: Move common helpers from helper.c to cpu.c
` [PULL 24/66] target/mips: Rename helper.c as tlb_helper.c
` [PULL 25/66] target/mips: Fix code style for checkpatch.pl
` [PULL 26/66] target/mips: Move mmu_init() functions to tlb_helper.c
` [PULL 27/66] target/mips: Rename translate_init.c as cpu-defs.c
` [PULL 28/66] target/mips/translate: Extract DisasContext structure
` [PULL 29/66] target/mips/translate: Add declarations for generic code
` [PULL 30/66] target/mips: Replace gen_exception_err(err=0) by gen_exception_end()
` [PULL 31/66] target/mips: Replace gen_exception_end(EXCP_RI) by gen_rsvd_instruction
` [PULL 32/66] target/mips: Declare generic FPU functions in 'translate.h'
` [PULL 33/66] target/mips: Extract FPU specific definitions to translate.h
` [PULL 34/66] target/mips: Only build TCG code when CONFIG_TCG is set
` [PULL 35/66] target/mips/translate: Extract decode_opc_legacy() from decode_opc()
` [PULL 36/66] target/mips/translate: Expose check_mips_64() to 32-bit mode
` [PULL 37/66] target/mips: Introduce ase_msa_available() helper
` [PULL 38/66] target/mips: Simplify msa_reset()
` [PULL 39/66] target/mips: Use CP0_Config3 to set MIPS_HFLAG_MSA
` [PULL 40/66] target/mips: Simplify MSA TCG logic
` [PULL 41/66] target/mips: Remove now unused ASE_MSA definition
` [PULL 42/66] target/mips: Alias MSA vector registers on FPU scalar registers
` [PULL 43/66] target/mips: Extract msa_translate_init() from mips_tcg_init()
` [PULL 44/66] target/mips: Remove CPUMIPSState* argument from gen_msa*() methods
` [PULL 45/66] target/mips: Explode gen_msa_branch() as gen_msa_BxZ_V/BxZ()
` [PULL 46/66] target/mips: Move msa_reset() to msa_helper.c
` [PULL 47/66] target/mips: Extract MSA helpers from op_helper.c
` [PULL 48/66] target/mips: Extract MSA helper definitions
` [PULL 49/66] target/mips: Declare gen_msa/_branch() in 'translate.h'
` [PULL 51/66] target/mips: Pass TCGCond argument to MSA gen_check_zero_element()
` [PULL 52/66] target/mips: Introduce decode tree bindings for MSA ASE
` [PULL 53/66] target/mips: Use decode_ase_msa() generated from decodetree
` [PULL 54/66] target/mips: Extract LSA/DLSA translation generators
` [PULL 55/66] target/mips: Introduce decodetree helpers for MSA LSA/DLSA opcodes
` [PULL 56/66] target/mips: Introduce decodetree helpers for Release6 "
` [PULL 57/66] target/mips: Remove now unreachable LSA/DLSA opcodes code
` [PULL 58/66] target/mips: Convert Rel6 Special2 opcode to decodetree
` [PULL 59/66] target/mips: Convert Rel6 COP1X "
` [PULL 60/66] target/mips: Convert Rel6 CACHE/PREF opcodes "
` [PULL 61/66] target/mips: Convert Rel6 LWL/LWR/SWL/SWR "
` [PULL 62/66] target/mips: Convert Rel6 LWLE/LWRE/SWLE/SWRE "
` [PULL 63/66] target/mips: Convert Rel6 LDL/LDR/SDL/SDR "
` [PULL 64/66] target/mips: Convert Rel6 LLD/SCD "
` [PULL 65/66] target/mips: Convert Rel6 LL/SC "
` [PULL 66/66] docs/system: Remove deprecated 'fulong2e' machine alias

[RFC] Persist ima logs to disk
 2021-01-07 22:57 UTC  (8+ messages)

[RFC PATCH v2 2/2] fs/task_mmu: acquire mmap_lock for write on soft-dirty cleanup
 2021-01-07 22:56 UTC  (23+ messages)
` [PATCH 0/2] page_count can't be used to decide when wp_page_copy
  ` [PATCH 2/2] mm: soft_dirty: userfaultfd: introduce wrprotect_tlb_flush_pending

[Buildroot] [git commit] package/balena-engine: new package
 2021-01-07 22:58 UTC 

[Patch] fbcon: i want fbcon soft scrollback feature come back
 2021-01-07 22:56 UTC  (2+ messages)

[PATCH v2 0/1] Fix kernel panic issues caused by AST2500 Video Engine
 2021-01-07 10:06 UTC  (3+ messages)
` [PATCH v2 1/1] media: aspeed: fix clock handling logic

[Buildroot] [PATCH v1 1/1] package/balena-engine: new package
 2021-01-07 22:57 UTC  (2+ messages)

BPF ring buffer variable-length data appending
 2021-01-07 22:55 UTC  (2+ messages)

[PATCH net-next] net: phy: replace mutex_is_locked with lockdep_assert_held in phylib
 2021-01-07 22:55 UTC  (3+ messages)

[PATCH] media: v4l2-async: Safely unregister an non-registered async subdev
 2021-01-07 22:54 UTC 

[PATCH] ARM: dts: aspeed: Add device tree for Liwu2 BMC
 2021-01-07  3:41 UTC 

[Intel-gfx] [PATCH v5 0/4] drm/i915: Add support for Intel's eDP backlight controls
 2021-01-07 22:52 UTC  (13+ messages)
` [PATCH v5 1/4] drm/i915: Keep track of pwm-related backlight hooks separately
  ` [Intel-gfx] "
` [PATCH v5 2/4] drm/i915/dp: Enable Intel's HDR backlight interface (only SDR for now)
  ` [Intel-gfx] "
` [PATCH v5 3/4] drm/i915/dp: Allow forcing specific interfaces through enable_dpcd_backlight
  ` [Intel-gfx] "
` [PATCH v5 4/4] drm/dp: Revert "drm/dp: Introduce EDID-based quirks"
  ` [Intel-gfx] "

[stable 4.9.y 0/4] scripts/gdb Fixes for stable 4.9
 2021-01-07 22:52 UTC  (5+ messages)
` [stable 4.9.y 1/4] scripts/gdb: make lx-dmesg command work (reliably)
` [stable 4.9.y 2/4] scripts/gdb: lx-dmesg: cast log_buf to void* for addr fetch
` [stable 4.9.y 3/4] scripts/gdb: lx-dmesg: use explicit encoding=utf8 errors=replace
` [stable 4.9.y 4/4] scripts/gdb: fix lx-version string output

.overlay directory
 2021-01-06 18:10 UTC  (2+ messages)

[PATCH v5 0/3] sunxi: Add support for OrangePi 3
 2021-01-07 22:53 UTC  (7+ messages)
` [PATCH v5 1/3] sunxi: board: extract creating a unique sid into a helper function
` [PATCH v5 2/3] arm: sunxi: add a config option to fixup a Bluetooth address
` [PATCH v5 3/3] arm64: dts: sun50i: Add support for Orange Pi 3

[Buildroot] package/dotnet: add host-dotnet-sdk
 2021-01-07 22:52 UTC  (4+ messages)

[PATCH] drm: Check actual format for legacy pageflip
 2021-01-07 22:51 UTC  (8+ messages)

[PATCH v2 0/5] Introduce PRU remoteproc consumer API
 2021-01-07 22:49 UTC  (7+ messages)

[PATCH] phy: lantiq: rcu-usb2: wait after clock enable
 2021-01-07 22:49 UTC 

[Rust for Linux] Happy new year & Poll for call
 2021-01-07 22:46 UTC  (4+ messages)

stable-rc/linux-4.19.y baseline: 153 runs, 4 regressions (v4.19.165-9-g0f2782448d9a)
 2021-01-07 22:46 UTC 

[PATCH] gnss: motmdm: Add support for Motorola Mapphone MDM6600 modem
 2021-01-07 22:45 UTC 

[ovmf test] 158262: all pass - PUSHED
 2021-01-07 22:46 UTC 

BUG: IPv4 conntrack reassembles forwarded packets
 2021-01-07 22:45 UTC  (4+ messages)
` [PATCH net 0/3] net: fix netfilter defrag/ip tunnel pmtu blackhole

[BPF CO-RE clarification] Use CO-RE on older kernel versions
 2021-01-07 22:45 UTC  (5+ messages)

[PATCH v3 00/12] add IRQF_NO_AUTOEN for request_irq
 2021-01-07 22:39 UTC  (13+ messages)
` [PATCH v3 01/12] genirq: "
` [PATCH v3 02/12] Input: ar1021 - request_irq by IRQF_NO_AUTOEN and remove disable_irq
` [PATCH v3 03/12] Input: atmel_mxt_ts "
` [PATCH v3 04/12] Input: melfas_mip4 "
` [PATCH v3 05/12] Input: bu21029_ts - request_irq by IRQF_NO_AUTOEN and remove irq_set_status_flags
` [PATCH v3 06/12] Input: stmfts "
` [PATCH v3 07/12] Input: zinitix "
` [PATCH v3 08/12] Input: mms114 - request_irq by IRQF_NO_AUTOEN and remove disable_irq
` [PATCH v3 09/12] Input: wm831x-ts "
` [PATCH v3 10/12] Input: cyttsp "
` [PATCH v3 11/12] Input: tegra-kbc "
` [PATCH v3 12/12] Input: tca6416-keypad "

[PATCH 0/2 -perfbook] Add Dockerfile and Q&A
 2021-01-07 22:44 UTC  (4+ messages)
` [PATCH v2 "

[PATCH] mmc: sdhci-brcmstb: Fix mmc timeout errors on S5 suspend
 2021-01-07 22:42 UTC  (3+ messages)

sama5d2 giant board
 2021-01-07 22:43 UTC 

[PATCH] x86: efi: avoid BUILD_BUG_ON() for non-constant p4d_index
 2021-01-07 22:42 UTC  (2+ messages)

Aarch64 EXT4FS inode checksum failures - seems to be weak memory ordering issues
 2021-01-07 22:41 UTC  (15+ messages)

[PATCH v13 0/4] SELinux support for anonymous inodes and UFFD
 2021-01-07 22:40 UTC  (8+ messages)
` [PATCH v13 3/4] selinux: teach SELinux about anonymous inodes

[RFC PATCH v3 0/6] Restricted DMA
 2021-01-07 17:38 UTC  (3+ messages)

[PATCH net-next] net: phy: bcm7xxx: Add an entry for BCM72116
 2021-01-07 22:39 UTC  (3+ messages)

pm/testing build: 7 builds: 0 failed, 7 passed, 2 warnings (v5.11-rc2-21-g75a052c6b1ba)
 2021-01-07 22:38 UTC 

[PATCH net-next] nfc: Add a virtual nci device driver
 2021-01-07 22:38 UTC  (9+ messages)
            ` [linux-nfc] "

pull-request: can-next 2021-01-06
 2021-01-07 22:38 UTC  (6+ messages)
` [net-next 15/19] can: tcan4x5x: rework SPI access

Patchwork instance "Submitter" attribution and GitGitGadget
 2021-01-07 22:37 UTC  (5+ messages)

[PATCH] hv_netvsc: Add (more) validation for untrusted Hyper-V values
 2021-01-07 22:37 UTC 

[PATCH v3 00/13] io_uring: buffer registration enhancements
 2021-01-07 22:33 UTC  (9+ messages)
` [PATCH v3 08/13] io_uring: implement fixed buffers registration similar to fixed files

[PATCH net-next 0/4] udp_tunnel_nic: post conversion cleanup
 2021-01-07 22:34 UTC  (2+ messages)

[PATCH] drm/msm: Fix MSM_INFO_GET_IOVA with carveout
 2021-01-07 22:36 UTC  (4+ messages)

+ linux-next-git-rejects.patch added to -mm tree
 2021-01-07 22:33 UTC 

[merged] percpu_ref-dump-mem_dump_obj-info-upon-reference-count-underflow.patch removed from -mm tree
 2021-01-07 22:32 UTC 

[PATCH v3 0/6] Add support for ECDSA image signing (with test)
 2021-01-07 22:33 UTC  (7+ messages)
` [PATCH v3 1/6] lib: Rename rsa-checksum.c to hash-checksum.c
` [PATCH v3 2/6] lib/rsa: Make fdt_add_bignum() available outside of RSA code
` [PATCH v3 3/6] lib: Add support for ECDSA image signing
` [PATCH v3 4/6] doc: signature.txt: Document devicetree format for ECDSA keys
` [PATCH v3 5/6] test/py: Add pycryptodomex to list of required pakages
` [PATCH v3 6/6] test/py: ecdsa: Add test for mkimage ECDSA signing

[Buildroot] [PATCH] package/libiec61850: new package
 2021-01-07 22:33 UTC  (2+ messages)

[merged] mm-add-mem_dump_obj-to-print-source-of-memory-block.patch removed from -mm tree
 2021-01-07 22:32 UTC 

[merged] mm-make-mem_dump_obj-handle-null-and-zero-sized-pointers.patch removed from -mm tree
 2021-01-07 22:32 UTC 

[merged] mm-make-mem_dump_obj-handle-vmalloc-memory.patch removed from -mm tree
 2021-01-07 22:32 UTC 

[merged] mm-make-mem_obj_dump-vmalloc-dumps-include-start-and-length.patch removed from -mm tree
 2021-01-07 22:32 UTC 

[merged] rcu-make-call_rcu-print-mem_dump_obj-info-for-double-freed-callback.patch removed from -mm tree
 2021-01-07 22:32 UTC 

[PATCH v2 0/6] brcmstb: add EP regulators and panic handler
 2021-01-07 22:31 UTC  (6+ messages)
` [PATCH v2 1/6] dt-bindings: PCI: Add bindings for Brcmstb EP voltage regulators

[Buildroot] [git commit] package/libiec61850: new package
 2021-01-07 22:32 UTC 

[RFC V1 RESEND 0/6] Introduce dynamic allocation/freeing of MSI-X vectors
 2021-01-07 22:30 UTC  (4+ messages)
` [RFC V1 RESEND 2/6] PCI/MSI: Dynamic allocation of MSI-X vectors by group

[PATCH] x86/kernel/cpu/resctrl: replace 'of->kn->priv' with of_rft()
 2021-01-07 22:29 UTC  (2+ messages)

[Buildroot] [git commit] DEVELOPERS: add myself for php
 2021-01-07 22:27 UTC  (3+ messages)

[PATCH v2 00/13] HID: new driver for PS5 'DualSense' controller
 2021-01-07 22:26 UTC  (3+ messages)
` [PATCH v2 13/13] HID: playstation: report DualSense hardware and firmware version


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.