All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-02-23 15:17:00 to 2018-02-23 15:43:38 UTC [more...]

[PATCH v2 00/11] perf events patches for improved ARM64 support
 2018-02-23 16:05 UTC  (3+ messages)
` [PATCH v2 05/11] perf vendor events arm64: Relocate ThunderX2 JSON to cavium subdirectory
` [PATCH v2 07/11] perf vendor events: add support for arch standard events

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 

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 

[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

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

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 

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

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

[Qemu-devel] [PATCH v3 00/31] Add ARMv8.2 half-precision functions
 2018-02-23 15:36 UTC  (60+ messages)
`  "
` [Qemu-devel] [PATCH v3 01/31] include/exec/helper-head.h: support f16 in helper calls
  `  "
` [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 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 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
  `  "

[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] README: require Python 2.6 or newer
 2018-02-23 15:41 UTC  (3+ messages)

[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

[U-Boot] [PATCH v2 0/9] rockchip: rk3288-vyasa: dts fixes/additions
 2018-02-23 15:36 UTC  (5+ messages)

[PATCH 0/9] drm/xen-front: Add support for Xen PV display frontend
 2018-02-23 15:35 UTC  (11+ messages)
` [PATCH 6/9] drm/xen-front: Introduce DRM/KMS virtual display driver
` [PATCH 8/9] drm/xen-front: Implement GEM operations

[PATCH] libpthread-stubs: clean up recipe
 2018-02-23 15:35 UTC 

[PATCH] xcb-proto: don't compile for Python 2
 2018-02-23 15:35 UTC 

lazytime for XFS
 2018-02-23 15:35 UTC  (4+ messages)
` [PATCH 2/2] xfs: implement the lazytime mount options

[PATCH 0/2] Upgrade glibc 2.27
 2018-02-23 15:34 UTC  (10+ messages)
` [PATCH 2/2] glibc: Upgrade to 2.27 release

Suggestions on how to customize the metadata fields of each packet
 2018-02-23 15:35 UTC  (2+ messages)

[Intel-gfx] [PATCH i-g-t] tests/perf_pmu: Handle CPU hotplug failures better
 2018-02-23 15:34 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

[Qemu-devel] [PATCHv2 00/11] macio: remove legacy macio_init() function
 2018-02-23 14:46 UTC  (2+ messages)

response
 2018-02-23  6:49 UTC 

[PATCH RFC v3] x86/domctl: Don't pause the whole domain if only getting vcpu state
 2018-02-23 15:32 UTC 

[Bug 105228] Blank screen after loading screen in Shadow of Mordor
 2018-02-23 15:32 UTC  (2+ messages)

[PATCH 1/8] drm/i915: Use the correct power domain for aux ch
 2018-02-23 15:31 UTC  (3+ messages)
` [PATCH 4/8] drm/i915: Collect aux ch vfunc setup into intel_dp_aux_init()

[igt-dev] [PATCH i-g-t 1/1] meson: Don't build docs when cross-compiling
 2018-02-23 15:31 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for series starting with [i-g-t,1/1] "

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

[PATCH bpf-next] bpf: NULL pointer check is not needed in BPF_CGROUP_RUN_PROG_INET_SOCK
 2018-02-23 15:30 UTC  (2+ messages)

[PATCH] perf annotate: Support to display the LBR data in tui mode
 2018-02-23 15:29 UTC  (3+ messages)

`do_IRQ: 1.55 No irq handler for vector` on ASRock E350M1
 2018-02-23 15:29 UTC 

[PATCH] arm64: defconfig: enable R8A77965 SoC
 2018-02-23 15:29 UTC  (5+ messages)

pull-request: mac80211-next 2018-02-22
 2018-02-23 15:28 UTC  (4+ messages)

[xen-unstable test] 119879: regressions - FAIL
 2018-02-23 15:28 UTC 

[igt-dev] [PATCH i-g-t] meson: Get rid of lib_headers
 2018-02-23 15:27 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

[PATCH v2 1/3] mkimage: refactor a bunch of section data into a struct
 2018-02-23 15:27 UTC  (5+ messages)
` [PATCH v3 1/7] aout.h: Fix missing include
  ` [PATCH v3 5/7] mkimage: refactor a bunch of section data into a struct

[PATCH V2 0/7] CPU cooling device new strategies
 2018-02-23 15:26 UTC  (3+ messages)
` [PATCH V2 6/7] thermal/drivers/cpu_cooling: Introduce the cpu idle cooling driver

[Qemu-devel] [RFC PATCH 0/5] atapi: change unlimited recursion to while loop
 2018-02-23 15:26 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/5] ide: push call to end_transfer_func out of start_transfer callback
` [Qemu-devel] [PATCH 2/5] ide: push end_transfer callback to ide_transfer_halt
` [Qemu-devel] [PATCH 3/5] ide: do not set s->end_transfer_func to ide_transfer_cancel
` [Qemu-devel] [PATCH 4/5] atapi: call ide_set_irq before ide_transfer_start
` [Qemu-devel] [PATCH 5/5] ide: introduce ide_transfer_start_norecurse

[PATCH v2] Documentation: rapidio: move sysfs interface to ABI
 2018-02-23 15:26 UTC  (2+ messages)

[PATCH] Revert "gpio: winbond: fix ISA_BUS_API dependency"
 2018-02-23 15:25 UTC  (4+ messages)

[PATCH net-next] net: phylink: Remove redundant netdev.phydev assignment
 2018-02-23 15:25 UTC 

[Qemu-arm] [PATCH v2 00/67] target/arm: Scalable Vector Extension
 2018-02-23 15:25 UTC  (7+ messages)
` [Qemu-arm] [PATCH v2 29/67] target/arm: Implement SVE Permute - Interleaving Group
    ` [Qemu-devel] "
` [Qemu-arm] [PATCH v2 30/67] target/arm: Implement SVE compress active elements
    ` [Qemu-devel] "

[Qemu-devel] [PATCH v2 00/36] x-blockdev-create for protocols and qcow2
 2018-02-23 15:25 UTC  (8+ messages)
` [Qemu-devel] [PATCH v2 19/36] rbd: Factor out qemu_rbd_connect()
` [Qemu-devel] [PATCH v2 27/36] sheepdog: QAPIfy "redundacy" create option
` [Qemu-devel] [PATCH v2 33/36] file-posix: Fix no-op bdrv_truncate() with falloc preallocation

[PATCH 1/2] drm/ttm: move ttm_tt_create into ttm_tt.c v2
 2018-02-23 15:25 UTC  (3+ messages)
` [PATCH 2/2] drm/ttm: cleanup ttm_tt_create

aplay\arecord compare utility
 2018-02-23 15:24 UTC 

[PATCH v2 0/3] backlight: document sysfs interfaces
 2018-02-23 15:23 UTC  (4+ messages)

[PATCH 0/5] x86/dumpstack: Cleanups and user opcode bytes Code: section
 2018-02-23 15:22 UTC  (10+ messages)

[PATCH v3 5/7] clk: sunxi-ng: add support for the Allwinner H6 CCU
 2018-02-23 15:22 UTC  (8+ messages)
` [PATCH v3 6/7] arm64: allwinner: h6: add the basical Allwinner H6 DTSI file

[PATCH] drm/i915/preemption: Allow preemption between submission ports
 2018-02-23 15:18 UTC  (3+ messages)

[PATCH] kvm: fix warning for CONFIG_HAVE_KVM_EVENTFD builds
 2018-02-23 15:21 UTC  (2+ messages)

[PATCH] xtf: fix cdefs.h conflict with __section
 2018-02-23 15:20 UTC  (5+ messages)

[SPDK] New Day for Euro Community Meetings
 2018-02-23 15:20 UTC 

linux-next: Signed-off-by missing for commit in the nfsd tree
 2018-02-23 15:20 UTC  (4+ messages)

[PATCH v2] block/loop: add documentation for sysfs interface
 2018-02-23 15:20 UTC  (2+ messages)

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

[PATCH v5] Documentation/ABI: update infiniband sysfs interfaces
 2018-02-23 15:18 UTC  (2+ messages)

[PATCH v3 0/7] Initial Allwinner H6 support
 2018-02-23 15:18 UTC  (5+ messages)
` [PATCH v3 2/7] pinctrl: sunxi: support pin controllers with holes among IRQ banks

[RFC PATCH 00/49] New VGIC(-v2) implementation
 2018-02-23 15:18 UTC  (4+ messages)
` [RFC PATCH 30/49] ARM: new VGIC: Add ENABLE registers handlers

[PATCH v3] aoe: document sysfs interface
 2018-02-23 15:17 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.