All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-19 00:50:51 to 2020-05-19 01:57:12 UTC [more...]

[PATCH v7 00/19] Add support for qemu-xen runnning in a Linux-based stubdomain
 2020-05-19  1:54 UTC  (13+ messages)
` [PATCH v7 01/19] Document ioemu MiniOS stubdomain protocol
` [PATCH v7 02/19] Document ioemu Linux "
` [PATCH v7 03/19] libxl: fix qemu-trad cmdline for no sdl/vnc case
` [PATCH v7 04/19] libxl: Allow running qemu-xen in stubdomain
` [PATCH v7 05/19] libxl: Handle Linux stubdomain specific QEMU options
` [PATCH v7 06/19] libxl: Use libxl__xs_* in libxl__write_stub_dmargs
` [PATCH v7 07/19] libxl: write qemu arguments into separate xenstore keys
` [PATCH v7 08/19] xl: add stubdomain related options to xl config parser
` [PATCH v7 09/19] tools/libvchan: notify server when client is connected
` [PATCH v7 10/19] libxl: add save/restore support for qemu-xen in stubdomain
` [PATCH v7 11/19] tools: add missing libxenvchan cflags
` [PATCH v7 12/19] tools: add simple vchan-socket-proxy

[PATCH 1/2] ARM: dts: imx50: Add src node interrupt
 2020-05-19  1:56 UTC  (6+ messages)
` [PATCH 2/2] ARM: dts: imx5: make src node name generic

[PATCH 0/3] xfsprogs: random fixes
 2020-05-19  1:55 UTC  (5+ messages)
` [PATCH 1/3] xfs_db: don't crash if el_gets returns null
` [PATCH 2/3] xfs_db: fix rdbmap_boundscheck
` [PATCH 3/3] debian: replace libreadline with libedit

[PATCH 1/2] ext4: Drop ext4_journal_free_reserved()
 2020-05-19  1:55 UTC  (2+ messages)

[PATCH 5/9] blk-mq: don't set data->ctx and data->hctx in blk_mq_alloc_request_hctx
 2020-05-19  1:54 UTC  (7+ messages)

[PATCH] firmware: arm_sdei: Put the SDEI table after using it
 2020-05-19  1:53 UTC  (3+ messages)

[PATCH V2] ifcvf: move IRQ request/free to status change handlers
 2020-05-19  1:51 UTC  (4+ messages)

[PATCH 00/22] mips: Prepare MIPS-arch code for Baikal-T1 SoC support
 2020-05-19  1:50 UTC  (9+ messages)
` [PATCH v2 20/20] cpufreq: Return zero on success in boost sw setting

[PATCH 00/18] [PULL REQUEST] iommu/vt-d: patches for v5.8
 2020-05-19  1:46 UTC  (3+ messages)

[PATCH 0/7] ASoC: add soc-link
 2020-05-19  1:47 UTC  (11+ messages)
` [PATCH 1/7] ASoC: add soc-link.c
` [PATCH 2/7] ASoC: soc-link: move soc_rtd_xxx()
` [PATCH 3/7] ASoC: soc-link: remove unneeded parameter from snd_soc_link_xxx()
` [PATCH 4/7] ASoC: soc-link: add snd_soc_link_be_hw_params_fixup()
` [PATCH 5/7] ASoC: soc-link: add snd_soc_link_compr_startup()
` [PATCH 6/7] ASoC: soc-link: add snd_soc_link_compr_shutdown()
` [PATCH 7/7] ASoC: soc-link: add snd_soc_link_compr_set_params()

[PATCH v3 0/5] Various build and doc fixes
 2020-05-19  1:47 UTC  (6+ messages)
` [PATCH v3 2/5] configure: Set gnu99 C language standard by default

[krisman-unicode:for-next 1/2] sparc64-linux-ld: utf8-test.c:undefined reference to `kunit_ptr_not_err_assert_format'
 2020-05-19  1:45 UTC 

[krisman-unicode:for-next 1/2] s390-linux-ld: utf8-test.c:undefined reference to `kunit_do_assertion'
 2020-05-19  1:45 UTC 

[PATCH v2] iommu/qcom: add optional 'tbu' clock for TLB invalidate
 2020-05-19  1:41 UTC  (3+ messages)

[PATCH bpf-next] selftest/bpf: make bpf_iter selftest compilable against old vmlinux.h
 2020-05-19  1:42 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/ice: fix RSS for GTPU
 2020-05-19  1:33 UTC  (2+ messages)

[Bug 1879425] [NEW] The thread of "CPU 0 /KVM" keeping 99.9%CPU
 2020-05-19  1:32 UTC 

[SPARSE v2 00/28] detect invalid branches
 2020-05-19  1:41 UTC  (33+ messages)
` [PATCH v1 01/28] misc: fix testcase typeof-safe
` [PATCH v1 02/28] misc: s/fntype/rettype/
` [PATCH v1 03/28] misc: always use the node for current_fn
` [PATCH v1 04/28] bad-goto: add testcase for 'jump inside discarded expression statement'
` [PATCH v1 05/28] bad-goto: add testcases for linearization of invalid labels
` [PATCH v1 06/28] bad-goto: reorganize testcases and add some more
` [PATCH v1 07/28] bad-goto: do not linearize if the IR will be invalid
` [PATCH v1 08/28] bad-goto: reorg test in evaluate_goto_statement()
` [PATCH v1 09/28] bad-goto: simplify testing of undeclared labels
` [PATCH v1 10/28] bad-goto: do not linearize function with "
` [PATCH v1 11/28] bad-goto: catch labels with reserved names
` [PATCH v1 12/28] scope: no memset() needed after __alloc_scope()
` [PATCH v1 13/28] scope: move scope opening/ending inside compound_statement()
` [PATCH v1 14/28] scope: extract bind_symbol_with_scope() from bind_symbol()
` [PATCH v1 15/28] scope: __func__ is special
` [PATCH v1 16/28] scope: __label__ "
` [PATCH v1 17/28] scope: s/{start,end}_symbol_scope/{start,end}_block_scope/
` [PATCH v1 18/28] scope: make function_scope invalid outside functions
` [PATCH v1 19/28] scope: let labels have their own scope
` [PATCH v1 20/28] scope: add is_in_scope()
` [PATCH v1 21/28] scope: give a scope for labels & gotos
` [PATCH v1 22/28] bad-goto: jumping inside a statemet expression is an error
` [PATCH v1 23/28] bad-goto: label expression inside a statement expression is UB
` [PATCH v1 24/28] bad-goto: extract check_label_declaration()
` [PATCH v1 25/28] bad-goto: check declaration of label expressions
` [PATCH v1 26/28] bad-label: check for unused labels
` [PATCH v1 27/28] bad-label: mark labels as used when needed
` [PATCH v1 28/28] bad-label: respect attribute((unused))

[PATCH] swap: Add percpu cluster_next to reduce lock contention on swap cache
 2020-05-19  1:39 UTC  (4+ messages)

[Intel-gfx] [PATCH] drm/i915/ehl: Extend w/a 14010685332 to JSP/MCC
 2020-05-19  1:41 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH 01/10] kconfiglib: Update to the 14.1.0 release
 2020-05-19  1:40 UTC  (6+ messages)
` [PATCH 02/10] kconfig: Add scripts/Kconfig.include from v4.19

[PATCH] pinctrl: msm: Add check for pinctrl group is valid
 2020-05-19  1:38 UTC  (2+ messages)

[Intel-gfx] [PATCH 1/4] drm/i915: Don't set queue-priority hint when supressing the reschedule
 2020-05-19  1:39 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/4] "

[PATCH 1/1] iommu/vt-d: Fix pointer cast warnings on 32 bit
 2020-05-19  1:34 UTC 

[meta-arm][PATCH] optee-os: Fix compile with GCC 10
 2020-05-19  1:37 UTC 

[dpdk-dev] [PATCH v4] net/i40e: fix the core dump risk of wild pointer operation
 2020-05-19  1:28 UTC  (3+ messages)
` [dpdk-dev] [PATCH v5] "

An IPMI Request Visualization Tool
 2020-05-19  1:36 UTC  (3+ messages)

UBSAN: array-index-out-of-bounds in kernel/bpf/arraymap.c:177
 2020-05-19  1:36 UTC  (7+ messages)

[BlueZ PATCH v1] lib: Add definitions for advertisement monitor features
 2020-05-19  1:36 UTC  (2+ messages)
` [BlueZ,v1] "

[net-next v5 0/9][pull request] 1GbE Intel Wired LAN Driver Updates 2020-05-18
 2020-05-19  1:35 UTC  (12+ messages)
` [net-next v5 1/9] igc: Add ECN support for TSO
` [net-next v5 2/9] igc: Use netdev log helpers in igc_main.c
` [net-next v5 3/9] igc: add support to eeprom, registers and link self-tests
` [net-next v5 4/9] igc: Use netdev log helpers in igc_ethtool.c
` [net-next v5 5/9] igc: Use netdev log helpers in igc_ptp.c
` [net-next v5 6/9] igc: Use netdev log helpers in igc_dump.c
` [net-next v5 7/9] igc: Use netdev log helpers in igc_base.c
` [net-next v5 8/9] igc: Remove unneeded definition
` [net-next v5 9/9] igc: Remove unneeded register

[PATCH v10 01/26] Documentation/x86: Add CET description
 2020-05-19  1:35 UTC  (3+ messages)

[PATCH v2 00/15] net: taint when the device driver firmware crashes
 2020-05-19  1:23 UTC  (6+ messages)
` [PATCH v2 12/15] ath10k: use new module_firmware_crashed()

[meta-xfce][PATCH 1/4] garcon: 0.6.4 -> 0.7.0
 2020-05-19  1:30 UTC  (4+ messages)
` [meta-xfce][PATCH 2/4] xfconf: 4.14.2 -> 4.14.3
` [meta-xfce][PATCH 3/4] thunar: 1.8.12 -> 1.8.14
` [meta-xfce][PATCH 4/4] catfish: 1.4.11 -> 1.4.13

[RFC] dt-bindings: mailbox: add doorbell support to ARM MHU
 2020-05-19  1:29 UTC  (7+ messages)

[PATCH] xfs_repair: fix progress reporting
 2020-05-19  1:29 UTC  (6+ messages)
` [PATCH V2] "

Questions about masked atomic
 2020-05-19  1:27 UTC  (6+ messages)

[OE-core][PATCH] make-mod-scripts: Added ALLOW_EMPTY to fix dependence error
 2020-05-19 10:01 UTC  (3+ messages)

exec: Promised cleanups after introducing exec_update_mutex
 2020-05-19  1:25 UTC  (5+ messages)
` [PATCH 0/6] exec: Trivial cleanups for exec
  ` [PATCH 0/5] exec: Control flow simplifications
    ` [PATCH v2 0/8] "

inode iterator cleanups
 2020-05-19  1:23 UTC  (2+ messages)

Patchwork housekeeping for: linux-renesas-soc
 2020-05-19  1:20 UTC 

[PATCH 0/4] mm/gup, drm/i915: refactor gup_fast, convert to pin_user_pages()
 2020-05-19  1:20 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH v2 0/6] ov5647 driver improvement
 2020-05-19  1:16 UTC  (7+ messages)
  ` [PATCH v2 1/6] media: ov5647: Add set_fmt and get_fmt calls
  ` [PATCH v2 2/6] media: ov5647: Add support for PWDN GPIO
  ` [PATCH v2 3/6] media: ov5647: Add support for non-continuous clock mode
  ` [PATCH v2 4/6] media: ov5647: Use gpiod_set_value_cansleep
  ` [PATCH v2 5/6] media: dt-bindings: ov5647: Add property for PWDN control
  ` [PATCH v2 6/6] media: dt-bindings: ov5647: Add property for non-continuous clock

Minor portability issues + fixes
 2020-05-19  1:15 UTC 

[lkp] [+4007 bytes kernel size regression] [i386-tinyconfig] [3389d7a0a4] iov_iter: Add ITER_MAPPING
 2020-05-19  1:14 UTC 

[PATCH v3 0/4] cleaning up the sysctls table (hung_task watchdog)
 2020-05-19  1:13 UTC  (3+ messages)

incoming
 2020-05-19  1:13 UTC  (30+ messages)
` + arm-fix-the-flush_icache_range-arguments-in-set_fiq_handler.patch added to -mm tree
` + nds32-unexport-flush_icache_page.patch "
` + powerpc-unexport-flush_icache_user_range.patch "
` + unicore32-remove-flush_cache_user_range.patch "
` + asm-generic-fix-the-inclusion-guards-for-cacheflushh.patch "
` + asm-generic-dont-include-linux-mmh-in-cacheflushh.patch "
` + asm-generic-improve-the-flush_dcache_page-stub.patch "
` + alpha-use-asm-generic-cacheflushh.patch "
` + arm64-use-asm-generic-cacheflushh.patch "
` + c6x-use-asm-generic-cacheflushh.patch "
` + hexagon-use-asm-generic-cacheflushh.patch "
` + ia64-use-asm-generic-cacheflushh.patch "
` + microblaze-use-asm-generic-cacheflushh.patch "
` + m68knommu-use-asm-generic-cacheflushh.patch "
` + openrisc-use-asm-generic-cacheflushh.patch "
` + powerpc-use-asm-generic-cacheflushh.patch "
` + riscv-use-asm-generic-cacheflushh.patch "
` + armsparcunicore32-remove-flush_icache_user_range.patch "
` + mm-rename-flush_icache_user_range-to-flush_icache_user_page.patch "
` + asm-generic-add-a-flush_icache_user_range-stub.patch "
` + sh-implement-flush_icache_user_range.patch "
` + xtensa-implement-flush_icache_user_range.patch "
` + arm-rename-flush_cache_user_range-to-flush_icache_user_range.patch "
` + m68k-implement-flush_icache_user_range.patch "
` + exec-only-build-read_code-when-needed.patch "
` + exec-use-flush_icache_user_range-in-read_code.patch "
` + binfmt_flat-use-flush_icache_user_range.patch "
` + nommu-use-flush_icache_user_range-in-brk-and-mmap.patch "
` + module-move-the-set_fs-hack-for-flush_icache_range-to-m68k.patch "

[RFC PATCH v2 0/3] add SW BOOST support for CPPC
 2020-05-19  1:12 UTC  (5+ messages)
` [RFC PATCH v2 1/3] cpufreq: handle the return value of '.set_boost()' properly

[PATCH] staging: vchiq_arm: cast with __force as needed
 2020-05-19  0:45 UTC 

[PATCH 4.19 00/80] 4.19.124-rc1 review
 2020-05-19  1:10 UTC  (4+ messages)
` [PATCH 4.19 02/80] shmem: fix possible deadlocks on shmlock_user_lock

[PATCH mm v3 0/3] memcg: Slow down swap allocation as the available space gets depleted
 2020-05-19  1:10 UTC  (6+ messages)
` [PATCH mm v3 3/3] mm: automatically penalize tasks with high swap use

[PATCH] net: bmac: Fix read of MAC address from ROM
 2020-05-19  1:05 UTC 

arm64: Register modification during syscall entry/exit stop
 2020-05-19  1:05 UTC  (2+ messages)

[PATCH v2 12/15] ath10k: use new module_firmware_crashed()
 2020-05-19  1:05 UTC  (12+ messages)

[RFC PATCH 0/3] add SW BOOST support for CPPC
 2020-05-19  1:04 UTC  (6+ messages)
` [RFC PATCH 2/3] cpufreq: Add SW BOOST support for drivers without frequency table

[dpdk-dev] [PATCH] net/ixgbe/base: update copyright
 2020-05-19  1:03 UTC  (2+ messages)

[PATCH bpf-next] tools: bpftool: make capability check account for new BPF caps
 2020-05-19  1:03 UTC  (3+ messages)

[dpdk-dev] [PATCH 0/2] fix defects of macro in VF
 2020-05-19  1:01 UTC  (7+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 2/2] net/e1000: "
    ` [dpdk-dev] [dpdk-stable] "

[PATCH] net: bmac: Fix stack corruption panic in bmac_probe()
 2020-05-19  0:59 UTC  (3+ messages)

checkpatch error checking target arch in libvhost-user
 2020-05-19  0:58 UTC  (2+ messages)

[PATCH v17 00/23] LSM: Module stacking for AppArmor
 2020-05-19  0:58 UTC  (8+ messages)
` [PATCH v17 20/23] Audit: Add a new record for multiple subject LSM attributes

stable-rc/linux-4.9.y build: 197 builds: 1 failed, 196 passed (v4.9.223-91-g7cb03e23d3f5)
 2020-05-19  0:58 UTC 

[PATCH V3 0/3] nvmet: add target ns revalidate support
 2020-05-19  0:58 UTC  (7+ messages)
` [PATCH V3 1/3] nvmet: add helper to revalidate bdev and file ns
` [PATCH V3 2/3] nvmet: revalidate-ns & generate AEN from configfs

[PATCH 1/7] Redirect grep's stderr top null too
 2020-05-19  0:56 UTC  (6+ messages)
        ` [PATCH] t5703: replace "grep -a" usage by perl

[PATCH v3 00/14] remoteproc: Add support for synchronisaton with rproc
 2020-05-19  0:55 UTC  (7+ messages)
` [PATCH v3 03/14] remoteproc: Add new operation and flags for synchronistation

[PATCH 0/2] Fix VMX preemption timer migration
 2020-05-19  0:56 UTC  (3+ messages)
` [PATCH 2/2] KVM: selftests: VMX preemption timer migration test

[Intel-gfx] [RFC PATCH 0/4] drm/i915: Resolve device hotunplug issues
 2020-05-19  0:54 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[Bug 206569] BUG at mm/filemap.c:2529: VM_BUG_ON_PAGE(page_to_pgoff(page) != offset)
 2020-05-19  0:52 UTC  (8+ messages)

Reducing fragmentation in OpenBMC
 2020-05-19  0:53 UTC  (2+ messages)

[PATCH 0/3] xfs: fix stale disk exposure after crash
 2020-05-19  0:49 UTC  (2+ messages)
` [PATCH 1/3] xfs: force writes to delalloc regions to unwritten


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.