All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-04-03 10:27:57 to 2018-04-03 11:14:47 UTC [more...]

post-receive: pub/scm/linux/kernel/git/kdave/linux
 2018-04-03 11:14 UTC 

[PATCH v1] xl: show full value of cpu_khz in xl info output
 2018-04-03 11:14 UTC 

[PATCH v5 08/13] ARM: sunxi: Add initialization of CNTVOFF
 2018-04-03 11:13 UTC  (3+ messages)

[PATCH v2 1/2] io: prevent compiler reordering on the default writeX() implementation
 2018-04-03 11:13 UTC  (6+ messages)
` [PATCH v2 2/2] io: prevent compiler reordering on the default readX() implementation

How to get lockref patch merged?
 2018-04-03 11:13 UTC 

[PATCH v3 0/4] bus: fsl-mc: enhance Management Complex userspace support
 2018-04-03 11:12 UTC  (9+ messages)
` [PATCH v3 2/4] bus: fsl-mc: add restool "

[PATCH v3 1/2] doc: add vfio api support
 2018-04-03 11:10 UTC  (3+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/2] eal/vfio: export internal vfio functions

[PATCH v4 1/2] staging: vt6655: check for memory allocation failures
 2018-04-03 11:12 UTC  (3+ messages)

[PATCH] build: meson set toolchain info during config init
 2018-04-03 11:11 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] x86/mm: Fix documentation of module mapping with 4-level paging
 2018-04-03 11:10 UTC  (2+ messages)
` [tip:x86/urgent] x86/mm: Fix documentation of module mapping range "

[PATCH v4.9.y 00/27] arm64 meltdown patches
 2018-04-03 11:09 UTC  (28+ messages)
` [PATCH v4.9.y 01/27] arm64: mm: Use non-global mappings for kernel space
` [PATCH v4.9.y 02/27] arm64: mm: Move ASID from TTBR0 to TTBR1
` [PATCH v4.9.y 03/27] arm64: mm: Allocate ASIDs in pairs
` [PATCH v4.9.y 04/27] arm64: mm: Add arm64_kernel_unmapped_at_el0 helper
` [PATCH v4.9.y 05/27] arm64: mm: Invalidate both kernel and user ASIDs when performing TLBI
` [PATCH v4.9.y 06/27] arm64: factor out entry stack manipulation
` [PATCH v4.9.y 07/27] module: extend 'rodata=off' boot cmdline parameter to module mappings
` [PATCH v4.9.y 08/27] arm64: entry: Add exception trampoline page for exceptions from EL0
` [PATCH v4.9.y 09/27] arm64: mm: Map entry trampoline into trampoline and kernel page tables
` [PATCH v4.9.y 10/27] arm64: entry: Explicitly pass exception level to kernel_ventry macro
` [PATCH v4.9.y 11/27] arm64: entry: Hook up entry trampoline to exception vectors
` [PATCH v4.9.y 12/27] arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native tasks
` [PATCH v4.9.y 13/27] arm64: entry: Add fake CPU feature for unmapping the kernel at EL0
` [PATCH v4.9.y 14/27] arm64: kaslr: Put kernel vectors address in separate data page
` [PATCH v4.9.y 15/27] arm64: use RET instruction for exiting the trampoline
` [PATCH v4.9.y 16/27] arm64: Kconfig: Add CONFIG_UNMAP_KERNEL_AT_EL0
` [PATCH v4.9.y 17/27] arm64: Kconfig: Reword UNMAP_KERNEL_AT_EL0 kconfig entry
` [PATCH v4.9.y 18/27] arm64: Take into account ID_AA64PFR0_EL1.CSV3
` [PATCH v4.9.y 19/27] arm64: Allow checking of a CPU-local erratum
` [PATCH v4.9.y 20/27] arm64: capabilities: Handle duplicate entries for a capability
` [PATCH v4.9.y 21/27] arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUs
` [PATCH v4.9.y 22/27] arm64: Turn on KPTI only on CPUs that need it
` [PATCH v4.9.y 23/27] arm64: kpti: Make use of nG dependent on arm64_kernel_unmapped_at_el0()
` [PATCH v4.9.y 24/27] arm64: kpti: Add ->enable callback to remap swapper using nG mappings
` [PATCH v4.9.y 25/27] arm64: Force KPTI to be disabled on Cavium ThunderX
` [PATCH v4.9.y 26/27] arm64: entry: Reword comment about post_ttbr_update_workaround
` [PATCH v4.9.y 27/27] arm64: idmap: Use "awx" flags for .idmap.text .pushsection directives

[GIT PULL] pin control bulk changes for v4.17
 2018-04-03 11:10 UTC 

[PATCH v3 00/14] s390: vfio-ap: guest dedicated crypto adapters
 2018-04-03 11:10 UTC  (7+ messages)
` [PATCH v3 05/14] s390: vfio-ap: base implementation of VFIO AP device driver
` [PATCH v3 07/14] KVM: s390: interfaces to configure/deconfigure guest's AP matrix
` [PATCH v3 08/14] s390: vfio-ap: sysfs interfaces to configure adapters

[GIT PULL for v4.17-rc1] media updates
 2018-04-03 11:09 UTC 

[PATCH 0/4] NFP PF support based on new CPP interface
 2018-04-03 11:09 UTC  (5+ messages)
` [PATCH 1/4] net/nfp: add NFP CPP support

[net-next V9 PATCH 00/16] XDP redirect memory return API
 2018-04-03 11:08 UTC  (17+ messages)
` [net-next V9 PATCH 01/16] mlx5: basic XDP_REDIRECT forward support
` [net-next V9 PATCH 02/16] xdp: introduce xdp_return_frame API and use in cpumap
` [net-next V9 PATCH 03/16] ixgbe: use xdp_return_frame API
` [net-next V9 PATCH 04/16] xdp: move struct xdp_buff from filter.h to xdp.h
` [net-next V9 PATCH 05/16] xdp: introduce a new xdp_frame type
` [net-next V9 PATCH 06/16] tun: convert to use generic xdp_frame and xdp_return_frame API
` [net-next V9 PATCH 07/16] virtio_net: "
` [net-next V9 PATCH 08/16] bpf: cpumap convert to use generic xdp_frame
` [net-next V9 PATCH 09/16] i40e: convert to use generic xdp_frame and xdp_return_frame API
` [net-next V9 PATCH 10/16] mlx5: register a memory model when XDP is enabled
` [net-next V9 PATCH 11/16] xdp: rhashtable with allocator ID to pointer mapping
` [net-next V9 PATCH 12/16] page_pool: refurbish version of page_pool code
` [net-next V9 PATCH 13/16] xdp: allow page_pool as an allocator type in xdp_return_frame
` [net-next V9 PATCH 14/16] mlx5: use page_pool for xdp_return_frame call
` [net-next V9 PATCH 15/16] xdp: transition into using xdp_frame for return API
` [net-next V9 PATCH 16/16] xdp: transition into using xdp_frame for ndo_xdp_xmit

[PATCH 0/6] spi: Add support for DMA transfers in sun4i SPI driver
 2018-04-03 11:08 UTC  (9+ messages)
` [PATCH 2/6] spi: sun4i: restrict transfer length in PIO-mode
` [PATCH 5/6] spi: sun4i: introduce register set/unset helpers

[Qemu-devel] [PATCH for-2.12] gluster: Fix blockdev-add with server.N.type=unix
 2018-04-03 11:08 UTC 

post-receive: pub/scm/linux/kernel/git/tip/tip
 2018-04-03 11:08 UTC 

post-receive: pub/scm/linux/kernel/git/tip/tip
 2018-04-03 11:07 UTC 

post-receive: pub/scm/linux/kernel/git/tip/tip
 2018-04-03 11:07 UTC 

post-receive: pub/scm/linux/kernel/git/tip/tip
 2018-04-03 11:07 UTC 

[PATCH] examples/ipsec-secgw: limit inflight packets count
 2018-04-03 11:07 UTC 

[PATCH v1] kernel/trace:check the val against the available mem
 2018-04-03 11:06 UTC  (3+ messages)

[PATCH 1/2] drm/radeon: Fix PCIe lane width calculation
 2018-04-03 11:05 UTC  (5+ messages)
` [PATCH 2/2] drm/amdgpu: "

[PATCH] x86/smpboot: Don't do mwait_play_dead() on AMD systems
 2018-04-03 11:03 UTC  (2+ messages)

[PATCH 1/3] drm/omap: fix uninitialized ret variable
 2018-04-03 11:03 UTC  (4+ messages)
` [PATCH 2/3] drm/omap: fix possible NULL ref issue in tiler_reserve_2d

[igt-dev] [PATCH i-g-t] tests/kms_available_modes_crc: Test all modes on all planes
 2018-04-03 11:01 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: warning for tests/kms_available_modes_crc: Test all modes on all planes (rev3)

[PATCH] Add sysfs attribute for mtd OOB available size
 2018-04-03 11:01 UTC  (9+ messages)
` [PATCH] mtd: "

[PATCH/RFT v2 0/3] thermal: add support for r8a77995
 2018-04-03 11:00 UTC  (3+ messages)

[PATCH v2 0/4] ethdev: add per-PMD tuning of RxTx parmeters
 2018-04-03 11:00 UTC  (4+ messages)
` [PATCH v2 4/4] testpmd: make use of per-PMD TxRx parameters

[PATCH v1] mm: consider non-anonymous thp as unmovable page
 2018-04-03 10:58 UTC  (6+ messages)

[PATCH] ethdev: rename folder to library name
 2018-04-03 10:57 UTC  (3+ messages)

[PATCH v2 0/9] staging: ks7010: factor out some functions
 2018-04-03 10:57 UTC  (12+ messages)
` [PATCH v2 1/9] staging: ks7010: remove unnecessary 'out of memory' message
` [PATCH v2 2/9] staging: ks7010: factor out irq enable process to ks7010_sdio_init_irqs
` [PATCH v2 3/9] staging: ks7010: fix label to jump to in error case
` [PATCH v2 4/9] staging: ks7010: factor out irq setup process to ks7010_sdio_setup_irqs
` [PATCH v2 5/9] staging: ks7010: factor out ks_wlan_private init process into ks7010_private_init
` [PATCH v2 6/9] staging: ks7010: factor out initial enqueue process into ks7010_sme_enqueue_events
` [PATCH v2 7/9] staging: ks7010: factor out check for firmware running into ks7010_is_firmware_running
` [PATCH v2 8/9] staging: ks7010: factor out firmware copy process into ks7010_copy_firmware
` [PATCH v2 9/9] staging: ks7010: fix some style issues about long lines

post-receive: pub/scm/linux/kernel/git/zx2c4/cgit
 2018-04-03 10:57 UTC 

[PATCH 0/8] Designware EP support and code clenan up
 2018-04-03 10:56 UTC  (14+ messages)
` [PATCH 1/8] bindings: PCI: designware: Example update
` [PATCH 3/8] bindings: PCI: designware: Add support for the EP in designware driver
` [PATCH 4/8] misc: pci_endpoint_test: Add designware EP entry

[PATCH RFC 1/1] iommu/of: Deconfigure iommu on driver detach
 2018-04-03 10:57 UTC  (2+ messages)

[PATCH 0/8] The vega10 sriov still need those patches
 2018-04-03 10:56 UTC  (4+ messages)
` [PATCH 8/8] drm/amdgpu/gfx9: add emit_reg_write_reg_wait ring callback

[GIT PULL] remove in-kernel calls to syscalls
 2018-04-03 10:53 UTC  (6+ messages)

[PATCH 1/6] drm/amdgpu: add asic need_full_reset callback
 2018-04-03 10:53 UTC  (3+ messages)

[PATCH v2] net/tap: add tun support
 2018-04-03 10:53 UTC  (6+ messages)
` [PATCH 1/2] "
  ` [PATCH 2/2] net/tap: add tun log and documnetation

[PATCH v4 0/5] Documentation patch for batchbuffer submission
 2018-04-03 10:52 UTC  (6+ messages)
` [PATCH v4 1/5] i915.rst: Narration overview on GEM + minor reorder to improve narration
` [PATCH v4 2/5] i915: add a text about what happens at bottom of stack in processing a batchbuffer
` [PATCH v4 3/5] i915.rst: add link to documentation in i915_gem_execbuffer.c
` [PATCH v4 4/5] i915: correct lazy ringbuffer and backing store documentation
` [PATCH v4 5/5] i915: add documentation to intel_engine_cs

[Buildroot] [PATCH] libbsd: disable for xtensa and blackfin
 2018-04-03 10:52 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/mchehab/linux-media
 2018-04-03 10:52 UTC 

[Buildroot] [git commit] libbsd: disable for xtensa and blackfin
 2018-04-03 10:52 UTC 

[Buildroot] [PATCH] qemu_ppc64_e5500_defconfig: convert quotes in readme.txt emulation example
 2018-04-03 10:51 UTC  (2+ messages)

[Buildroot] [git commit] qemu_ppc64_e5500_defconfig: convert quotes in readme.txt emulation example
 2018-04-03 10:51 UTC 

general protection fault in __mem_cgroup_free
 2018-04-03 10:50 UTC  (6+ messages)

[PATCH v2] phy: tegra: Remove self cast in tegra_xusb_port_find_lane
 2018-04-03 10:49 UTC  (2+ messages)

[PATCH] Bluetooth: Fix connection if directed advertising and privacy is used
 2018-04-03 10:50 UTC  (2+ messages)

[PATCH 1/1] perl: fix installing modules from contrib
 2018-04-03 10:49 UTC  (2+ messages)

[PATCH] PM / QoS: mark expected switch fall-throughs
 2018-04-03 10:49 UTC  (2+ messages)

[PATCHv3 0/8] omapdrm: DSI command mode panel support
 2018-04-03 10:49 UTC  (9+ messages)
` [PATCHv3 5/8] dt-bindings: panel: common: document orientation property
` [PATCHv3 7/8] drm/omap: panel-dsi-cm: add rotation support
` [PATCHv3 8/8] ARM: dts: omap4-droid4: Add LCD panel rotation property

[PATCHv4 00/10] backlight: Add TI LMU backlight driver
 2018-04-03 10:49 UTC  (10+ messages)
` [PATCHv4 06/10] mfd: ti-lmu: add PWM support
` [PATCHv4 08/10] backlight: add TI LMU backlight driver
` [PATCHv4 10/10] ARM: dts: omap4-droid4: update backlight led-controller

[PATCH v7 2/2] leds: add LED driver for CR0014114 board
 2018-04-03 10:48 UTC  (4+ messages)
` [PATCH v8 1/2] dt-bindings: Add vendor prefix and docs for CR0014114
  ` [PATCH v8 2/2] leds: add LED driver for CR0014114 board

[PATCH 0/8] staging: ks7010: factor out some functions
 2018-04-03 10:48 UTC  (5+ messages)
` [PATCH 7/8] staging: ks7010: factor out check for firmware running into ks7010_is_firmware_running

[PATCH] net/fm10k: convert to new Rx/Tx offloads API
 2018-04-03 10:48 UTC  (12+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] net/fm10k: convert to new Rx "

KASAN: use-after-free Read in alloc_pid
 2018-04-03 10:45 UTC  (4+ messages)

[U-Boot] [PATCH v2 0/6] Add 3GiB DRAM support to 64-bit Allwinner SoCs
 2018-04-03 10:46 UTC  (14+ messages)
` [U-Boot] [PATCH v2 5/6] sunxi: add code for recalculating the DRAM size in U-Boot

[PATCH] perf/x86/intel: move regs->flags EXACT bit init
 2018-04-03 10:45 UTC  (2+ messages)

[Xenomai] Simple application for invoking rtdm driver
 2018-04-03 10:44 UTC  (17+ messages)

What's the priority of the idle task?
 2018-04-03 10:24 UTC 

[Xenomai] Context switching with POSIX skin
 2018-04-03 10:43 UTC  (5+ messages)

Build is broken in dpdk-next-net
 2018-04-03 10:41 UTC  (11+ messages)

[Qemu-devel] [PATCH v4 0/9] enable numa configuration before machine_init() from QMP
 2018-04-03 10:41 UTC  (8+ messages)
` [Qemu-devel] [PATCH v4 3/9] cli: add -preconfig option

post-receive: pub/scm/linux/kernel/git/arm64/linux
 2018-04-03 10:41 UTC 

[PATCH v3] staging: vt6655: check for memory allocation failures
 2018-04-03 10:40 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/tip/tip
 2018-04-03 10:40 UTC 

post-receive: pub/scm/linux/kernel/git/bp/bp
 2018-04-03 10:39 UTC 

post-receive: pub/scm/linux/kernel/git/bp/bp
 2018-04-03 10:38 UTC 

[PATCH] cpufreq: intel_pstate: Do not include debugfs.h
 2018-04-03 10:37 UTC  (2+ messages)

[Qemu-devel] [PULL 0/3] linux-user fixes for -rc2
 2018-04-03 10:35 UTC  (4+ messages)
` [Qemu-devel] [PULL 1/3] linux-user: fix alpha signal emulation
` [Qemu-devel] [PULL 2/3] linux-user: define TARGET_ARCH_HAS_KA_RESTORER
` [Qemu-devel] [PULL 3/3] linux-user: fix TARGET___O_TMPFILE for sparc

[RFC PATCH 0/3] kernel: add support for 256-bit IO access
 2018-04-03 10:36 UTC  (12+ messages)

usb: dwc3: of-simple: use managed and shared reset control
 2018-04-03 10:35 UTC  (2+ messages)
` [PATCH] "

[PATCH V17 4/4] app/testpmd: enable device hotplug monitoring
 2018-04-03 10:33 UTC  (6+ messages)
` [PATCH V18 0/4] add device event monitor framework
  ` [PATCH V18 1/4] eal: add device event handle in interrupt thread
  ` [PATCH V18 2/4] eal: add device event monitor framework
  ` [PATCH V18 3/4] eal/linux: uevent parse and process
  ` [PATCH V18 4/4] app/testpmd: enable device hotplug monitoring

[Qemu-devel] [PATCH v2] ccid-card: include libcacard.h only
 2018-04-03 10:34 UTC 

[PATCH v1 0/3]cryptodev: add unit tests and PMD for asym crypto
 2018-04-03 10:31 UTC  (4+ messages)
` [PATCH v1 1/3] lib/cryptodev: add unit testcase "
` [PATCH v1 2/3] crypto/openssl: add asym crypto support
` [PATCH v1 3/3] doc: add asym crypto in cryptodev programmer guide

[PATCH 0/2] drm/panel: Add Raydium RM67191 driver
 2018-04-03 10:30 UTC  (3+ messages)
` [PATCH 1/2] drm/panel: Add Raydium RM67191 DSI Panel
` [PATCH 2/2] drm/panel: rm67191: Add support for new bus formats

Patch "kprobes/x86: Fix to set RWX bits correctly before releasing trampoline" has been added to the 4.9-stable tree
 2018-04-03 10:29 UTC 

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2018-04-03 10:29 UTC 

[PATCH v1 0/7] add support for Bluetooth on MT7622 SoC
 2018-04-03 10:29 UTC  (4+ messages)
` [PATCH v1 2/7] serdev: add dev_pm_domain_attach|detach()

[linux-linus bisection] complete test-amd64-amd64-xl-pvhv2-amd
 2018-04-03 10:29 UTC  (2+ messages)

Patch "kprobes/x86: Fix to set RWX bits correctly before releasing trampoline" has been added to the 4.4-stable tree
 2018-04-03 10:29 UTC 

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2018-04-03 10:29 UTC 

[PATCH] Add pvcalls info to xl man page and add missing LIBXL_HAVE_PVCALLS
 2018-04-03 10:29 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2018-04-03 10:29 UTC 

Bluetooth: Fix missing encryption refresh on Security Request
 2018-04-03 10:29 UTC 

Clang warning fixes for 4.4 and 4.9
 2018-04-03 10:28 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.