All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-12-20 18:21:24 to 2019-12-20 19:36:04 UTC [more...]

[PATCH] x86: Remove force_iret()
 2019-12-20 19:35 UTC  (2+ messages)

[PATCH v3 1/2] platform: chrome: Add cros-usbpd-notify driver
 2019-12-20 19:35 UTC  (5+ messages)
` [PATCH 2/2] mfd: cros_ec: Add usbpd-notify to usbpd_charger

[Intel-gfx] [PATCH v2 1/3] drm/i915/dp: Make sure all tiled connectors get added to the state with full modeset
 2019-12-20 19:35 UTC  (4+ messages)

[PATCH v2 00/28] cputlb: Remove support for MMU_MODE*_SUFFIX
 2019-12-20 19:34 UTC  (9+ messages)
` [PATCH v2 04/28] cputlb: Move body of cpu_ldst_template.h out of line
` [PATCH v2 22/28] target/xtensa: Remove MMU_MODE{0,1,2,3}_SUFFIX
` [PATCH v2 23/28] target/m68k: Use cpu_*_mmuidx_ra instead of MMU_MODE{0, 1}_SUFFIX

[PATCH 0/6] Support for LUKS2 disc encryption
 2019-12-20 19:33 UTC  (3+ messages)
` [PATCH v6 0/6] Support for LUKS2 disk encryption

[PATCH] sparse-checkout: improve OS ls compatibility
 2019-12-20 19:33 UTC  (8+ messages)
` [PATCH v3] "

[RFC PATCH v1] devres: align devres.data strictly only for devm_kmalloc()
 2019-12-20 19:32 UTC  (7+ messages)

[Xen-devel] [xen-unstable-smoke bisection] complete build-amd64
 2019-12-20 19:31 UTC 

[PATCH 1/4] drm/amdkfd: Fix permissions of hang_hws
 2019-12-20 19:31 UTC  (5+ messages)
` [PATCH 4/4] drm/amdkfd: Avoid hanging hardware in stop_cpsch

[patch net-next 0/4] net: allow per-net notifier to follow netdev into namespace
 2019-12-20 19:29 UTC  (4+ messages)
` [patch net-next 3/4] net: introduce dev_net notifier register/unregister variants

[PATCH 0/2] Rebase am fixes
 2019-12-20 19:29 UTC  (5+ messages)
` [PATCH 1/2] am: pay attention to user-defined context size
` [PATCH 2/2] rebase: fix saving of --signoff state for am-based rebases

[PATCH 0/3] Ethernet support for Raspberry Pi 4
 2019-12-20 19:29 UTC  (3+ messages)
` [PATCH 1/3] net: Add support for Broadcom GENETv5 Ethernet controller

BUG: unable to handle kernel paging request in xfs_sb_quiet_read_verify
 2019-12-20 19:27 UTC  (4+ messages)

[RESEND RFC 0/2] Paravirtualized Control Register pinning
 2019-12-20 19:27 UTC  (3+ messages)
` [RESEND RFC 1/2] KVM: X86: Add CR pin MSRs
` [RESEND RFC 2/2] X86: Use KVM "

[PATCH] net: dsa: mv88e6xxx: force cmode write on 6141/6341
 2019-12-20 19:27 UTC  (2+ messages)

[PATCH] hw/ssi: aspeed: Deselect chip to reset state in command mode
 2019-12-20 17:00 UTC  (2+ messages)

ausearch on the fly
 2019-12-20 19:26 UTC  (3+ messages)

[PATCH v5 0/2] IMA: Deferred measurement of keys
 2019-12-20 19:25 UTC  (5+ messages)

[PATCH net] net: dsa: bcm_sf2: Fix IP fragment location and behavior
 2019-12-20 19:24 UTC 

[U-Boot] [PATCH 0/4] Odroid n2 using eMMC would fail to boot up
 2019-12-20 19:23 UTC  (9+ messages)
` [U-Boot] [PATCH 1/4] mmc: meson-gx: Fix tx phase in the tuning process

[PULL 0/3] x86 and machine queue, 2019-12-20
 2019-12-20 19:20 UTC  (4+ messages)
` [PULL 1/3] i386: Resolve CPU models to v1 by default
` [PULL 2/3] numa: remove not needed check
` [PULL 3/3] numa: properly check if numa is supported

[PATCH RFC v4 00/42] Add KernelMemorySanitizer infrastructure
 2019-12-20 19:18 UTC  (44+ messages)
` [PATCH RFC v4 01/42] stackdepot: check depot_index before accessing the stack slab
` [PATCH RFC v4 02/42] stackdepot: build with -fno-builtin
` [PATCH RFC v4 03/42] kasan: stackdepot: move filter_irq_stacks() to stackdepot.c
` [PATCH RFC v4 04/42] stackdepot: reserve 5 extra bits in depot_stack_handle_t
` [PATCH RFC v4 05/42] kmsan: add ReST documentation
` [PATCH RFC v4 06/42] kmsan: gfp: introduce __GFP_NO_KMSAN_SHADOW
` [PATCH RFC v4 07/42] kmsan: introduce __no_sanitize_memory and __SANITIZE_MEMORY__
` [PATCH RFC v4 08/42] kmsan: reduce vmalloc space
` [PATCH RFC v4 09/42] kmsan: add KMSAN runtime core
` [PATCH RFC v4 10/42] kmsan: KMSAN compiler API implementation
` [PATCH RFC v4 11/42] kmsan: add KMSAN hooks for kernel subsystems
` [PATCH RFC v4 12/42] kmsan: stackdepot: don't allocate KMSAN metadata for stackdepot
` [PATCH RFC v4 13/42] kmsan: define READ_ONCE_NOCHECK()
` [PATCH RFC v4 14/42] kmsan: make READ_ONCE_TASK_STACK() return initialized values
` [PATCH RFC v4 15/42] kmsan: x86: sync metadata pages on page fault
` [PATCH RFC v4 16/42] kmsan: add tests for KMSAN
` [PATCH RFC v4 17/42] crypto: kmsan: disable accelerated configs under KMSAN
` [PATCH RFC v4 18/42] kmsan: x86: disable UNWINDER_ORC "
` [PATCH RFC v4 19/42] kmsan: x86/asm: softirq: add KMSAN IRQ entry hooks
` [PATCH RFC v4 20/42] kmsan: x86: increase stack sizes in KMSAN builds
` [PATCH RFC v4 21/42] kmsan: disable KMSAN instrumentation for certain kernel parts
` [PATCH RFC v4 22/42] kmsan: mm: call KMSAN hooks from SLUB code
` [PATCH RFC v4 23/42] kmsan: mm: maintain KMSAN metadata for page operations
` [PATCH RFC v4 24/42] kmsan: handle memory sent to/from USB
` [PATCH RFC v4 25/42] kmsan: handle task creation and exiting
` [PATCH RFC v4 26/42] kmsan: net: check the value of skb before sending it to the network
` [PATCH RFC v4 27/42] kmsan: printk: treat the result of vscnprintf() as initialized
` [PATCH RFC v4 28/42] kmsan: disable instrumentation of certain functions
` [PATCH RFC v4 29/42] kmsan: unpoison |tlb| in arch_tlb_gather_mmu()
` [PATCH RFC v4 30/42] kmsan: use __msan_ string functions where possible
` [PATCH RFC v4 31/42] kmsan: hooks for copy_to_user() and friends
` [PATCH RFC v4 32/42] kmsan: init: call KMSAN initialization routines
` [PATCH RFC v4 33/42] kmsan: enable KMSAN builds
` [PATCH RFC v4 34/42] kmsan: handle /dev/[u]random
` [PATCH RFC v4 35/42] kmsan: virtio: check/unpoison scatterlist in vring_map_one_sg()
` [PATCH RFC v4 36/42] kmsan: disable strscpy() optimization under KMSAN
` [PATCH RFC v4 37/42] kmsan: add iomap support
` [PATCH RFC v4 38/42] kmsan: dma: unpoison memory mapped by dma_direct_map_page()
` [PATCH RFC v4 39/42] kmsan: disable physical page merging in biovec
` [PATCH RFC v4 40/42] kmsan: ext4: skip block merging logic in ext4_mpage_readpages for KMSAN
` [PATCH RFC v4 41/42] x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSAN
` [PATCH RFC v4 42/42] kmsan: x86/uprobes: unpoison regs in arch_uprobe_exception_notify()

[Xen-devel] [PATCH] livepatch: Fix typos and other errors in tests Makefile
 2019-12-20 19:15 UTC  (2+ messages)

[PATCH] arm64: Add qcom Kconfig fragment
 2019-12-20 19:14 UTC  (3+ messages)

[PATCH BlueZ] mesh: Base config json code on newer version of json-c
 2019-12-20 19:13 UTC 

[PATCH] tty: synclink: Adjust indentation and style in several functions
 2019-12-20 19:12 UTC  (3+ messages)

[Buildroot] [Bug 12431] New: ethernet no detected on nanopi neo 2
 2019-12-20 19:11 UTC 

[Xen-devel] [PATCH v2] xen-pciback: optionally allow interrupt enable flag writes
 2019-12-20 19:11 UTC  (3+ messages)
  `  "

[PATCH] futex: Support smaller futexes of one byte or two byte size
 2019-12-20 19:09 UTC  (4+ messages)

[Xen-devel] [PATCH] libxc/migration: Drop unimplemneted domain types
 2019-12-20 19:06 UTC  (7+ messages)

[PATCH v4 00/19] Move PMC clocks into Tegra PMC driver
 2019-12-20 19:06 UTC  (12+ messages)
` [PATCH v4 06/19] soc: tegra: Add Tegra PMC clock registrations into "

[meta-python][PATCH] python(3)-requests: add DEPENDS_class-native
 2019-12-20 19:06 UTC  (3+ messages)

[PATCH] interconnect: Check for valid path in icc_set_bw()
 2019-12-20 19:04 UTC  (2+ messages)

Subject: [PATCH 0/6] crypto: QCE hw-crypto fixes
 2019-12-20 19:02 UTC  (7+ messages)
` [PATCH 1/6] crypto: qce - fix ctr-aes-qce block, chunk sizes
` [PATCH 2/6] crypto: qce - fix xts-aes-qce key sizes
` [PATCH 3/6] crypto: qce - save a sg table slot for result buf
` [PATCH 4/6] crypto: qce - update the skcipher IV
` [PATCH 5/6] crypto: qce - initialize fallback only for AES
` [PATCH 6/6] crypto: qce - allow building only hashes/ciphers

[PATCH nftables] evaluate: remove expr_set_context call
 2019-12-20 19:02 UTC 

[PULL 0/2] Require Python >= 3.5 to build QEMU
 2019-12-20 18:59 UTC  (3+ messages)
` [PULL 2/2] configure: Require Python >= 3.5

[PATCH v2] relay: handle alloc_percpu returning NULL in relay_open
 2019-12-20 19:00 UTC  (2+ messages)

[PATCH RFC v3 00/36] Add KernelMemorySanitizer infrastructure
 2019-12-20 18:58 UTC  (4+ messages)
` [PATCH RFC v3 10/36] kmsan: add KMSAN runtime

Can we retire Python 2 now?
 2019-12-20 18:56 UTC  (3+ messages)

[RFC PATCH] kprobes: Fix suspicious RCU usage WARN in get_kprobe()
 2019-12-20 18:58 UTC  (2+ messages)

[PATCH 00/15] rebase: make the default backend configurable
 2019-12-20 18:55 UTC  (3+ messages)

[PATCH -tip V2 0/2] kprobes: Fix RCU warning and cleanup
 2019-12-20 18:55 UTC  (2+ messages)

[RFC 00/13] virtio-iommu on non-devicetree platforms
 2019-12-20 18:54 UTC  (8+ messages)

[PATCH] ARM: brcmstb: Add debug UART entry for 7216
 2019-12-20 18:54 UTC  (3+ messages)

[MPTCP] Re: [PATCH] Squash-to: "tcp: coalesce/collapse must respect MPTCP extensions"
 2019-12-20 18:53 UTC 

[PATCH] arm64: dts: ls208xa: Update qspi node properties for LS2088ARDB
 2019-12-20 18:52 UTC  (2+ messages)

[PATCH] watchdog: cadence: Skip printing pointer value
 2019-12-20 18:52 UTC  (2+ messages)

[Buildroot] [Bug 12426] New: NodeJS slow startup performance (~30s)
 2019-12-20 18:52 UTC  (2+ messages)
` [Buildroot] [Bug 12426] "

[GIT PULL] Block fixes for 5.5-rc3
 2019-12-20 18:51 UTC  (3+ messages)

[PATCH 5.4 00/80] 5.4.6-stable review
 2019-12-20 18:50 UTC  (2+ messages)

[PATCH v11 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-20 18:48 UTC  (11+ messages)

[PATCH] xmm7modem: CPIN handling after sending puk
 2019-12-20 18:50 UTC  (2+ messages)

[PATCH 4.19 00/47] 4.19.91-stable review
 2019-12-20 18:49 UTC  (2+ messages)

[PATCH 4.14 00/36] 4.14.160-stable review
 2019-12-20 18:48 UTC  (2+ messages)

[MPTCP] Re: [PATCH] Squash-to: "mptcp: Add MPTCP to skb extensions"
 2019-12-20 18:48 UTC 

[PATCH 4.9 000/199] 4.9.207-stable review
 2019-12-20 18:47 UTC  (2+ messages)

[PATCH 4.4 000/162] 4.4.207-stable review
 2019-12-20 18:47 UTC  (2+ messages)

[Xen-devel] [PATCH] libxc/restore: Don't duplicate state in process_vcpu_basic()
 2019-12-20 18:46 UTC  (4+ messages)

[PATCH] sim: handling crash in error scenario for SIM PIN query
 2019-12-20 18:46 UTC  (2+ messages)

[PATCH net] net: phy: make phy_error() report which PHY has failed
 2019-12-20 18:46 UTC  (8+ messages)

[PATCH] parisc: soft_offline_page() now takes the pfn
 2019-12-20 18:46 UTC 

[PATCH v2 0/4] Add modules.builtin.modinfo support
 2019-12-20 18:45 UTC  (3+ messages)

[git pull] IOMMU Fixes for Linux v5.5-rc2
 2019-12-20 18:45 UTC  (3+ messages)

[GIT PULL] MMC fixes for v5.5-rc3
 2019-12-20 18:45 UTC  (2+ messages)

[GIT PULL] platform-drivers-x86 for 5.5-2
 2019-12-20 18:45 UTC  (2+ messages)

[MPTCP] [RFC PATCH 4/4] Squash-to: "mptcp: cope with later TCP fallback"
 2019-12-20 18:45 UTC 

[MPTCP] [RFC PATCH 3/4] Squash-to: "mptcp: Implement MPTCP receive path"
 2019-12-20 18:45 UTC 

[MPTCP] [RFC PATCH 2/4] Squash-to "mptcp: Create SUBFLOW socket for incoming connection"
 2019-12-20 18:45 UTC 

[MPTCP] [RFC PATCH 1/4] Squash-to: "mptcp: Handle MP_CAPABLE options for outgoing connections"
 2019-12-20 18:45 UTC 

[PATCHv3 00/15] remoteproc: updates for omap remoteproc support
 2019-12-20 18:44 UTC  (13+ messages)
` [PATCHv3 12/15] remoteproc/omap: add support for system suspend/resume
` [PATCHv3 13/15] remoteproc/omap: add support for runtime auto-suspend/resume

[Intel-gfx] [PATCH v5 1/7] drm/i915: Introduce intel_crtc_state_alloc()
 2019-12-20 18:43 UTC  (9+ messages)
` [Intel-gfx] [PATCH v5 3/7] drm/i915/tgl: Select master transcoder for MST stream
` [Intel-gfx] [PATCH v5 6/7] drm/i915/display: Check if pipe fastset is allowed by external dependencies

[PATCH 0/2] contrib/credential/netrc: Makefile + script cleanup
 2019-12-20 18:45 UTC  (4+ messages)
` [RESEND PATCH "
  ` [RESEND PATCH 1/2] contrib/credential/netrc: make PERL_PATH configurable
  ` [RESEND PATCH 2/2] contrib/credential/netrc: work outside a repo

[PATCH bpf-next 00/13] Introduce BPF STRUCT_OPS
 2019-12-20 18:41 UTC  (6+ messages)
` [PATCH bpf-next 06/13] bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS
  ` [Potential Spoof] "

[MPTCP] Git: modification of commit messages
 2019-12-20 18:41 UTC 

Power Supply Cold Redundancy
 2019-12-20 18:39 UTC  (6+ messages)

[PATCH v3 1/4] serial: ns16550: Support run-time configuration
 2019-12-20 18:38 UTC  (2+ messages)

[PATCH 0/1] [Outreachy] commit: display advice hints when commit fails
 2019-12-20 18:34 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] "

[PATCH] qla2xxx: Fix the code that reads from mailbox registers
 2019-12-20 18:33 UTC 

[PATCH] xmm7xxx: modified handling of XSIM states for xmm modems
 2019-12-20 18:33 UTC  (2+ messages)

[MPTCP] Re: [PATCH] Squash-to: "tcp: coalesce/collapse must respect MPTCP extensions"
 2019-12-20 18:29 UTC 

[Buildroot] [PATCH/next 1/1] package/libfreeimage: bump version to 3.18.0
 2019-12-20 18:29 UTC  (3+ messages)

btrfs dev del not transaction protected?
 2019-12-20 18:28 UTC  (10+ messages)

acls+kerberos (limitation)
 2019-12-20 18:28 UTC  (6+ messages)

[RFC PATCH] powerpc/32: Switch VDSO to C implementation
 2019-12-20 18:24 UTC  (9+ messages)

[PULL 00/24] virtio, pci, pc: fixes, features
 2019-12-20 18:24 UTC  (2+ messages)

imx6ulz evk does not detect SD card
 2019-12-20 18:25 UTC 

[MPTCP] [PATCH] Squash-to: "tcp: coalesce/collapse must respect MPTCP extensions"
 2019-12-20 18:24 UTC 

[Xen-devel] [PATCH] libxc/migration: Rename TSC_INFO to X86_TSC_INFO
 2019-12-20 18:23 UTC  (2+ messages)

[Xen-devel] [PATCH] docs/migration: Remove numbering for typical records
 2019-12-20 18:22 UTC  (2+ messages)

[PATCH] ARM: bcm: Select ARM_AMBA for ARCH_BRCMSTB
 2019-12-20 18:21 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.