messages from 2020-06-24 17:56:54 to 2020-06-24 19:01:37 UTC [more...]
[PATCH v2 0/9] memory: assert and define MemoryRegionOps callbacks
2020-06-24 18:55 UTC (2+ messages)
` [PATCH v2 1/9] hw/pci-host: add pci-intack write method
[PATCH] net: phy: mscc: avoid skcipher API for single block AES encryption
2020-06-24 19:01 UTC (3+ messages)
[PATCH for-rc 0/2] Fixes for module unload
2020-06-24 19:01 UTC (4+ messages)
` [PATCH for-rc 1/2] IB/hfi1: Restore kfree in dummy_netdev cleanup
[PATCH] jffs2: fix UAF problem
2020-06-24 18:59 UTC (3+ messages)
[PATCH QEMU v25 00/17] Add migration support for VFIO devices
2020-06-24 18:55 UTC (7+ messages)
` [PATCH QEMU v25 11/17] vfio: Get migration capability flags for container
` [PATCH QEMU v25 13/17] vfio: create mapped iova list when vIOMMU is enabled
` [PATCH QEMU v25 14/17] vfio: Add vfio_listener_log_sync to mark dirty pages
[PATCH 00/15] net: phy: correctly model the PHY voltage supply in DT
2020-06-24 18:59 UTC (22+ messages)
` [PATCH 09/15] net: phy: delay PHY driver probe until PHY registration
` [PATCH 14/15] net: phy: add PHY regulator support
[PATCH 1/3] glibc: Perform rseq registration at C startup and thread creation (v21)
2020-06-24 19:00 UTC (3+ messages)
[PATCH v3 3/9] efi/libstub: Remove .note.gnu.property
2020-06-24 18:57 UTC (17+ messages)
pahole generates invalid BTF for code compiled with recent clang
2020-06-24 18:57 UTC (8+ messages)
[PATCH V3] ASoC: amd: add logic to check dmic hardware runtime
2020-06-24 19:02 UTC (2+ messages)
[PATCH v2] mm/page_alloc: fix documentation error and remove magic numbers
2020-06-24 18:56 UTC (3+ messages)
[PATCH 1/2] arm/scp-firmware : allow setting scp log level to INFO or WARN
2020-06-24 18:55 UTC (5+ messages)
` [meta-arm] "
[Buildroot] [PATCH] package/wireguard-tools: bump version to 1.0.20200513
2020-06-24 18:55 UTC (3+ messages)
[PATCH 0/2] Add support for StorageD3Enable _DSD property
2020-06-24 18:55 UTC (4+ messages)
` [PATCH V2 0/2] nvme: Add support for ACPI StorageD3Enable property
[jfern:rcu-segcb 3/10] kernel/rcu/tree_plugin.h:792:57: error: too few arguments to function call, expected 4, have 3
2020-06-24 18:54 UTC
LKMM patches for next merge window
2020-06-24 18:54 UTC
[RFC PATCH 0/3 v3] futex/sched: introduce FUTEX_SWAP operation
2020-06-24 18:52 UTC (4+ messages)
` [RFC PATCH 1/3 v3] futex: "
` [RFC PATCH 2/3 v3] futex/sched: add wake_up_process_prefer_current_cpu, use in FUTEX_SWAP
` [RFC PATCH 3/3] selftests/futex: add futex_swap selftest
[PATCH] mm: filemap: clear idle flag for writes
2020-06-24 18:53 UTC (2+ messages)
[PATCH v2 1/2] PCI/ERR: Fix fatal error recovery for non-hotplug capable devices
2020-06-24 18:52 UTC (3+ messages)
[PATCH] ACPI: DPTF: Add battery participant for TigerLake
2020-06-24 18:51 UTC
[PATCH 00/26] mm: Page fault accounting cleanups
2020-06-24 18:49 UTC (5+ messages)
` [PATCH 01/26] mm: Do page fault accounting in handle_mm_fault
` [PATCH 18/26] mm/s390: Use general page fault accounting
stable-rc/linux-3.16.y build: 125 builds: 10 failed, 115 passed, 11 errors, 2980 warnings (v3.16.85)
2020-06-24 18:48 UTC
[Intel-gfx] [PATCH 1/2] mm/mmu_notifier: Mark up direct reclaim paths with MAYFAIL
2020-06-24 18:48 UTC (13+ messages)
` "
[PATCH v5 00/25] arm64: Memory Tagging Extension user-space support
2020-06-24 18:45 UTC (36+ messages)
` [PATCH v5 02/25] arm64: mte: CPU feature detection and initial sysreg configuration
` [PATCH v5 04/25] arm64: mte: Add specific SIGSEGV codes
` [PATCH v5 05/25] arm64: mte: Handle synchronous and asynchronous tag check faults
` [PATCH v5 06/25] mm: Add PG_ARCH_2 page flag
` [PATCH v5 07/25] arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTE
` [PATCH v5 08/25] arm64: mte: Tags-aware copy_{user_, }highpage() implementations
` [PATCH v5 09/25] arm64: Avoid unnecessary clear_user_page() indirection
` [PATCH v5 10/25] arm64: mte: Tags-aware aware memcmp_pages() implementation
` [PATCH v5 11/25] mm: Introduce arch_calc_vm_flag_bits()
` [PATCH v5 12/25] arm64: mte: Add PROT_MTE support to mmap() and mprotect()
` [PATCH v5 13/25] mm: Introduce arch_validate_flags()
` [PATCH v5 14/25] arm64: mte: Validate the PROT_MTE request via arch_validate_flags()
` [PATCH v5 15/25] mm: Allow arm64 mmap(PROT_MTE) on RAM-based files
` [PATCH v5 16/25] arm64: mte: Allow user control of the tag check mode via prctl()
` [PATCH v5 17/25] arm64: mte: Allow user control of the generated random tags "
` [PATCH v5 18/25] arm64: mte: Restore the GCR_EL1 register after a suspend
` [PATCH v5 19/25] arm64: mte: Add PTRACE_{PEEK,POKE}MTETAGS support
` [PATCH v5 20/25] fs: Handle intra-page faults in copy_mount_options()
` [PATCH v5 21/25] mm: Add arch hooks for saving/restoring tags
` [PATCH v5 22/25] arm64: mte: Enable swap of tagged pages
` [PATCH v5 23/25] arm64: mte: Save tags when hibernating
` [PATCH v5 24/25] arm64: mte: Kconfig entry
` [PATCH v5 25/25] arm64: mte: Add Memory Tagging Extension documentation
[PULL] please pull u-boot-mmc mmc-2020-6-24
2020-06-24 18:46 UTC (2+ messages)
[PATCH 0/3] xfs: reflink cleanups
2020-06-24 18:45 UTC (8+ messages)
` [PATCH 1/3] xfs: redesign the reflink remap loop to fix blkres depletion crash
[meta-python][PATCH] python3-requests-toolbelt: add recipe for v0.9.1
2020-06-24 18:45 UTC
[PATCH v2] IPv4: Tunnel: Fix effective path mtu calculation
2020-06-24 18:44 UTC
[RFC] stop using ->read and ->write for kernel access
2020-06-24 18:43 UTC (15+ messages)
` [PATCH 03/11] fs: add new read_uptr and write_uptr file operations
[Bug 60824] [PATCH][regression] Cambridge Silicon Radio, Ltd Bluetooth Dongle unusable
2020-06-24 18:42 UTC
[PATCH 0/3] Fix difftool problem with intent-to-add files
2020-06-24 18:41 UTC (7+ messages)
` [PATCH v2 "
` [PATCH v2 1/3] diff-files --raw: handle intent-to-add files correctly
RAID types & chunks sizes for new NAS drives
2020-06-24 18:41 UTC (6+ messages)
Proposal: rename xen.git#master (to #trunk, perhaps)
2020-06-24 18:40 UTC (3+ messages)
[PATCHv3 0/5] nvme support for zoned namespace command set
2020-06-24 18:40 UTC (16+ messages)
` [PATCHv3 3/5] nvme: implement I/O Command Sets Command Set support
[PATCH 2/2] arm-bsp/scp-firmware: Build SCP MCP firmware for N1SDP
2020-06-24 18:40 UTC (3+ messages)
` [meta-arm] "
[PATCH] arm/fiptool : provides fiptool for packaging
2020-06-24 18:39 UTC (3+ messages)
` [meta-arm] "
[PATCH 00/18] multiple preferred nodes
2020-06-24 18:39 UTC (7+ messages)
[Bridge] [PATCH 4/5] umh: fix processed error when UMH_WAIT_PROC is used
2020-06-24 18:38 UTC (19+ messages)
` [Bridge] linux-next: umh: fix processed error when UMH_WAIT_PROC is used seems to break linux bridge on s390x (bisected)
` linux-next: umh: fix processed error when UMH_WAIT_PROC is used seems to break linux bridge on s
` linux-next: umh: fix processed error when UMH_WAIT_PROC is used seems to break linux bridge on s390x (bisected)
[PATCH 0/2] bugreport: report configs from safelist
2020-06-24 18:37 UTC (4+ messages)
` [PATCH 1/2] bugreport: generate config safelist based on docs
[PATCH bpf-next v2 0/3] bpf, netns: Prepare for multi-prog attachment
2020-06-24 18:37 UTC (7+ messages)
` [PATCH bpf-next v2 2/3] bpf, netns: Keep attached programs in bpf_prog_array
[PATCH v3 4/9] x86/build: Warn on orphan section placement
2020-06-24 18:36 UTC (2+ messages)
[PATCH] Bluetooth: Don't restart scanning if paused
2020-06-24 18:34 UTC
[PATCH 00/46] Less clumsy error checking
2020-06-24 18:32 UTC (9+ messages)
` [PATCH 03/46] qdev: Smooth error checking of qdev_realize() & friends
` [PATCH 06/46] error: Avoid error_propagate() when error is not used here
` [PATCH 07/46] error: Avoid more "
` [PATCH 08/46] error: Avoid unnecessary error_propagate() after error_setg()
[PATCH 0/1] Refactor btusb_setup_intel_new
2020-06-24 18:34 UTC (2+ messages)
` [PATCH 1/1] Bluetooth: btusb: Refactor of firmware download flow for Intel conrollers
[dpdk-dev] [RFC] ethdev: add a field for rte_eth_rxq_info
2020-06-24 18:32 UTC (5+ messages)
[RFC PATCH v2] sched_pair_cpu: Introduce scheduler task pairing system call
2020-06-24 18:31 UTC (3+ messages)
[bug report] drm/vc4: dsi: Fix bridge chain handling
2020-06-24 18:30 UTC (2+ messages)
[PATCH] cros_ec_spi: Even though we're RT priority, don't bump cpu freq
2020-06-24 18:29 UTC (12+ messages)
[PATCH] Bluetooth: btusb: BTUSB_WAKEUP_DISABLE prevents wake
2020-06-24 18:29 UTC (2+ messages)
[RFC PATCH linux-next] refperf: __srcu_struct_srcu_refctl_scale can be static
2020-06-24 18:28 UTC (3+ messages)
[Intel-gfx] [PATCH] drm/i915/gt: Implement WA_1406941453
2020-06-24 18:31 UTC (4+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "
drivers/usb/gadget/udc/max3420_udc.c:975 max3420_nuke() error: double unlocked 'ep->lock' (orig line 970)
2020-06-24 18:28 UTC
[PATCH v2] Bluetooth: btusb: Reset port on cmd timeout
2020-06-24 18:27 UTC (2+ messages)
[virtio-comment] [PATCH v4 0/3] virtio-spec: Add documentation for recently added balloon features
2020-06-24 18:26 UTC (3+ messages)
` [virtio-comment] [PATCH v4 3/3] content: Document balloon feature free page hints
[PATCH v3 bpf-next 1/3] bpf: switch most helper return values from 32-bit int to 64-bit long
2020-06-24 18:26 UTC (12+ messages)
` [PATCH v3 bpf-next 2/3] selftests/bpf: add variable-length data concatenation pattern test
[PATCH bpf-next v5 1/3] sock: move sock_valbool_flag to header
2020-06-24 18:26 UTC (3+ messages)
` [PATCH bpf-next v5 3/3] bpf: add SO_KEEPALIVE and related options to bpf_setsockopt
[PATCH v3] ARM: imx6plus: enable internal routing of clk_enet_ref where possible
2020-06-24 18:24 UTC (4+ messages)
[PATCH] fs/epoll: Enable non-blocking busypoll with epoll timeout of 0
2020-06-24 18:25 UTC (4+ messages)
[PATCH] IB/hfi1: Add explicit cast OPA_MTU_8192 to 'enum ib_mtu'
2020-06-24 18:22 UTC (2+ messages)
[PATCH] sysctl: Call sysctl_head_finish on error
2020-06-24 18:20 UTC (2+ messages)
[PATCH 1/4] ARM: dts: uniphier: add interrupts to support card serial
2020-06-24 18:16 UTC (6+ messages)
` [PATCH 4/4] ARM: dts: uniphier: change support card to simple-mfd from simple-bus
[PATCH] [RFC] tools: fitmount: fuse mount fit images
2020-06-24 18:17 UTC (5+ messages)
[LTP] [PATCH 0/2] [RFC] Device discovery & UART test
2020-06-24 18:16 UTC (3+ messages)
` [LTP] [PATCH 1/2] tst_test: Add support for device discovery
[PATCH v6 0/6] DVFS for IO devices on sdm845 and sc7180
2020-06-24 18:15 UTC (10+ messages)
` [PATCH v6 6/6] spi: spi-qcom-qspi: Use OPP API to set clk/perf state
[PATCH v2 00/21] KVM: Cleanup and unify kvm_mmu_memory_cache usage
2020-06-24 18:08 UTC (7+ messages)
` [PATCH v2 05/21] KVM: x86/mmu: Try to avoid crashing KVM if a MMU memory cache is empty
` [PATCH v2 14/21] KVM: Move x86's version of struct kvm_mmu_memory_cache to common code
[RESEND PATCH 0/3] nouveau: fixes for SVM
2020-06-24 18:10 UTC (5+ messages)
` [RESEND PATCH 2/3] nouveau: fix mixed normal and device private page migration
[dpdk-dev] [PATCH 00/13] rte_log registration usage improvement
2020-06-24 18:10 UTC (9+ messages)
` [dpdk-dev] [PATCH 01/13] eal/log: introduce log register macro
[dpdk-dev] [RFC] ethdev: introduce sample action for rte flow
2020-06-24 18:09 UTC (3+ messages)
[Buildroot] [PATCH] package/libcurl: security bump to version 7.71.0
2020-06-24 18:09 UTC
[PATCH] xen: introduce xen_vring_use_dma
2020-06-24 17:59 UTC (6+ messages)
[PATCH v2 0/9] env: ext4: corrections and add test for env in ext4
2020-06-24 18:07 UTC (9+ messages)
` [PATCH v2 3/9] env: correctly handle result in env_init
Request for adding a simple mechanism to exclude files from Git merge operation
2020-06-24 18:03 UTC (6+ messages)
cpufreq: intel_pstate: Support raw epp and energy_efficiency
2020-06-24 18:02 UTC (4+ messages)
` [PATCH v2 2/2] cpufreq: intel_pstate: Allow raw energy performance preference value
[PATCH] Bluetooth: btusb: Reset port on cmd timeout
2020-06-24 18:02 UTC (2+ messages)
[virtio-dev] [PATCH v5 00/10] introduce virtio vhost-user backend device type
2020-06-24 18:01 UTC (2+ messages)
[PATCH] ALSA: hda/hdmi: Add Intel silent stream support
2020-06-24 17:58 UTC (8+ messages)
[obsolete] linux-next-git-rejects.patch removed from -mm tree
2020-06-24 17:59 UTC
[PATCH] scsi: qla2xxx: Fix a condition in qla2x00_find_all_fabric_devs()
2020-06-24 17:59 UTC (2+ messages)
[mkl-can-next:mcp25xxfd-43 3/4] drivers/net/can/spi/mcp25xxfd/mcp25xxfd-regmap.c:334:7: warning: field width specifier expects argument of type 'int', but argument 6 has type 'size_t' {aka 'long unsigned int'}
2020-06-24 17:58 UTC (2+ messages)
[jfern:rcu-segcb 6/10] ERROR: modpost: "force_schedstat_enabled" undefined!
2020-06-24 17:57 UTC
Migration vmdesc and xen-save-devices-state
2020-06-24 17:56 UTC (2+ 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.