All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-10-19 01:51:36 to 2019-10-19 08:03:34 UTC [more...]

[PATCH net-next 0/8] net: hns3: add some cleanups & optimizations
 2019-10-19  8:03 UTC  (4+ messages)
` [PATCH net-next 1/8] net: hns3: remove struct hns3_nic_ring_data in hns3_enet module
` [PATCH net-next 2/8] net: hns3: optimized MAC address in management table
` [PATCH net-next 5/8] net: hns3: make struct hns3_enet_ring cacheline aligned

[Buildroot] [PATCH 1/1] package/meson: import lzma only when needed
 2019-10-19  8:03 UTC 

[PATCH 1/3] drm/amd/powerplay: add lock protection for swSMU APIs V2
 2019-10-19  8:00 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/libva: switch to virtual opengl provider
 2019-10-19  7:59 UTC  (3+ messages)

linux-next: build failure after merge of the bluetooth tree
 2019-10-19  7:57 UTC  (3+ messages)
` [PATCH -next] Bluetooth: btusb: Remove return statement in btintel_reset_to_bootloader

Deadlock with FTrace in child process
 2019-10-19  7:50 UTC 

[Buildroot] [PATCH 1/1] package/x11r7/xlib_libXfont2: fix libbsd detection
 2019-10-19  7:48 UTC 

Try/catch for modules?
 2019-10-19  7:46 UTC  (2+ messages)

[PATCH 1/2] lib/bsearch.c: introduce bsearch_idx
 2019-10-19  7:20 UTC  (2+ messages)
` [PATCH 2/2] xfs: replace homemade binary search

[LTP] [bug?] LTP pt_test failing after 38bb8d77d0b9 "perf/x86/intel/pt: Split ToPA metadata and page layout"
 2019-10-19  7:41 UTC  (2+ messages)
  `  "

[PATCH] random: make try_to_generate_entropy() more robust
 2019-10-19  7:39 UTC  (3+ messages)

[PATCH] drm/amd/amdgpu: correct length misspelling
 2019-10-19  7:34 UTC 

[PATCH v9 21/28] x86/asm/ftrace: Mark function_hook as function
 2019-10-19  7:34 UTC  (9+ messages)
` [tip: x86/asm] "

[PATCH] drm/radeon: remove assignment for return value
 2019-10-19  7:32 UTC 

[PATCH 0/2] mfd: mfd-core: Honour disabled devices
 2019-10-19  7:31 UTC  (9+ messages)
` [PATCH 1/2] mfd: mfd-core: Allocate reference counting memory directly to the platform device
` [PATCH 2/2] mfd: mfd-core: Honour Device Tree's request to disable a child-device

[PATCH] drm/panfrost: fix -Wmissing-prototypes warnings
 2019-10-19  7:28 UTC 

[PATCH] drm/amd/amdgpu: make undeclared variables static
 2019-10-19  7:24 UTC 

[alsa-devel] [PATCH 0/6] ALSA: firewire: handle several IR/IT context in callback of the IT context
 2019-10-19  7:22 UTC  (2+ messages)

[tip: perf/core] perf/core: Fix !CONFIG_PERF_EVENTS build warnings and failures
 2019-10-19  7:21 UTC 

[PATCH v2 1/3] drm/i915/perf: Add helper macros for comparing with whitelisted registers
 2019-10-19  7:18 UTC  (4+ messages)
` [PATCH v2 2/3] drm/i915/perf: enable OAR context save/restore of performance counters

build issue
 2019-10-19  7:11 UTC  (2+ messages)

[dm-crypt] Command failed with code -1 (wrong or missing parameters)
 2019-10-19  7:10 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] imx: include files should be chmod 644
 2019-10-19  7:10 UTC 

[dm-crypt] 10 M Luks2 header size?
 2019-10-19  7:07 UTC  (2+ messages)

[PATCH v5 0/4] ASoC: mediatek: mt8183-mt6358-ts3a227-max98357: support WoV
 2019-10-19  7:02 UTC  (10+ messages)
` [alsa-devel] "
` [PATCH v5 1/4] ASoC: cros_ec_codec: "
  ` [alsa-devel] "
` [PATCH v5 2/4] ASoC: mediatek: mt6358: "
  ` [alsa-devel] "
` [PATCH v5 3/4] ASoC: dt-bindings: mt8183: add ec-codec
  ` [alsa-devel] "
` [PATCH v5 4/4] ASoC: mediatek: mt8183: support WoV
  ` [alsa-devel] "

[U-Boot] [PATCH 1/1] checkpatch.pl: update from Linux kernel v5.4-rc3
 2019-10-19  7:06 UTC 

[PATCH v3 00/16] libqos: add VIRTIO PCI 1.0 support
 2019-10-19  6:38 UTC  (17+ messages)
` [PATCH v3 01/16] tests/virtio-blk-test: read config space after feature negotiation
` [PATCH v3 02/16] libqos: read QVIRTIO_MMIO_VERSION register
` [PATCH v3 03/16] libqos: extend feature bits to 64-bit
` [PATCH v3 04/16] virtio-scsi-test: add missing feature negotiation
` [PATCH v3 05/16] tests/virtio-blk-test: set up virtqueue after "
` [PATCH v3 06/16] libqos: add missing virtio-9p "
` [PATCH v3 07/16] libqos: enforce Device Initialization order
` [PATCH v3 08/16] libqos: implement VIRTIO 1.0 FEATURES_OK step
` [PATCH v3 09/16] libqos: access VIRTIO 1.0 vring in little-endian
` [PATCH v3 10/16] libqos: add iteration support to qpci_find_capability()
` [PATCH v3 11/16] libqos: pass full QVirtQueue to set_queue_address()
` [PATCH v3 12/16] libqos: add MSI-X callbacks to QVirtioPCIDevice
` [PATCH v3 13/16] libqos: expose common virtqueue setup/cleanup functions
` [PATCH v3 14/16] libqos: make the virtio-pci BAR index configurable
` [PATCH v3 15/16] libqos: extract Legacy virtio-pci.c code
` [PATCH v3 16/16] libqos: add VIRTIO PCI 1.0 support

[RFC Bluez] lib/sdb: Don't include NULL terminator in string's unitSize
 2019-10-19  6:53 UTC 

[PATCH] PCI: Warn about host bridge device when its numa node is NO_NODE
 2019-10-19  6:45 UTC 

[PATCH net] keys: Fix memory leak in copy_net_ns
 2019-10-19  6:34 UTC 

[PATCH 0/2] Adjustments in function call
 2019-10-19  6:33 UTC  (4+ messages)
` [PATCH 1/2] staging: rtl8723bs: Fix line over 80 characters
  ` [Outreachy kernel] "
` [Outreachy kernel] [PATCH 0/2] Adjustments in function call

[U-Boot] [PATCH 00/10] Moving test/py to Python 3
 2019-10-19  6:33 UTC  (6+ messages)
` [U-Boot] [PATCH 04/10] test/py: Automated conversion "
    ` [U-Boot] [RFC v2 4/10] "
` [U-Boot] [PATCH 07/10] test/py: Manual python3 fixes

broonie-spi/for-next boot bisection: v5.4-rc3-73-gc673f2d99c3d on jetson-tk1
 2019-10-19  6:24 UTC 

[PATCH v3 0/2] RTC support for QEMU RISC-V virt machine
 2019-10-19  6:21 UTC  (10+ messages)
` [PATCH v3 1/2] hw: timer: Add Goldfish RTC device

Using virtual IOMMU in guest hypervisors other than KVM and Xen?
 2019-10-19  6:19 UTC  (5+ messages)

[Buildroot] [autobuild.buildroot.net] Daily results for 2019-10-18
 2019-10-19  6:17 UTC 

[RFC PATCH 13/13] powerpc/vas: Free send window after credits returned
 2019-10-19  6:02 UTC 

ARM: add __always_inline to functions called from __get_user_check()
 2019-10-19  6:17 UTC  (3+ messages)

[RFC PATCH 12/13] powerpc/vas: Display process stuck message
 2019-10-19  6:01 UTC 

[RFC PATCH 11/13] powerpc/vas: Return credits after handling fault
 2019-10-19  6:00 UTC 

[RFC PATCH 10/13] powerpc/vas: Do not use default credits for receive window
 2019-10-19  5:59 UTC 

[RFC PATCH 09/13] powerpc/vas: Add and use tgid in vas_window to close window
 2019-10-19  5:59 UTC 

[PATCH v2 0/2] spapr: interrupt presenter fixes
 2019-10-19  6:08 UTC  (5+ messages)
` [PATCH v2 1/2] spapr: Introduce a interrupt presenter reset handler
` [PATCH v2 2/2] spapr/xive: Set the OS CAM line at reset

[RFC PATCH 08/13] powerpc/vas: Print CRB and FIFO values
 2019-10-19  5:58 UTC 

[RFC PATCH 07/13] powerpc/vas: Update CSB and notify process for fault CRBs
 2019-10-19  5:57 UTC 

[RFC PATCH 06/13] powerpc/vas: Read and process fault CRBs
 2019-10-19  5:56 UTC 

[Xen-devel] [xen-unstable-smoke test] 142903: tolerable all pass - PUSHED
 2019-10-19  6:03 UTC 

[RFC PATCH 05/13] powerpc/vas: Setup fault handler per VAS instance
 2019-10-19  5:55 UTC 

[RFC PATCH 04/13] powerpc/vas: Setup fault window per VAS instance
 2019-10-19  5:54 UTC 

[RFC PATCH 03/13] powerpc/vas: Setup IRQ mapping and register port for each window
 2019-10-19  5:53 UTC 

[RFC PATCH 02/13] powerpc/vas: Define nx_fault_stamp in coprocessor_request_block
 2019-10-19  5:52 UTC 

[RFC PATCH 01/13] Revert "powerpc/powernv: remove the unused vas_win_paste_addr and vas_win_id functions"
 2019-10-19  5:52 UTC 

[RFC PATCH 00/13] powerpc/vas: Page fault handling for user space NX requests
 2019-10-19  5:50 UTC 

[Bug 111481] AMD Navi GPU frequent freezes on both Manjaro/Ubuntu with kernel 5.3 and mesa 19.2 -git/llvm9
 2019-10-19  5:49 UTC  (2+ messages)

mmotm 2019-10-18-22-40 uploaded
 2019-10-19  5:40 UTC 

[patch net-next] devlink: add format requirement for devlink param names
 2019-10-19  5:39 UTC  (5+ messages)

[PATCH] kernel: dma: Make CMA boot parameters __ro_after_init
 2019-10-19  5:37 UTC  (4+ messages)

[PATCH] file: explicitly disable seccomp
 2019-10-19  5:26 UTC  (4+ messages)

[PATCH v3] mm,thp: recheck each page before collapsing file THP
 2019-10-19  5:24 UTC  (3+ messages)

KASAN: use-after-free Read in fuse_request_end
 2019-10-19  5:23 UTC 

next-20191018 kselftest results
 2019-10-19  5:03 UTC 

[RFC PATCH v2 0/5] fs: interface for directly reading/writing compressed data
 2019-10-19  5:01 UTC  (5+ messages)
` [RFC PATCH v2 1/5] fs: add O_ENCODED open flag
` [RFC PATCH v2 2/5] fs: add RWF_ENCODED for reading/writing compressed data

[dpdk-dev] [PATCH v4] ethdev: add HIGIG2 key field to flow API
 2019-10-19  4:56 UTC  (5+ messages)
` [dpdk-dev] [PATCH v5] "
    ` [dpdk-dev] [EXT] "
  ` [dpdk-dev] [PATCH v6] "

[PATCH v3] staging: sm750sb: Edit CamelCase in dvi/sii164 files
 2019-10-19  4:47 UTC  (4+ messages)
` [Outreachy kernel] "

[bpf-next PATCH] bpf: libbpf, add kernel version section parsing back
 2019-10-19  4:41 UTC  (4+ messages)

[PATCH] python-enum-compat: upgrade 0.0.2 -> 0.0.3
 2019-10-19  4:38 UTC  (2+ messages)

[PATCH] python-httplib2: upgrade 0.13.1 -> 0.14.0
 2019-10-19  4:38 UTC  (2+ messages)

[PATCH] python-httpretty: upgrade 0.9.6 -> 0.9.7
 2019-10-19  4:38 UTC  (2+ messages)

[PATCH] python-kombu: upgrade 4.6.4 -> 4.6.5
 2019-10-19  4:34 UTC  (2+ messages)

5.3.6: I/O error on writing SD card via USB3
 2019-10-19  4:26 UTC 

[PATCH v3 0/2] iio: add driver for Bosch BMA400 accelerometer
 2019-10-19  4:25 UTC  (5+ messages)
` [PATCH v4 2/2] iio: (bma400) add driver for the BMA400

[PATCH] python3-docker-compose: upgrade to version 1.21.2
 2019-10-19  4:32 UTC  (2+ messages)

✅ PASS: Stable queue: queue-5.3
 2019-10-19  4:30 UTC 

[Bug 1834113] Re: QEMU touchpad input erratic after wakeup from sleep
 2019-10-19  4:17 UTC  (3+ messages)

[PATCH 1/5] drm/i915/display: Handle fused off display correctly
 2019-10-19  4:15 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/5] "

memory leak in copy_net_ns
 2019-10-19  4:00 UTC  (3+ messages)

[RELEASE] LTTng-Tools 2.10.9 - KeKriek
 2019-10-19  3:55 UTC 

cron job: media_tree daily build: OK
 2019-10-19  3:54 UTC 

[RELEASE] LTTng-Tools 2.9.14 - Joannès
 2019-10-19  3:54 UTC 

[PATCH v2 0/4] apic: Fix migration breakage of >255 vcpus
 2019-10-19  3:41 UTC  (3+ messages)

[PATCH] hw/xtensa: add virt machine
 2019-10-19  3:41 UTC 

[PATCH lttng-tools] Fix typo 'Attemp' -> 'Attempt'
 2019-10-19  3:27 UTC 

[PATCH lttng-tools] Typo: occured -> occurred
 2019-10-19  3:26 UTC 

[PATCH] drm/amd/display: remove gcc warning Wunused-but-set-variable
 2019-10-19  3:23 UTC  (2+ messages)

[PATCH RFC v1 00/26] Add KernelMemorySanitizer infrastructure
 2019-10-19  3:20 UTC  (3+ messages)
` [PATCH RFC v1 26/26] net: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSAN

[patch 26/26] scripts/gdb: fix debugging modules on s390
 2019-10-19  3:20 UTC 

[patch 25/26] kernel/events/uprobes.c: only do FOLL_SPLIT_PMD for uprobe register
 2019-10-19  3:20 UTC 

[patch 24/26] mm/thp: allow dropping THP from page cache
 2019-10-19  3:20 UTC 

[patch 23/26] mm/vmscan.c: support removing arbitrary sized pages from mapping
 2019-10-19  3:20 UTC 

[patch 22/26] mm/thp: fix node page state in split_huge_page_to_list()
 2019-10-19  3:20 UTC 

[patch 21/26] proc/meminfo: fix output alignment
 2019-10-19  3:20 UTC 

[patch 20/26] mm/init-mm.c: include <linux/mman.h> for vm_committed_as_batch
 2019-10-19  3:20 UTC 

[patch 19/26] mm/filemap.c: include <linux/ramfs.h> for generic_file_vm_ops definition
 2019-10-19  3:20 UTC 

[patch 18/26] mm: include <linux/huge_mm.h> for is_vma_temporary_stack
 2019-10-19  3:20 UTC 

[patch 17/26] zram: fix race between backing_dev_show and backing_dev_store
 2019-10-19  3:20 UTC 

[patch 16/26] mm/memcontrol: update lruvec counters in mem_cgroup_move_account
 2019-10-19  3:20 UTC 

[patch 15/26] ocfs2: fix panic due to ocfs2_wq is null
 2019-10-19  3:20 UTC 

[patch 14/26] hugetlbfs: don't access uninitialized memmaps in pfn_range_valid_gigantic()
 2019-10-19  3:20 UTC 

[patch 13/26] mm: memblock: do not enforce current limit for memblock_phys* family
 2019-10-19  3:20 UTC 

[patch 12/26] mm: memcg: get number of pages on the LRU list in memcgroup base on lru_zone_size
 2019-10-19  3:19 UTC 

[patch 11/26] mm/gup: fix a misnamed "write" argument, and a related bug
 2019-10-19  3:19 UTC 

[patch 10/26] mm/gup_benchmark: add a missing "w" to getopt string
 2019-10-19  3:19 UTC 

[patch 09/26] ocfs2: fix error handling in ocfs2_setattr()
 2019-10-19  3:19 UTC 

[patch 08/26] mm: memcg/slab: fix panic in __free_slab() caused by premature memcg pointer release
 2019-10-19  3:19 UTC 

[patch 07/26] mm/memunmap: don't access uninitialized memmap in memunmap_pages()
 2019-10-19  3:19 UTC 

[patch 06/26] mm/memory_hotplug: don't access uninitialized memmaps in shrink_pgdat_span()
 2019-10-19  3:19 UTC 

[patch 05/26] mm/page_owner: don't access uninitialized memmaps when reading /proc/pagetypeinfo
 2019-10-19  3:19 UTC 

[patch 04/26] scripts/gdb: fix lx-dmesg when CONFIG_PRINTK_CALLER is set
 2019-10-19  3:19 UTC 

[patch 03/26] mm/memory-failure.c: don't access uninitialized memmaps in memory_failure()
 2019-10-19  3:19 UTC 

[patch 02/26] fs/proc/page.c: don't access uninitialized memmaps in fs/proc/page.c
 2019-10-19  3:19 UTC 

[patch 01/26] drivers/base/memory.c: don't access uninitialized memmaps in soft_offline_page_store()
 2019-10-19  3:19 UTC 

incoming
 2019-10-19  3:19 UTC 

[PATCH 0/2] ext4: support encryption with blocksize != PAGE_SIZE
 2019-10-19  3:16 UTC  (3+ messages)
` [PATCH 1/2] fs/buffer.c: support fscrypt in block_read_full_page()

btrfs check (not lowmem) and OOM-like hangs (4.17.6)
 2019-10-19  3:07 UTC  (4+ messages)
  ` 5.1.21: fs/btrfs/extent-tree.c:7100 __btrfs_free_extent+0x18b/0x921

[ebiggers:inline-encryption-wip 3/14] include/linux/blk-crypto.h:42:54: error: parameter 1 ('mode_num') has incomplete type
 2019-10-19  3:04 UTC 

[PATCH v10 3/3] mm: fix double page fault on arm64 if PTE_AF is cleared
 2019-10-19  2:59 UTC  (3+ messages)

transaction_manager::new_block() couldn't allocate new block
 2019-10-19  2:47 UTC  (2+ messages)

[ebiggers:inline-encryption-wip 1/14] include/linux/keyslot-manager.h:87:32: error: parameter 2 ('crypto_mode') has incomplete type
 2019-10-19  2:46 UTC 

[U-Boot] [PATCH v2 00/38] x86: Various modifications to prepare for FSP2
 2019-10-19  2:43 UTC  (4+ messages)
` [U-Boot] [PATCH v2 12/38] x86: spi: Add a driver for the Intel Fast SPI interface

[Xen-devel] [freebsd-master test] 142868: regressions - trouble: blocked/fail
 2019-10-19  2:41 UTC 

[Xen-devel] [libvirt test] 142862: regressions - FAIL
 2019-10-19  2:39 UTC 

[GIT PULL] RISC-V updates for v5.4-rc4
 2019-10-19  2:35 UTC  (3+ messages)

[GIT PULL] Block fixes for 5.4-rc4
 2019-10-19  2:35 UTC  (2+ messages)

[PATCH bpf-next 2/4] xsk: allow AF_XDP sockets to receive packets directly from a queue
 2019-10-19  2:25 UTC  (11+ messages)
    ` FW: "
                  ` [Intel-wired-lan] "

[PATCH 0/1] arm64: Implement archrandom.h for ARMv8.5-RNG
 2019-10-19  2:20 UTC  (6+ messages)
` [PATCH 1/1] "

[Xen-devel] [PATCH 3/4] docs/sphinx: Introduction
 2019-10-19  2:19 UTC  (3+ messages)

[PATCH 1/2] firmware: coreboot: Export the binary FMAP
 2019-10-19  2:14 UTC  (9+ messages)
` [PATCH 2/2] firmware: coreboot: Export active CBFS partition

[Buildroot] [PATCH] package/qemu: fix crash with uClibc-ng
 2019-10-19  2:09 UTC 

[PATCH v2 0/2] mm: Don't access uninitialized memmaps in PFN walkers
 2019-10-19  2:05 UTC  (5+ messages)
` [PATCH v2 2/2] mm/memory-failure.c: Don't access uninitialized memmaps in memory_failure()

[Xen-devel] [PATCH v2] MAINTAINERS: Switch SVM maintainership to x86
 2019-10-19  2:04 UTC 

[Xen-devel] [linux-4.4 test] 142851: regressions - FAIL
 2019-10-19  2:04 UTC 

[PATCH v6 2/2] HID: logitech: Support WirelessDeviceStatus connect events
 2019-10-19  2:03 UTC  (3+ messages)

[PATCH] lib/vdso: Use __arch_use_vsyscall() to indicate fallback
 2019-10-19  2:06 UTC  (4+ messages)

[PATCH v6 1/2] HID: logitech: Add MX Master over Bluetooth
 2019-10-19  1:59 UTC  (3+ messages)

[PATCH v3 1/3] mm/vmalloc: remove preempt_disable/enable when do preloading
 2019-10-19  1:58 UTC  (5+ messages)
` [PATCH v3 2/3] mm/vmalloc: respect passed gfp_mask "

[pull request][net 00/15] Mellanox, mlx5 kTLS fixes 18-10-2019
 2019-10-19  1:51 UTC  (3+ messages)
` [net 12/15] net/mlx5e: kTLS, Enhance TX resync flow


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.