All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-03-04 21:44:48 to 2021-03-04 22:51:31 UTC [more...]

[PATCH] mm/filemap: Drop check for truncated page after I/O
 2021-03-04 22:50 UTC  (2+ messages)

[PATCH 000/141] Fix fall-through warnings for Clang
 2021-03-04 22:50 UTC  (3+ messages)
` [PATCH 042/141] net: 3c509: "

[PATCH v4 00/13] error: Do compile-time format string checking on grub_error
 2021-03-04 22:50 UTC  (5+ messages)
` [PATCH v5 "
  ` [PATCH v5 12/13] error: Use format code llu for 64-bit uint bp->blk_prop in grub_error

[linux-5.4 test] 159826: tolerable FAIL - PUSHED
 2021-03-04 22:50 UTC 

Matching l3mdev output interface in snat
 2021-03-04 22:50 UTC 

[PATCH V3 0/5] imx esdhc dt/driver update
 2021-03-04 22:48 UTC  (4+ messages)
` [PATCH V3 4/5] dt-bindings: mmc: fsl-imx-esdhc: add clock bindings

[Bluez PATCH v2 0/3] Bluetooth: Fix scannable broadcast advertising on extended APIs
 2021-03-04 22:49 UTC  (3+ messages)
` [Bluez PATCH v2 1/3] advertising: Generate advertising data earlier in pipeline

[PATCH v2 6/7] add: warn when pathspec only matches SKIP_WORKTREE entries
 2021-03-04 22:48 UTC  (5+ messages)

[PATCH 0/3] xfs: CIL improvements
 2021-03-04 22:48 UTC  (10+ messages)
` [PATCH 2/3] xfs: AIL needs asynchronous CIL forcing
    ` [PATCH 2/3 v2] "

[PATCH] Update 'make fuzz-all' docs to reflect modern clang
 2021-03-04 22:48 UTC  (3+ messages)
` [PATCH v2] "

[RFC PATCH v2 0/8] cpu: Move CPUClass::has_work() to TCGCPUOps
 2021-03-04 22:23 UTC  (16+ messages)
` [RFC PATCH v2 1/8] sysemu/tcg: Restrict tcg_exec_init() to CONFIG_TCG
` [RFC PATCH v2 2/8] sysemu/tcg: Restrict qemu_tcg_mttcg_enabled() to TCG
` [RFC PATCH v2 3/8] target/arm: Directly use arm_cpu_has_work instead of CPUClass::has_work
` [RFC PATCH v2 4/8] target/s390x: Move s390_cpu_has_work to excp_helper.c
` [RFC PATCH v2 5/8] target/ppc: Duplicate the TCGCPUOps structure for POWER CPUs
` [RFC PATCH v2 6/8] cpu: Declare cpu_has_work() in 'sysemu/tcg.h'
` [RFC PATCH v2 7/8] cpu: Move CPUClass::has_work() to TCGCPUOps
` [RFC PATCH v2 8/8] target/arm: Restrict arm_cpu_has_work() to TCG

[PATCH] kbuild: add CONFIG_VMLINUX_MAP expert option
 2021-03-04 22:47 UTC  (2+ messages)

linux-next: Signed-off-by missing for commits in the block tree
 2021-03-04 22:47 UTC  (2+ messages)

[PATCH] style: Format string macro should have a space between quotes
 2021-03-04 22:46 UTC  (3+ messages)

[PATCH] drm/amdgpu: add DMUB trace event IRQ source define
 2021-03-04 22:45 UTC  (2+ messages)

[PATCH 00/10] merge-ort: add more handling of basic conflict types
 2021-03-04 22:45 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 05/10] merge-ort: flesh out implementation of handle_content_merge()
    ` A merge-ort TODO comment, and how to test merge-ort?

[PATCH v3 00/42] esp: consolidate PDMA transfer buffers and other fixes
 2021-03-04 22:11 UTC  (43+ messages)
` [PATCH v3 01/42] esp: checkpatch fixes
` [PATCH v3 02/42] esp: rename existing ESP QOM type to SYSBUS_ESP
` [PATCH v3 03/42] esp: QOMify the internal ESP device state
` [PATCH v3 04/42] esp: add vmstate_esp version to embedded ESPState
` [PATCH v3 05/42] esp: add trace event when receiving a TI command
` [PATCH v3 06/42] esp: fix esp_reg_read() trace event
` [PATCH v3 07/42] esp: add PDMA trace events
` [PATCH v3 08/42] esp: determine transfer direction directly from SCSI phase
` [PATCH v3 09/42] esp: introduce esp_get_tc() and esp_set_tc()
` [PATCH v3 10/42] esp: introduce esp_get_stc()
` [PATCH v3 11/42] esp: apply transfer length adjustment when STC is zero at TC load time
` [PATCH v3 12/42] esp: remove dma_counter from ESPState
` [PATCH v3 13/42] esp: remove dma_left "
` [PATCH v3 14/42] esp: remove minlen restriction in handle_ti
` [PATCH v3 15/42] esp: introduce esp_pdma_read() and esp_pdma_write() functions
` [PATCH v3 16/42] esp: use pdma_origin directly in esp_pdma_read()/esp_pdma_write()
` [PATCH v3 17/42] esp: move pdma_len and TC logic into esp_pdma_read()/esp_pdma_write()
` [PATCH v3 18/42] esp: accumulate SCSI commands for PDMA transfers in cmdbuf instead of pdma_buf
` [PATCH v3 19/42] esp: remove buf parameter from do_cmd()
` [PATCH v3 20/42] esp: remove the buf and buflen parameters from get_cmd()
` [PATCH v3 21/42] esp: remove redundant pdma_start from ESPState
` [PATCH v3 22/42] esp: move PDMA length adjustments into esp_pdma_read()/esp_pdma_write()
` [PATCH v3 23/42] esp: use ti_wptr/ti_rptr to manage the current FIFO position for PDMA
` [PATCH v3 24/42] esp: use in-built TC to determine PDMA transfer length
` [PATCH v3 25/42] esp: remove CMD pdma_origin
` [PATCH v3 26/42] esp: rename get_cmd_cb() to esp_select()
` [PATCH v3 27/42] esp: fix PDMA target selection
` [PATCH v3 28/42] esp: use FIFO for PDMA transfers between initiator and device
` [PATCH v3 29/42] esp: remove pdma_origin from ESPState
` [PATCH v3 30/42] esp: add 4 byte PDMA read and write transfers
` [PATCH v3 31/42] esp: implement FIFO flush command
` [PATCH v3 32/42] esp: latch individual bits in ESP_RINTR register
` [PATCH v3 33/42] esp: defer command completion interrupt on incoming data transfers
` [PATCH v3 34/42] esp: remove old deferred command completion mechanism
` [PATCH v3 35/42] esp: raise interrupt after every non-DMA byte transferred to the FIFO
` [PATCH v3 36/42] esp: add maxlen parameter to get_cmd()
` [PATCH v3 37/42] esp: transition to message out phase after SATN and stop command
` [PATCH v3 38/42] esp: convert ti_buf from array to Fifo8
` [PATCH v3 39/42] esp: convert cmdbuf "
` [PATCH v3 40/42] esp: add trivial implementation of the ESP_RFLAGS register
` [PATCH v3 41/42] esp: implement non-DMA transfers in PDMA mode
` [PATCH v3 42/42] esp: add support for unaligned accesses

[PATCH v5 0/8] Pegasos2 emulation
 2021-03-04 22:42 UTC  (5+ messages)
` [PATCH v5 4/8] vt82c686: Introduce abstract TYPE_VIA_ISA and base vt82c686b_isa on it

[PATCH net-next 0/6] net: qualcomm: rmnet: stop using C bit-fields
 2021-03-04 22:43 UTC  (8+ messages)
` [PATCH net-next 1/6] net: qualcomm: rmnet: mark trailer field endianness
` [PATCH net-next 2/6] net: qualcomm: rmnet: simplify some byte order logic
` [PATCH net-next 3/6] net: qualcomm: rmnet: kill RMNET_MAP_GET_*() accessor macros
` [PATCH net-next 4/6] net: qualcomm: rmnet: use field masks instead of C bit-fields
` [PATCH net-next 5/6] net: qualcomm: rmnet: don't use C bit-fields in rmnet checksum trailer
` [PATCH net-next 6/6] net: qualcomm: rmnet: don't use C bit-fields in rmnet checksum header

[PATCH v3 00/11] fsdax: introduce fs query to support reflink
 2021-03-04 22:42 UTC  (6+ messages)
` [PATCH v3 02/11] blk: Introduce ->corrupted_range() for block device
    ` [dm-devel] "

[PATCH] arm64: dts: renesas: Consolidate Salvator-X(S) HDMI0 handling
 2021-03-04 22:33 UTC  (3+ messages)

[PATCH] x86/platform/uv: Add set of kernel block size for hubless arches
 2021-03-04 22:39 UTC 

[PATCH] x86/virtio: Have SEV guests enforce restricted virtio memory access
 2021-03-04 22:40 UTC 

[PATCH net] ibmvnic: always store valid MAC address
 2021-03-04 22:40 UTC  (2+ messages)

[PATCH] net: sched: avoid duplicates in classes dump
 2021-03-04 22:40 UTC  (2+ messages)

[PATCH net] netdevsim: init u64 stats for 32bit hardware
 2021-03-04 22:40 UTC  (2+ messages)

[MPTCP] [PATCH net 0/9] mptcp: Fixes for v5.12
 2021-03-04 22:40 UTC  (2+ messages)
`  "

[MPTCP] Re: [PATCH net 0/9] mptcp: Fixes for v5.12
 2021-03-04 22:40 UTC 

[PATCH v2 2/4] ALSA: hda/cirrus: Add support for CS8409 HDA bridge and CS42L42 companion codec
 2021-03-04 22:31 UTC  (3+ messages)

[PATCH BlueZ 1/2] adapter: Fix not using the correct setting
 2021-03-04 22:38 UTC  (3+ messages)
` [PATCH BlueZ 2/2] adapter: Return Busy error when setting is pending
` [BlueZ,1/2] adapter: Fix not using the correct setting

[PATCH] KVM: arm64: Disable LTO in hyp
 2021-03-04 22:34 UTC  (8+ messages)

[PATCH] sched/topology: remove redundant cpumask_and in init_overlap_sched_group
 2021-03-04 22:29 UTC 

[PATCH v3 0/7] Xen guest-loader support, pre-PR
 2021-03-04 22:34 UTC  (3+ messages)
` [PATCH v3 4/7] hw/core: implement a guest-loader to support static hypervisor guests

Problem With XFS + KVM
 2021-03-04 22:34 UTC  (2+ messages)

[skeggsb:00.01-disp 111/130] drivers/gpu/drm/nouveau/nvkm/engine/disp/uoutp.c:209 nvkm_uoutp_mthd_acquire() error: we previously assumed 'outp->ior' could be null (see line 176)
 2021-03-04 22:34 UTC 

[PATCH] cipso,calipso: resolve a number of problems with the DOI refcounts
 2021-03-04 22:33 UTC  (2+ messages)

[RFC PATCH u-boot 00/12] U-Boot LTO (Sandbox + ARM Nokia RX-51)
 2021-03-04 22:33 UTC  (11+ messages)

[PATCH AUTOSEL 5.11 16/67] net: sfp: add mode quirk for GPON module Ubiquiti U-Fiber Instant
 2021-03-04 22:33 UTC  (4+ messages)
` [PATCH AUTOSEL 5.10 12/56] "

[PATCH v9 0/9] Add support for x509 certs with NIST P384/256/192 keys
 2021-03-04 22:31 UTC  (5+ messages)
` [PATCH v9 6/9] crypto: Add NIST P384 curve parameters

linux-next: Fixes tags need some work in the scsi-fixes tree
 2021-03-04 22:31 UTC  (2+ messages)

trace-cmd and host-guest tracing
 2021-03-04 22:31 UTC  (2+ messages)

[PATCH] hwrng: bcm2835: set quality to 1000
 2021-03-04 22:28 UTC  (8+ messages)

[PATCH 1/1] net: usb: qmi_wwan: allow qmimux add/del with master up
 2021-03-04 22:30 UTC  (2+ messages)

[PATCH net 1/2] net: dsa: sja1105: fix SGMII PCS being forced to SPEED_UNKNOWN instead of SPEED_10
 2021-03-04 22:30 UTC  (2+ messages)

[PATCH 2/5] CMDLINE: drivers: of: ifdef out cmdline section
 2021-03-04 22:29 UTC  (5+ messages)

[Buildroot] [autobuild.buildroot.net] Daily results for 2021-03-03
 2021-03-04 22:26 UTC  (3+ messages)
` [Buildroot] Analysis of build "

[PATCH] drm/uapi: document kernel capabilities
 2021-03-04 22:10 UTC 

stmmac driver timeout issue
 2021-03-04 22:25 UTC  (2+ messages)

[PATCH for-4.15] tools/libxendevicemodel: Strip __XEN_TOOLS__ header guard
 2021-03-04 22:24 UTC  (2+ messages)

[PATCH AUTOSEL 5.11 01/67] ath10k: prevent deinitializing NAPI twice
 2021-03-04 22:24 UTC  (7+ messages)
` [PATCH AUTOSEL 5.11 54/67] btrfs: make btrfs_start_delalloc_root's nr argument a long
` [PATCH AUTOSEL 5.11 55/67] btrfs: only let one thread pre-flush delayed refs in commit

[PATCH net 0/2] nexthop: Do not flush blackhole nexthops when loopback goes down
 2021-03-04 22:20 UTC  (2+ messages)

[PATCH net] net: mscc: ocelot: properly reject destination IP keys in VCAP IS1
 2021-03-04 22:20 UTC  (2+ messages)

[PATCH] nvme: Switch to using the new API kobj_to_dev()
 2021-03-04 22:19 UTC  (3+ messages)

v4l2loopback and v4l2-mem2mem framework
 2021-03-04 22:19 UTC  (10+ messages)

[PATCH v3 0/6][Outreachy] commit: Implementation of "amend!" commit
 2021-03-04 22:18 UTC  (8+ messages)
` [PATCH v3 6/6] doc/git-commit: add documentation for fixup=[amend|reword] options

[meta-freescale] Strange build error first time on community bsp master branch
 2021-03-04 22:18 UTC 

Strange build error first time on community bsp master branch
 2021-03-04 22:15 UTC 

[PATCH v2] bus: mhi: core: Add missing checks for MMIO register entries
 2021-03-04 22:14 UTC 

[PATCH net] ethtool: Add indicator field for link_mode validity to link_ksettings
 2021-03-04 22:13 UTC  (3+ messages)

[PATCH 0/2] add ripple counter dt binding and driver
 2021-03-04 22:12 UTC  (5+ messages)
` [PATCH v2 0/3] add "delay" clock support to gpio_wdt
  ` [PATCH v2 1/3] clk: add devm_clk_prepare_enable() helper
  ` [PATCH v2 2/3] dt-bindings: watchdog: add optional "delay" clock to gpio-wdt binding
  ` [PATCH v2 3/3] watchdog: gpio_wdt: implement support for optional "delay" clock

[PATCHv2 0/5] aer handling fixups
 2021-03-04 22:11 UTC  (6+ messages)
` [PATCHv2 3/5] PCI/ERR: Retain status from error notification

[PATCH 1/4] kbuild: remove LLVM=1 test from HAS_LTO_CLANG
 2021-03-04 22:10 UTC  (3+ messages)
` [PATCH 2/4] kbuild: collect minimum tool versions into scripts/tool-version.sh

[PATCH 0/8] ASoC: soc-pcm: cleanup each functions
 2021-03-04 22:06 UTC  (7+ messages)
` [PATCH 2/8] ASoC: soc-pcm: add soc_cpu/codec_dai_name() macro
` [PATCH 4/8] ASoC: soc-pcm: add soc_pcm_care_symmetry()

XDP socket rings, and LKMM litmus tests
 2021-03-04 22:05 UTC  (11+ messages)

Want to use linux-fslc 5.10 with Dunfell
 2021-03-04 22:06 UTC  (14+ messages)
    ` [meta-freescale] "

[PATCH v3 0/5] m68k: add Virtual M68k Machine
 2021-03-04 22:01 UTC  (6+ messages)
` [PATCH v3 1/5] char: add goldfish-tty
` [PATCH v3 2/5] intc: add goldfish-pic
` [PATCH v3 3/5] m68k: add an interrupt controller
` [PATCH v3 4/5] m68k: add a system controller
` [PATCH v3 5/5] m68k: add Virtual M68k Machine

[PATCH] Azure/GitLab: Use buildman -T0 for binman, etc, test
 2021-03-04 22:03 UTC 

[PATCH v1] powerpc: Include running function as first entry in save_stack_trace() and friends
 2021-03-04 21:54 UTC  (8+ messages)

[PATCH net v2 0/2][pull request] Intel Wired LAN Driver Updates 2021-03-04
 2021-03-04 22:01 UTC  (3+ messages)

[PATCH] net: sctp: trivial: fix typo in comment
 2021-03-04 22:00 UTC  (2+ messages)

[PATCH 00/10] repack: support repacking into a geometric sequence
 2021-03-04 21:55 UTC  (5+ messages)
` [PATCH v4 0/8] "
  ` [PATCH v4 8/8] builtin/repack.c: add '--geometric' option

[PATCH] ASoC: codecs: lpass-va-macro: mute/unmute all active decimators
 2021-03-04 21:56 UTC  (2+ messages)

[PATCH] util: Add L_AUTO_FREE_OBJ and l_steal_ptr macros
 2021-03-04 21:53 UTC 

[Buildroot] [git commit] package/libopenssl does not support riscv32
 2021-03-04 21:53 UTC 

[PATCH alsa-lib v2 0/3] mixer: Volume control fixes
 2021-03-04 21:50 UTC  (2+ messages)

[RFT PATCH v3 00/27] Apple M1 SoC platform bring-up
 2021-03-04 21:39 UTC  (16+ messages)
` [RFT PATCH v3 13/27] arm64: Add Apple vendor-specific system registers
` [RFT PATCH v3 14/27] arm64: move ICH_ sysreg bits from arm-gic-v3.h to sysreg.h
` [RFT PATCH v3 15/27] dt-bindings: interrupt-controller: Add DT bindings for apple-aic
` [RFT PATCH v3 16/27] irqchip/apple-aic: Add support for the Apple Interrupt Controller
` [RFT PATCH v3 17/27] arm64: Kconfig: Introduce CONFIG_ARCH_APPLE
` [RFT PATCH v3 18/27] tty: serial: samsung_tty: Separate S3C64XX ops structure
` [RFT PATCH v3 19/27] tty: serial: samsung_tty: Add ucon_mask parameter
` [RFT PATCH v3 20/27] tty: serial: samsung_tty: Add s3c24xx_port_type
` [RFT PATCH v3 21/27] tty: serial: samsung_tty: IRQ rework
` [RFT PATCH v3 22/27] tty: serial: samsung_tty: Use devm_ioremap_resource
` [RFT PATCH v3 23/27] dt-bindings: serial: samsung: Add apple, s5l-uart compatible
` [RFT PATCH v3 24/27] tty: serial: samsung_tty: Add support for Apple UARTs
` [RFT PATCH v3 25/27] tty: serial: samsung_tty: Add earlycon "
` [RFT PATCH v3 26/27] dt-bindings: display: Add apple, simple-framebuffer
` [RFT PATCH v3 27/27] arm64: apple: Add initial Apple Mac mini (M1, 2020) devicetree

[RFC PATCH 0/5] RPMB internal and user-space API + WIP virtio-rpmb frontend
 2021-03-04 21:43 UTC  (9+ messages)
` [RFC PATCH 2/5] char: rpmb: provide a user space interface

[PATCH v13 0/2] Add memory bandwidth management to NVIDIA Tegra DRM driver
 2021-03-04 21:45 UTC  (5+ messages)
` [PATCH v13 1/2] drm/tegra: dc: Support memory bandwidth management

stable-rc/queue/4.19 baseline: 108 runs, 5 regressions (v4.19.178-18-gecabdc57e1e82)
 2021-03-04 21:45 UTC 

[PATCH] CIPSO: Fix unaligned memory access in cipso_v4_gentag_hdr
 2021-03-04 21:45 UTC  (3+ messages)

[tip:sched/core] BUILD SUCCESS e6560d58334ca463061ade733674abc8dd0df9bd
 2021-03-04 21:44 UTC 

[ragnatech:media-tree] BUILD SUCCESS f3ea6a19f413cd983e4372da8af3f99de12f94de
 2021-03-04 21:43 UTC 


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.