All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-12-11 09:50:32 to 2018-12-11 10:27:05 UTC [more...]

[PATCH] ksm: React on changing "sleep_millisecs" parameter faster
 2018-12-11 10:26 UTC  (5+ messages)
      ` [PATCH v2] "

[LTP] [PATCH v5] fzsync: Add delay bias for difficult races
 2018-12-11 10:27 UTC  (2+ messages)

[freebsd-master test] 131205: all pass - PUSHED
 2018-12-11 10:26 UTC 

[PATCH] printk: Add caller information to printk() output
 2018-12-11 10:26 UTC  (10+ messages)

[PATCH v7 0/5] arm64: dts: qcom: sdm845: Add UFS DT nodes
 2018-12-11 10:26 UTC  (3+ messages)

[Qemu-devel] [RFC PATCH 0/7] virtio-fs: shared file system for virtual machines3
 2018-12-11 10:25 UTC  (7+ messages)
` [Qemu-devel] [RFC PATCH 1/7] virtio: Add shared memory capability
` [Qemu-devel] [RFC PATCH 3/7] virtio-fs: Add cache BAR

[thud][PATCH] nss: Fix SHA_HTONL bug for arm 32be
 2018-12-11 19:24 UTC 

[Buildroot] Buildroot autobuilder: ARC toolchain update
 2018-12-11 10:24 UTC 

[Qemu-devel] [PATCH] target/arm: Implement VI/VF bits
 2018-12-11 10:23 UTC  (4+ messages)

[PATCH] run-command: report exec failure
 2018-12-11 10:23 UTC  (2+ messages)

[PATCH] mm, sparse: remove check with __highest_present_section_nr in for_each_present_section_nr()
 2018-12-11 10:23 UTC  (4+ messages)

[v2 1/2] drm/msm/adreno: Make adreno_gpu_state_get() return void
 2018-12-11 10:22 UTC  (2+ messages)
  ` [v2 2/2] drm/msm/a6xx: Fix NULL dereference during crashstate capture

[PATCH v6 00/10] Add power domain driver for corners on msm8996/sdm845
 2018-12-11 10:22 UTC  (3+ messages)
` [PATCH v6 10/10] soc: qcom: rpmhpd: Mark mx as a parent for cx

[PATCH V2] x86/vm_event: block interrupt injection for sync vm_events
 2018-12-11 10:21 UTC  (6+ messages)

[PATCHv2 0/4] PCI: dwc: add prefetchable memory range support
 2018-12-11 10:21 UTC  (4+ messages)
` [PATCHv2 4/4] "

[tls 4/5] crypto/chelsio/chtls: macro correction in tx path
 2018-12-11 10:20 UTC 

[tls 5/5] crypto/chelsio/chtls: send/recv window update
 2018-12-11 10:20 UTC 

[PATCH] riscv: don't stop itself in smp_send_stop
 2018-12-11 10:20 UTC  (4+ messages)
    ` [PATCH v2] "

[PATCH net-next 0/13] sk_buff: add extension infrastructure
 2018-12-11 10:20 UTC  (5+ messages)
` [PATCH net-next 13/13] net: switch secpath to use skb "

[PATCH v2 0/4] KVM: arm/arm64: vgic: Use raw_spinlock for locks taken in IRQ context
 2018-12-11 10:20 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: arm/arm64: vgic: Do not cond_resched_lock() with IRQs disabled

[tls 3/5] crypto/chelsio/chtls: listen fails with multiadapt
 2018-12-11 10:20 UTC 

[PATCH] mm, memory_hotplug: Don't bail out in do_migrate_range prematurely
 2018-12-11 10:20 UTC  (4+ messages)

[tls 2/5] net/tls: sleeping function from invalid context
 2018-12-11 10:20 UTC 

[tls 1/5] net/tls: Init routines in create_ctx
 2018-12-11 10:19 UTC 

jbd2 bh_shadow issue
 2018-12-11 10:19 UTC  (4+ messages)

[PATCH] Btrfs: send, fix race with transaction commits that create snapshots
 2018-12-11 10:19 UTC  (2+ messages)
` [PATCH v2] "

Coresight etmv4 enable over 32bit kernel
 2018-12-11 10:19 UTC  (5+ messages)

[PATCH 0/3] rebase: offer to reschedule failed exec commands automatically
 2018-12-11 10:19 UTC  (6+ messages)
` [PATCH 1/3] rebase: introduce --reschedule-failed-exec
  ` email lags, was Re: [PATCH 0/3] rebase: offer to reschedule failed exec commands automatically

[PATCH net-next v2 00/17] Refactor classifier API to work with chain/classifiers without rtnl lock
 2018-12-11 10:12 UTC  (18+ messages)
` [PATCH net-next v2 01/17] net: sched: refactor mini_qdisc_pair_swap() to use workqueue
` [PATCH net-next v2 02/17] net: sched: protect block state with spinlock
` [PATCH net-next v2 03/17] net: sched: refactor tc_ctl_chain() to use block->lock
` [PATCH net-next v2 04/17] net: sched: protect block->chain0 with block->lock
` [PATCH net-next v2 05/17] net: sched: traverse chains in block with tcf_get_next_chain()
` [PATCH net-next v2 06/17] net: sched: protect chain template accesses with block lock
` [PATCH net-next v2 07/17] net: sched: lock the chain when accessing filter_chain list
` [PATCH net-next v2 08/17] net: sched: introduce reference counting for tcf proto
` [PATCH net-next v2 09/17] net: sched: traverse classifiers in chain with tcf_get_next_proto()
` [PATCH net-next v2 10/17] net: sched: refactor tp insert/delete for concurrent execution
` [PATCH net-next v2 11/17] net: sched: prevent insertion of new classifiers during chain flush
` [PATCH net-next v2 12/17] net: sched: track rtnl lock status when validating extensions
` [PATCH net-next v2 13/17] net: sched: extend proto ops with 'put' callback
` [PATCH net-next v2 14/17] net: sched: extend proto ops to support unlocked classifiers
` [PATCH net-next v2 15/17] net: sched: add flags to Qdisc class ops struct
` [PATCH net-next v2 16/17] net: sched: refactor tcf_block_find() into standalone functions
` [PATCH net-next v2 17/17] net: sched: unlock rules update API

[Qemu-devel] [PATCH v7 00/19] ppc: support for the XIVE interrupt controller (POWER9)
 2018-12-11 10:19 UTC  (7+ messages)
` [Qemu-devel] [PATCH v7 15/19] spapr/xive: enable XIVE MMIOs at reset
` [Qemu-devel] [PATCH v7 16/19] spapr: introduce a new sPAPR IRQ backend supporting XIVE and XICS

[PATCH] mfd: cros_ec_dev: Add missing mfd_remove_devices() call in remove
 2018-12-11 10:18 UTC  (5+ messages)

[Buildroot] [PATCH v5] netsurf: new package
 2018-12-11 10:18 UTC  (2+ messages)

Difficulty with parsing colorized diff output
 2018-12-11 10:17 UTC  (4+ messages)

[PATCH 0/8] ALSA: fireface: add support for Fireface 800 with MIDI functionality only
 2018-12-11 10:17 UTC  (9+ messages)
` [PATCH 1/8] ALSA: fireface: share some registers for status of clock synchronization
` [PATCH 2/8] ALSA: fireface: share status and configuration dump
` [PATCH 3/8] ALSA: fireface: share helper function to get current sampling rate and clock source
` [PATCH 4/8] ALSA: fireface: add support for second optical interface for ADAT stream
` [PATCH 5/8] ALSA: fireface: share register for async transaction of MIDI messages
` [PATCH 6/8] ALSA: fireface: add driver data for register for MIDI high address
` [PATCH 7/8] ALSA: fireface: localize a handler for MIDI messages on tx transaction
` [PATCH 8/8] ALSA: fireface: add support for Fireface 800 with MIDI functionality only

[PATCH v2] platform/x86: thinkpad_acpi: Cleanup quirks macros
 2018-12-11 10:17 UTC  (2+ messages)

[PATCH 1/2] platform/x86: intel_pmc_core: convert to DEFINE_SHOW_ATTRIBUTE
 2018-12-11 10:16 UTC  (2+ messages)

[PATCH v1 0/2] Introduced new Cadence USBSS DRD Driver
 2018-12-11 10:16 UTC  (9+ messages)
` [PATCH v1 1/2] dt-bindings: add binding for USBSS-DRD controller
    ` [v1,1/2] "
` [PATCH v1 2/2] usb:cdns3 Add Cadence USB3 DRD Driver
      ` [v1,2/2] "

[Qemu-devel] [RFC PATCH 00/13] Enabling tcg/tests for xtensa, mips and cris
 2018-12-11 10:16 UTC  (4+ messages)
` [Qemu-devel] [RFC PATCH 04/13] tests/tcg/mips: enable mips32-dsp/mips32-dspr2/mipsr5900 linux-user (WIP)

[Bug 201949] New: KASAN: use-after-free Read in __handle_mm_fault
 2018-12-11 10:16 UTC 

[PATCH] dts: arm64: add CoreSight trace support for hi3660
 2018-12-11 10:05 UTC  (3+ messages)

linux-next: manual merge of the arm64 tree with Linus' tree
 2018-12-11 10:16 UTC  (2+ messages)

read-only API token for staging-api request
 2018-12-11 10:15 UTC 

[PATCH 0/2] Refactor dummy DMA ops
 2018-12-11 10:15 UTC  (4+ messages)
` [PATCH 2/2] ACPI / scan: Refactor _CCA enforcement

[PATCH] platform/x86: touchscreen_dmi: Add info for the Mediacom Flexbook Edge 11
 2018-12-11 10:15 UTC  (2+ messages)

[PATCH v10 0/3] Huawei laptops
 2018-12-11 10:14 UTC  (5+ messages)
` [PATCH v10 2/3] x86: add support for Huawei WMI hotkeys
` [PATCH v10 3/3] ALSA: hda: add support for Huawei WMI micmute LED

[PATCH v3 0/4] Dynamic EU configuration of Slice/Subslice/EU
 2018-12-11 10:14 UTC  (5+ messages)
` [PATCH v3 1/4] drm/i915: Get active pending request for given context
` [PATCH v3 2/4] drm/i915: Update render power clock state configuration "
` [PATCH v3 3/4] drm/i915: set optimum eu/slice/sub-slice configuration based on load type
` [PATCH v3 4/4] drm/i915: Predictive governor to control eu/slice/subslice

[PATCH] scsi: ufs: revamp string descriptor reading
 2018-12-11 11:07 UTC 

[PATCH] ocxl: Simplify free_spa()
 2018-12-11 10:04 UTC  (5+ messages)

[yocto-kernel-tools][PATCH] tools/kconf_check: modify grep pattern
 2018-12-11 10:12 UTC 

[f2fs] 089842de57: aim7.jobs-per-min 15.4% improvement
 2018-12-11 10:12 UTC  (6+ messages)
` [LKP] "

[PATCH v2 1/3] ACPI: Allow PCI to be disabled for reboot
 2018-12-11 10:12 UTC  (2+ messages)

[PATCH] host1x: cdma: use completion instead of semaphore
 2018-12-11 10:11 UTC  (3+ messages)

[PATCH 1/4] ARM: omap2: avoid section mismatch warning
 2018-12-11 10:10 UTC  (10+ messages)
` [PATCH 2/4] ARM: tegra: "
` [PATCH 4/4] ARM: pxa: "

[RESEND PATCH v3 0/3] add support for MCP16502 PMIC
 2018-12-11 10:09 UTC  (12+ messages)
` [RESEND PATCH v3 1/3] regulator: dt-bindings: add MCP16502 regulator bindings
` [RESEND PATCH v3 2/3] MAINTAINERS: add maintainer for MCP16502 PMIC driver
` [RESEND PATCH v3 3/3] regulator: mcp16502: add regulator driver for MCP16502

[PATCH] sunrpc: Add xprt after nfs4_test_session_trunk()
 2018-12-11 10:10 UTC  (2+ messages)

[PATCH v16 00/16] arm64: kexec: add kexec_file_load() support
 2018-12-11 10:09 UTC  (10+ messages)
` [PATCH v16 06/16] lib: fdt: add a helper function for handling memory range property

Git clone fails with fatal: the remote end hung up unexpectedly
 2018-12-11 10:08 UTC  (4+ messages)

[PATCH 0/8][V2] Enospc cleanups and fixeS
 2018-12-11 10:08 UTC  (5+ messages)
` [PATCH 3/8] btrfs: don't use global rsv for chunk allocation
` [PATCH 4/8] btrfs: add ALLOC_CHUNK_FORCE to the flushing code

[PATCH] staging: vchiq: rework remove_event handling
 2018-12-11 10:07 UTC  (3+ messages)

How to operate the gpio
 2018-12-11 10:07 UTC  (4+ messages)

[PATCH 0/4] ccache.bbclass: Refactor it to make it more reliable
 2018-12-11 10:12 UTC  (6+ messages)
` [PATCH 1/4] base.bbclass: Remove invalid ccache related code

[PATCH v3 1/3] ACPI: Allow PCI to be disabled for reboot
 2018-12-11 10:07 UTC  (3+ messages)
` [PATCH v3 2/3] ACPI / OSL: Allow PCI to be disabled

[PATCH] usb: renesas_usbhs: mark PM functions as __maybe_unused
 2018-12-11 10:06 UTC  (2+ messages)
`  "

[PATCH] arm64: kexec_file: include linux/vmalloc.h
 2018-12-11 10:05 UTC  (2+ messages)

INFO: task hung in ctrl_getfamily
 2018-12-11 10:04 UTC  (2+ messages)

BUG: Bad page map
 2018-12-11 10:04 UTC  (3+ messages)

[MODERATED] [PATCH v2 0/8] MDSv2 8
 2018-12-11 10:03 UTC  (5+ messages)
` [MODERATED] [PATCH v2 2/8] MDSv2 1
  ` [MODERATED] "

[PULL] gvt-next for 4.21
 2018-12-11 10:02 UTC  (4+ messages)

[PATCH] kernel/hung_task.c: force ignore_loglevel before panic
 2018-12-11 10:02 UTC  (7+ messages)

usb: gadget: uvc: configfs: add framebased format support
 2018-12-11 10:00 UTC 

[PATCH 1/2] media: tegra-cec: Support Tegra186 and Tegra194
 2018-12-11 10:00 UTC  (7+ messages)

[PATCH net-next v2 RFC 0/8] devlink: Add configuration parameters support for devlink_port
 2018-12-11 10:00 UTC  (4+ messages)
` [PATCH net-next v2 RFC 1/8] devlink: Add devlink_param for port register and unregister

[LTP] Question about strncpy_2-1
 2018-12-11  9:59 UTC  (2+ messages)

[PATCH v2 0/4] Dynamic EU configuration of Slice/Subslice/EU
 2018-12-11  9:58 UTC  (3+ messages)

[selftests/livepatch] c5a23f6f81: kernel_selftests.livepatch.test-livepatch.sh.fail
 2018-12-11  9:58 UTC 

[RFC 0/2] Add MICFIL DAI support
 2018-12-11  9:58 UTC  (4+ messages)
` [RFC 2/2] ASoC: Add MICFIL SoC Digital Audio Interface driver

Lib update
 2018-12-11  9:57 UTC 

What's cooking in git.git (Dec 2018, #01; Sun, 9)
 2018-12-11  9:56 UTC  (4+ messages)
` pw/add-p-select, was "

silent_exec_failure when calling gpg
 2018-12-11  9:56 UTC  (4+ messages)

[PATCH] fanotify: Use inode_is_open_for_write
 2018-12-11  9:56 UTC  (2+ messages)

[PATCH 1/2] python/chcat: improve the code readability
 2018-12-11  9:56 UTC  (4+ messages)
` [PATCH 2/2] python/chcat: fix removing categories on users with Fedora default setup

[Qemu-devel] [PATCH qemu] ppc/spapr: Receive and store device tree blob from SLOF
 2018-12-11  9:55 UTC  (7+ messages)
` [Qemu-devel] [Qemu-ppc] "

[PATCH v3] nvmem: check invalid number of bytes in nvmem_{read,write}()
 2018-12-11  9:55 UTC  (2+ messages)

[xarray] 4e99d4e957: BUG:soft_lockup-CPU##stuck_for#s
 2018-12-11  9:54 UTC 

[EXTERNAL] Re: Copy_up function fail with ubifs on upper layer
 2018-12-11  9:54 UTC  (3+ messages)

[PATCH V3 0/2] mmc: mmci: add stop command
 2018-12-11  9:53 UTC  (6+ messages)
` [PATCH V3 1/2] mmc: mmci: add variant property to set command stop bit

[PATCH 1/2] regulator: wm8994: Rely on core to handle GPIO descriptor
 2018-12-11  9:53 UTC  (2+ messages)
` [PATCH 2/2] regulator: arizona-ldo1: "

[U-Boot] [PATCH] Drivers: USB: Remove Legacy CONFIG_USB_DAVINCI
 2018-12-11  9:53 UTC  (3+ messages)

[PATCH v6 00/21] IOMMU: Tegra GART driver clean up and optimization
 2018-12-11  9:53 UTC  (3+ messages)

[PATCH][clk-next] clk: imx: remove redundant initialization of ret to zero
 2018-12-11  9:52 UTC  (5+ messages)

[PATCH -next] i5000_edac: remove set but not used variables 'maxdimmperch, maxch, channel_count'
 2018-12-11  9:52 UTC  (2+ messages)
` [-next] "

[PATCH v4 00/18] MT8183 IOMMU SUPPORT
 2018-12-11  9:52 UTC  (3+ messages)

[PATCH v2] cpuidle: Add 'above' and 'below' idle state metrics
 2018-12-11  9:51 UTC  (5+ messages)

[Qemu-devel] [PATCH for-4.0 v8 0/7] qemu_thread_create: propagate errors to callers to check
 2018-12-11  9:50 UTC  (8+ messages)
` [Qemu-devel] [PATCH for-4.0 v8 1/7] Fix segmentation fault when qemu_signal_init fails
` [Qemu-devel] [PATCH for-4.0 v8 2/7] qemu_init_vcpu: add a new Error parameter to propagate
` [Qemu-devel] [PATCH for-4.0 v8 3/7] migration: fix the multifd code when receiving less channels
` [Qemu-devel] [PATCH for-4.0 v8 4/7] migration: remove unused &local_err parameter in multifd_save_cleanup
` [Qemu-devel] [PATCH for-4.0 v8 5/7] migration: add more error handling for postcopy_ram_enable_notify
` [Qemu-devel] [PATCH for-4.0 v8 6/7] qemu_thread_create: propagate the error to callers to handle
` [Qemu-devel] [PATCH for-4.0 v8 7/7] qemu_thread_join: fix segmentation fault

[U-Boot] [PATCH] Drivers: USB: MUSB: Remove legacy CONFIG_USB_DA8XX
 2018-12-11  9:51 UTC  (4+ messages)

[PATCH 0/2] scsi: ufs: add real time/inline crypto support to UFS HCD
 2018-12-11  9:49 UTC 

[PATCH 2/2] scsi: ufs: add inline crypto support to UFS HCD
 2018-12-11  9:50 UTC 

[PATCHv2 00/25] PCI: refactor Mobiveil driver and add PCIe Gen4 driver for NXP Layerscape SoCs
 2018-12-11  9:50 UTC  (4+ messages)
` [PATCHv2 22/25] dt-bindings: pci: Add NXP Layerscape SoCs PCIe Gen4 controller

[PATCH v2 0/3] Add commit-graph fuzzer and fix buffer overflow
 2018-12-11  9:50 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/3] commit-graph: fix buffer read-overflow


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.