All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-09-30 09:58:17 to 2019-09-30 10:43:29 UTC [more...]

[PATCH 0/19 v2] ext4: Fix transaction overflow due to revoke descriptors
 2019-09-30 10:43 UTC  (8+ messages)
` [PATCH 01/19] jbd2: Fix possible overflow in jbd2_log_space_left()
` [PATCH 02/19] jbd2: Fixup stale comment in commit code
` [PATCH 03/19] ext4: Do not iput inode under running transaction in ext4_mkdir()
` [PATCH 04/19] ext4: Use ext4_journal_extend() instead of jbd2_journal_extend()
` [PATCH 09/19] jbd2: Fix statistics for the number of logged blocks
` [PATCH 10/19] jbd2: Reorganize jbd2_journal_stop()
` [PATCH 18/19] jbd2: Make credit checking more strict

[PATCH v2 0/6] KVM: PPC: Book3S: HV: XIVE: Allocate less VPs in OPAL
 2019-09-30 10:07 UTC  (5+ messages)
` [PATCH v2 3/6] KVM: PPC: Book3S HV: XIVE: Show VP id in debugfs

[RESEND PATCH v2 1/2] iio: temperature: Add support for LTC2983
 2019-09-30 10:42 UTC  (2+ messages)
` [RESEND PATCH v2 2/2] dt-bindings: iio: Add ltc2983 documentation

[PATCH v2 0/8] KVM: x86: nVMX GUEST_CR3 bug fix, and then some
 2019-09-30 10:42 UTC  (2+ messages)

[Xen-devel] [PATCH for Xen 4.13] iommu/arm: Remove arch_iommu_populate_page_table() completely
 2019-09-30 10:42 UTC  (3+ messages)

[Xen-devel] [PATCH v5 00/19] xen: add core scheduling support
 2019-09-30 10:42 UTC  (8+ messages)
` [Xen-devel] [PATCH v5 01/19] xen/sched: add code to sync scheduling of all vcpus of a sched unit
` [Xen-devel] [PATCH v5 03/19] xen/sched: add support for multiple vcpus per sched unit where missing

qemu-native build fails on sumo due to missing capstone.h
 2019-09-30 10:42 UTC  (8+ messages)

[PATCH 0/2] Add TSENS support for MSM8956/76
 2019-09-30 10:42 UTC  (5+ messages)
` [PATCH 1/2] thermal: qcom: tsens-v1: Add support for MSM8956 and MSM8976
` [PATCH 2/2] dt: thermal: tsens: Document compatible "

[PATCH] atmodem: CGDCONT handling for cid 0
 2019-09-30 10:41 UTC 

[PATCH] Bluetooth: btusb: Trigger Intel FW download error recovery
 2019-09-30 10:40 UTC  (4+ messages)

[PATCH] Add framebuffer max width/height fields to drm_mode_config
 2019-09-30 10:39 UTC  (4+ messages)
` [PATCH] drm: add fb "

[PATCH v2 00/19] hashmap bug/safety/ease-of-use fixes
 2019-09-30 10:39 UTC  (6+ messages)
` [PATCH v2 10/19] introduce container_of macro

[PATCH] perf tools: avoid sample_reg_masks being const + weak
 2019-09-30 10:39 UTC  (4+ messages)
` [PATCH v2] "

Ideas from Jane Street's code review
 2019-09-30 10:38 UTC  (2+ messages)

[PATCHv2 0/7] drm/omap: misc improvements
 2019-09-30 10:38 UTC  (8+ messages)
` [PATCHv2 1/7] drm/omap: drop unneeded locking from mgr_fld_write()
` [PATCHv2 2/7] drm/omap: avoid copy in mgr_fld_read/write
` [PATCHv2 3/7] drm/omap: tweak HDMI DDC timings
` [PATCHv2 4/7] drm/omap: fix missing scaler pixel fmt limitations
` [PATCHv2 5/7] drm/omap: dss: move platform_register_drivers() to dss.c and remove core.c
` [PATCHv2 6/7] drm/omap: hdmi5: automatically choose limited/full range output
` [PATCHv2 7/7] drm/omap: hdmi4: fix use of uninitialized var

[PATCH] drm/komeda: Adds output-color format/depth support
 2019-09-30 10:36 UTC  (7+ messages)

[igt-dev] [PATCH i-g-t] Fix global symbol loading failure in resolve function
 2019-09-30 10:38 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for Fix global symbol loading failure in resolve function (rev3)

[RFC PATCH] configure: deprecate 32 bit build hosts
 2019-09-30 10:36 UTC  (7+ messages)

[PATCH i-g-t] i915/gem_mmap_gtt: Reduce RSS for fault-concurrent
 2019-09-30 10:37 UTC  (2+ messages)
` [Intel-gfx] "

[Xen-devel] [PATCH v2 00/55] Switch to domheap for Xen PTEs
 2019-09-30 10:33 UTC  (56+ messages)
` [Xen-devel] [PATCH v2 01/55] x86/mm: defer clearing page in virt_to_xen_lXe
` [Xen-devel] [PATCH v2 02/55] x86: move some xen mm function declarations
` [Xen-devel] [PATCH v2 03/55] x86: introduce a new set of APIs to manage Xen page tables
` [Xen-devel] [PATCH v2 04/55] x86/mm: introduce l{1, 2}t local variables to map_pages_to_xen
` [Xen-devel] [PATCH v2 05/55] x86/mm: introduce l{1, 2}t local variables to modify_xen_mappings
` [Xen-devel] [PATCH v2 06/55] x86/mm: map_pages_to_xen should have one exit path
` [Xen-devel] [PATCH v2 07/55] x86/mm: add an end_of_loop label in map_pages_to_xen
` [Xen-devel] [PATCH v2 08/55] x86/mm: make sure there is one exit path for modify_xen_mappings
` [Xen-devel] [PATCH v2 09/55] x86/mm: add an end_of_loop label in modify_xen_mappings
` [Xen-devel] [PATCH v2 10/55] x86/mm: change pl2e to l2t in virt_to_xen_l2e
` [Xen-devel] [PATCH v2 11/55] x86/mm: change pl1e to l1t in virt_to_xen_l1e
` [Xen-devel] [PATCH v2 12/55] x86/mm: change pl3e to l3t in virt_to_xen_l3e
` [Xen-devel] [PATCH v2 13/55] x86/mm: rewrite virt_to_xen_l3e
` [Xen-devel] [PATCH v2 14/55] x86/mm: rewrite xen_to_virt_l2e
` [Xen-devel] [PATCH v2 15/55] x86/mm: rewrite virt_to_xen_l1e
` [Xen-devel] [PATCH v2 16/55] x86/mm: switch to new APIs in map_pages_to_xen
` [Xen-devel] [PATCH v2 17/55] x86/mm: drop lXe_to_lYe invocations "
` [Xen-devel] [PATCH v2 18/55] x86/mm: switch to new APIs in modify_xen_mappings
` [Xen-devel] [PATCH v2 19/55] x86/mm: drop lXe_to_lYe invocations from modify_xen_mappings
` [Xen-devel] [PATCH v2 20/55] x86/mm: switch to new APIs in arch_init_memory
` [Xen-devel] [PATCH v2 21/55] x86_64/mm: introduce pl2e in paging_init
` [Xen-devel] [PATCH v2 22/55] x86_64/mm: switch to new APIs "
` [Xen-devel] [PATCH v2 23/55] x86_64/mm: drop l4e_to_l3e invocation from paging_init
` [Xen-devel] [PATCH v2 24/55] x86_64/mm.c: remove code that serves no purpose in setup_m2p_table
` [Xen-devel] [PATCH v2 25/55] x86_64/mm: introduce pl2e "
` [Xen-devel] [PATCH v2 26/55] x86_64/mm: switch to new APIs "
` [Xen-devel] [PATCH v2 27/55] x86_64/mm: drop lXe_to_lYe invocations from setup_m2p_table
` [Xen-devel] [PATCH v2 28/55] efi: use new page table APIs in copy_mapping
` [Xen-devel] [PATCH v2 29/55] efi: avoid using global variable "
` [Xen-devel] [PATCH v2 30/55] efi: use new page table APIs in efi_init_memory
` [Xen-devel] [PATCH v2 31/55] efi: add emacs block to boot.c
` [Xen-devel] [PATCH v2 32/55] efi: switch EFI L4 table to use new APIs
` [Xen-devel] [PATCH v2 33/55] x86/smpboot: add emacs block
` [Xen-devel] [PATCH v2 34/55] x86/smpboot: clone_mapping should have one exit path
` [Xen-devel] [PATCH v2 35/55] x86/smpboot: switch pl3e to use new APIs in clone_mapping
` [Xen-devel] [PATCH v2 36/55] x86/smpboot: switch pl2e "
` [Xen-devel] [PATCH v2 37/55] x86/smpboot: switch pl1e "
` [Xen-devel] [PATCH v2 38/55] x86/smpboot: drop lXe_to_lYe invocations from cleanup_cpu_root_pgt
` [Xen-devel] [PATCH v2 39/55] x86: switch root_pgt to mfn_t and use new APIs
` [Xen-devel] [PATCH v2 40/55] x86/shim: map and unmap page tables in replace_va_mapping
` [Xen-devel] [PATCH v2 41/55] x86_64/mm: map and unmap page tables in m2p_mapped
` [Xen-devel] [PATCH v2 42/55] x86_64/mm: map and unmap page tables in share_hotadd_m2p_table
` [Xen-devel] [PATCH v2 43/55] x86_64/mm: map and unmap page tables in destroy_compat_m2p_mapping
` [Xen-devel] [PATCH v2 44/55] x86_64/mm: map and unmap page tables in destroy_m2p_mapping
` [Xen-devel] [PATCH v2 45/55] x86_64/mm: map and unmap page tables in setup_compat_m2p_table
` [Xen-devel] [PATCH v2 46/55] x86_64/mm: map and unmap page tables in cleanup_frame_table
` [Xen-devel] [PATCH v2 47/55] x86_64/mm: map and unmap page tables in subarch_init_memory
` [Xen-devel] [PATCH v2 48/55] x86_64/mm: map and unmap page tables in subarch_memory_op
` [Xen-devel] [PATCH v2 49/55] x86/smpboot: remove lXe_to_lYe in cleanup_cpu_root_pgt
` [Xen-devel] [PATCH v2 50/55] x86/pv: properly map and unmap page tables in mark_pv_pt_pages_rdonly
` [Xen-devel] [PATCH v2 51/55] x86/pv: properly map and unmap page table in dom0_construct_pv
` [Xen-devel] [PATCH v2 52/55] x86: remove lXe_to_lYe in __start_xen
` [Xen-devel] [PATCH v2 53/55] x86/mm: drop old page table APIs
` [Xen-devel] [PATCH v2 54/55] x86: switch to use domheap page for page tables
` [Xen-devel] [PATCH v2 55/55] x86/mm: drop _new suffix for page table APIs

[PATCH v7 0/4] s390: stop abusing memory_region_allocate_system_memory()
 2019-09-30 10:35 UTC  (13+ messages)
` [PATCH v7 1/4] kvm: extract kvm_log_clear_one_slot
` [PATCH v7 4/4] s390: do not call memory_region_allocate_system_memory() multiple times

[GIT PULL] csky changes for v5.3-rc1
 2019-09-30 10:36 UTC  (2+ messages)

[PATCH 0/2] This patch introduces a feature to force gpio-poweroff module
 2019-09-30 10:35 UTC  (3+ messages)
` [PATCH 1/2] power: reset: gpio-poweroff: add force mode
` [PATCH 2/2] dt-bindings: power: reset: gpio-poweroff: Add 'force-mode' property

Btrfs partition mount error
 2019-09-30 10:35 UTC  (11+ messages)

[dpdk-dev] [PATCH 00/12] net/mlx5: add bonding configuration support
 2019-09-30 10:34 UTC  (3+ messages)
` [dpdk-dev] [PATCH 04/12] net/mlx5: add VF LAG mode bonding device recognition

[PATCH v5 0/9] qcow2-bitmaps: rewrite reopening logic
 2019-09-30 10:32 UTC  (3+ messages)

[Xen-devel] [PATCH] SUPPORT.md: Add PV display/sound, update keyboard
 2019-09-30 10:33 UTC  (3+ messages)

[PATCH] fstests: btrfs: Add regression test to check if btrfs can handle high devid
 2019-09-30 10:33 UTC  (3+ messages)

[GIT PULL] csky changes for v5.4-rc1
 2019-09-30 10:33 UTC 

[PATCH] uaccess: Add missing __must_check attributes
 2019-09-30 10:33 UTC  (2+ messages)

[PATCH] drm/i915/userptr: Never allow userptr into the mappable GGTT
 2019-09-30 10:33 UTC  (3+ messages)
` [PATCH v2] "
  ` [Intel-gfx] "

Thoughts on VM fence infrastructure
 2019-09-30 10:30 UTC 

NULL-deref in xhci_clear_tt_buffer_complete()
 2019-09-30 10:31 UTC 

[PATCH] tracing/probe: Test nr_args match in looking for same probe events
 2019-09-30 10:28 UTC  (4+ messages)
` [PATCH] tracing/probe: Fix to check the difference of nr_args before adding probe

[PATCH] configure: Remove s390 (31-bit mode) from the list of supported CPUs
 2019-09-30 10:25 UTC  (2+ messages)

[PATCH 0/1] git-gui (Windows): use git-bash.exe if it is available
 2019-09-30 10:27 UTC  (4+ messages)
` [PATCH 1/1] "

[dpdk-dev] [PATCH 1/8] config: change ABI versioning for global
 2019-09-30 10:27 UTC  (3+ messages)
` [dpdk-dev] [PATCH 3/8] buildtools: add ABI versioning check script

[Xen-devel] [PATCH v5 20/19] docs: add "sched-gran" boot parameter documentation
 2019-09-30 10:25 UTC  (2+ messages)

rt_e1000e on i.mx6 platform
 2019-09-30 10:24 UTC 

[PATCH] drm/i915/tgl: Magic udelay to relieve the random lockups with multiple engines
 2019-09-30 10:23 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/tgl: Magic udelay to relieve the random lockups with multiple engines (rev2)

Arch info lost in "info cpus"
 2019-09-30 10:22 UTC  (3+ messages)

[PATCH 0/3] mtd: spi-nor: aspeed: fix support for multiple CS on the ast2600
 2019-09-30 10:05 UTC  (3+ messages)
` [PATCH 1/3] mtd: spi-nor: aspeed: fix training of multiple CS on the AST2600
` [PATCH 2/3] mtd: spi-nor: aspeed: Disable zero size segments "

GRUB Legacy Bugfix for Misbehaving/Broken RTC
 2019-09-30 10:22 UTC  (2+ messages)

arch/arm/crypto/aes-ce-core.S:467: Error: selected processor does not support `movw ip,:lower16:.Lcts_permute_table' in ARM mode
 2019-09-30 10:20 UTC  (2+ messages)
` arch/arm/crypto/aes-ce-core.S:467: Error: selected processor does not support `movw ip, :lower16:.Lcts_permute_table' "

[Xen-devel] Latest development (master) Xen fails to boot on HP ProLiant DL20 GEN10
 2019-09-30 10:19 UTC  (8+ messages)

[PATCH v8 0/8] Implement UNIT_CELL_SIZE control
 2019-09-30 10:18 UTC  (9+ messages)
` [PATCH v8 1/8] media: v4l2-core: Implement v4l2_ctrl_new_std_compound
` [PATCH v8 2/8] Documentation: v4l2_ctrl_new_std_compound
` [PATCH v8 3/8] media: add V4L2_CTRL_TYPE_AREA control type
` [PATCH v8 4/8] Documentation: media: Document V4L2_CTRL_TYPE_AREA
` [PATCH v8 5/8] media: add V4L2_CID_UNIT_CELL_SIZE control
` [PATCH v8 6/8] Documentation: media: Describe V4L2_CID_UNIT_CELL_SIZE
` [PATCH v8 7/8] media: v4l2-ctrl: Add new helper v4l2_ctrl_ptr_from_void
` [PATCH v8 8/8] media: imx214: Add new control with V4L2_CID_UNIT_CELL_SIZE

[PATCH] drm/i915: Initialise breadcrumb lists on the virtual engine
 2019-09-30 10:19 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] board/freescale/ls1028a: Secure boot: Adds sec_init call
 2019-09-30 10:16 UTC 

[Xen-devel] [PATCH v1 0/6] Add hypervisor sysfs-like support
 2019-09-30 10:16 UTC  (12+ messages)
` [Xen-devel] [PATCH v1 1/6] docs: add feature document for Xen "

[dpdk-dev] [PATCH v4 0/4] add fallback session
 2019-09-30 10:16 UTC  (4+ messages)
` [dpdk-dev] [PATCH v5 "
  ` [dpdk-dev] [PATCH v5 3/4] examples/ipsec-secgw: add frag TTL cmdline option

Interest in a patch to edit/view EFI Boot* variables
 2019-09-30 10:16 UTC  (2+ messages)

[PATCH] x86/kdump: Fix 'kmem -s' reported an invalid freepointer when SME was active
 2019-09-30 10:14 UTC  (8+ messages)

[PATCH 0/1] Add mt7629 pwm support
 2019-09-30  9:59 UTC  (6+ messages)
` [PATCH 1/1] arm: dts: mediatek: add "

[PATCH v2 00/33] spapr: IRQ subsystem cleanup
 2019-09-30 10:13 UTC  (7+ messages)
` [PATCH v2 21/33] spapr, xics, xive: Move cpu_intc_create from SpaprIrq to SpaprInterruptController

[yhuang:random-r0.1i 30/45] page_alloc.c:undefined reference to `node_random_demote_select_work'
 2019-09-30 10:13 UTC 

[dpdk-dev] [PATCH] net/i40e: fix conflict with multi-driver
 2019-09-30 10:07 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] net/i40e: fix exception "

[patch net-next 0/7] net: introduce alternative names for network interfaces
 2019-09-30 10:09 UTC  (4+ messages)
` [patch net-next 1/2] ip: add support for alternative name addition/deletion/list
` [patch net-next 2/2] ip: allow to use alternative names as handle

[PATCH] sh: remove unneeded uapi asm-generic wrappers
 2019-09-30 10:08 UTC  (4+ messages)

Urgent Response
 2019-09-30  9:30 UTC 

Urgent Response
 2019-09-30  9:30 UTC 

[PATCH v7 0/8] Implement UNIT_CELL_SIZE control
 2019-09-30 10:06 UTC  (9+ messages)
` [PATCH v7 1/8] media: v4l2-core: Implement v4l2_ctrl_new_std_compound
` [PATCH v7 2/8] Documentation: v4l2_ctrl_new_std_compound
` [PATCH v7 3/8] media: add V4L2_CTRL_TYPE_AREA control type
` [PATCH v7 4/8] Documentation: media: Document V4L2_CTRL_TYPE_AREA
` [PATCH v7 5/8] media: add V4L2_CID_UNIT_CELL_SIZE control
` [PATCH v7 6/8] Documentation: media: Describe V4L2_CID_UNIT_CELL_SIZE
` [PATCH v7 7/8] media: v4l2-ctrl: Add new helper v4l2_ctrl_ptr_from_void
` [PATCH v7 8/8] media: imx214: Add new control with V4L2_CID_UNIT_CELL_SIZE

[U-Boot] [PATCH 0/5] riscv: sifive/fu540: Enable SPI-NOR support
 2019-09-30 10:05 UTC  (11+ messages)
` [U-Boot] [PATCH 1/5] riscv: dts: Add hifive-unleashed-a00 dts from Linux
` [U-Boot] [PATCH 2/5] sifive: fu540: Enable OF_SEPARATE
` [U-Boot] [PATCH 3/5] mtd: spi-nor: ids: Add is25wp256 chip
` [U-Boot] [PATCH 4/5] riscv: dts: hifive-unleashed-a00: Add -u-boot.dtsi
` [U-Boot] [PATCH 5/5] sifive: fu540: Enable spi-nor flash support

[RFC PATCH 05/27] containers: Open a socket inside a container
 2019-09-30 10:02 UTC  (3+ messages)

[PATCH] arm64: dts: renesas: r8a774b1-hihope-rzg2n: Enable HS400 mode
 2019-09-30 10:02 UTC 

[PATCH] firmware: imx: Skip return value check for some special SCU firmware APIs
 2019-09-30 10:02 UTC  (12+ messages)

[PATCH] arm64: tegra: only map accessible sysram
 2019-09-30 10:02 UTC  (4+ messages)

[MIPS] GCC: Fix Loongson3 LLSC Errata
 2019-09-30  9:59 UTC 

[PATCH 00/22] LMEM basics
 2019-09-30  9:58 UTC  (4+ messages)
` [PATCH 10/22] drm/i915/selftests: add write-dword test for LMEM


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.