All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-03-08 14:39:48 to 2021-03-08 15:12:41 UTC [more...]

[PATCH v3 00/12] RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property
 2021-03-08 15:05 UTC  (9+ messages)
` [PATCH v3 01/12] softmmu/physmem: Mark shared anonymous memory RAM_SHARED
` [PATCH v3 02/12] softmmu/physmem: Fix ram_block_discard_range() to handle shared anonymous memory
` [PATCH v3 03/12] softmmu/physmem: Fix qemu_ram_remap() "
` [PATCH v3 04/12] util/mmap-alloc: Factor out calculation of the pagesize for the guard page
` [PATCH v3 05/12] util/mmap-alloc: Factor out reserving of a memory region to mmap_reserve()
` [PATCH v3 06/12] util/mmap-alloc: Factor out activating of memory to mmap_activate()
` [PATCH v3 10/12] memory: introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()

[PATCH 00/11] Update omap5 dts files to probe with genpd
 2021-03-08 15:11 UTC  (10+ messages)
` [PATCH 01/11] ARM: dts: Configure interconnect target module for omap5 dmm
` [PATCH 02/11] ARM: dts: Configure interconnect target module for omap5 emif
` [PATCH 03/11] ARM: dts: Configure interconnect target module for omap5 mpu
` [PATCH 04/11] ARM: dts: Configure interconnect target module for omap5 gpmc
` [PATCH 05/11] ARM: dts: Configure interconnect target module for omap5 sata
` [PATCH 06/11] ARM: dts: Move omap5 mmio-sram out of l3 interconnect
` [PATCH 07/11] ARM: dts: Move omap5 l3-noc to a separate node
` [PATCH 08/11] ARM: dts: Configure simple-pm-bus for omap5 l4_wkup
` [PATCH 09/11] ARM: dts: Configure simple-pm-bus for omap5 l4_per

[PATCH] perf auxtrace: Fix auxtrace queue conflict
 2021-03-08 15:11 UTC 

stable-rc/queue/5.10 build: 196 builds: 0 failed, 196 passed, 29 warnings (v5.10.21-42-ge990ccad455df)
 2021-03-08 15:11 UTC 

[PATCH v4] mm: cma: support sysfs
 2021-03-08 15:26 UTC  (2+ messages)
` [mm] 9ddc8abf03: BUG:KASAN:null-ptr-deref_in_lockdep_init_map_type

[PATCH 1/4] cifs: print MIDs in decimal notation
 2021-03-08 15:10 UTC  (5+ messages)
` [PATCH 2/4] cifs: change noisy error message to FYI
` [PATCH 3/4] cifs: return proper error code in statfs(2)
` [PATCH 4/4] cifs: do not send close in compound create+close requests

[PATCH] qemu: fix CVE-2021-20203
 2021-03-08 15:11 UTC 

[PATCH v8 0/6] Support ROHM BD9576MUF and BD9573MUF PMICs
 2021-03-08 15:09 UTC  (7+ messages)
` [PATCH v8 2/6] mfd: Support ROHM BD9576MUF and BD9573MUF
` [PATCH v8 6/6] mfd: bd9576: Add safety limit/monitoring registers

[Intel-gfx] [PATCH v3 0/8] drm/i915: refactor KBL/TGL/ADLS stepping scheme
 2021-03-08 15:10 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: refactor KBL/TGL/ADLS stepping scheme (rev2)

[PATCH v26 00/20] i386 cleanup PART 2
 2021-03-08 15:07 UTC  (7+ messages)

[PATCH next v4 00/15] printk: remove logbuf_lock
 2021-03-08 15:09 UTC  (5+ messages)

[PATCH RESEND] lspci: Decode VF 10-Bit Tag Requester
 2021-03-08 15:09 UTC  (4+ messages)

stable-rc/linux-4.14.y build: 201 builds: 0 failed, 201 passed, 69 warnings (v4.14.224-7-g145d5b40ad9f)
 2021-03-08 15:09 UTC 

[PATCH bpf-next v2] bpf: Change inode_storage's lookup_elem return value from NULL to -EBADF
 2021-03-08 15:07 UTC  (3+ messages)

[PATCH v2 0/6] Move the read_tree() function to its only user
 2021-03-08 15:06 UTC  (32+ messages)
` [PATCH 00/30] tree-walk: mostly "mode" to "enum object_type"
` [PATCH 01/30] diff.c: remove redundant canon_mode() call
` [PATCH 02/30] notes & match-trees: use name_entry's "pathlen" member
` [PATCH 03/30] cache.h: add a comment to object_type()
` [PATCH 04/30] tree-walk.h: add object_type member to name_entry
` [PATCH 05/30] tree-walk.c: migrate to using new "object_type" field when possible
` [PATCH 06/30] cache.h: have base_name_compare() take "is tree?", not "mode"
` [PATCH 07/30] tree-walk.h users: switch object_type(...) to new .object_type
` [PATCH 08/30] tree.h: format argument lists of read_tree_recursive() users
` [PATCH 09/30] tree.h users: format argument lists in archive.c
` [PATCH 10/30] archive: get rid of 'stage' parameter
` [PATCH 11/30] tree.h API: make read_tree_fn_t take an "enum object_type"
` [PATCH 12/30] tree-walk.h users: migrate "p->mode &&" pattern
` [PATCH 13/30] tree-walk.h users: refactor chained "mode" if/else into switch
` [PATCH 14/30] tree-walk.h users: migrate miscellaneous "mode" to "object_type"
` [PATCH 15/30] merge-tree tests: test for the mode comparison in same_entry()
` [PATCH 16/30] merge-ort: correct reference to test in 62fdec17a11
` [PATCH 17/30] fsck.c: switch on "object_type" in fsck_walk_tree()
` [PATCH 18/30] tree-walk.h users: use temporary variable(s) for "mode"
` [PATCH 19/30] tree-walk.h API: formatting changes for subsequent commit
` [PATCH 20/30] tree-walk.h API: rename get_tree_entry() to get_tree_entry_mode()
` [PATCH 21/30] tree-walk.h API users: use "tmp" for mode in shift_tree_by()
` [PATCH 22/30] tree-walk.h API: Add get_tree_entry_type()
` [PATCH 23/30] tree-walk.h API: add a get_tree_entry_path() function
` [PATCH 24/30] tree-walk.h API: document and format tree_entry_extract()
` [PATCH 25/30] tree-entry.h API: rename tree_entry_extract() to tree_entry_extract_mode()
` [PATCH 26/30] tree-walk.h API: add a tree_entry_extract_all() function
` [PATCH 27/30] tree-walk.h API: add a tree_entry_extract_type() function
` [PATCH 28/30] tree-walk.h API users: rename "struct name_entry"'s "mode" to "raw_mode"
` [PATCH 29/30] tree.h API users: rename read_tree_fn_t's "
` [PATCH 30/30] tree-walk.h API: move canon_mode() back out of decode_tree_entry()

[Bug 211605] New: Re-mount XFS causes "noattr2 mount option is deprecated" warning
 2021-03-08 15:07 UTC  (2+ messages)
` [Bug 211605] Re-mount XFS causes "attr2 "

[Bug 1918149] [NEW] qemu-user reports wrong fault_addr in signal handler
 2021-03-08 14:58 UTC 

[PATCH v5 00/41] test: Refactor tests to have a single test runner
 2021-03-08 15:07 UTC  (4+ messages)
` [PATCH v5 03/41] doc: Document make tcheck

[PATCH V6] x86/mm: Tracking linear mapping split events
 2021-03-08 15:06 UTC  (3+ messages)

[PATCH] dt-bindings: i2c: xiic: Fix a typo
 2021-03-08 15:06 UTC 

[igt-dev] [PATCH i-g-t] tests/kms_hdr: Fix bpc-switch tests on AMD hardware
 2021-03-08 15:06 UTC  (7+ messages)
` [igt-dev] [PATCH i-g-t v2 0/2] Fix up the HDR tests for AMD devices
  ` [igt-dev] [PATCH i-g-t v2 1/2] kms_hdr: Skip HDR tests on pre-Kaby Lake Intel devices

[PATCH net 0/2] net: dsa: Accept software VLANs for stacked interfaces
 2021-03-08 15:04 UTC  (3+ messages)
` [PATCH net 1/2] "
` [PATCH net 2/2] net: dsa: mv88e6xxx: Never apply VLANs on standalone ports to VTU

[PATCH] leds: trigger: fix potential deadlock with libata
 2021-03-08 15:05 UTC  (5+ messages)

[PATCH v2 00/12] gpio: implement the configfs testing module
 2021-03-08 15:04 UTC  (7+ messages)
` [PATCH v2 09/12] gpio: sim: new "

[PATCH] arm64/mm: Fix __enable_mmu() for new TGRAN range values
 2021-03-08 15:03 UTC  (10+ messages)

[PATCH v5 0/2] gpio: Update and simplify the uclass API
 2021-03-08 15:05 UTC  (6+ messages)
` [PATCH v5 1/2] gpio: i2c-gpio: Drop use of dm_gpio_set_dir()

[PATCH] KVM: PPC: Book3S HV: Do not expose HFSCR sanitisation to nested hypervisor
 2021-03-08 15:04 UTC  (4+ messages)

stable-rc/linux-4.9.y baseline: 77 runs, 4 regressions (v4.9.260-6-gcde092bbe336)
 2021-03-08 15:02 UTC 

[xfs] 571519716f: aim7.jobs-per-min -8.5% regression
 2021-03-08 15:03 UTC  (2+ messages)

Wireguard Windows ARM64 Build 21327
 2021-03-08 15:00 UTC  (4+ messages)

[PATCH] mkfs.ubifs: Fix runtime assertions when running without crypto
 2021-03-08 14:57 UTC  (2+ messages)
` [PATCH v2] "

[Virtio-fs] Securing file handles
 2021-03-08 15:01 UTC  (8+ messages)

[PATCH 1/3] mfd: lp87565: fix typo in define names
 2021-03-08 14:59 UTC  (2+ messages)

[PATCH bpf V3 0/2] bpf: Updates for BPF-helper bpf_check_mtu
 2021-03-08 14:59 UTC  (3+ messages)
` [PATCH bpf V3 1/2] bpf: BPF-helper for MTU checking add length input
` [PATCH bpf V3 2/2] selftests/bpf: Tests using bpf_check_mtu BPF-helper input mtu_len param

[PATCH] meson: Stop if cfi is enabled with system slirp
 2021-03-08 14:58 UTC  (5+ messages)

[PATCH] kasan: fix KASAN_STACK dependency for HW_TAGS
 2021-03-08 14:58 UTC  (2+ messages)

[PATCH] ui/gtk: fix NULL pointer dereference
 2021-03-08 14:57 UTC  (4+ messages)

[net-next PATCH v6 00/15] ACPI support for dpaa2 driver
 2021-03-08 14:57 UTC  (6+ messages)
` [net-next PATCH v6 10/15] net: mdio: Add ACPI support code for mdio

[dpdk-dev] [RFC 1/7] ethdev: support sub function representor
 2021-03-08 14:59 UTC  (6+ messages)
` [dpdk-dev] [PATCH v8 7/9] ethdev: new API to get representor info
` [dpdk-dev] [PATCH v8 9/9] kvargs: update parser to support lists

arm64 KASAN_HW_TAGS panic on non-MTE hardware on 5.12-rc1
 2021-03-08 14:56 UTC  (6+ messages)

[RFC PATCH 0/5] Add "func_no_repete" tracing option
 2021-03-08 14:57 UTC  (4+ messages)
` [RFC PATCH 1/5] tracing: Define new ftrace event "func_repeats"

[PATCH] iommu/dma: Resurrect the "forcedac" option
 2021-03-08 14:54 UTC  (5+ messages)

[PATCH 00/10] spi: finalize 'delay_usecs' removal/transition
 2021-03-08 14:55 UTC  (11+ messages)
` [PATCH 01/10] spi: spi-axi-spi-engine: remove usage of delay_usecs
` [PATCH 02/10] spi: bcm63xx-spi: don't check 'delay_usecs' field
` [PATCH 03/10] spi: spi-bcm-qspi: replace 'delay_usecs' with 'delay.value' check
` [PATCH 04/10] spi: spi-sh: replace 'delay_usecs' with 'delay.value' in pr_debug
` [PATCH 05/10] spi: spi-tegra20-flash: don't check 'delay_usecs' field for spi transfer
` [PATCH 06/10] staging: greybus: spilib: use 'spi_delay_to_ns' for getting xfer delay
` [PATCH 07/10] spi: spi-falcon: remove check for 'delay_usecs'
` [PATCH 08/10] spi: fsl-espi: remove usage of 'delay_usecs' field
` [PATCH 09/10] spi: core: remove 'delay_usecs' field from spi_transfer
` [PATCH 10/10] spi: docs: update info about 'delay_usecs'

[kvm-unit-tests PATCH v4 0/6] CSS Mesurement Block
 2021-03-08 14:55 UTC  (15+ messages)
` [kvm-unit-tests PATCH v4 1/6] s390x: css: Store CSS Characteristics
` [kvm-unit-tests PATCH v4 2/6] s390x: css: simplifications of the tests
` [kvm-unit-tests PATCH v4 5/6] s390x: css: testing measurement block format 0

[v8 PATCH 00/13] Make shrinker's nr_deferred memcg aware
 2021-03-08 14:54 UTC  (4+ messages)
` [v8 PATCH 05/13] mm: vmscan: use kvfree_rcu instead of call_rcu

[PATCH V5 0/2] cpufreq: cppc: Add support for frequency invariance
 2021-03-08 14:52 UTC  (4+ messages)
` [PATCH V5 1/2] topology: Allow multiple entities to provide sched_freq_tick() callback

[RFC PATCH v2 0/8] cpu: Move CPUClass::has_work() to TCGCPUOps
 2021-03-08 14:53 UTC  (9+ 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

[LTP] [PATCH 0/6] Fuzzy Sync yielding and validation test
 2021-03-08 14:53 UTC  (8+ messages)
` [LTP] [PATCH 2/6] fzsync: Reset delay bias
` [LTP] [PATCH 5/6] fzsync: Move yield check out of loop and add yield to delay
` [LTP] [PATCH 6/6] fzsync: Check processor affinity

FAILED: patch "[PATCH] dm table: fix iterate_devices based device capability checks" failed to apply to 4.19-stable tree
 2021-03-08 14:52 UTC  (5+ messages)
` [PATCH 4.19.y 0/5] dm: device capability check fixes
  ` [PATCH 4.19.y 3/5] dm table: fix partial completion iterate_devices based device capability checks

[xen-unstable test] 159864: tolerable FAIL
 2021-03-08 14:52 UTC 

[PATCH for-4.15] vtd: make sure QI/IR are disabled before initialisation
 2021-03-08 14:52 UTC  (3+ messages)

[PATCH -next] PCI: brcmstb: Fix error return code in brcm_pcie_probe()
 2021-03-08 14:49 UTC  (3+ messages)

[perf record] f76f97f540: perf-sanity-tests.Setup_struct_perf_event_attr.fail
 2021-03-08 14:51 UTC 

[PATCH] scripts/oe-timeout-dd-test.sh: add script
 2021-03-08 14:50 UTC  (2+ messages)
` [OE-core] "

[PATCH 00/10] merge-ort: add more handling of basic conflict types
 2021-03-08 14:49 UTC  (8+ 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?

[virtio-dev] [PATCH v4] Add lifetime metrics to virtio-blk
 2021-03-08 14:48 UTC  (2+ messages)

[PATCH v3 0/4] Some improvement for Intel MAX 10 MFD drivers
 2021-03-08 14:42 UTC  (4+ messages)

[PATCH 0/2] mmc: jz4740: Support PLL frequency changes
 2021-03-08 14:46 UTC  (3+ messages)
` [PATCH 2/2] mmc: jz4740: Add support for monitoring PLL clock rate changes

[PATCH 0/2][4.15?] x86/shadow: further refinements to "fast fault path" suppression
 2021-03-08 14:47 UTC  (8+ messages)
` [PATCH 1/2][4.15?] x86/shadow: suppress "fast fault path" optimization when running virtualized

[PATCH] irqchip/irq-mst: Support polarity configuration
 2021-03-08 14:31 UTC  (3+ messages)

[PATCH] virtio-net: calculating proper msix vectors on init
 2021-03-08 14:39 UTC  (2+ messages)

main - WHATS_NEW: updates
 2021-03-08 14:47 UTC 

main - cleanup: compare only LV uuid part
 2021-03-08 14:46 UTC 

main - cleanup: move code
 2021-03-08 14:46 UTC 

main - cleanup: simpler checks first
 2021-03-08 14:46 UTC 

main - cleanup: on stack structure instead of allocation
 2021-03-08 14:46 UTC 

main - cleanup: avoid allocating memory for hash key
 2021-03-08 14:46 UTC 

main - libdm-config: replace check for 0
 2021-03-08 14:46 UTC 

main - hints: keep strings aligned in structure
 2021-03-08 14:46 UTC 

main - hash: replace hash with better function
 2021-03-08 14:46 UTC 

[nft PATCH] tests/py: Fix for missing JSON equivalent in any/ct.t.json
 2021-03-08 14:45 UTC 

main - hash: speed up hash tables
 2021-03-08 14:46 UTC 

main - hash: use unsigned size
 2021-03-08 14:46 UTC 

main - hash: use individual hint sizes
 2021-03-08 14:46 UTC 

main - lvremove: reduce ioctl count
 2021-03-08 14:46 UTC 

main - deactivation: reduce ioctl count
 2021-03-08 14:46 UTC 

main - vg_read: reuse already parsed config tree
 2021-03-08 14:46 UTC 

main - vg_write: optimize caching of precommitted VG
 2021-03-08 14:46 UTC 

main - lv_remove: reduce commits for removed LVs
 2021-03-08 14:46 UTC 

main - makefiles: fix location of basedir
 2021-03-08 14:46 UTC 

[PATCH bpf-next V2 0/2] bpf: Updates for BPF-helper bpf_check_mtu
 2021-03-08 14:44 UTC  (4+ messages)

[PATCH 00/11] Complete merge-ort implementation...almost
 2021-03-08 14:43 UTC  (2+ messages)

[PATCH v8] drivers/misc: sysgenid: add system generation id driver
 2021-03-08 14:36 UTC  (2+ messages)

[nft PATCH] mnl: Set NFTNL_SET_DATA_TYPE before dumping set elements
 2021-03-08 14:42 UTC 

[PATCH v1 12/15] powerpc/uaccess: Refactor get/put_user() and __get/put_user()
 2021-03-08 14:43 UTC  (5+ messages)

[PATCH v4] mfd: da9063: Support SMBus and I2C mode
 2021-03-08 14:42 UTC  (2+ messages)

[libnftnl PATCH] set_elem: Fix printing of verdict map elements
 2021-03-08 14:42 UTC 

[RFC] adding a generic QAPI event for failed device hotunplug
 2021-03-08 14:22 UTC  (3+ messages)

[PULL 00/18] testing, docs, semihosting move and guest-loader
 2021-03-08 14:39 UTC  (2+ messages)

[PATCH v3 00/10] Refactor arch specific Hyper-V code
 2021-03-08 14:41 UTC  (6+ messages)
` [PATCH v3 07/10] clocksource/drivers/hyper-v: Handle vDSO differences inline

[PATCH v2 0/2] Fix arm64 CONFIG_CMDLINE handling and remove CMDLINE_EXTEND
 2021-03-08 14:40 UTC  (3+ messages)

[PATCH] arm64/mm: Drop THP conditionality from FORCE_MAX_ZONEORDER
 2021-03-08 14:40 UTC  (3+ messages)

[PATCH] arm64/mm: Drop redundant ARCH_WANT_HUGE_PMD_SHARE
 2021-03-08 14:40 UTC  (3+ messages)

[PATCH 0/2] tools/x86: adjust populating of tools/include/xen/
 2021-03-08 14:40 UTC  (9+ messages)
` [PATCH 1/2][4.15?] tools/x86: don't rebuild cpuid-autogen.h every time

[PATCH] KVM: arm64: Don't use cbz/adr with external symbols
 2021-03-08 14:38 UTC  (2+ messages)

[PATCH] xen-block: Fix removal of backend instance via xenstore
 2021-03-08 14:38 UTC  (2+ messages)

[PATCH] ui/gtk: Remove NULL checks in gd_switch
 2021-03-08 14:07 UTC 

[kvm-unit-tests GIT PULL 00/16] s390x update
 2021-03-08 14:31 UTC  (4+ messages)
` [kvm-unit-tests GIT PULL 02/16] s390x: pv: implement routine to share/unshare memory
` [kvm-unit-tests GIT PULL 09/16] s390x: Introduce and use CALL_INT_HANDLER macro
` [kvm-unit-tests GIT PULL 11/16] s390x: Print more information on program exceptions


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.