All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-01-31 13:16:38 to 2019-01-31 13:55:06 UTC [more...]

[PATCH 00/22] Increase success rates and reduce latency of compaction v3
 2019-01-31 13:55 UTC  (3+ messages)
` [PATCH 09/22] mm, compaction: Use free lists to quickly locate a migration source

[Qemu-devel] [PATCH v2 0/5] Kconfig dependencies for ppc machines
 2019-01-31 13:53 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 1/5] ppc64: Express dependencies of 'pseries' and 'powernv' machines with kconfig
` [Qemu-devel] [PATCH v2 2/5] ppc: Express dependencies of the 'prep' and '40p' "
` [Qemu-devel] [PATCH v2 3/5] ppc: Express dependencies of the Mac "
` [Qemu-devel] [PATCH v2 4/5] ppc: Express dependencies of the Sam460EX "
` [Qemu-devel] [PATCH v2 5/5] ppc: Express dependencies of the embedded "

[xen-unstable-smoke test] 132668: tolerable all pass - PUSHED
 2019-01-31 13:53 UTC 

[Qemu-devel] [PATCH] arm: Clarify the logic of set_pc()
 2019-01-31 13:53 UTC  (2+ messages)

[PATCH RFC 1/1] iommu: set the default iommu-dma mode as non-strict
 2019-01-31 13:52 UTC  (2+ messages)

linux-next: powerpcle qemu boot failure after merge of the akpm tree
 2019-01-31 13:50 UTC  (6+ messages)
` linux-next: powerpc le "

[igt-dev] [PATCH i-g-t] gem_ctx_isolation.c - Gen11 enabling for context isolation test
 2019-01-31 13:52 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[ANNOUNCE] xfsprogs for-next updated to 193bc42
 2019-01-31 13:51 UTC  (3+ messages)

[PATCH v2] ath10k: Set DMA address mask to 35 bit for WCN3990
 2019-01-31 13:51 UTC  (4+ messages)

[U-Boot] [PATCH v3 00/20] SF: Migrate to Linux SPI NOR framework
 2019-01-31 13:50 UTC  (10+ messages)
` [U-Boot] [PATCH v3 02/20] bitops: Fix GENMASK definition for Sandbox
` [U-Boot] [PATCH v3 19/20] configs: Don't use SPI_FLASH_BAR as default

[PATCH] net: check negative value for signed refcnt
 2019-01-31 13:49 UTC  (2+ messages)

stable-rc/linux-4.4.y boot: 37 boots: 1 failed, 36 passed (v4.4.172-33-ga5fd8f4c009f)
 2019-01-31 13:49 UTC 

[Qemu-devel] [PATCH] target/arm: Enable API, APK bits in SCR, HCR
 2019-01-31 13:49 UTC  (2+ messages)

[PATCH kvmtool 0/6] Various convenience fixes
 2019-01-31 13:48 UTC  (4+ messages)
` [PATCH kvmtool 3/6] Makefile: support -s switch

[RFC PATCH] leds: multicolor: Add sysfs interface definition
 2019-01-31 13:48 UTC  (8+ messages)

[PATCH v3 1/2] iio:dac:ti-dac7612: Add driver for Texas Instruments DAC7612
 2019-01-31 13:48 UTC  (2+ messages)

[PATCH] scripts/release: Update links to use release assets instead of wiki links
 2019-01-31 13:48 UTC 

[PATCH kvmtool] arm: Allow command line for firmware
 2019-01-31 13:48 UTC  (5+ messages)

[PATCH] blk-throttle: limit bios to fix amount of pages entering writeback prematurely
 2019-01-31 13:48 UTC  (4+ messages)

[PATCH 00/35] ARM: davinci: modernize the irq support
 2019-01-31 13:39 UTC  (60+ messages)
` [PATCH 01/35] ARM: davinci: remove intc_host_map from davinci_soc_info struct
` [PATCH 02/35] ARM: davinci: select GENERIC_IRQ_MULTI_HANDLER
` [PATCH 03/35] ARM: davinci: remove davinci_intc_type
` [PATCH 04/35] ARM: davinci: pull davinci_intc_base into the respective intc drivers
` [PATCH 05/35] ARM: davinci: drop irq defines from default_priorites
` [PATCH 06/35] ARM: davinci: wrap interrupt definitions with a macro for SPARSE_IRQ
` [PATCH 07/35] ARM: davinci: aintc: use irq domain
` [PATCH 08/35] ARM: davinci: select SPARSE_IRQ
` [PATCH 09/35] ARM: davinci: aintc: drop GPL license boilerplate
` [PATCH 10/35] ARM: davinci: aintc: wrap davinci_irq_init() with a helper
` [PATCH 11/35] ARM: davinci: aintc: use a common prefix for symbols in the driver
` [PATCH 12/35] ARM: davinci: aintc: drop the 00 prefix from register offsets
` [PATCH 13/35] ARM: davinci: aintc: add a new config structure
` [PATCH 14/35] ARM: davinci: aintc: use the new irqchip config structure in dm* SoCs
` [PATCH 15/35] ARM: davinci: aintc: use the new config structure
` [PATCH 16/35] ARM: davinci: aintc: move timer-specific irq_set_handler() out of irq.c
` [PATCH 17/35] ARM: davinci: aintc: remove unnecessary includes
` [PATCH 18/35] irqchip: davinci-aintc: move the driver to drivers/irqchip
` [PATCH 19/35] ARM: davinci: cp-intc: remove cp_intc.h
` [PATCH 20/35] ARM: davinci: cp-intc: add a wrapper around cp_intc_init()
` [PATCH 21/35] ARM: davinci: cp-intc: add a new config structure
` [PATCH 22/35] ARM: davinci: cp-intc: add the new config structures for da8xx SoCs
` [PATCH 23/35] ARM: davinci: cp-intc: use a common prefix for all symbols
` [PATCH 24/35] ARM: davinci: cp-intc: convert all hex numbers to lowercase
` [PATCH 25/35] ARM: davinci: cp-intc: use the new-style config structure
` [PATCH 26/35] ARM: davinci: cp-intc: improve coding style
` [PATCH 27/35] ARM: davinci: cp-intc: unify error handling
` [PATCH 28/35] ARM: davinci: cp-intc: remove unneeded include
` [PATCH 29/35] ARM: davinci: cp-intc: drop GPL license boilerplate
` [PATCH 30/35] ARM: davinci: cp-intc: remove redundant comments
` [PATCH 31/35] irqchip: davinci-cp-intc: move the driver to drivers/irqchip
` [PATCH 32/35] ARM: davinci: remove intc related fields from davinci_soc_info
` [PATCH 33/35] ARM: davinci: prepare to remove mach/irqs.h
` [PATCH 34/35] ARM: davinci: stop using defines from mach/irqs.h
` [PATCH 35/35] ARM: davinci: remove mach/irqs.h

[LTP] [PATCH] syscalls/vhangup: convert to new lib, use direct syscall
 2019-01-31 13:47 UTC  (2+ messages)

[Qemu-devel] [PATCH v11 0/3] qemu-img info lists bitmap directory entries
 2019-01-31 13:46 UTC  (4+ messages)
` [Qemu-devel] [PATCH v11 1/3] bdrv_query_image_info Error parameter added
` [Qemu-devel] [PATCH v11 2/3] qemu-img info lists bitmap directory entries
` [Qemu-devel] [PATCH v11 3/3] qemu-img info: bitmaps extension new test 239

linux-next: build warning after merge of the wireless-drivers-next tree
 2019-01-31 13:46 UTC  (4+ messages)

[PATCH 1/5] drm/i915: Revoke mmaps and prevent access to fence registers across reset
 2019-01-31 13:45 UTC  (3+ messages)
` ✗ Fi.CI.SPARSE: warning for series starting with drm/i915: Revoke mmaps and prevent access to fence registers across reset (rev4)
` ✓ Fi.CI.BAT: success "

[PATCH 1/3] dt-bindings: iio/adc: Add docs for Ingenic JZ47xx SoCs ADC
 2019-01-31 13:45 UTC  (4+ messages)
` [PATCH 3/3] IIO: add Ingenic JZ47xx ADC driver

[PATCH] sched/debug: initialize sd_sysctl_cpus if !CONFIG_CPUMASK_OFFSTACK
 2019-01-31 13:44 UTC  (3+ messages)

[Qemu-devel] [PATCH 00/15] s390: vfio-ccw dasd ipl support
 2019-01-31 13:44 UTC  (3+ messages)
` [Qemu-devel] [PATCH 05/15] s390-bios: Factor finding boot device out of virtio code path

[Qemu-devel] [PATCH v12 0/2] More fully implement ARM PMUv3
 2019-01-31 13:42 UTC  (2+ messages)

[PATCH v10 00/40] drm/i915: Implement HDCP2.2
 2019-01-31 13:41 UTC  (7+ messages)
` [PATCH v10 06/40] drm/i915: MEI interface definition
` [PATCH v10 07/40] drm/i915: hdcp1.4 CP_IRQ handling and SW encryption tracking

[PATCH v4 00/13] rtw88: mac80211 driver for Realtek 802.11ac wireless network chips
 2019-01-31 13:40 UTC  (7+ messages)
` [PATCH v4 09/13] rtw88: chip files

[PATCH 01/11] drm/i915: Revoke mmaps and prevent access to fence registers across reset
 2019-01-31 13:39 UTC  (4+ messages)
` [PATCH 10/11] drm/i915: Use HW semaphores for inter-engine synchronisation on gen8+

[PATCH v5 00/15] Argo: hypervisor-mediated interdomain communication
 2019-01-31 13:39 UTC  (4+ messages)

[PATCH v7 00/25] APEI in_nmi() rework and SDEI wire-up
 2019-01-31 13:38 UTC  (7+ messages)
` [PATCH v7 20/25] ACPI / APEI: Use separate fixmap pages for arm64 NMI-like notifications

stable/linux-4.14.y boot: 49 boots: 0 failed, 48 passed with 1 untried/unknown (v4.14.97)
 2019-01-31 13:38 UTC 

[mmotm:master 203/305] mm/memcontrol.c:5629:52: error: 'THP_FAULT_ALLOC' undeclared
 2019-01-31 13:37 UTC  (2+ messages)

[PATCH 00/19] Add new command "switch"
 2019-01-31 13:37 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH v5 00/52] Support Kconfig in QEMU
 2019-01-31 13:37 UTC  (4+ messages)
` [Qemu-devel] [PATCH 32/52] kconfig: introduce kconfig files

[PATCH] media: v4l2-tpg: Fix the memory layout of AYUV buffers
 2019-01-31 13:36 UTC  (2+ messages)

[PATCH] x86/cpuid: correct dependencies of post-SSE ISA extensions
 2019-01-31 13:36 UTC  (6+ messages)

[PATCH v2 0/9] device connection: Add support for device graphs
 2019-01-31 13:36 UTC  (7+ messages)
` [PATCH v2 7/9] usb: typec: Find the ports by also matching against the device node
      ` [v2,7/9] "

[PATCH] drm/i915: Enable fastboot by default on VLV and CHV
 2019-01-31 13:36 UTC  (2+ messages)

[PATCH 1/1] iio: core: Improve precision of __iio_format_value for FRACTIONAL values
 2019-01-31 13:35 UTC  (4+ messages)

[PATCH] iwlwifi: mvm: fix merge damage in iwl_mvm_rx_mpdu_mq()
 2019-01-31 13:34 UTC  (2+ messages)

[PATCH 00/10] Venus stateful Codec API
 2019-01-31 13:34 UTC  (12+ messages)
` [PATCH 10/10] venus: dec: make decoder compliant with stateful codec API

[PATCH v2 00/15] Habana Labs kernel driver
 2019-01-31 13:32 UTC  (3+ messages)
` [PATCH v2 07/15] habanalabs: add h/w queues module

[PATCH] Drop util-linux-native-qsort.patch
 2019-01-31 13:32 UTC  (2+ messages)

[U-Boot] Problems to build i.MX8MQ EVK board
 2019-01-31 13:31 UTC  (3+ messages)

[PATCH] cfi: fix deadloop in cfi_cmdset_0002.c do_write_buffer
 2019-01-31 23:30 UTC  (2+ messages)

[PATCH 0/2] ALSA: pcm: implement the anonymous dup v3
 2019-01-31 13:30 UTC  (5+ messages)

[PATCH 1/2] ASoC: dapm: Only power up active channels from a DAI
 2019-01-31 13:30 UTC  (2+ messages)
` [PATCH 2/2] ASoC: arizona: Add channel numbers to AIFs

[PATCH v7 10/25] ACPI / APEI: Tell firmware the estatus queue consumed the records
 2019-01-31 13:29 UTC  (13+ messages)

[PATCH] dt-bindings: gpu: add bindings for the ARM Mali Bifrost GPU
 2019-01-31 13:29 UTC 

[Qemu-devel] NSIS - including DLL dependencies for Windows
 2019-01-31 13:27 UTC  (5+ messages)

[PATCH] drm/sun4i: tcon: Prepare and enable TCON channel 0 clock at init
 2019-01-31 13:25 UTC  (3+ messages)

[PATCH 0/8] drm/meson: Add support for HDMI2.0 4k60
 2019-01-31 13:25 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 0/3] arm: microbit Non-Volatile Memory Controller
 2019-01-31 13:25 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 1/3] hw/nvram/nrf51_nvm: Add nRF51 non-volatile memories
` [Qemu-devel] [PATCH v3 3/3] tests/microbit-test: Add tests for nRF51 NVMC

[PATCH] irqchip/gic-v3-its: Fix probing for ITT_entry_size
 2019-01-31 13:21 UTC  (4+ messages)

[PATCH v7 0/3] clk: clkdev add managed lookup registrations
 2019-01-31 13:24 UTC  (3+ messages)

[mmotm:master 43/305] make[2]: *** No rule to make target 'scripts/syscalltbl.sh', needed by 'arch/sh/include/generated/asm/syscall_table.h'
 2019-01-31 13:24 UTC 

[PATCH 0/6] driver core: Fix some issues related to device links
 2019-01-31 13:24 UTC  (4+ messages)

[PATCH 1/3] libsepol: Fix RESOURCE_LEAK defects reported by coverity scan
 2019-01-31 13:22 UTC  (3+ messages)
` [PATCH 2/3] libselinux: "
` [PATCH 3/3] libsemanage: Fix USE_AFTER_FREE "

[PATCH 0/4] drm/atmel-hlcdc: fix plane clipping/rotation issues
 2019-01-31 13:21 UTC  (6+ messages)

[PATCH] powerpc: Ensure gcc doesn't move around cache flushing in __patch_instruction
 2019-01-31 13:20 UTC  (5+ messages)

[PATCH] vicodec: support SOURCE_CHANGE event for decoders only
 2019-01-31 13:21 UTC 

[Qemu-devel] [PATCH v4] Add arm SBSA reference machine
 2019-01-31 13:21 UTC  (7+ messages)
` [Qemu-devel] [PATCH v4] hw/arm: "

Kernel memory corruption in CIPSO labeled TCP packets processing
 2019-01-31 13:20 UTC  (19+ messages)

[PATCH v3 0/2] Document memory-to-memory video codec interfaces
 2019-01-31 13:19 UTC  (6+ messages)
` [PATCH v3 1/2] media: docs-rst: Document memory-to-memory video decoder interface

[PATCH v4 0/6] systemd patches
 2019-01-31 13:19 UTC  (3+ messages)

[PATCH] staging: iio: cdc: ad7152: remove driver completely
 2019-01-31 13:18 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/1] target/arm: Amend erroneous BRAA/BLRAA opcode check
 2019-01-31 13:18 UTC  (2+ messages)

[PATCH v2 0/2] arm64: kvm: cache ID register trapping
 2019-01-31 13:17 UTC  (6+ messages)
` [PATCH v2 1/2] arm64: kvm: expose sanitised cache type register to guest
` [PATCH v2 2/2] arm64: kvm: describe data or unified caches as having 1 set and 1 way

Do the work for you
 2019-01-31 13:18 UTC 

[Qemu-devel] [PATCH v11 00/25] Fixing record/replay and adding reverse debugging
 2019-01-31 13:17 UTC  (14+ messages)
` [Qemu-devel] [PATCH v11 13/25] replay: implement replay-seek command
` [Qemu-devel] [PATCH v11 14/25] replay: refine replay-time module
` [Qemu-devel] [PATCH v11 15/25] replay: flush rr queue before loading the vmstate
` [Qemu-devel] [PATCH v11 16/25] gdbstub: add reverse step support in replay mode
` [Qemu-devel] [PATCH v11 17/25] gdbstub: add reverse continue "
` [Qemu-devel] [PATCH v11 18/25] replay: describe reverse debugging in docs/replay.txt
` [Qemu-devel] [PATCH v11 19/25] replay: add BH oneshot event for block layer
` [Qemu-devel] [PATCH v11 20/25] replay: init rtc after enabling the replay
` [Qemu-devel] [PATCH v11 21/25] replay: document development rules
` [Qemu-devel] [PATCH v11 22/25] util/qemu-timer: refactor deadline calculation for external timers
` [Qemu-devel] [PATCH v11 23/25] replay: fix replay shutdown
` [Qemu-devel] [PATCH v11 24/25] replay: rename step-related variables and functions
` [Qemu-devel] [PATCH v11 25/25] icount: clean up cpu_can_io before jumping to the next block

stable/linux-4.9.y boot: 41 boots: 1 failed, 40 passed (v4.9.154)
 2019-01-31 13:17 UTC 

[Qemu-devel] [PATCH 00/10] Misc fixes to pvrdma device
 2019-01-31 13:17 UTC  (3+ messages)
` [Qemu-devel] [PATCH 07/10] monitor: Expose pvrdma device statistics counters

[PATCHv5 0/7] Add coresight support for SDM845, MSM8998 and MSM8996
 2019-01-31 13:16 UTC  (6+ messages)
` [PATCHv5 1/7] arm64: dts: qcom: sdm845: Add Coresight support


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.