messages from 2019-09-26 09:11:21 to 2019-09-26 09:48:25 UTC [more...]
[Xen-devel] [RFC PATCH 00/84] Remove direct map from Xen
2019-09-26 9:45 UTC (15+ messages)
` [Xen-devel] [RFC PATCH 01/84] x86/mm: defer clearing page in virt_to_xen_lXe
` [Xen-devel] [RFC PATCH 04/84] x86/mm: introduce l{1, 2}t local variables to map_pages_to_xen
` [Xen-devel] [RFC PATCH 05/84] x86/mm: introduce l{1, 2}t local variables to modify_xen_mappings
` [Xen-devel] [RFC PATCH 07/84] x86/mm: add an end_of_loop label in map_pages_to_xen
` [Xen-devel] [RFC PATCH 08/84] x86/mm: make sure there is one exit path for modify_xen_mappings
` [Xen-devel] [RFC PATCH 12/84] x86/mm: change pl3e to l3t in virt_to_xen_l3e
` [Xen-devel] [RFC PATCH 14/84] x86/mm: rewrite xen_to_virt_l2e
` [Xen-devel] [RFC PATCH 15/84] x86/mm: rewrite virt_to_xen_l1e
` [Xen-devel] [RFC PATCH 17/84] xxx fixup: avoid shadowing mfn
` [Xen-devel] [RFC PATCH 18/84] x86/mm: drop lXe_to_lYe invocations in map_pages_to_xen
` [Xen-devel] [RFC PATCH 19/84] x86/mm: switch to new APIs in modify_xen_mappings
` [Xen-devel] [RFC PATCH 21/84] x86/mm: switch to new APIs in arch_init_memory
` [Xen-devel] [RFC PATCH 23/84] x86_64/mm: switch to new APIs in paging_init
` [Xen-devel] [RFC PATCH 25/84] x86_64/mm.c: remove code that serves no purpose in setup_m2p_table
[Buildroot] [git commit branch/2019.08.x] package/mbedtls: security bump to version 2.16.3
2019-09-26 9:48 UTC
[SMB3][PATCH] Add missing ACL related defines
2019-09-26 9:48 UTC
[dpdk-dev] [PATCH] lib/eventdev: fix null pointer dereferences coverity issue
2019-09-26 9:47 UTC (4+ messages)
[PATCH 1/4] drm/i915: Prepare to split crtc state in uapi and hw state
2019-09-26 9:47 UTC (6+ messages)
` [PATCH 4/4] drm/i915: Remove begin/finish_crtc_commit, v2
` [PATCH] drm/i915: Remove begin/finish_crtc_commit, v3
` ✓ Fi.CI.IGT: success for series starting with [1/4] drm/i915: Prepare to split crtc state in uapi and hw state
Git in Outreachy December 2019?
2019-09-26 9:47 UTC (4+ messages)
[PATCH v3 0/5] Add support for mt2701 JPEG ENC support
2019-09-26 9:46 UTC (7+ messages)
` [PATCH v3 4/5] media: v4l2-ctrl: Add jpeg enc exif mode control
` [PATCH v3 5/5] media: platform: Add jpeg dec/enc feature
[PATCH] drm: Don't free jobs in wait_event_interruptible()
2019-09-26 9:47 UTC (9+ messages)
[meta-webserver][PATCH] nginx: fix install paths
2019-09-26 9:46 UTC (3+ messages)
[PATCH] udev: Adding PCIe as a subsystem in udev
2019-09-26 9:46 UTC (2+ messages)
[PATCH] compiler: enable CONFIG_OPTIMIZE_INLINING forcibly
2019-09-26 9:46 UTC (5+ messages)
[Xen-devel] [PATCH v3 00/47] xen: add core scheduling support
2019-09-26 9:46 UTC (8+ messages)
` [Xen-devel] [PATCH v3 40/47] xen/sched: prepare per-cpupool scheduling granularity
` [Xen-devel] [PATCH v3 46/47] xen/sched: disable scheduling when entering ACPI deep sleep states
` [Xen-devel] [PATCH v3 47/47] xen/sched: add scheduling granularity enum
[Buildroot] [PATCH 1/1] package/bind: security bump to version 9.11.10
2019-09-26 9:46 UTC (2+ messages)
[Buildroot] [git commit branch/2019.05.x] package/bind: security bump to version 9.11.10
2019-09-26 9:45 UTC
[PATCH 00/01] scsi: Add sysfs attributes for VPD pages 0h and 89h
2019-09-26 9:45 UTC (3+ messages)
` [PATCH] "
[dm-crypt] Why is it necessary to "wipe" an authenticated luks2 device when creating it?
2019-09-26 9:36 UTC (3+ messages)
[PATCH v7 0/8] Add Qemu to SeaBIOS LCHS interface
2019-09-26 9:42 UTC (7+ messages)
` [PATCH v7 1/8] block: Refactor macros - fix tabbing
` [SeaBIOS] "
` [PATCH v7 4/8] scsi: Propagate unrealize() callback to scsi-hd
` [SeaBIOS] "
` [PATCH v7 6/8] bootdevice: Refactor get_boot_devices_list
` [SeaBIOS] "
[PATCH] scsi: qla2xxx: Remove WARN_ON_ONCE in qla2x00_status_cont_entry()
2019-09-26 9:43 UTC (2+ messages)
[PATCH v3 0/3] Add MMC software queue support
2019-09-26 9:43 UTC (2+ messages)
[PATCH rdma-core] kernel-boot: Tighten check if device is virtual
2019-09-26 9:42 UTC
[U-Boot] [PATCH] cmd: mtd: solve bad block support in erase command
2019-09-26 9:42 UTC (4+ messages)
Questions about the real mode in kvm/qemu
2019-09-26 9:41 UTC (11+ messages)
[PATCH v5 00/16] mm: Page fault enhancements
2019-09-26 9:39 UTC (17+ messages)
` [PATCH v5 01/16] mm/gup: Rename "nonblocking" to "locked" where proper
` [PATCH v5 02/16] mm/gup: Fix __get_user_pages() on fault retry of hugetlb
` [PATCH v5 03/16] mm: Introduce fault_signal_pending()
` [PATCH v5 04/16] x86/mm: Use helper fault_signal_pending()
` [PATCH v5 05/16] arc/mm: "
` [PATCH v5 06/16] arm64/mm: "
` [PATCH v5 07/16] powerpc/mm: "
` [PATCH v5 08/16] sh/mm: "
` [PATCH v5 09/16] mm: Return faster for non-fatal signals in user mode faults
` [PATCH v5 10/16] userfaultfd: Don't retake mmap_sem to emulate NOPAGE
` [PATCH v5 11/16] mm: Introduce FAULT_FLAG_DEFAULT
` [PATCH v5 12/16] mm: Introduce FAULT_FLAG_INTERRUPTIBLE
` [PATCH v5 13/16] mm: Allow VM_FAULT_RETRY for multiple times
` [PATCH v5 14/16] mm/gup: "
` [PATCH v5 15/16] mm/gup: Allow to react to fatal signals
` [PATCH v5 16/16] mm/userfaultfd: Honor FAULT_FLAG_KILLABLE in fault path
[dpdk-dev] [PATCH v1 1/1] bus/pci: probe PCI devices in whitelisted order
2019-09-26 9:39 UTC (6+ messages)
` [dpdk-dev] [EXT] "
[PATCHSET v02 00/16] zuf: ZUFS Zero-copy User-mode FileSystem
2019-09-26 9:41 UTC (3+ messages)
[RFC PATCH 00/18] crypto: wireguard using the existing crypto API
2019-09-26 9:40 UTC (5+ messages)
` [RFC PATCH 18/18] net: wireguard - switch to crypto API for packet encryption
[Buildroot] [git commit branch/2019.02.x] package/bind: security bump to version 9.11.10
2019-09-26 9:39 UTC
[LTP] [Patch v4.1] fzsync: revoke thread_b if parent hits accidental break
2019-09-26 9:39 UTC
[PATCH net] devlink: Fix error handling in param and info_get dumpit cb
2019-09-26 9:35 UTC
[Buildroot] [git commit branch/2019.08.x] package/bind: security bump to version 9.11.10
2019-09-26 9:35 UTC
[PATCH 1/2] ARM: at91: provide at91_mux_pio3_pin for use in first stage
2019-09-26 9:35 UTC (2+ messages)
` [PATCH 2/2] pinctrl: add gpio and pinctrl driver for sama5d2 PIO4
[PATCH] wic: Using the right rootfs size during prepare_rootfs
2019-09-26 9:35 UTC (2+ messages)
` [PATCH v2] "
[igt-dev] [PATCH i-g-t] Revert "kms_content_protection: Set CP prop to UNDESIRED at igt exit."
2019-09-26 9:35 UTC (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for "
[PATCH v4 0/9] target/arm/kvm: enable SVE in guests
2019-09-26 9:34 UTC (5+ messages)
` [PATCH v4 4/9] target/arm/cpu64: max cpu: Introduce sve<N> properties
[dpdk-dev] [PATCH 00/13] add hairpin feature
2019-09-26 9:34 UTC (25+ messages)
` [dpdk-dev] [PATCH 02/13] net/mlx5: query hca hairpin capabilities
` [dpdk-dev] [PATCH 03/13] net/mlx5: support Rx hairpin queues
` [dpdk-dev] [PATCH 04/13] net/mlx5: prepare txq to work with different types
` [dpdk-dev] [PATCH 05/13] net/mlx5: support Tx hairpin queues
` [dpdk-dev] [PATCH 06/13] app/testpmd: add hairpin support
` [dpdk-dev] [PATCH 07/13] net/mlx5: add hairpin binding function
` [dpdk-dev] [PATCH 08/13] net/mlx5: add support for hairpin hrxq
` [dpdk-dev] [PATCH 09/13] net/mlx5: add internal tag item and action
` [dpdk-dev] [PATCH 10/13] net/mlx5: add id generation function
` [dpdk-dev] [PATCH 11/13] net/mlx5: add default flows for hairpin
` [dpdk-dev] [PATCH 12/13] net/mlx5: split hairpin flows
` [dpdk-dev] [PATCH 13/13] doc: add hairpin feature
[PATCH] ipc/sem: Fix race between to-be-woken task and waker
2019-09-26 9:34 UTC (2+ messages)
[Buildroot] [PATCH] DEVELOPERS: change my email address
2019-09-26 9:34 UTC (2+ messages)
[Buildroot] [git commit branch/2019.02.x] DEVELOPERS: change Vivien Didelot e-mail address
2019-09-26 9:33 UTC
[PATCH linux dev-5.3] ARM: dts: aspeed: tacoma: Disable CS1 as it is broken
2019-09-26 9:33 UTC
[PATCH v2] arch/x86/boot: use prefix map to avoid embedded paths
2019-09-26 9:32 UTC
[dpdk-dev] [PATCH 1/2] compress/qat: overflow catching
2019-09-26 9:32 UTC (4+ messages)
` [dpdk-dev] [PATCH v2 0/2] Add overflow recovery for stateless compression
` [dpdk-dev] [PATCH v2 1/2] compress/qat: overflow catch "
` [dpdk-dev] [PATCH v2 2/2] test/compress: unit test for stateless overflow recovery
[Buildroot] [git commit branch/2019.05.x] DEVELOPERS: change Vivien Didelot e-mail address
2019-09-26 9:32 UTC
[PATCH v2] fstests: btrfs/011: Fill the fs to ensure we have enough data for dev-replace
2019-09-26 9:32 UTC (2+ messages)
[Buildroot] [git commit branch/2019.08.x] DEVELOPERS: change Vivien Didelot e-mail address
2019-09-26 9:32 UTC
[Buildroot] [PATCH] DEVELOPERS: change Mathieu Audat's email address
2019-09-26 9:32 UTC (2+ messages)
User management via WebUI vs ipmitool
2019-09-26 9:32 UTC (3+ messages)
[Buildroot] [git commit branch/2019.02.x] DEVELOPERS: change Mathieu Audat's email address
2019-09-26 9:32 UTC
[Buildroot] [git commit branch/2019.05.x] DEVELOPERS: change Mathieu Audat's email address
2019-09-26 9:32 UTC
[Buildroot] [git commit branch/2019.08.x] DEVELOPERS: change Mathieu Audat's email address
2019-09-26 9:31 UTC
[PATCH 2/3] btrfs: Properly handle backref_in_log retval
2019-09-26 9:31 UTC (3+ messages)
` [PATCH v2] "
[Buildroot] [PATCH-2019.02.x 1/1] package/mosquitto: security bump to v1.5.9
2019-09-26 9:31 UTC (2+ messages)
[PATCH 1/2] drm/amd/powerplay: change metrics update period from 1ms to 100ms
2019-09-26 9:31 UTC (3+ messages)
` [PATCH 2/2] drm/amd/powerplay: add sensor lock support for smu
[PATCH v4] rpm: make rpm work in toolchain
2019-09-26 9:31 UTC (3+ messages)
` ✗ patchtest: failure for rpm: make rpm work in toolchain. (rev4)
[Buildroot] [git commit branch/2019.05.x] package/mosquitto: security bump to v1.5.9
2019-09-26 9:31 UTC
[Buildroot] [git commit branch/2019.02.x] package/mosquitto: security bump to v1.5.9
2019-09-26 9:30 UTC
[PATCH] PCI: mobiveil: Fix csr_read/write build issue
2019-09-26 9:29 UTC (2+ messages)
[Buildroot] [PATCH] package/mosquitto: security bump to version 1.6.6
2019-09-26 9:29 UTC (2+ messages)
[Buildroot] [git commit branch/2019.08.x] package/mosquitto: security bump to version 1.6.6
2019-09-26 9:29 UTC
[PATCH] mtd: spi-nor: add Winbond 1.8v SPI NOR Flash ID
2019-09-26 9:28 UTC
[Buildroot] [PATCH 1/1] package/systemd-bootchart: enable systemd-bootchart.service
2019-09-26 9:28 UTC (3+ messages)
[PATCH 0/3] followups to debug_pagealloc improvements through page_owner
2019-09-26 9:27 UTC (7+ messages)
` [PATCH 2/3] mm, debug, kasan: save and dump freeing stack trace for kasan
` [PATCH 3/3] mm, page_owner: rename flag indicating that page is allocated
[dpdk-dev] [PATCH v2 0/2] mbuf: add bulk free function
2019-09-26 9:26 UTC (3+ messages)
` [dpdk-dev] [PATCH v2 2/2] "
[Buildroot] [git commit branch/2019.08.x] package/systemd-bootchart: enable systemd-bootchart.service
2019-09-26 9:27 UTC
[PATCH 1/2] kselftest: add capability to skip chosen TARGETS
2019-09-26 9:26 UTC (7+ messages)
[Xen-devel] [PATCH v13 0/4] add per-domain IOMMU control
2019-09-26 9:26 UTC (12+ messages)
[Buildroot] [git commit branch/2019.05.x] package/systemd-bootchart: enable systemd-bootchart.service
2019-09-26 9:26 UTC
[Buildroot] [git commit branch/2019.02.x] package/systemd-bootchart: enable systemd-bootchart.service
2019-09-26 9:26 UTC
[LTP] [PATCH v3] fzsync: revoke thread_b if parent hits an accidental break
2019-09-26 9:25 UTC (8+ messages)
[PATCH] arch/x86/boot: use prefix map to avoid embedded paths
2019-09-26 9:25 UTC
[kvm-unit-tests PATCH v7 1/2] x86: nvmx: fix bug in __enter_guest()
2019-09-26 9:24 UTC (3+ messages)
` [kvm-unit-tests PATCH v7 2/2] x86: nvmx: test max atomic switch MSRs
[dpdk-dev] [PATCH v2 01/16] vhost: add single packet enqueue function
2019-09-26 9:24 UTC (4+ messages)
` [dpdk-dev] [PATCH v3 00/15] vhost packed ring performance optimization
` [dpdk-dev] [PATCH v3 07/15] vhost: add flush function for batch enqueue
[PATCH v2] ltp/fsx: avoid infinite loop while finding offset2 in clone/dedupe/copy range ops
2019-09-26 9:24 UTC (2+ messages)
[Buildroot] [PATCH] DEVELOPERS: trim runtime tests for Ricardo Martincoski
2019-09-26 9:24 UTC (2+ messages)
[PATCH v9 0/3] fix double page fault on arm64
2019-09-26 9:23 UTC (5+ messages)
` [PATCH v9 1/3] arm64: cpufeature: introduce helper cpu_has_hw_af()
[Buildroot] [git commit branch/2019.02.x] DEVELOPERS: trim runtime tests for Ricardo Martincoski
2019-09-26 9:23 UTC
[Buildroot] [git commit branch/2019.05.x] DEVELOPERS: trim runtime tests for Ricardo Martincoski
2019-09-26 9:23 UTC
[U-Boot] Unable to delete the hush shell local variables
2019-09-26 9:23 UTC
[Buildroot] [git commit branch/2019.08.x] DEVELOPERS: trim runtime tests for Ricardo Martincoski
2019-09-26 9:23 UTC
[PATCH v1] ARM: Add support for Realtek SOC
2019-09-26 9:21 UTC (3+ messages)
[alsa-devel] [PATCH v5] dt-bindings: sound: Convert Samsung I2S controller to dt-schema
2019-09-26 9:22 UTC (3+ messages)
` "
[PATCH 1/2] regulator: da9062: Simplify da9062_buck_set_mode for BUCK_MODE_MANUAL case
2019-09-26 9:23 UTC (4+ messages)
` [PATCH 2/2] regulator: da9063: Simplify da9063_buck_set_mode "
[PATCH v4 0/8] mm/memory_hotplug: Shrink zones before removing memory
2019-09-26 9:22 UTC (7+ messages)
` [PATCH v4 2/8] mm/memory_hotplug: Don't access uninitialized memmaps in shrink_zone_span()
` [PATCH v4 4/8] mm/memory_hotplug: Poison memmap in remove_pfn_range_from_zone()
[PATCH] dcookies.c: code cleanup for hash_bits calculation in dcookie_init()
2019-09-26 9:05 UTC
[PATCH v4 1/8] dt-bindings: timer: Convert Exynos MCT bindings to json-schema
2019-09-26 9:20 UTC (4+ messages)
[PATCH 0/2] xfs_db: fixes to the btheight command
2019-09-26 9:20 UTC (5+ messages)
` [PATCH 1/2] xfs_db: btheight should check geometry more carefully
` [PATCH 2/2] xfs_db: calculate iext tree geometry in btheight command
[PATCH] udev: Adding PCIe as a subsystem in udev
2019-09-26 9:19 UTC
[PATCH v2] drm/amd/powerplay: change metrics update period from 1ms to 100ms
2019-09-26 9:19 UTC (2+ messages)
[PATCH 00/20] spapr: IRQ subsystem cleanups
2019-09-26 9:16 UTC (3+ messages)
` [PATCH 19/20] spapr: Use less cryptic representation of which irq backends are supported
[PATCH 0/4] USB: usblcd: disconnect fix and locking clean ups
2019-09-26 9:17 UTC (11+ messages)
` [PATCH 1/4] USB: usblcd: fix I/O after disconnect
` [PATCH 2/4] USB: usblcd: drop redundant disconnect mutex
` [PATCH 3/4] USB: usblcd: drop redundant lcd mutex
` [PATCH 4/4] USB: usblcd: use pr_err()
[PATCH 0/3] arm64: meson: add support for A1 Power Domains
2019-09-26 9:17 UTC (7+ messages)
` [PATCH 2/3] soc: amlogic: Add support for Secure power domains controller
[PATCH v4 00/25] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
2019-09-26 9:16 UTC (10+ messages)
` [PATCH v4 06/25] ibtrs: client: main functionality
[dpdk-dev] [PATCH v2 0/2] extend RSS offload types
2019-09-26 9:16 UTC (4+ messages)
` [dpdk-dev] [PATCH v3 "
` [dpdk-dev] [PATCH v3 1/2] ethdev: "
[PATCH] csky: Bugfix add zero_fp fixup perf backtrace panic
2019-09-26 9:16 UTC
[PATCH V9 0/2] mailbox: arm: introduce smc triggered mailbox
2019-09-26 9:15 UTC (5+ messages)
` [PATCH V9 1/2] dt-bindings: mailbox: add binding doc for the ARM SMC/HVC mailbox
[PULL 00/37] QAPI patches for 2019-09-24
2019-09-26 9:13 UTC (2+ messages)
next/master boot: 334 boots: 14 failed, 307 passed with 13 offline (next-20190925)
2019-09-26 9:14 UTC
[PATCH 1/3] drm/i915: Create dumb buffer from LMEM
2019-09-26 9:14 UTC (5+ messages)
` [PATCH 3/3] drm/i915: FB backing gem obj should reside in LMEM
[PATCH] sample/hw_breakpoint: avoid sample hw_breakpoint recursion for arm/arm64
2019-09-26 9:13 UTC (2+ messages)
[Buildroot] [PATCH v2 1/1] support/dependencies/dependencies.sh: check for JSON:PP Perl module
2019-09-26 9:12 UTC (2+ messages)
[meta-xfce][PATCH 1/2] xfce-panel/systray: Draw icons/background properly when compositing is disabled
2019-09-26 9:12 UTC (2+ messages)
[Buildroot] [git commit branch/2019.08.x] support/dependencies/dependencies.sh: check for JSON:PP Perl module
2019-09-26 9:11 UTC
[Buildroot] [git commit branch/2019.05.x] support/dependencies/dependencies.sh: check for JSON:PP Perl module
2019-09-26 9:11 UTC
[Buildroot] [git commit branch/2019.02.x] support/dependencies/dependencies.sh: check for JSON:PP Perl module
2019-09-26 9:11 UTC
mtd raw nand denali.c broken for Intel/Altera Cyclone V
2019-09-26 9:10 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.