All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-02-23 15:36:44 to 2018-02-23 15:58:34 UTC [more...]

[RFC] perf: Allow fine-grained PMU access control
 2018-02-23 15:58 UTC  (5+ messages)
  ` [Intel-gfx] "

[PATCH] Remove useless assignment in ip_do_fragment
 2018-02-23 15:57 UTC  (2+ messages)

[PATCH v8 00/11] vpci: PCI config space emulation
 2018-02-23 15:57 UTC  (5+ messages)
` [PATCH v8 01/11] vpci: introduce basic handlers to trap accesses to the PCI config space
` [PATCH v8 03/11] x86/physdev: enable PHYSDEVOP_pci_mmcfg_reserved for PVH Dom0

[PATCH 00/10] Enabling VDSC in i915 driver for GLK
 2018-02-23 15:55 UTC  (11+ messages)
` [PATCH 01/10] drm: i915: Defining Compression Capabilities
` [PATCH 02/10] drm: i915: Get DSC capability from DP sink
` [PATCH 03/10] drm: i915: Enable/Disable DSC in "
` [PATCH 04/10] drm: i915: Compute RC & DSC parameters
` [PATCH 05/10] drm: i915: Define Picture Parameter Set
` [PATCH 06/10] drm/i915: Populate PPS Secondary Data Pkt for Sink
` [PATCH 07/10] drm: i915: Define VDSC regs and DSC params
` [PATCH 08/10] drm: i915: Enable VDSC in Source
` [PATCH 09/10] drm: i915: Disable VDSC from Source
` [PATCH 10/10] drm/i915: Encoder enable/disable seq wrt DSC

[Qemu-devel] [PATCH v2 00/36] x-blockdev-create for protocols and qcow2
 2018-02-23 15:56 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 18/36] rbd: Fix use after free in qemu_rbd_set_keypairs() error path

[PATCH 1/5] drm/rcar-du: Use drm_mode_get_hv_timing() to populate plane clip rectangle
 2018-02-23 15:55 UTC  (7+ messages)
` [PATCH 3/5] drm/armada: Construct a temporary crtc state for plane checks

[Qemu-devel] [PATCH 0/7] RFC: ovmf: preliminary TPM2 support
 2018-02-23 15:55 UTC  (2+ messages)
` [Qemu-devel] [edk2] "

(unknown),
 2018-02-23 15:54 UTC 

[PATCH v1 1/3] mtd: physmap: add dual die entry in devicetree binding
 2018-02-23 15:53 UTC  (9+ messages)
` [PATCH v1 3/3] drivers: mtd: chips: add support for the dual die stacked PNOR

[Qemu-devel] [PATCH v2 00/67] target/arm: Scalable Vector Extension
 2018-02-23 15:52 UTC  (9+ messages)
` [Qemu-devel] [PATCH v2 31/67] target/arm: Implement SVE conditionally broadcast/extract element
  ` [Qemu-devel] [Qemu-arm] "
` [Qemu-devel] [PATCH v2 32/67] target/arm: Implement SVE copy to vector (predicated)
  ` [Qemu-devel] [Qemu-arm] "
` [Qemu-devel] [PATCH v2 33/67] target/arm: Implement SVE reverse within elements
  ` [Qemu-devel] [Qemu-arm] "
` [Qemu-devel] [PATCH v2 34/67] target/arm: Implement SVE vector splice (predicated)
  ` [Qemu-devel] [Qemu-arm] "

[PATCH] kasan, slub: fix handling of kasan_slab_free hook
 2018-02-23 15:53 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 00/31] Add ARMv8.2 half-precision functions
 2018-02-23 15:36 UTC  (31+ messages)
` [Qemu-devel] [PATCH v3 02/31] target/arm/cpu64: introduce ARM_V8_FP16 feature bit
` [Qemu-devel] [PATCH v3 03/31] target/arm/cpu.h: update comment for half-precision values
` [Qemu-devel] [PATCH v3 04/31] target/arm/cpu.h: add additional float_status flags
` [Qemu-devel] [PATCH v3 05/31] target/arm/helper: pass explicit fpst to set_rmode
` [Qemu-devel] [PATCH v3 06/31] arm/translate-a64: implement half-precision F(MIN|MAX)(V|NMV)
` [Qemu-devel] [PATCH v3 07/31] arm/translate-a64: handle_3same_64 comment fix
` [Qemu-devel] [PATCH v3 08/31] arm/translate-a64: initial decode for simd_three_reg_same_fp16
` [Qemu-devel] [PATCH v3 09/31] arm/translate-a64: add FP16 FADD/FABD/FSUB/FMUL/FDIV to simd_three_reg_same_fp16
` [Qemu-devel] [PATCH v3 10/31] arm/translate-a64: add FP16 F[A]C[EQ/GE/GT] "
` [Qemu-devel] [PATCH v3 11/31] arm/translate-a64: add FP16 FMULA/X/S "
` [Qemu-devel] [PATCH v3 12/31] arm/translate-a64: add FP16 FR[ECP/SQRT]S "
` [Qemu-devel] [PATCH v3 13/31] arm/translate-a64: add FP16 pairwise ops simd_three_reg_same_fp16
` [Qemu-devel] [PATCH v3 14/31] arm/translate-a64: add FP16 FMULX/MLS/FMLA to simd_indexed
` [Qemu-devel] [PATCH v3 15/31] arm/translate-a64: add FP16 x2 ops for simd_indexed
` [Qemu-devel] [PATCH v3 16/31] arm/translate-a64: initial decode for simd_two_reg_misc_fp16
` [Qemu-devel] [PATCH v3 17/31] arm/translate-a64: add FP16 FPRINTx to simd_two_reg_misc_fp16
` [Qemu-devel] [PATCH v3 18/31] arm/translate-a64: add FCVTxx "
` [Qemu-devel] [PATCH v3 19/31] arm/translate-a64: add FP16 FCMxx (zero) "
` [Qemu-devel] [PATCH v3 20/31] arm/translate-a64: add FP16 SCVTF/UCVFT "
` [Qemu-devel] [PATCH v3 21/31] arm/translate-a64: add FP16 FNEG/FABS "
` [Qemu-devel] [PATCH v3 22/31] arm/helper.c: re-factor recpe and add recepe_f16
` [Qemu-devel] [PATCH v3 23/31] arm/translate-a64: add FP16 FRECPE
` [Qemu-devel] [PATCH v3 24/31] arm/translate-a64: add FP16 FRCPX to simd_two_reg_misc_fp16
` [Qemu-devel] [PATCH v3 25/31] arm/translate-a64: add FP16 FSQRT "
` [Qemu-devel] [PATCH v3 26/31] arm/helper.c: re-factor rsqrte and add rsqrte_f16
` [Qemu-devel] [PATCH v3 27/31] arm/translate-a64: add FP16 FRSQRTE to simd_two_reg_misc_fp16
` [Qemu-devel] [PATCH v3 28/31] arm/translate-a64: add FP16 FMOV to simd_mod_imm
` [Qemu-devel] [PATCH v3 29/31] arm/translate-a64: add all FP16 ops in simd_scalar_pairwise
` [Qemu-devel] [PATCH v3 30/31] arm/translate-a64: implement simd_scalar_three_reg_same_fp16
` [Qemu-devel] [PATCH v3 31/31] arm/translate-a64: add all single op FP16 to handle_fp_1src_half

[PATCH net-next 0/2] tools: tc-testing: better error reporting
 2018-02-23 15:51 UTC  (3+ messages)
` [PATCH net-next 1/2] tools: tc-testing: whitespace and .gitignore
` [PATCH net-next 2/2] tools: tc-testing: better error reporting

[Buildroot] [git commit] iptables: bump to version 1.6.2
 2018-02-23 15:52 UTC 

[Buildroot] [git commit branch/next] iptables: bump to version 1.6.2
 2018-02-23 15:52 UTC 

[Buildroot] [PATCH] iptables: bump to version 1.6.2
 2018-02-23 15:51 UTC  (4+ messages)

[PATCH 5/5] x86: Rework MSR_TSC_AUX handling from scratch
 2018-02-23 15:51 UTC  (4+ messages)
` [PATCH v2 "

[PATCH v2 1/1] ARM: orion5x: use mac_pton() helper
 2018-02-23 15:51 UTC  (9+ messages)
` [v2,1/1] "

[Qemu-devel] [PATCH v9 00/13] Interactive Boot Menu for DASD and SCSI Guests on s390x
 2018-02-23 15:50 UTC  (15+ messages)
` [Qemu-devel] [PATCH v9 01/13] s390-ccw: refactor boot map table code
` [Qemu-devel] [PATCH v9 02/13] s390-ccw: refactor eckd_block_num to use CHS
` [Qemu-devel] [PATCH v9 03/13] s390-ccw: refactor IPL structs
` [Qemu-devel] [PATCH v9 04/13] s390-ccw: update libc
` [Qemu-devel] [PATCH v9 05/13] s390-ccw: move auxiliary IPL data to separate location
` [Qemu-devel] [PATCH v9 06/13] s390-ccw: parse and set boot menu options
` [Qemu-devel] [PATCH v9 07/13] s390-ccw: set up interactive boot menu parameters
` [Qemu-devel] [PATCH v9 08/13] s390-ccw: read stage2 boot loader data to find menu
` [Qemu-devel] [PATCH v9 09/13] s390-ccw: print zipl boot menu
` [Qemu-devel] [PATCH v9 10/13] s390-ccw: read user input for boot index via the SCLP console
` [Qemu-devel] [PATCH v9 11/13] s390-ccw: set cp_receive mask only when needed and consume pending service irqs
` [Qemu-devel] [PATCH v9 12/13] s390-ccw: use zipl values when no boot menu options are present
` [Qemu-devel] [PATCH v9 13/13] s390-ccw: interactive boot menu for scsi

[PATCH 1/1] Linux Traffic Control (tc) unit testing suite's code improved quality improved. PEP3101 applied with changing string formattings
 2018-02-23 15:49 UTC 

[PATCH net] macvlan: fix use-after-free in macvlan_common_newlink()
 2018-02-23 15:48 UTC  (2+ messages)

[PATCH v3 00/10] extend PWM framework to support PWM modes
 2018-02-23 15:38 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH 0/2] Optimizes, cleans up and enhances stm32-exti irq hierarchy
 2018-02-23 15:46 UTC  (6+ messages)
` [PATCH v2 0/2] v2 patches for "
  ` [PATCH v2 1/2] irqchip: stm32: Optimizes and cleans up stm32-exti irq_domain

v4.16-rc2: virtio-block + ext4 lockdep splats / sleeping from invalid context
 2018-02-23 15:47 UTC  (3+ messages)

[PATCH] README: require Python 2.6 or newer
 2018-02-23 15:47 UTC  (4+ messages)

[PATCH v2] Avoid that ATA error handling can trigger a kernel hang or oops
 2018-02-23 15:46 UTC  (2+ messages)

[Qemu-devel] [PATCH REPOST v1 0/8] Group support and random clean-ups
 2018-02-23 15:46 UTC  (9+ messages)
` [Qemu-devel] [PATCH v1 1/8] risugen: support @GroupName in risu files
` [Qemu-devel] [PATCH v1 2/8] aarch64.risu: clean-up and annotate with groups
` [Qemu-devel] [PATCH v1 3/8] aarch64.risu: add cryptographic extensions for v8.2
` [Qemu-devel] [PATCH v1 4/8] new contrib/generate_all.sh: batch risugen script
` [Qemu-devel] [PATCH v1 5/8] contrib/run_risu.sh: allow appending of QEMU_FLAGS
` [Qemu-devel] [PATCH v1 6/8] contrib/run_risu.sh: don't set -e
` [Qemu-devel] [PATCH v1 7/8] contrib/run_risu.sh: add a visual cue for a clean-run
` [Qemu-devel] [PATCH v1 8/8] aarch64.risu: update Floating-point data-processing (1 source)

[PATCH v2 1/4] arm64: add basic Kconfig symbols for i.MX8
 2018-02-23 15:46 UTC  (8+ messages)
` [PATCH v2 3/4] arm64: add support for i.MX8M EVK board

[Bug 198883] New: amdgpu: carrizo: Screen stalls after starting X
 2018-02-23 15:45 UTC  (3+ messages)
` [Bug 198883] "

[PATCH v5 0/4] ARM: OMAP2+: AM33XX/AM43XX: Add suspend-resume support
 2018-02-23 15:43 UTC  (15+ messages)
` [PATCH v5 1/4] ARM: OMAP2+: Introduce low-level suspend code for AM33XX
` [PATCH v5 2/4] ARM: OMAP2+: Introduce low-level suspend code for AM43XX
` [PATCH v5 3/4] ARM: OMAP2+: pm33xx-core: Add platform code needed for PM
` [PATCH v5 4/4] soc: ti: Add pm33xx driver for basic suspend support

[PATCH v3 00/14] Serialized Git Commit Graph
 2018-02-23 15:44 UTC  (5+ messages)
` [PATCH v4 00/13] "
  ` [PATCH v4 02/13] graph: add commit graph design document

Patch "x86/vm86: Fix unused variable warning if THP is disabled" has been added to the 4.9-stable tree
 2018-02-23 15:43 UTC 

Patch "x86/ras/inject: Make it depend on X86_LOCAL_APIC=y" has been added to the 4.9-stable tree
 2018-02-23 15:43 UTC  (2+ messages)

Removing architectures without upstream gcc support
 2018-02-23 15:43 UTC  (5+ messages)
      ` [OpenRISC] "

Patch "x86/platform: Add PCI dependency for PUNIT_ATOM_DEBUG" has been added to the 4.9-stable tree
 2018-02-23 15:43 UTC 

[4.9-stable 9/9] x86/microcode/AMD: Change load_microcode_amd()'s param to bool to fix preemptibility bug
 2018-02-23 15:43 UTC  (2+ messages)
` Patch "x86/microcode/AMD: Change load_microcode_amd()'s param to bool to fix preemptibility bug" has been added to the 4.9-stable tree

Patch "x86/fpu/math-emu: Fix possible uninitialized variable use" has been added to the 4.9-stable tree
 2018-02-23 15:43 UTC 

Patch "x86/build: Silence the build with "make -s"" has been added to the 4.9-stable tree
 2018-02-23 15:43 UTC 

Patch "x86: add MULTIUSER dependency for KVM" has been added to the 4.9-stable tree
 2018-02-23 15:43 UTC 

Patch "vmxnet3: prevent building with 64K pages" has been added to the 4.9-stable tree
 2018-02-23 15:43 UTC 

Patch "video: fbdev: via: remove possibly unused variables" has been added to the 4.9-stable tree
 2018-02-23 15:43 UTC 

[4.9-stable 8/9] usb: phy: msm add regulator dependency
 2018-02-23 15:43 UTC  (2+ messages)
` Patch "usb: phy: msm add regulator dependency" has been added to the 4.9-stable tree

Patch "usb: musb: fix compilation warning on unused function" has been added to the 4.9-stable tree
 2018-02-23 15:43 UTC 

Patch "[media] tw5864: use dev_warn instead of WARN to shut up warning" has been added to the 4.9-stable tree
 2018-02-23 15:43 UTC 

Patch "tools build: Add tools tree support for 'make -s'" has been added to the 4.9-stable tree
 2018-02-23 15:43 UTC 

Patch "thermal: fix INTEL_SOC_DTS_IOSF_CORE dependencies" has been added to the 4.9-stable tree
 2018-02-23 15:43 UTC 

Patch "[media] tc358743: fix register i2c_rd/wr functions" has been added to the 4.9-stable tree
 2018-02-23 15:43 UTC 

[4.9-stable 5/9] spi: bcm-qspi: shut up warning about cfi header inclusion
 2018-02-23 15:43 UTC  (2+ messages)
` Patch "spi: bcm-qspi: shut up warning about cfi header inclusion" has been added to the 4.9-stable tree

Patch "shmem: fix compilation warnings on unused functions" has been added to the 4.9-stable tree
 2018-02-23 15:43 UTC 

Patch "shmem: avoid maybe-uninitialized warning" has been added to the 4.9-stable tree
 2018-02-23 15:42 UTC 

Patch "security/keys: BIG_KEY requires CONFIG_CRYPTO" has been added to the 4.9-stable tree
 2018-02-23 15:42 UTC 

Patch "scsi: advansys: fix uninitialized data access" has been added to the 4.9-stable tree
 2018-02-23 15:42 UTC 

Patch "scsi: advansys: fix build warning for PCI=n" has been added to the 4.9-stable tree
 2018-02-23 15:42 UTC 

Patch "reiserfs: avoid a -Wmaybe-uninitialized warning" has been added to the 4.9-stable tree
 2018-02-23 15:42 UTC 

Patch "rbd: silence bogus -Wmaybe-uninitialized warning" has been added to the 4.9-stable tree
 2018-02-23 15:42 UTC 

[PATCH v4.4 backport 2/3] powerpc/64s: Simple RFI macro conversions
 2018-02-23 15:42 UTC  (2+ messages)
` Patch "powerpc/64s: Simple RFI macro conversions" has been added to the 4.9-stable tree

[PATCH v4.4 backport 3/3] powerpc/64s: Improve RFI L1-D cache flush fallback
 2018-02-23 15:42 UTC  (2+ messages)
` Patch "powerpc/64s: Improve RFI L1-D cache flush fallback" has been added to the 4.9-stable tree

Patch "platform/x86: intel_mid_thermal: Fix suspend handlers unused warning" has been added to the 4.9-stable tree
 2018-02-23 15:42 UTC 

Patch "perf: xgene: Include module.h" has been added to the 4.9-stable tree
 2018-02-23 15:42 UTC 

Patch "perf/x86: Shut up false-positive -Wmaybe-uninitialized warning" has been added to the 4.9-stable tree
 2018-02-23 15:42 UTC 

[4.9-stable 0/9] patches for 'randconfig'
 2018-02-23 15:42 UTC  (2+ messages)

Patch "PCI: vmd: Fix suspend handlers defined-but-not-used warning" has been added to the 4.9-stable tree
 2018-02-23 15:42 UTC 

Patch "KVM: add X86_LOCAL_APIC dependency" has been added to the 4.9-stable tree
 2018-02-23 15:42 UTC 

Patch "PCI: Change pci_host_common_probe() visibility" has been added to the 4.9-stable tree
 2018-02-23 15:42 UTC 

[4.9-stable 1/9] kasan: rework Kconfig settings
 2018-02-23 15:42 UTC  (2+ messages)
` Patch "kasan: rework Kconfig settings" has been added to the 4.9-stable tree

Patch "ISDN: eicon: reduce stack size of sig_ind function" has been added to the 4.9-stable tree
 2018-02-23 15:42 UTC 

Patch "Input: tca8418_keypad - hide gcc-4.9 -Wmaybe-uninitialized warning" has been added to the 4.9-stable tree
 2018-02-23 15:42 UTC 

[4.9-stable 6/9] idle: i7300: add PCI dependency
 2018-02-23 15:42 UTC  (2+ messages)
` Patch "idle: i7300: add PCI dependency" has been added to the 4.9-stable tree

Patch "gpio: xgene: mark PM functions as __maybe_unused" has been added to the 4.9-stable tree
 2018-02-23 15:42 UTC 

Patch "gpio: intel-mid: Fix build warning when !CONFIG_PM" has been added to the 4.9-stable tree
 2018-02-23 15:42 UTC 

Patch "[media] go7007: add MEDIA_CAMERA_SUPPORT dependency" has been added to the 4.9-stable tree
 2018-02-23 15:42 UTC 

Patch "[media] em28xx: only use mt9v011 if camera support is enabled" has been added to the 4.9-stable tree
 2018-02-23 15:42 UTC 

Patch "drm/nouveau: hide gcc-4.9 -Wmaybe-uninitialized" has been added to the 4.9-stable tree
 2018-02-23 15:42 UTC 

[4.9-stable 2/9] drm/i915: hide unused intel_panel_set_backlight function
 2018-02-23 15:42 UTC  (2+ messages)
` Patch "drm/i915: hide unused intel_panel_set_backlight function" has been added to the 4.9-stable tree

Patch "drm/i915: fix intel_backlight_device_register declaration" has been added to the 4.9-stable tree
 2018-02-23 15:42 UTC 

Patch "drm: exynos: mark pm functions as __maybe_unused" has been added to the 4.9-stable tree
 2018-02-23 15:42 UTC 

Patch "dmaengine: zx: fix build warning" has been added to the 4.9-stable tree
 2018-02-23 15:42 UTC 

Patch "cw1200: fix bogus maybe-uninitialized warning" has been added to the 4.9-stable tree
 2018-02-23 15:42 UTC 

Patch "crypto: talitos - fix Kernel Oops on hashing an empty file" has been added to the 4.9-stable tree
 2018-02-23 15:42 UTC 

Patch "clk: sunxi-ng: fix build error without CONFIG_RESET_CONTROLLER" has been added to the 4.9-stable tree
 2018-02-23 15:42 UTC 

[4.9-stable 4/9] binfmt_elf: compat: avoid unused function warning
 2018-02-23 15:42 UTC  (2+ messages)
` Patch "binfmt_elf: compat: avoid unused function warning" has been added to the 4.9-stable tree

Patch "clk: meson: gxbb: fix build error without RESET_CONTROLLER" has been added to the 4.9-stable tree
 2018-02-23 15:42 UTC 

[4.9-stable 3/9] arm64: sunxi: always enable reset controller
 2018-02-23 15:42 UTC  (2+ messages)
` Patch "arm64: sunxi: always enable reset controller" has been added to the 4.9-stable tree

Patch "arm64: Kconfig: select COMPAT_BINFMT_ELF only when BINFMT_ELF is set" has been added to the 4.9-stable tree
 2018-02-23 15:42 UTC 

[4.9-stable 7/9] arm64: fix warning about swapper_pg_dir overflow
 2018-02-23 15:42 UTC  (2+ messages)
` Patch "arm64: fix warning about swapper_pg_dir overflow" has been added to the 4.9-stable tree

Patch "arm64: define BUG() instruction without CONFIG_BUG" has been added to the 4.9-stable tree
 2018-02-23 15:42 UTC 

Patch "ALSA: hda/ca0132 - fix possible NULL pointer use" has been added to the 4.9-stable tree
 2018-02-23 15:42 UTC 

[PATCH BUGFIX V3] block, bfq: add requeue-request hook
 2018-02-23 15:41 UTC  (4+ messages)

sound driver reference
 2018-02-23 15:41 UTC 

Does memory speed matters?
 2018-02-23 15:40 UTC  (2+ messages)

[PATCH v7 0/6] iommu/arm-smmu: Add runtime pm/sleep support
 2018-02-23 15:40 UTC  (6+ messages)
` [PATCH v7 3/6] iommu/arm-smmu: Invoke pm_runtime during probe, add/remove device
      ` [Freedreno] "

[U-Boot] [PATCH v2 1/1] fs: fat: avoid useless conversion when calling get_cluster
 2018-02-23 15:40 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 1/1] fs: fat: avoid superfluous conversion calling set_cluster
 2018-02-23 15:40 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

Reasoning about memory ordering
 2018-02-23 15:38 UTC  (2+ messages)

[PATCH v2] drm/i915/uc: Start preparing GuC/HuC for reset
 2018-02-23 15:38 UTC  (2+ messages)
` ✗ Fi.CI.IGT: warning for drm/i915/uc: Start preparing GuC/HuC for reset (rev2)

[U-Boot] [PATCH] rockchip: i2c: enable I2C inside GRF for rk3066 and rk3188
 2018-02-23 15:37 UTC  (2+ messages)

[PATCH 0/2] objtool: fix libelf detection in non-standard locations
 2018-02-23 15:37 UTC  (3+ messages)
` [PATCH 2/2] objtool: use host flags to detect if libelf is missing

[PATCH] scsi: lpfc: use memcpy_toio instead of writeq
 2018-02-23 15:36 UTC 

[PATCH 0/2] blk-mq: kyber: fix domain token leak during requeue
 2018-02-23 15:36 UTC  (3+ messages)
` [PATCH 1/2] blk-mq: don't call io sched's .requeue_request when requeueing rq to ->dispatch
` [PATCH 2/2] block: kyber: fix domain token leak during requeue


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.