All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-09-30 09:49:09 to 2019-09-30 10:37:31 UTC [more...]

post-receive: pub/scm/linux/kernel/git/jirislaby/linux
 2019-09-30 10:37 UTC 

[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

[Xen-devel] [PATCH v5 00/19] xen: add core scheduling support
 2019-09-30 10:36 UTC  (3+ messages)
` [Xen-devel] [PATCH v5 01/19] xen/sched: add code to sync scheduling of all vcpus of a sched unit

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

[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

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

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

[Xen-devel] [PATCH for Xen 4.13] iommu/arm: Remove arch_iommu_populate_page_table() completely
 2019-09-30 10:35 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)

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

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

[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

post-receive: pub/scm/linux/kernel/git/ardb/linux
 2019-09-30 10:28 UTC 

[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

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

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

[PATCH 0/2] Add TSENS support for MSM8956/76
 2019-09-30 10:25 UTC  (3+ messages)
` [PATCH 2/2] dt: thermal: tsens: Document compatible for MSM8956 and MSM8976

post-receive: pub/scm/utils/util-linux/util-linux
 2019-09-30 10:25 UTC 

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  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/tgl: Magic udelay to relieve the random lockups with multiple engines (rev2)
` ✓ Fi.CI.BAT: success "

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] drm/i915: Initialise breadcrumb lists on the virtual engine
 2019-09-30 10:19 UTC  (2+ 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

[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)

[PATCH v2 00/19] hashmap bug/safety/ease-of-use fixes
 2019-09-30 10:01 UTC  (6+ messages)
` [PATCH v2 07/19] hashmap_get takes "const struct hashmap_entry *"

[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

[PATCH 1/2] powerpc: Fix definition of PCR bits to work with old binutils
 2019-09-30  9:56 UTC  (2+ messages)

BTRFS Raid5 error during Scrub
 2019-09-30  9:56 UTC  (2+ messages)
` [BTRFS "

[PATCH 00/13] ci: include a Visual Studio build & test in our Azure Pipeline
 2019-09-30  9:55 UTC  (23+ messages)
` [PATCH 02/13] msvc: avoid using minus operator on unsigned types
` [PATCH 11/13] tests: let --immediate and --write-junit-xml play well together
` [PATCH v2 00/13] ci: include a Visual Studio build & test in our Azure Pipeline
  ` [PATCH v2 01/13] push: do not pretend to return `int` from `die_push_simple()`
  ` [PATCH v2 02/13] msvc: avoid using minus operator on unsigned types
  ` [PATCH v2 03/13] winansi: use FLEX_ARRAY to avoid compiler warning
  ` [PATCH v2 05/13] msvc: ignore some libraries when linking
  ` [PATCH v2 04/13] compat/win32/path-utils.h: add #include guards
  ` [PATCH v2 06/13] msvc: handle DEVELOPER=1
  ` [PATCH v2 07/13] msvc: work around a bug in GetEnvironmentVariable()
  ` [PATCH v2 09/13] vcxproj: include more generated files
  ` [PATCH v2 08/13] vcxproj: only copy `git-remote-http.exe` once it was built
  ` [PATCH v2 10/13] test-tool run-command: learn to run (parts of) the testsuite
  ` [PATCH v2 11/13] tests: let --immediate and --write-junit-xml play well together
  ` [PATCH v2 13/13] ci: also build and test with MS Visual Studio on Azure Pipelines
  ` [PATCH v2 12/13] ci: really use shallow clones "

[PATCH 00/11] of: dma-ranges fixes and improvements
 2019-09-30  9:55 UTC  (6+ messages)

[PATCH 1/4] power: extend guest channel for query freq
 2019-09-30  9:54 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2 0/4] frequency list query from guest
  ` [dpdk-dev] [PATCH v2 1/4] power: extend guest channel for query freq

[PULL 00/11] Qcrypto next patches
 2019-09-30  9:53 UTC  (2+ messages)

[Xen-devel] [xen-unstable test] 141990: regressions - FAIL
 2019-09-30  9:52 UTC  (9+ messages)

[PATCH 0/5] DA9062 PMIC fixes and features
 2019-09-30  9:53 UTC  (11+ messages)
` [PATCH 2/5] dt-bindings: mfd: da9062: add regulator voltage selection documentation

[igt-dev] [PATCH i-g-t] Fix global symbol loading failure in resolve function
 2019-09-30  9:53 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for Fix global symbol loading failure in resolve function (rev4)

[RFC PATCH] drm:- Add a modifier to denote 'protected' framebuffer
 2019-09-30  9:51 UTC  (7+ messages)

[Qemu-devel] [PATCH v3 0/3] Add virtio-fs (experimental)
 2019-09-30  9:50 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 1/3] virtio: Add virito_fs linux headers
  `  "

[PATCH v10 0/12] Add mt7629 and fix mt7628 pwm
 2019-09-30  9:51 UTC  (7+ messages)
` [PATCH v10 08/12] pwm: mediatek: Add MT7629 compatible string

[PATCH 1/2] drm/qxl: stop abusing TTM to call driver internal functions
 2019-09-30  9:51 UTC  (4+ messages)
  ` [Spice-devel] "

[dpdk-dev] [PATCH] net/iavf: enable AVX2 for iavf
 2019-09-30  9:47 UTC  (3+ messages)
` [dpdk-dev] [PATCH v4] "

[PATCH -next] can: grcan: use devm_platform_ioremap_resource() to simplify code
 2019-09-30  9:49 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.