All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-24 13:09:03 to 2020-05-24 15:35:47 UTC [more...]

post-receive: pub/scm/linux/kernel/git/gregkh/driver-core
 2020-05-24 15:35 UTC 

[PATCH] kobject: Make sure the parent does not get released before its children
 2020-05-24 15:35 UTC  (7+ messages)

post-receive: pub/scm/linux/kernel/git/jic23/iio
 2020-05-24 15:35 UTC 

[PATCH] drivers: counter: Add Cros EC Sync counter
 2020-04-12 11:06 UTC  (2+ messages)

[PATCH 00/11] IIO: 1st set of timestamp alignment fixes
 2020-05-24 15:34 UTC  (11+ messages)
` [PATCH 07/11] iio:health:afe4403 Fix timestamp alignment and prevent data leak
` [PATCH 08/11] iio:health:afe4404 "

[dpdk-dev] [PATCH] mbuf: fix to update documentation of QinQ stripped bit interpretation
 2020-05-24 15:34 UTC  (4+ messages)

[PATCH] printk: Remove pr_cont_once()
 2020-05-24 15:32 UTC 

[PATCH] sdhci: tegra: Avoid reading autocal timeout values when not applicable
 2020-05-24 15:33 UTC  (3+ messages)

[PATCH] workqueue: Fix double kfree(rescuer) in destroy_workqueue()
 2020-05-24 15:33 UTC  (2+ messages)

[dpdk-dev] [PATCH] lib/librte_net: fix bug for checksum calculating
 2020-05-24 15:31 UTC  (3+ messages)

[PATCH 1/2] software node: implement software_node_unregister()
 2020-05-24 15:30 UTC  (2+ messages)
` [PATCH 2/2] kobject: send KOBJ_REMOVE uevent when the object is removed from sysfs

[dpdk-dev] [PATCH] eal: fix epoll fd list rebuild
 2020-05-24 15:30 UTC  (2+ messages)

Batman-adv packet retranslation
 2020-05-24 15:29 UTC  (4+ messages)

[PATCH v2 00/19] mtd: rawnand: cafe: Convert to exec_op() (and more)
 2020-05-24 15:29 UTC  (8+ messages)

[PATCH v2 net-next 0/6] Raw PHY TDR data
 2020-05-24 15:27 UTC  (8+ messages)
` [PATCH v2 net-next 1/6] net: ethtool: Add attributes for cable test "
` [PATCH v2 net-next 2/6] net: ethtool: Add generic parts of cable test TDR
` [PATCH v2 net-next 3/6] net: ethtool: Add helpers for cable test TDR data
` [PATCH v2 net-next 4/6] net: phy: marvell: Add support for amplitude graph
` [PATCH v2 net-next 5/6] net: ethtool: Allow PHY cable test TDR data to configured
` [PATCH v2 net-next 6/6] net : phy: marvell: Speedup TDR data retrieval by only changing page once
` [PATCH net-next 7/7] net: phy: marvell: Configure TDR pulse based on measurement length

post-receive: pub/scm/linux/kernel/git/efi/efi
 2020-05-24 15:28 UTC 

[PATCH 1/1] MAINTAINERS: add dfu.h and dfu.rst to DFU
 2020-05-24 15:28 UTC  (2+ messages)

[dpdk-dev] [PATCH] ip_frag: fix fragmenting ipv4 packet with header option
 2020-05-24 15:27 UTC  (3+ messages)

[PATCH] dt/platform: Fix comment in of_dev_lookup()
 2020-05-24 15:26 UTC 

nodejs 12.16 in Yocto 2.2 compatiblity
 2020-05-24 15:26 UTC 

[PATCH] docbook-xml: update recipe to stick with the upstream
 2020-05-24 15:24 UTC  (2+ messages)
` [OE-core] "

[PATCH v2] firewire-core: remove cast of function callback
 2020-05-24 15:23 UTC  (2+ messages)

[dpdk-dev] [PATCH] lib/librte_net: fix bug for ipv4 checksum calculating
 2020-05-24 15:22 UTC  (2+ messages)

[PATCH] tbs2910: migrate to DM_VIDEO
 2020-05-24 15:21 UTC  (3+ messages)
` [PATCH] video: extend stdout video console work-around for 'vga'

Hardwore FlowControl for 16C950 is not activated
 2020-05-24 15:19 UTC  (2+ messages)

[arm-platforms:pci/xilinx 3/3] checkpatch: ERROR: space required before the open parenthesis '('
 2020-05-24 15:17 UTC  (2+ messages)

include/linux/compiler.h:344:38: error: call to '__compiletime_assert_172' declared with attribute error: BUILD_BUG_ON failed: KASAN_SHADOW_START & ~PGDIR_MASK
 2020-05-24 15:15 UTC  (2+ messages)

[PATCH 0/5] fstests: recent series rollup / misc tests & fixes
 2020-05-24 15:16 UTC  (3+ messages)
` [PATCH 2/5] fstests: test restricted symlinks & hardlinks sysctls

[PATCH v5 0/5] Microchip TCB Capture driver
 2020-05-24 15:16 UTC  (4+ messages)
` [PATCH v5 5/5] counter: Add microchip TCB capture counter

[PATCH v2 0/3] x86/boot: get rid of GOT entries and associated fixup code
 2020-05-24 15:15 UTC  (8+ messages)
` [PATCH v2 1/3] x86/boot/compressed: move .got.plt entries out of the .got section
` [PATCH v2 2/3] x86/boot/compressed: force hidden visibility for all symbol references

[PATCH v6 00/32] Add subcluster allocation to qcow2
 2020-05-24 14:51 UTC  (33+ messages)
` [PATCH v6 01/32] qcow2: Make Qcow2AioTask store the full host offset
` [PATCH v6 02/32] qcow2: Convert qcow2_get_cluster_offset() into qcow2_get_host_offset()
` [PATCH v6 03/32] qcow2: Add calculate_l2_meta()
` [PATCH v6 04/32] qcow2: Split cluster_needs_cow() out of count_cow_clusters()
` [PATCH v6 05/32] qcow2: Process QCOW2_CLUSTER_ZERO_ALLOC clusters in handle_copied()
` [PATCH v6 06/32] qcow2: Add get_l2_entry() and set_l2_entry()
` [PATCH v6 07/32] qcow2: Document the Extended L2 Entries feature
` [PATCH v6 08/32] qcow2: Add dummy has_subclusters() function
` [PATCH v6 09/32] qcow2: Add subcluster-related fields to BDRVQcow2State
` [PATCH v6 10/32] qcow2: Add offset_to_sc_index()
` [PATCH v6 11/32] qcow2: Add offset_into_subcluster() and size_to_subclusters()
` [PATCH v6 12/32] qcow2: Add l2_entry_size()
` [PATCH v6 13/32] qcow2: Update get/set_l2_entry() and add get/set_l2_bitmap()
` [PATCH v6 14/32] qcow2: Add QCow2SubclusterType and qcow2_get_subcluster_type()
` [PATCH v6 15/32] qcow2: Add qcow2_get_subcluster_range_type()
` [PATCH v6 16/32] qcow2: Add qcow2_cluster_is_allocated()
` [PATCH v6 17/32] qcow2: Add cluster type parameter to qcow2_get_host_offset()
` [PATCH v6 18/32] qcow2: Replace QCOW2_CLUSTER_* with QCOW2_SUBCLUSTER_*
` [PATCH v6 19/32] qcow2: Handle QCOW2_SUBCLUSTER_UNALLOCATED_ALLOC
` [PATCH v6 20/32] qcow2: Add subcluster support to calculate_l2_meta()
` [PATCH v6 21/32] qcow2: Add subcluster support to qcow2_get_host_offset()
` [PATCH v6 22/32] qcow2: Add subcluster support to zero_in_l2_slice()
` [PATCH v6 23/32] qcow2: Add subcluster support to discard_in_l2_slice()
` [PATCH v6 24/32] qcow2: Add subcluster support to check_refcounts_l2()
` [PATCH v6 25/32] qcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2()
` [PATCH v6 26/32] qcow2: Clear the L2 bitmap when allocating a compressed cluster
` [PATCH v6 27/32] qcow2: Add subcluster support to handle_alloc_space()
` [PATCH v6 28/32] qcow2: Add subcluster support to qcow2_co_pwrite_zeroes()
` [PATCH v6 29/32] qcow2: Add subcluster support to qcow2_measure()
` [PATCH v6 30/32] qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit
` [PATCH v6 31/32] qcow2: Assert that expand_zero_clusters_in_l1() does not support subclusters
` [PATCH v6 32/32] iotests: Add tests for qcow2 images with extended L2 entries

[Cocci] Converting variable initialisations to later assignments
 2020-05-24 15:11 UTC  (7+ messages)

[GIT pull] efi/urgent for v5.7-rc7
 2020-05-24 15:08 UTC  (3+ messages)
` [GIT pull] sched/urgent "
` [GIT pull] x86/urgent "

[RFC v2 0/3] QEMU cpus.c refactoring
 2020-05-24 15:07 UTC  (3+ messages)
` [RFC v2 3/3] cpus: extract out accel-specific code to each accel

[linux-next:master 10296/12102] kernel/time/tick-broadcast.c:157: undefined reference to `tick_broadcast'
 2020-05-24 15:08 UTC 

[RFC PATCH] rt2800lib: unconditionally enable MFP
 2020-05-24 15:07 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/tip/tip
 2020-05-24 15:07 UTC 

[OE-core] [PATCH] strace: upgrade 5.5 -> 5.6
 2020-05-24 15:05 UTC  (2+ messages)

WTF, over
 2020-05-24 15:05 UTC  (4+ messages)
  ` WTF, over (reformatted)

fs/proc/task_nommu.c:67:55: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2020-05-24 14:59 UTC  (2+ messages)

[peterz-queue:locking/kcsan 12/21] arch/x86/include/asm/pgtable_64.h:61:9: sparse: sparse: context imbalance in 'unmap_ldt_struct' - different lock contexts for basic block
 2020-05-24 15:01 UTC 

[GIT PULL] Driver core fixes for 5.7-rc7
 2020-05-24 15:00 UTC  (4+ messages)
` [GIT PULL] Driver core fixes for 5.7-rc7 - take 2

[PATCH v5 0/4] iio: magnetometer: ak8975: Add gpio reset support
 2020-05-24 14:59 UTC  (5+ messages)
` [PATCH v5 1/4] dt-bindings: iio: magnetometer: ak8975: convert format to yaml, add maintainer
` [PATCH v5 4/4] iio: magnetometer: ak8975: Add gpio reset support

[PATCH v2] mt76: mt7615: add support for MT7611N
 2020-05-24 14:58 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/tip/tip
 2020-05-24 14:58 UTC 

[rdma:wip/jgg-for-next 165/171] drivers/infiniband/core/uverbs_std_types_wq.o: warning: objtool: __llvm_gcov_writeout()+0x7: call without frame pointer save/setup
 2020-05-24 14:57 UTC 

[PATCH v2] rockchip: Fix spl mmc boot device ofpath
 2020-05-24 14:56 UTC  (2+ messages)

[PATCH 1/2 v3] alpha: add a delay to inb_p, inb_w and inb_l
 2020-05-24 14:54 UTC  (14+ messages)
                ` [PATCH v4] alpha: fix memory barriers so that they conform to the specification
                      ` [PATCH v5] "

[PATCH 21/21] drm/zte: Use GEM CMA object functions
 2020-05-24 14:50 UTC  (3+ messages)

[jirislaby:devel 12/36] drivers/mtd/nand/raw/nand_base.c:3251:9: sparse: sparse: too long token expansion
 2020-05-24 14:50 UTC 

[PATCH] twist: allow converting pr_devel()/pr_debug() into printk(KERN_DEBUG)
 2020-05-24 14:50 UTC 

post-receive: pub/scm/linux/kernel/git/mellanox/linux
 2020-05-24 14:45 UTC 

post-receive: pub/scm/linux/kernel/git/leon/linux-rdma
 2020-05-24 14:45 UTC 

[PATCH v7 1/4] bitops: Introduce the the for_each_set_clump macro
 2020-05-24 14:44 UTC  (3+ messages)

[RFC 00/11] Make C45 autoprobe more robust
 2020-05-24 14:44 UTC  (3+ messages)
` [RFC 08/11] net: phy: Allow mdio buses to auto-probe c45 devices

post-receive: pub/scm/linux/kernel/git/tip/tip
 2020-05-24 14:43 UTC 

[PATCH] iio: light: iqs621: remove usage of iio_priv_to_dev()
 2020-05-24 14:40 UTC  (3+ messages)

[PATCH] iio: light: tsl2563: pass iio device as i2c_client private data
 2020-05-24 14:39 UTC  (2+ messages)

[PATCH] iio: humidity: hts221: remove usage of iio_priv_to_dev()
 2020-05-24 14:39 UTC  (2+ messages)

[PATCH] fuzz: add information about useful libFuzzer flags
 2020-05-24 14:37 UTC 

[Bug 207871] New: nullpointer dereference in uvc_video_stop_streaming
 2020-05-24 14:38 UTC  (2+ messages)
` [Bug 207871] "

[Bug 1880355] [NEW] Length restrictions for fw_cfg_dma_transfer?
 2020-05-24 14:27 UTC  (8+ messages)

Ext. HDDs not working under Linux via USB 3.0 but under Windows
 2020-05-24 14:34 UTC  (6+ messages)

nvme double __blk_mq_complete_request() bugs
 2020-05-24 14:33 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/stable/linux-stable-rc
 2020-05-24 14:32 UTC 

[PATCH] iio: position: iqs624: remove usage of iio_priv_to_dev()
 2020-05-24 14:31 UTC  (3+ messages)

[dhowells-fs:fscache-iter 33/61] fs/cachefiles/content-map.c:260:2: note: in expansion of macro '_enter'
 2020-05-24 14:30 UTC 

[PATCH 1/3 RESEND] sched: Remove __rcu annotation from cred pointer
 2020-05-24  8:11 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/dhowells/linux-fs
 2020-05-24 14:29 UTC 

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2020-05-24 14:29 UTC 

[PATCH RFC net-next 00/13] RX filtering for DSA switches
 2020-05-24 14:26 UTC  (4+ messages)
` [PATCH RFC net-next 10/13] net: bridge: add port flags for host flooding

[bcache:zoned 2/3] drivers/md/bcache/request.c:1072:8: warning: 'free_keys' is used uninitialized in this function
 2020-05-24 14:24 UTC 

[chrome-os:chromeos-5.4 34/57] drivers/media/virtio/virtio_video_dec.c:156:5: warning: no previous prototype for 'virtio_video_dec_init_ctrls'
 2020-05-24 14:24 UTC 

scanf() and friends
 2020-05-24 14:11 UTC 

[PATCH] mm/memblock:Do not retry a range that has already been checked
 2020-05-24 14:16 UTC 

[lpieralisi-pci:pci/mips 2/3] drivers/pci/controller/pci-loongson.c:120:15: warning: no previous prototype for function 'pci_loongson_map_bus'
 2020-05-24 14:16 UTC 

post-receive: pub/scm/linux/kernel/git/sashal/linux-stable
 2020-05-24 14:13 UTC 

[PATCH 0/12] direct-map DomUs
 2020-05-24 14:12 UTC  (6+ messages)
` [PATCH 12/12] xen/arm: call iomem_permit_access for passthrough devices

[PATCH 1/5] iio: core: pass parent device as parameter during allocation
 2020-05-24 14:12 UTC  (6+ messages)

[PATCH 3/3] plugins: avoid failing plugin when CPU is inited several times
 2020-05-24 14:11 UTC  (8+ messages)

[PATCH] Removing ununsed variable int lo, hi, int data and int i from comedi/drivers/dt2814.c
 2020-05-24 14:08 UTC  (9+ messages)

[PATCH RFC v3 00/11] KVM: Dirty ring support (QEMU part)
 2020-05-24 14:06 UTC  (4+ messages)
` [PATCH RFC v3 01/11] linux-headers: Update

[PATCHSET v2 0/12] Add support for async buffered reads
 2020-05-24 14:05 UTC  (3+ messages)
` [PATCH 05/12] mm: support async buffered reads in generic_file_buffered_read()

[tip:x86/mm] BUILD SUCCESS 0fcfdf55db9e1ecf85edd6aa8d0bc78a448cb96a
 2020-05-24 14:00 UTC 

[tty:tty-testing] BUILD SUCCESS 2aa916e67db3e625cc0bfe577f67034a46f81c8a
 2020-05-24 14:01 UTC 

[PATCH v5 00/18] Rework READ_ONCE() to improve codegen
 2020-05-24 14:01 UTC  (11+ messages)
` [PATCH v5 04/18] sparc32: mm: Reduce allocation size for PMD and PTE tables

[PATCH] add an option to suppress warning no 'newline at EOF'
 2020-05-24 14:00 UTC 

[RFC PATCH 00/13] Core scheduling v5
 2020-05-24 14:00 UTC  (7+ messages)
` [PATCH RFC] sched: Add a per-thread core scheduling interface

[PATCH] ath10k: add SDIO firmware for QCA9377 WiFi
 2020-05-24 13:59 UTC  (2+ messages)

[linux-next:master 10235/12102] include/linux/compiler.h:350:38: error: call to '__compiletime_assert_37' declared with attribute error: FIELD_PREP: mask is not constant
 2020-05-24 13:58 UTC 

[PATCH 0/4] hw/display/cirrus_vga: Convert debug printf() to qemu_log_mask & trace
 2020-05-24 13:54 UTC  (2+ messages)

[PATCH 1/3] iio: Move attach/detach of the poll func to the core
 2020-05-24 13:54 UTC  (9+ messages)
` [PATCH 2/3] iio: adc: at91-sama5d2_adc: remove predisable/postenable hooks
` [PATCH 3/3] iio: remove iio_triggered_buffer_postenable()/iio_triggered_buffer_predisable()

[PATCH] hw/display/omap_dss: Replace fprintf() call by qemu_log_mask(LOG_UNIMP)
 2020-05-24 13:53 UTC  (3+ messages)

[PATCH] mt76: only iterate over initialized rx queues
 2020-05-24 13:45 UTC  (2+ messages)

[PATCH v2] mm: remove VM_BUG_ON(PageSlab()) from page_mapcount()
 2020-05-24 13:43 UTC 

[PULL 0/4] pflash-next patches for 2020-05-22
 2020-05-24 13:42 UTC  (2+ messages)

[dpdk-dev] [PATCH 0/5] bpf: add support for BPF_ABS/BPF_IND instructions
 2020-05-24 13:37 UTC  (3+ messages)
` [dpdk-dev] [PATCH 5/5] bpf: x86 JIT support for packet data load instructions
  ` [dpdk-dev] [PATCH 5/5] bpf: x86 JIT support for packet data loadinstructions

[PATCH] Fix 32-bit ARM handling of the CTR register
 2020-05-24 11:32 UTC 

[PATCH] iopl.2: Changing description of permissions set per-process to per-thread
 2020-05-24 13:22 UTC 

[PATCH net-next] Let the ADJ_OFFSET interface respect the STA_NANO flag for PHC devices
 2020-05-24 13:28 UTC 

post-receive: pub/scm/linux/kernel/git/sashal/linux-stable
 2020-05-24 13:27 UTC 

[riscv:for-next 8/11] arch/riscv/kernel/kgdb.c:52:5: warning: no previous prototype for 'decode_register_index_short'
 2020-05-24 13:26 UTC 

[PATCH] lib/bitmap: rework bitmap_cut()
 2020-05-24 13:24 UTC  (4+ messages)

[PATCH] ipc/msg.c: wake up senders until there is a queue empty capacity
 2020-05-24 13:21 UTC  (2+ messages)

Pull request: u-boot-rockchip-20200522
 2020-05-24 13:16 UTC  (3+ messages)

[PATCH] iio: stm32-dfsdm-adc: keep a reference to the iio device on the state struct
 2020-05-24 13:13 UTC  (3+ messages)

[PATCH] iio: stm32-adc: keep a reference to the iio device on the state struct
 2020-05-24 13:09 UTC  (3+ messages)

[PATCH] mt76: fix BUG: spinlock bad magic in mt76_dma_init
 2020-05-24 13:08 UTC  (2+ messages)


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.