All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-09-23 23:09:30 to 2019-09-24 01:31:58 UTC [more...]

[PATCH v6] numa: make node_to_cpumask_map() NUMA_NO_NODE aware
 2019-09-24  1:29 UTC  (11+ messages)

[PATCH v3 0/2] Add bounds check for Hotplugged memory
 2019-09-24  1:31 UTC  (4+ messages)
` [PATCH v3 1/2] memory_hotplug: Add a bounds check to check_hotplug_memory_range()

page_alloc.shuffle=1 + CONFIG_PROVE_LOCKING=y = arm64 hang
 2019-09-24  1:28 UTC  (12+ messages)
        ` printk() + memory offline deadlock (WAS Re: page_alloc.shuffle=1 + CONFIG_PROVE_LOCKING=y = arm64 hang)

[PULL 0/7] Python (acceptance tests) queue - 2019-09-23
 2019-09-24  1:26 UTC  (2+ messages)

[PATCH 00/17] KVM monolithic v1
 2019-09-24  1:25 UTC  (29+ messages)
` [PATCH 03/17] KVM: monolithic: x86: handle the request_immediate_exit variation
` [PATCH 13/17] KVM: monolithic: x86: drop the kvm_pmu_ops structure
` [PATCH 14/17] KVM: monolithic: x86: inline more exit handlers in vmx.c
` [PATCH 15/17] KVM: retpolines: x86: eliminate retpoline from vmx.c exit handlers

[GIT PULL] Smack patches for v5.4
 2019-09-24  1:25 UTC  (2+ messages)

[PATCH] smack: include linux/watch_queue.h
 2019-09-24  1:24 UTC  (3+ messages)

[PATCH 1/1] powerpc: kvm: Reduce calls to get current->mm by storing the value locally
 2019-09-24  1:22 UTC  (4+ messages)

[PATCH] rtlwifi: rtl8723ae: Remove unused 'rtstatus' variable
 2019-09-24  1:21 UTC  (3+ messages)

[PATCH] thermal: qoriq: add thermal monitor unit version 2 support
 2019-09-24  1:17 UTC  (6+ messages)

[Qemu-devel] [PATCH 0/4] target/arm: Support for Data Cache Clean up to PoP
 2019-09-24  1:16 UTC  (8+ messages)
` [Qemu-devel] [PATCH 1/4] tcg: cputlb: Add probe_read
` [Qemu-devel] [PATCH 2/4] Memory: Enable writeback for given memory region
` [Qemu-devel] [PATCH 4/4] target/arm: Add support for DC CVAP & DC CVADP ins

[Buildroot] [PATCH v2] package/cups-filters: select bash
 2019-09-24  1:15 UTC 

[Patch v4] storvsc: setup 1:1 mapping between hardware queue and CPU queue
 2019-09-24  1:14 UTC  (4+ messages)

[PATCH V8 0/2] mailbox: arm: introduce smc triggered mailbox
 2019-09-24  1:14 UTC  (6+ messages)
` [PATCH V8 1/2] dt-bindings: mailbox: add binding doc for the ARM SMC/HVC mailbox
` [PATCH V8 2/2] mailbox: introduce ARM SMC based mailbox

illegal hardware instruction during MIPS-I ELF linux useremulation
 2019-09-24  1:05 UTC  (3+ messages)

[PATCH] writeback: fix use-after-free in finish_writeback_work()
 2019-09-24  1:11 UTC  (2+ messages)

[PATCH] printk: Fix unnecessary returning broken pipe error from devkmsg_read
 2019-09-24  1:10 UTC  (4+ messages)

[PATCH v2 00/11] Clear Color Support for TGL Render Decompression
 2019-09-24  1:06 UTC  (14+ messages)
` [PATCH v2 01/11] drm/framebuffer: Format modifier for Intel Gen-12 render compression
` [PATCH v2 02/11] drm/i915: Use intel_tile_height() instead of re-implementing
` [PATCH v2 03/11] drm/i915: Move CCS stride alignment W/A inside intel_fb_stride_alignment
` [PATCH v2 04/11] drm/i915/tgl: Gen-12 render decompression
` [PATCH v2 05/11] drm/i915: Extract framebufer CCS offset checks into a function
` [PATCH v2 06/11] drm/framebuffer: Format modifier for Intel Gen-12 media compression
` [PATCH v2 07/11] drm/i915: Skip rotated offset adjustment for unsupported modifiers
` [PATCH v2 08/11] drm/fb: Extend format_info member arrays to handle four planes
` [PATCH v2 09/11] Gen-12 display can decompress surfaces compressed by the media engine
` [PATCH v2 10/11] drm/framebuffer/tgl: Format modifier for Intel Gen 12 render compression with Clear Color
` [PATCH v2 11/11] drm/i915/tgl: Add Clear Color supoort for TGL Render Decompression
` ✗ Fi.CI.CHECKPATCH: warning for Clear Color Support for TGL Render Decompression (rev2)
` ✗ Fi.CI.BAT: failure "

[PATCH v4 0/2] target/i386: cpu.h marcos clean up
 2019-09-24  1:02 UTC  (3+ messages)
` [PATCH v4 1/2] target/i386: clean up comments over 80 chars per line
` [PATCH v4 2/2] target/i386: drop the duplicated definition of cpuid AVX512_VBMI marco

[PATCH 00/11] hashmap: bugfixes, safety fixes, and WIP improvements
 2019-09-24  1:03 UTC  (21+ messages)
` [PATCH v2 00/19] hashmap bug/safety/ease-of-use fixes
  ` [PATCH v2 01/19] diff: use hashmap_entry_init on moved_entry.ent
  ` [PATCH v2 02/19] coccicheck: detect hashmap_entry.hash assignment
  ` [PATCH v2 03/19] packfile: use hashmap_entry in delta_base_cache_entry
  ` [PATCH v2 04/19] hashmap_entry_init takes "struct hashmap_entry *"
  ` [PATCH v2 05/19] hashmap_get_next takes "const struct "
  ` [PATCH v2 06/19] hashmap_add takes "struct "
  ` [PATCH v2 07/19] hashmap_get takes "const struct "
  ` [PATCH v2 08/19] hashmap_remove "
  ` [PATCH v2 09/19] hashmap_put takes "struct "
  ` [PATCH v2 10/19] introduce container_of macro
  ` [PATCH v2 11/19] hashmap_get_next returns "struct hashmap_entry *"
  ` [PATCH v2 12/19] hashmap: use *_entry APIs to wrap container_of
  ` [PATCH v2 13/19] hashmap_get{,_from_hash} return "struct hashmap_entry *"
  ` [PATCH v2 14/19] hashmap_cmp_fn takes hashmap_entry params
  ` [PATCH v2 15/19] hashmap: use *_entry APIs for iteration
  ` [PATCH v2 16/19] hashmap: hashmap_{put,remove} return hashmap_entry *
  ` [PATCH v2 17/19] hashmap: introduce hashmap_free_entries
  ` [PATCH v2 18/19] OFFSETOF_VAR macro to simplify hashmap iterators
  ` [PATCH v2 19/19] hashmap: remove type arg from hashmap_{get,put,remove}_entry

Tree checker
 2019-09-24  1:04 UTC  (2+ messages)

[GIT PULL] Hyper-V commits for 5.4
 2019-09-24  1:03 UTC 

[PATCH 22/22] drm/amdgpu: add comments in ras interrupt callback
 2019-09-24  1:02 UTC  (2+ messages)

qemu 4.1 boot regression with riscv/musl
 2019-09-24  0:59 UTC  (2+ messages)

allow larger than require DMA masks
 2019-09-24  0:59 UTC  (3+ messages)

[PATCH v1 0/6] RISC-V: Add more machine memory
 2019-09-24  0:57 UTC  (8+ messages)
` [PATCH v1 4/6] riscv/sifive_u: Add the start-in-flash property

[PATCH 1/4] softirq: implement IRQ flood detection mechanism
 2019-09-24  0:57 UTC  (18+ messages)

incoming
 2019-09-24  0:55 UTC  (2+ messages)

Git in Outreachy December 2019?
 2019-09-24  0:55 UTC  (6+ messages)

[PATCH v18 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-09-24  0:51 UTC  (5+ messages)
` [PATCH v18 15/19] Documentation: kunit: add documentation for KUnit

[GIT PULL] SafeSetID LSM changes for 5.4
 2019-09-24  0:45 UTC  (7+ messages)

[PATCH v4 00/24] Audio: Mixeng-free 5.1/7.1 audio support
 2019-09-24  0:43 UTC  (7+ messages)
` [PATCH v4 15/24] audio: add mixing-engine option (documentation)
` [PATCH v4 21/24] paaudio: channel-map option

pstore does not work under xen
 2019-09-24  0:41 UTC  (7+ messages)

[Xen-devel] [freebsd-master test] 141701: regressions - trouble: blocked/fail
 2019-09-24  0:40 UTC 

[Xen-devel] [examine test] 141722: tolerable trouble: starved
 2019-09-24  0:38 UTC 

[Xen-devel] [RFC] Generating Go bindings for libxl
 2019-09-24  0:33 UTC  (15+ messages)

[Bug 111793] New: double free or corruption (fasttop) in nouveau_bo_del
 2019-09-24  0:33 UTC  (5+ messages)
  ` [Bug 111793] "

[PATCH 1/2] x86/mm: consolidate bad_area handling to the end
 2019-09-24  0:29 UTC  (4+ messages)
` [PATCH 2/2] x86/mm: replace a goto by merging two if clause

[PATCH net 1/1] net/tls(TLS_SW): Fix list_del double free caused by a race condition in tls_tx_records
 2019-09-24  0:28 UTC  (7+ messages)
` [PATCH V2 "

[PATCH] dnf: make dnf work in toolchain
 2019-09-24  0:28 UTC  (5+ messages)

[PATCH 0/2] drm/i915: Engine relative MMIO
 2019-09-24  0:25 UTC  (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] drm/i915: Engine relative MMIO for Gen12
` ✓ Fi.CI.BAT: success for drm/i915: Engine relative MMIO (rev9)

Migration failure when running nested VMs
 2019-09-24  0:19 UTC  (5+ messages)

[PATCH 1/1] MAINTAINERS: add Yanjun to FORCEDETH maintainers list
 2019-09-24  0:23 UTC  (2+ messages)

[PATCH] migration/postcopy: Recognise the recovery states as 'in_postcopy'
 2019-09-24  0:15 UTC  (2+ messages)

[Xen-devel] [libvirt test] 141683: tolerable all pass - PUSHED
 2019-09-24  0:15 UTC 

[PATCH v4] platform/chrome: wilco_ec: Add debugfs test_event file
 2019-09-24  0:11 UTC  (2+ messages)

[PATCH net v2] net/sched: cbs: Fix not adding cbs instance to list
 2019-09-24  0:15 UTC 

kunit: what do we do with the 'kunit/alpha/master' branch?
 2019-09-24  0:05 UTC  (6+ messages)

[Buildroot] switching hardware-specific parts of .config?
 2019-09-24  0:03 UTC  (2+ messages)

[PATCH v4 00/25] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
 2019-09-24  0:00 UTC  (11+ messages)
` [PATCH v4 07/25] ibtrs: client: statistics functions
` [PATCH v4 09/25] ibtrs: server: private header with server structs and functions
` [PATCH v4 10/25] ibtrs: server: main functionality
` [PATCH v4 11/25] ibtrs: server: statistics functions
` [PATCH v4 12/25] ibtrs: server: sysfs interface functions

[PATCH 0/2] EDAC, skx: Provide more machine specific location detail
 2019-09-23 23:57 UTC  (7+ messages)
` [PATCH 1/2] EDAC, skx_common: Refactor so that we initialize "dev" in result of adxl decode
` [RFC PATCH 2/2] EDAC, skx: Retrieve and print retry_rd_err_log registers

[PATCH] arm64: dts: allwinner: a64: Drop PMU node
 2019-09-23 23:55 UTC  (15+ messages)

[GIT PULL] Kselftest update for Linux 5.4-rc1
 2019-09-23 23:54 UTC  (6+ messages)

[dpdk-dev] [PATCH v6] net/i40e: limit the number of VF messages
 2019-09-23 23:52 UTC  (3+ messages)
` [dpdk-dev] [PATCH v7] "

Balance ENOSPC during balance despite additional storage added
 2019-09-23 23:53 UTC  (11+ messages)

[PATCH] xfs: revert 1baa2800e62d ("xfs: remove the unused XFS_ALLOC_USERDATA flag")
 2019-09-23 23:52 UTC 

[PATCH] seccomp: remove unused arg from secure_computing()
 2019-09-23 23:51 UTC  (6+ messages)

[PATCH] drm/i915/tgl: Fix doc not corresponding to code
 2019-09-23 23:51 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH v3 0/2] Allow memory_region_register_iommu_notifier() to fail
 2019-09-23 23:49 UTC  (7+ messages)
` [PATCH v3 1/2] vfio: Turn the container error into an Error handle

[PATCH] fs:xfs:scrub: Removed unneeded variable
 2019-09-23 23:48 UTC  (2+ messages)

[PATCH rdma-core v2 0/2] vmw_pvrdma: Use physical resource ids from device
 2019-09-23 23:49 UTC  (3+ messages)
` [PATCH rdma-core v2 1/2] Update kernel headers
` [PATCH rdma-core v2 2/2] vmw_pvrdma: Use resource ids from physical device if available

[PATCH] xfs: log proper length of superblock
 2019-09-23 23:48 UTC  (2+ messages)

[PATCH v2 -rcu dev 0/5] kfree_rcu() additions for -rcu
 2019-09-23 23:49 UTC  (2+ messages)

[dpdk-dev] [PATCH v3 1/2] ethdev: add GTP extension header to flow API
 2019-09-23 23:44 UTC  (3+ messages)
` [dpdk-dev] [PATCH v4 0/2] add GTP/PPPoE "

[PATCH v2] KVM: PPC: Book3S HV: use smp_mb() when setting/clearing host_ipi flag
 2019-09-23 23:40 UTC  (3+ messages)

[PATCH] qemu-pr-helper: fix crash in mpath_reconstruct_sense
 2019-09-23 23:38 UTC 

[alsa-devel] [PATCH] ASoC: Skylake SST driver - blacklist the PCI device IDs for the auto probe
 2019-09-23 23:34 UTC  (5+ messages)

[MPTCP] [PATCH] mptcp: sendmsg: fix stream corrution
 2019-09-23 23:35 UTC 

[PATCH] PM / devfreq: Lock devfreq in trans_stat_show
 2019-09-23 23:34 UTC  (3+ messages)

[PATCH 1/3] perf, evlist: Fix access of freed id arrays
 2019-09-23 23:33 UTC  (3+ messages)
` [PATCH 2/3] perf, expr: Remove assert usage
` [PATCH 3/3] perf, stat: Fix free memory access / memory leaks in metrics

[Bug 204975] New: AMD-Vi: Command buffer timeout
 2019-09-23 23:32 UTC  (4+ messages)
` [Bug 204975] "

[ANNOUNCE] e2fsprogs v1.45.4
 2019-09-23 23:31 UTC 

[PATCH 1/2] drm/i915/selftests: Verify the LRC register layout between init and HW
 2019-09-23 23:31 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/2] "

[Xen-devel] [linux-linus test] 141673: regressions - trouble: broken/fail/pass
 2019-09-23 23:28 UTC 

[PATCH] x86: use the correct function type for native_set_fixmap
 2019-09-23 23:27 UTC  (2+ messages)

[dpdk-dev] [PATCH] vhost: add __rte_experimental to rte_vhost_va_from_guest_pa
 2019-09-23 23:26 UTC  (4+ messages)

[tip:WIP.core/toplevel 4/6] drivers/sound/pci/hda/hda_proc.c:516:18: sparse: sparse: bad integer constant expression
 2019-09-23 23:25 UTC 

LSM9DS1 testing with st_lsm6dsx driver
 2019-09-23 23:23 UTC  (7+ messages)

[PATCH v4 00/16] Move rom and notdirty handling to cputlb
 2019-09-23 23:00 UTC  (12+ messages)
` [PATCH v4 05/16] cputlb: Split out load/store_memop
` [PATCH v4 06/16] cputlb: Introduce TLB_BSWAP
` [PATCH v4 07/16] exec: Adjust notdirty tracing
` [PATCH v4 09/16] cputlb: Move NOTDIRTY handling from I/O path to TLB path
` [PATCH v4 10/16] cputlb: Partially inline memory_region_section_get_iotlb
` [PATCH v4 11/16] cputlb: Merge and move memory_notdirty_write_{prepare, complete}
` [PATCH v4 12/16] cputlb: Handle TLB_NOTDIRTY in probe_access
` [PATCH v4 13/16] cputlb: Remove cpu->mem_io_vaddr
` [PATCH v4 14/16] cputlb: Remove tb_invalidate_phys_page_range is_cpu_write_access
` [PATCH v4 15/16] cputlb: Pass retaddr to tb_invalidate_phys_page_fast
` [PATCH v4 16/16] cputlb: Pass retaddr to tb_check_watchpoint

[PATCH linux dev-5.3 0/6] ftgmac100: Support AST2600 RMII
 2019-09-23 23:20 UTC  (3+ messages)
` [PATCH linux dev-5.3 2/6] dt-bindings: net: ftgmac100: Describe clock properties

[RFC PATCH bpf-next v2 0/2] bpf: adding map batch processing support
 2019-09-23 23:20 UTC  (3+ messages)
` [RFC PATCH bpf-next v2 1/2] "

[PATCH] mm: fix -Wmissing-prototypes warnings
 2019-09-23 23:20 UTC  (3+ messages)

[Buildroot] [PATCH 1/2] sdl2_gfx: bump to version 1.0.4
 2019-09-23 23:17 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] sdl2_image: bump to version 2.0.5

[PATCH] efi/libstub/arm64: Report meaningful relocation errors
 2019-09-23 23:17 UTC  (6+ messages)

[Buildroot] [PATCH 1/2] sdl2_gfx: bump to version 1.0.4
 2019-09-23 23:15 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] sdl2_image: bump to version 2.0.5

[dpdk-dev] [PATCH 0/2] add symmetric toeplitz hash support
 2019-09-23 23:11 UTC  (2+ messages)

[PATCH v2 00/16] testing/next (docker/podman, tcg, build fixes)
 2019-09-23 23:00 UTC  (4+ messages)
` [PATCH v2 04/16] tests/docker: reduce scary warnings from failed inspect


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.