All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-07 00:04:04 to 2020-05-07 01:05:17 UTC [more...]

WireGuard over WireGuard
 2020-05-07  0:57 UTC  (9+ messages)

[RFC PATCH bpf-next 0/3] arm64 BPF JIT Optimizations
 2020-05-07  1:05 UTC  (2+ messages)
` [RFC PATCH bpf-next 1/3] arm64: insn: Fix two bugs in encoding 32-bit logical immediates

[PATCH v4 00/25] xfs: refactor log recovery
 2020-05-07  1:04 UTC  (15+ messages)
` [PATCH 01/25] xfs: convert xfs_log_recover_item_t to struct xfs_log_recover_item
` [PATCH 02/25] xfs: refactor log recovery item sorting into a generic dispatch structure
` [PATCH 03/25] xfs: refactor log recovery item dispatch for pass2 readhead functions
` [PATCH 04/25] xfs: refactor log recovery item dispatch for pass1 commit functions
` [PATCH 05/25] xfs: refactor log recovery buffer item dispatch for pass2 "
` [PATCH 08/25] xfs: refactor log recovery icreate "
` [PATCH 09/25] xfs: refactor log recovery EFI "
` [PATCH 10/25] xfs: refactor log recovery RUI "
` [PATCH 11/25] xfs: refactor log recovery CUI "
` [PATCH 12/25] xfs: refactor log recovery BUI "
` [PATCH 19/25] xfs: refactor releasing finished intents during log recovery
` [PATCH 20/25] xfs: refactor adding recovered intent items to the log
` [PATCH 22/25] xfs: refactor intent item iop_recover calls
` [PATCH 25/25] xfs: remove unnecessary includes from xfs_log_recover.c

Non sequential linked chains and IO_LINK support
 2020-05-07  1:04 UTC  (3+ messages)

[PATCH] printk: Add loglevel for "do not print to consoles"
 2020-05-07  1:02 UTC  (9+ messages)

[PATCH RE-SEND v1] PM / devfreq: Replace strncpy with strscpy
 2020-05-07  1:00 UTC  (4+ messages)

[PATCH v2] usb: devio: fix mmap() on non-coherent DMA architectures
 2020-05-07  0:59 UTC  (2+ messages)

[PATCH v4 0/5] iommu/vt-d: Add page request draining support
 2020-05-07  0:55 UTC  (12+ messages)
` [PATCH v4 1/5] iommu/vt-d: Multiple descriptors per qi_submit_sync()
` [PATCH v4 2/5] iommu/vt-d: debugfs: Add support to show inv queue internals
` [PATCH v4 3/5] iommu/vt-d: Disable non-recoverable fault processing before unbind
` [PATCH v4 4/5] iommu/vt-d: Add page request draining support
` [PATCH v4 5/5] iommu/vt-d: Remove redundant IOTLB flush

[PATCH net-next] net: remove newlines in NL_SET_ERR_MSG_MOD
 2020-05-07  0:58 UTC 

[MPTCP] Re: [PATCH mptcp-next 1/7] mptcp: avoid blocking in tcp_sendpages
 2020-05-07  0:58 UTC 

[PATCH] PCI/ERR: Resolve regression in pcie_do_recovery
 2020-05-07  0:56 UTC 

[PATCH] userfaultfd: fix remap event with MREMAP_DONTUNMAP
 2020-05-07  0:55 UTC  (5+ messages)

[PATCH RFC tip/core/rcu] Add shrinker to shift to fast/inefficient GP mode
 2020-05-07  0:55 UTC  (2+ messages)

[PATCH] net: ethernet: ti: am65-cpsw-nuss: fix irqs type
 2020-05-07  0:53 UTC  (3+ messages)

[dpdk-dev] [PATCH] app/testpmd: add cmdline option to set Rx mq mode
 2020-05-07  0:51 UTC  (2+ messages)
` [dpdk-dev] [PATCH v3] "

Fwd: Read time tree block corruption detected
 2020-05-07  0:51 UTC  (3+ messages)
  `  "

[PATCH net-next] i40e: Make i40e_shutdown_adminq() return void
 2020-05-07  0:51 UTC  (4+ messages)
    ` [Intel-wired-lan] "

[PATCH 0/1] usb: chipidea: fixes for v5.7
 2020-05-07  0:49 UTC  (2+ messages)
` [PATCH 1/1] usb: chipidea: msm: Ensure proper controller reset using role switch API

[RFC 00/43] PKRAM: Preserved-over-Kexec RAM
 2020-05-07  0:42 UTC  (88+ messages)
` [RFC 01/43] mm: add PKRAM API stubs and Kconfig
` [RFC 02/43] mm: PKRAM: implement node load and save functions
` [RFC 03/43] mm: PKRAM: implement object "
` [RFC 04/43] mm: PKRAM: implement page stream operations
` [RFC 05/43] mm: PKRAM: support preserving transparent hugepages
` [RFC 06/43] mm: PKRAM: implement byte stream operations
` [RFC 07/43] mm: PKRAM: link nodes by pfn before reboot
` [RFC 08/43] mm: PKRAM: introduce super block
` [RFC 09/43] PKRAM: build a physical mapping pagetable of pages to be preserved
` [RFC 10/43] PKRAM: add code for walking the preserved pages pagetable
` [RFC 11/43] PKRAM: pass the preserved pages pagetable to the next kernel
` [RFC 12/43] mm: PKRAM: reserve preserved memory at boot
` [RFC 13/43] mm: PKRAM: free preserved pages pagetable
` [RFC 14/43] mm: memblock: PKRAM: prevent memblock resize from clobbering preserved pages
` [RFC 15/43] PKRAM: provide a way to ban pages from use by PKRAM
` [RFC 16/43] kexec: PKRAM: prevent kexec clobbering preserved pages in some cases
` [RFC 17/43] PKRAM: provide a way to check if a memory range has preserved pages
` [RFC 18/43] kexec: PKRAM: avoid clobbering already "
` [RFC 19/43] mm: PKRAM: allow preserved memory to be freed from userspace
` [RFC 20/43] PKRAM: disable feature when running the kdump kernel
` [RFC 21/43] x86/KASLR: PKRAM: support physical kaslr
` [RFC 22/43] mm: shmem: introduce shmem_insert_page
` [RFC 23/43] mm: shmem: enable saving to PKRAM
` [RFC 24/43] mm: shmem: prevent swapping of PKRAM-enabled tmpfs pages
` [RFC 25/43] mm: shmem: specify the mm to use when inserting pages
` [RFC 26/43] mm: shmem: when inserting, handle pages already charged to a memcg
` [RFC 27/43] x86/mm/numa: add numa_isolate_memblocks()
` [RFC 28/43] PKRAM: ensure memblocks with preserved pages init'd for numa
` [RFC 29/43] memblock: PKRAM: mark memblocks that contain preserved pages
` [RFC 30/43] memblock: add for_each_reserved_mem_range()
` [RFC 31/43] memblock, mm: defer initialization of preserved pages
` [RFC 32/43] shmem: PKRAM: preserve shmem files a chunk at a time
` [RFC 33/43] PKRAM: atomically add and remove link pages
` [RFC 34/43] shmem: PKRAM: multithread preserving and restoring shmem pages
` [RFC 35/43] shmem: introduce shmem_insert_pages()
` [RFC 36/43] PKRAM: add support for loading pages in bulk
` [RFC 37/43] shmem: PKRAM: enable bulk loading of preserved pages into shmem
` [RFC 38/43] mm: implement splicing a list of pages to the LRU
` [RFC 39/43] shmem: optimize adding pages to the LRU in shmem_insert_pages()
` [RFC 40/43] shmem: initial support for adding multiple pages to pagecache
` [RFC 41/43] XArray: add xas_export_node() and xas_import_node()
` [RFC 42/43] shmem: reduce time holding xa_lock when inserting pages
` [RFC 43/43] PKRAM: improve index alignment of pkram_link entries

[PATCH] [net-next, v2] dsa: sja1105: dynamically allocate stats structure
 2020-05-07  0:47 UTC  (2+ messages)

[PATCH 0/5] target/i386: fxtract, fscale fixes
 2020-05-07  0:46 UTC  (6+ messages)
` [PATCH 1/5] target/i386: implement special cases for fxtract
` [PATCH 2/5] target/i386: fix fscale handling of signaling NaN
` [PATCH 3/5] target/i386: fix fscale handling of invalid exponent encodings
` [PATCH 4/5] target/i386: fix fscale handling of infinite exponents
` [PATCH 5/5] target/i386: fix fscale handling of rounding precision

[PATCH] [RFC] net: bpf: make __bpf_skb_max_len(skb) an skb-independent constant
 2020-05-07  0:47 UTC  (4+ messages)
` [PATCH v2] net: bpf: permit redirect from L3 to L2 devices at near max mtu

[PATCH v2] ionic: Use debugfs_create_bool() to export bool
 2020-05-07  0:46 UTC  (2+ messages)

[PATCH net-next v6 0/2] provide support for PHY master/slave configuration
 2020-05-07  0:46 UTC  (2+ messages)

[PATCH net-next 0/5] Crypto/chcr: Fix issues regarding algorithm implementation in driver
 2020-05-07  0:44 UTC  (2+ messages)

[PATCH net-next 0/5] net: ipa: kill endpoint stop workaround
 2020-05-07  0:42 UTC  (2+ messages)

[PATCH v29 00/20] Intel SGX foundations
 2020-05-07  0:41 UTC  (3+ messages)

linux-next: build failure after merge of the vfs tree
 2020-05-07  0:39 UTC 

[PATCH net-next 0/3] net: ipa: kill endpoint delay mode workaround
 2020-05-07  0:38 UTC  (2+ messages)

[PATCH net-next 0/2] net: ipa: limit special reset handling
 2020-05-07  0:36 UTC  (2+ messages)

[PATCH 1/1] test: stabilize test_efi_secboot
 2020-05-07  0:36 UTC  (2+ messages)

[PATCH net] net: dsa: Do not leave DSA master with NULL netdev_ops
 2020-05-07  0:32 UTC  (2+ messages)

[PATCH v2 net] net: dsa: remove duplicate assignment in dsa_slave_add_cls_matchall_mirred
 2020-05-07  0:31 UTC  (2+ messages)

Ubuntu kernel >= 5.3.0-52.46 breaks DKMS build for wireguard-linux-compat >= 1.0.20200429, patch included
 2020-05-07  0:29 UTC  (6+ messages)

[PATCH net-next 0/2] tcp: minor adjustments for low pacing rates
 2020-05-07  0:29 UTC  (2+ messages)

[PATCH net-next v2 1/1] arm64: dts: sdm845: add IPA iommus property
 2020-05-07  0:28 UTC  (2+ messages)

pulling cap_perfmon
 2020-05-07  0:25 UTC  (4+ messages)

[PATCH] hw/net: Added basic IPv6 fragmentation. Fixed IPv6 payload length. Fixed CSO for IPv6
 2020-05-07  0:52 UTC 

Re: Compex WLE600VX AP mode 5GHz doesn't work since kernel 5.6
 2020-05-07  0:24 UTC 

[PATCH net] net: stricter validation of untrusted gso packets
 2020-05-07  0:23 UTC  (2+ messages)

[PATCH v5 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC
 2020-05-07  0:22 UTC  (8+ messages)
` [PATCH v5 1/2] dt-bindings: mtd: Add YAML for Nand Flash Controller support
` [PATCH v5 2/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC

linux-next: Tree for Apr 14
 2020-05-07  0:22 UTC  (6+ messages)
` linux-next: Tree for Apr 14 (objtool crazy)

[net] seg6: fix SRH processing to comply with RFC8754
 2020-05-07  0:22 UTC  (2+ messages)

[PATCH] kernel: add panic_on_taint
 2020-05-07  0:20 UTC  (6+ messages)

[PATCH] [v4] KVM: X86: support APERF/MPERF registers
 2020-05-07  0:18 UTC  (3+ messages)

efi_loader: pkcs7_parse_message() returns error pointer
 2020-05-07  0:17 UTC 

[PATCH] arm64/mm: Remove add_huge_page_size()
 2020-05-07  0:15 UTC  (5+ messages)

[PATCH net 0/2] FDB fixes for Felix and Ocelot switches
 2020-05-07  0:16 UTC  (2+ messages)

efi_loader: efi_variable_parse_signature() returns NULL on error
 2020-05-07  0:13 UTC 

[PATCHv2] iommu/arm-smmu: Make remove callback message more informative
 2020-05-07  0:10 UTC  (5+ messages)

[PATCH] python fmt: Add recipe to include https://pypi.org/project/fmt/
 2020-05-07  0:10 UTC  (2+ messages)
` [OE-core] "

[SPDK] Re: Error creating block device based on NVMe device
 2020-05-07  0:10 UTC 

[PATCH v3 0/7] libfs: group and simplify linux fs code
 2020-05-07  0:10 UTC  (3+ messages)
` [PATCH v3 7/7] tracefs: switch to simplefs inode creation API

[dpdk-dev] [PATCH 0/2] fix coverity reported issues
 2020-05-07  0:09 UTC  (5+ messages)
` [dpdk-dev] [PATCH 1/2] net/bnxt: fix overrun of the ulp device params array

[PATCH 00/13] imx: tmu support and scu thermal update
 2020-05-07  0:08 UTC  (8+ messages)
` [PATCH 10/13] imx: load calibration parameters from fuse for i.MX8MP

[SPDK] Re: Error creating block device based on NVMe device
 2020-05-07  0:08 UTC 

sysfs entries not created for temperature in adm1278
 2020-05-07  0:06 UTC  (2+ messages)

[PATCH net-next 0/2] timer: add fsleep for flexible sleeping
 2020-05-07  0:04 UTC  (2+ messages)

[PATCH] bpf: Tweak BPF jump table optimizations for objtool compatibility
 2020-05-07  0:03 UTC  (11+ 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.