All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-03-17 17:46:33 to 2021-03-17 18:19:45 UTC [more...]

WIP: searching all of lore
 2021-03-17 18:18 UTC  (4+ messages)

Tests failed with GIT_TEST_FAIL_PREREQS and/or GIT_TEST_PROTOCOL_VERSION
 2021-03-17 18:18 UTC  (6+ messages)
    ` [PATCH] t5606: run clone branch name test with protocol v2

post-receive: pub/scm/linux/kernel/git/stable/linux-stable
 2021-03-17 18:19 UTC 

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2021-03-17 18:19 UTC 

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2021-03-17 18:19 UTC 

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2021-03-17 18:19 UTC 

swiotlb cleanups v2
 2021-03-17 18:18 UTC  (13+ messages)
` [PATCH 12/14] swiotlb: move global variables into a new io_tlb_mem structure

[PATCH v2 0/2] soc: mediatek: Prepare MMSYS for DDP routing using tables
 2021-03-17 18:17 UTC  (9+ messages)
` [PATCH v2 1/2] soc: mediatek: mmsys: Create struct mtk_mmsys to store context data
` [PATCH v2 2/2] soc: mediatek: mmsys: Use an array for setting the routing registers

post-receive: pub/scm/linux/kernel/git/lee/linux
 2021-03-17 18:19 UTC 

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2021-03-17 18:19 UTC 

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2021-03-17 18:18 UTC 

[PATCH 00/13] display_options: Start to unify print_buffer() and hexdump
 2021-03-17 18:18 UTC  (14+ messages)
` [PATCH 01/13] console: Report an error when output buffer is exhausted
` [PATCH 02/13] test: Detect when expect_str is too small
` [PATCH 03/13] test: Convert print tests to use ut framework
` [PATCH 04/13] test: Add a test for print_buffer()
` [PATCH 05/13] display_options: Drop two spaces before the ASCII column
` [PATCH 06/13] hexdump: Move API to header file
` [PATCH 07/13] hexdump: Add support for sandbox
` [PATCH 08/13] hexdump: Support any rowsize
` [PATCH 09/13] hexdump: Allow ctrl-c to interrupt output
` [PATCH 10/13] log: Drop log_nop() functions
` [PATCH 11/13] display_options: Split print_buffer() into two functions
` [PATCH 12/13] log: Add support for logging a buffer
` [PATCH 13/13] RFC: display_options: Use print_hex_dump() for print_buffer()

[PATCH v5 0/6] coroutine rwlock downgrade fix, minor VDI changes
 2021-03-17 18:00 UTC  (7+ messages)
` [PATCH 1/6] block/vdi: When writing new bmap entry fails, don't leak the buffer
` [PATCH 2/6] block/vdi: Don't assume that blocks are larger than VdiHeader
` [PATCH 3/6] coroutine/mutex: Store the coroutine in the CoWaitRecord only once
` [PATCH 4/6] coroutine-lock: reimplement CoRwlock to fix downgrade bug
` [PATCH 5/6] test-coroutine: add rwlock upgrade test
` [PATCH 6/6] test-coroutine: Add rwlock downgrade test

[PATCH 0/7] Sort lists and add static-analysis
 2021-03-17 18:16 UTC  (13+ messages)
` [PATCH 1/7] Makefile: mark 'check-builtins' as a .PHONY target
` [PATCH 3/7] builtin.h: ASCII-sort list of functions
` [PATCH 4/7] test-tool.h: "
` [PATCH 5/7] Makefile: add 'check-sort' target

[PATCH v2 bpf-next 0/4] Generate NULL in vmlinux.h
 2021-03-17 18:15 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/4] bpftool: generate NULL definition "

[PATCH v2] eeprom/optoe: driver to read/write SFP/QSFP/CMIS EEPROMS
 2021-03-17 18:15 UTC  (11+ messages)

[PATCH v3 0/3] Binder: Enable App Freezing Capability
 2021-03-17 18:15 UTC  (6+ messages)
` [PATCH v3 1/3] binder: BINDER_FREEZE ioctl

[PATCH] builtin/fetch.c: clean tmp pack after receive signal
 2021-03-17 18:15 UTC  (3+ messages)

[PATCH] iavf: fix locking of critical sections
 2021-03-17 18:14 UTC  (9+ messages)
              ` [Intel-wired-lan] "

Have to delete "/var/lib/bluetooth" folder in order to get all service characteristics available
 2021-03-17 18:15 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/konrad/swiotlb
 2021-03-17 18:15 UTC 

[PATCH v7 0/3] block device interposer
 2021-03-17 18:14 UTC  (9+ messages)
` [PATCH v7 2/3] block: add bdev_interposer
    ` [dm-devel] "

[PATCH 3/4] locking/ww_mutex: Treat ww_mutex_lock() like a trylock
 2021-03-17 18:14 UTC  (10+ messages)
` [tip: locking/urgent] "

stable/linux-5.4.y build: 200 builds: 1 failed, 199 passed, 121 warnings (v5.4.106)
 2021-03-17 18:13 UTC 

[PATCH v4 0/9] kentry: A stable bugfix and a bunch of improvements
 2021-03-17 18:12 UTC  (10+ messages)
` [PATCH v4 1/9] x86/dumpstack: Remove unnecessary range check fetching opcode bytes
` [PATCH v4 2/9] x86/kthread,dumpstack: Set task_pt_regs->cs.RPL=3 for kernel threads
` [PATCH v4 3/9] x86/entry: Convert ret_from_fork to C
` [PATCH v4 4/9] kentry: Simplify the common syscall API
` [PATCH v4 5/9] kentry: Remove enter_from/exit_to_user_mode()
` [PATCH v4 6/9] entry: Make CONFIG_DEBUG_ENTRY available outside x86
` [PATCH v4 7/9] kentry: Add debugging checks for proper kentry API usage
` [PATCH v4 8/9] kentry: Check that syscall entries and syscall exits match
` [PATCH v4 9/9] kentry: Verify kentry state in instrumentation_begin/end()

A problem of Intel IOMMU hardware ?
 2021-03-17 18:12 UTC  (5+ messages)

[PATCH v2] usb: typec: tcpm: Invoke power_supply_changed for tcpm-source-psy-
 2021-03-17 18:12 UTC 

[PATCH v5 00/17] Fix reset controls and RPM of NVIDIA Tegra ASoC drivers
 2021-03-17 18:12 UTC  (6+ messages)

Question about sg_count_fuse_req() in linux/fs/fuse/virtio_fs.c
 2021-03-17 18:12 UTC  (2+ messages)
` [Virtio-fs] "

[PATCH v3 07/20] test-read-cache: print cache entries with --table
 2021-03-17 18:11 UTC  (3+ messages)
` [RFC/PATCH 2/5] ls-files: make "mode" in show_ce() loop a variable

[dpdk-dev] [PATCH v2 0/3] periodic mode for event timer adapter
 2021-03-17 18:11 UTC  (6+ messages)
` [dpdk-dev] [PATCH v3 "
  ` [dpdk-dev] [PATCH v3 1/3] eventdev: introduce adapter flags for periodic mode
  ` [dpdk-dev] [PATCH v3 2/3] test/event: add unit tests for periodic timer

[PATCH 06/18] drm/vc4: Rework the encoder retrieval code
 2021-03-17 18:09 UTC  (2+ messages)

[PATCH 1/3] arm64: dts: qcom: sm8350: Remove second reg from pdc
 2021-03-17 18:08 UTC  (5+ messages)

[PATCH v3 00/36] block: update graph permissions update
 2021-03-17 17:42 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2021-03-17 18:07 UTC 

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2021-03-17 18:06 UTC 

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2021-03-17 18:06 UTC 

[PATCH V2 0/5] Uncore PMON discovery mechanism support
 2021-03-17 17:59 UTC  (6+ messages)
` [PATCH V2 1/5] perf/x86/intel/uncore: Parse uncore discovery tables
` [PATCH V2 2/5] perf/x86/intel/uncore: Generic support for the MSR type of uncore blocks
` [PATCH V2 3/5] perf/x86/intel/uncore: Rename uncore_notifier to uncore_pci_sub_notifier
` [PATCH V2 4/5] perf/x86/intel/uncore: Generic support for the PCI type of uncore blocks
` [PATCH V2 5/5] perf/x86/intel/uncore: Generic support for the MMIO "

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2021-03-17 18:06 UTC 

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2021-03-17 18:06 UTC 

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2021-03-17 18:06 UTC 

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2021-03-17 18:06 UTC 

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2021-03-17 18:05 UTC 

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2021-03-17 18:05 UTC 

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2021-03-17 18:05 UTC 

[PATCH v2 00/77] media: imx: Miscellaneous fixes and cleanups for i.MX7
 2021-03-17 18:04 UTC  (2+ messages)

Build system can't detect rustc
 2021-03-17 18:04 UTC  (7+ messages)

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2021-03-17 18:05 UTC 

[dpdk-dev] [PATCH 0/5] mlx5: add timestamp format support
 2021-03-17 18:04 UTC  (3+ messages)
` [dpdk-dev] [PATCH v3 "

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2021-03-17 18:05 UTC 

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2021-03-17 18:05 UTC 

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2021-03-17 18:04 UTC 

[PATCH net-next v1] misc: Add Renesas Synchronization Management Unit (SMU) support
 2021-03-17 18:03 UTC  (2+ messages)

[PATCH] libata: add kernel parameter to force ATA_HORKAGE_NO_DMA_LOG
 2021-03-17 18:04 UTC 

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2021-03-17 18:04 UTC 

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2021-03-17 18:04 UTC 

[PATCH 00/27] Sparse Index: API protections
 2021-03-17 18:03 UTC  (4+ messages)
` [PATCH 06/27] checkout-index: ensure full index

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2021-03-17 18:04 UTC 

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2021-03-17 18:04 UTC 

[Intel-gfx] [PATCH 00/56] Introduce Alder Lake-P
 2021-03-17 18:04 UTC  (7+ messages)
` [Intel-gfx] [PATCH 04/56] drm/i915: Convert INTEL_GEN() to DISPLAY_VER() as appropriate in intel_pm.c
` [Intel-gfx] [PATCH 24/56] drm/i915/adl_p: Add PCI Devices IDs

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2021-03-17 18:04 UTC 

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2021-03-17 18:03 UTC 

[PATCH v2 00/20] Sparse Index: Design, Format, Tests
 2021-03-17 18:02 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 02/20] t/perf: add performance test for sparse operations

[PATCH v1] usb: typec: tcpci: Added few missing TCPCI register definitions
 2021-03-17 18:03 UTC  (5+ messages)

linux-next: build failure after merge of the tip tree
 2021-03-17 18:02 UTC  (4+ messages)

[PATCH] platform: mellanox: Typo fix in the file mlxbf-bootctl.c
 2021-03-17 18:02 UTC  (2+ messages)

main - man: lvmlockd use of lvmlockctl_kill_command
 2021-03-17 18:03 UTC 

[igt-dev] [PATCH i-g-t v26 00/35] Introduce IGT allocator
 2021-03-17 18:02 UTC  (6+ messages)
` [igt-dev] [PATCH i-g-t v26 02/35] lib/igt_list: igt_hlist implementation
` [igt-dev] ✓ Fi.CI.IGT: success for Introduce IGT allocator (rev29)

[PATCH v1 0/5] RISC-V: Convert the CSR access functions to use
 2021-03-17 17:40 UTC  (5+ messages)
` [PATCH v1 2/5] target/riscv: Use the RiscVException enum for CSR predicates
` [PATCH v1 3/5] target/riscv: Fix 32-bit HS mode access permissions
` [PATCH v1 4/5] target/riscv: Use the RiscVException enum for CSR operations
` [PATCH v1 5/5] target/riscv: Use RiscVException enum for CSR access

[PATCH] kernel: cpu: resctrl: Minor typo fix in the file pseudo_lock.c
 2021-03-17 18:01 UTC  (3+ messages)

Fw: [Bug 212317] New: /proc/net/dev: reversed counter for network namespaces?
 2021-03-17 18:01 UTC 

[PATCH 00/10] KVM: arm64: Enable SVE support on nVHE systems
 2021-03-17 18:00 UTC  (9+ messages)
` [PATCH 09/10] KVM: arm64: Save/restore SVE state for nVHE
` [PATCH 10/10] KVM: arm64: Enable SVE support "

[dpdk-dev] [PATCH] app/eventdev: fix timeout accuracy
 2021-03-17 18:00 UTC  (2+ messages)

[PATCH] btrfs: fix subvolume/snapshot deletion not triggered on mount
 2021-03-17 17:57 UTC  (2+ messages)

FastLinQ: possible duplicate flush of FastReg and LocalInv
 2021-03-17 15:14 UTC  (2+ messages)

[PATCH v2] target/ppc/kvm: Cache timebase frequency
 2021-03-17 17:57 UTC 

[virtio] [PATCH] introduction: document #define syntax
 2021-03-17 17:59 UTC  (2+ messages)
` [virtio-comment] Re: [virtio-dev] "

[PATCH] net: ppp: Mundane typo fixes in the file pppoe.c
 2021-03-17 17:58 UTC  (2+ messages)

[RFC PATCH 0/3 v3] futex/sched: introduce FUTEX_SWAP operation
 2021-03-17 17:57 UTC 

stable-rc/queue/5.10 build: 195 builds: 0 failed, 195 passed, 13 warnings (v5.10.23-289-g9ee0b4dbbfce)
 2021-03-17 17:57 UTC 

[Intel-gfx] [PATCH v2 00/23] Separate display version numbering and add XE_LPD (version 13)
 2021-03-17 17:57 UTC  (4+ messages)
` [Intel-gfx] [PATCH v2 03/23] drm/i915/display: Eliminate most usage of INTEL_GEN()

[usb-storage] Re: Amazon Kindle disconnect after Synchronize Cache
 2021-03-17 17:56 UTC  (12+ messages)
            ` [systemd-devel] "

[PATCH v8 00/10] fs: interface for directly reading/writing compressed data
 2021-03-17 17:56 UTC  (3+ messages)
` [PATCH v8 01/10] iov_iter: add copy_struct_from_iter()

[PATCH] powerpc: kernel: Trivial typo fix in the file kgdb.c
 2021-03-17 17:56 UTC  (2+ messages)

[PATCH] scsi: fnic: Rudimentary spelling fixes throughout the file fnic_trace.c
 2021-03-17 17:55 UTC  (2+ messages)

[PATCH v2 1/1] PCI: pciehp: Skip DLLSC handling if DPC is triggered
 2021-03-17 17:54 UTC  (8+ messages)

[PATCH] typo: kthead -> kthread
 2021-03-17 17:54 UTC  (2+ messages)

[PATCH 0/3] target/riscv: fix PMP permission checking when softmmu's TLB hits
 2021-03-17 17:47 UTC  (3+ messages)

[PATCH] char: Fix a typo in the file random.c
 2021-03-17 17:53 UTC  (2+ messages)

5.11 regression: "ia64: add support for TIF_NOTIFY_SIGNAL" breaks ia64 boot
 2021-03-17 17:53 UTC  (7+ messages)

[PATCH] net: ethernet: intel: Fix a typo in the file ixgbe_dcb_nl.c
 2021-03-17 17:52 UTC  (3+ messages)
  ` [Intel-wired-lan] "

[PATCH v4 0/6] Allow changing bs->file on reopen
 2021-03-17 17:15 UTC  (3+ messages)
` [PATCH v4 2/6] block: "
` [PATCH v4 4/6] block: Support multiple reopening with x-blockdev-reopen

[PATCH v2 0/5] mtd: spi-nor: Cleanup patches
 2021-03-17 17:50 UTC  (10+ messages)
` [PATCH v2 4/5] mtd: spi-nor: Move Software Write Protection logic out of the core

[PATCH v4 00/25] Page folios
 2021-03-17 17:48 UTC  (10+ messages)
` [PATCH v4 25/25] cachefiles: Switch to wait_page_key

[PATCH 0/2] HID: Add support for Surface Aggregator Module HID transport
 2021-03-17 17:51 UTC  (2+ messages)

[PATCH 0/2] net: mdio: Add BCM6368 MDIO mux bus controller
 2021-03-17 17:49 UTC  (5+ messages)
` [PATCH 2/2] "

[PATCH 0/2] power: supply: Add battery and AC drivers for Surface devices
 2021-03-17 17:49 UTC  (4+ messages)

[PATCH] kernel:fork: Fix typo issue
 2021-03-17 17:48 UTC  (2+ messages)

nfqueue ethernet packet frame capture
 2021-03-17 17:49 UTC  (5+ messages)

[PATCH v4 0/6] coroutine rwlock downgrade fix, minor VDI changes
 2021-03-17 17:47 UTC  (5+ messages)
` [PATCH 4/6] coroutine-lock: reimplement CoRwLock to fix downgrade bug

[dpdk-dev] [PATCH 0/3] adjust mlx debug logs
 2021-03-17 17:48 UTC  (7+ messages)
` [dpdk-dev] [PATCH v2 1/4] net/mlx4: enable debug logs dynamically
` [dpdk-dev] [PATCH v2 2/4] common/mlx5: "

[RFC PATCH 0/8] softmmu: Restrict CPU I/O instructions
 2021-03-17 17:47 UTC  (4+ messages)
` [RFC PATCH 4/8] qtest/fuzz: "

[PATCH] kernel:signal: Fix typo issue
 2021-03-17 17:47 UTC  (2+ messages)

[PATCH] platform/surface: aggregator_registry: Add support for Surface Pro 7+
 2021-03-17 17:47 UTC  (2+ messages)

[Intel-gfx] [PATCH v2 0/1] Drop relocations for new gens
 2021-03-17 17:47 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for Drop relocations for new gens (rev2)

[PATCH 0/3] platform/surface: Add DTX detachment system driver
 2021-03-17 17:46 UTC  (2+ messages)

[PATCH -next] platform/surface: aggregator_registry: Make symbol 'ssam_base_hub_group' static
 2021-03-17 17:46 UTC  (2+ messages)

[PATCH v2 0/2] unprivileged fanotify listener
 2021-03-17 17:45 UTC  (6+ messages)

[MPTCP] Weekly meeting - 18 March 2021 /!\ 15:00 UTC (8am PDT, 4pm CET, 11pm CST)
 2021-03-17 17:46 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.