All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-01-28 17:46:43 to 2019-01-28 18:12:42 UTC [more...]

[PATCH v6 00/13] KVM: s390: make use of the GIB
 2019-01-28 18:12 UTC  (3+ messages)
` [PATCH v6 11/13] KVM: s390: add functions to (un)register GISC with GISA

[PATCH 00/14] ALSA: PCM suspend cleanup
 2019-01-28 18:11 UTC  (3+ messages)
` [PATCH 01/14] ALSA: pcm: Suspend streams globally via device type PM ops

[Qemu-devel] [PULL 00/26] target-arm queue
 2019-01-28 18:10 UTC  (27+ messages)
` [Qemu-devel] [PULL 01/26] target/arm: Fix validation of 32-bit address spaces for aa32
` [Qemu-devel] [PULL 02/26] target/arm: v8m: Ensure IDAU is respected if SAU is disabled
` [Qemu-devel] [PULL 03/26] gdbstub: fix gdb_get_cpu(s, pid, tid) when pid and/or tid are 0
` [Qemu-devel] [PULL 04/26] arm: Stub out NRF51 TWI magnetometer/accelerometer detection
` [Qemu-devel] [PULL 05/26] tests/microbit-test: add TWI stub device test
` [Qemu-devel] [PULL 06/26] exec.c: Use correct attrs in cpu_memory_rw_debug()
` [Qemu-devel] [PULL 07/26] accel/tcg/user-exec: Don't parse aarch64 insns to test for read vs write
` [Qemu-devel] [PULL 08/26] MAINTAINERS: update microbit ARM board files
` [Qemu-devel] [PULL 09/26] target/arm: Don't clear supported PMU events when initializing PMCEID1
` [Qemu-devel] [PULL 10/26] memory: add memory_region_flush_rom_device()
` [Qemu-devel] [PULL 11/26] hw/nvram/nrf51_nvm: Add nRF51 non-volatile memories
` [Qemu-devel] [PULL 12/26] arm: Instantiate NRF51 special NVM's and NVMC
` [Qemu-devel] [PULL 13/26] tests/libqtest: Introduce qtest_init_with_serial()
` [Qemu-devel] [PULL 14/26] tests/microbit-test: Make test independent of global_qtest
` [Qemu-devel] [PULL 15/26] tests/microbit-test: Check nRF51 UART functionality
` [Qemu-devel] [PULL 16/26] checkpatch: Don't emit spurious warnings about block comments
` [Qemu-devel] [PULL 17/26] xlnx-zynqmp: Don't create rpu-cluster if there are no RPUs
` [Qemu-devel] [PULL 18/26] aspeed/smc: fix default read value
` [Qemu-devel] [PULL 19/26] aspeed/smc: define registers for all possible CS
` [Qemu-devel] [PULL 20/26] aspeed/smc: Add dummy data register
` [Qemu-devel] [PULL 21/26] aspeed/smc: snoop SPI transfers to fake dummy cycles
` [Qemu-devel] [PULL 22/26] tests/microbit-test: Add tests for nRF51 NVMC
` [Qemu-devel] [PULL 23/26] hw/arm/xlnx-zynqmp: Realize cluster after putting RPUs in it
` [Qemu-devel] [PULL 24/26] qom/cpu: Add cluster_index to CPUState
` [Qemu-devel] [PULL 25/26] accel/tcg: Add cluster number to TCG TB hash
` [Qemu-devel] [PULL 26/26] gdbstub: Simplify gdb_get_cpu_pid() to use cpu->cluster_index

[PATCH 00/14] clk: meson: rework drivers dependencies
 2019-01-28 18:04 UTC  (42+ messages)
` [PATCH 01/14] clk: export some clk_hw function symbols for module drivers
` [PATCH 02/14] clk: meson: use CONFIG_ARCH_MESON to enter meson clk directory
` [PATCH 03/14] clk: meson: axg-audio does not require syscon
` [PATCH 04/14] clk: meson: move MESON_GATE to clk-regmap.h
` [PATCH 05/14] clk: meson: move parm out of clkc
` [PATCH 06/14] clk: meson: take the pll driver "
` [PATCH 07/14] clk: meson: take the mpll "
` [PATCH 08/14] clk: meson: merge phase driver and remove from clkc
` [PATCH 09/14] clk: meson: take vid-pll-div out of clkc
` [PATCH 10/14] clk: meson: take dualdiv "
` [PATCH 11/14] clk: meson: take clk-input "
` [PATCH 12/14] clk: meson: clkc must die
` [PATCH 13/14] clk: meson: move sclk-div out of clkc-audio
` [PATCH 14/14] clk: meson: rework and clean drivers dependencies

[PATCH v3 0/2] spi: support inter-word delays
 2019-01-28 18:10 UTC  (3+ messages)
` [PATCH v3 1/2] spi: support inter-word delay requirement for devices

[PULL] drm-intel-next
 2019-01-28 18:10 UTC 

[PATCH AUTOSEL 4.19 001/258] drm/bufs: Fix Spectre v1 vulnerability
 2019-01-28 18:09 UTC  (8+ messages)
` [PATCH AUTOSEL 4.19 033/258] sctp: Fix SKB list traversal in sctp_intl_store_ordered()
` [PATCH AUTOSEL 4.19 034/258] sctp: Fix SKB list traversal in sctp_intl_store_reasm()

[Qemu-devel] [PATCH v4 00/19] Fix/add vmstate handling in some I2C code
 2019-01-28 18:08 UTC  (21+ messages)
` [Qemu-devel] [PATCH v4 01/19] i2c: Split smbus into parts
` [Qemu-devel] [PATCH v4 02/19] i2c: have I2C receive operation return uint8_t
` [Qemu-devel] [PATCH v4 03/19] arm:i2c: Don't mask return from i2c_recv()
` [Qemu-devel] [PATCH v4 04/19] i2c: Don't check return value "
` [Qemu-devel] [PATCH v4 05/19] i2c:smbus: Correct the working of quick commands
` [Qemu-devel] [PATCH v4 06/19] i2c:smbus: Simplify write operation
` [Qemu-devel] [PATCH v4 07/19] i2c:smbus: Simplify read handling
` [Qemu-devel] [PATCH v4 08/19] i2c:smbus_eeprom: Get rid of the quick command
` [Qemu-devel] [PATCH v4 09/19] i2c:smbus: Make white space in switch statements consistent
` [Qemu-devel] [PATCH v4 10/19] boards.h: Ignore migration for SMBus devices on older machines
` [Qemu-devel] [PATCH v4 11/19] i2c:pm_smbus: Fix pm_smbus handling of I2C block read
` [Qemu-devel] [PATCH v4 12/19] migration: Add a VMSTATE_BOOL_TEST() macro
` [Qemu-devel] [PATCH v4 13/19] i2c:pm_smbus: Fix state transfer
` [Qemu-devel] [PATCH v4 14/19] i2c:smbus_slave: Add an SMBus vmstate structure
` [Qemu-devel] [PATCH v4 15/19] i2c:smbus_eeprom: Add normal type name and cast to smbus_eeprom.c
` [Qemu-devel] [PATCH v4 16/19] i2c:smbus_eeprom: Add a size constant for the smbus_eeprom size
` [Qemu-devel] [PATCH v4 17/19] i2c:smbus_eeprom: Add vmstate handling to the smbus eeprom
` [Qemu-devel] [PATCH v4 18/19] i2c:smbus_eeprom: Add a reset function to smbus_eeprom
` [Qemu-devel] [PATCH v4 19/19] i2c: Verify that the count passed in to smbus_eeprom_init() is valid

There should be a `.gitbless; file, protecting files from git clean
 2019-01-28 18:08 UTC  (3+ messages)

[PATCH] selftests: kmod: worked on errors which breaks the overall execution of the test script
 2019-01-28 18:07 UTC  (4+ messages)
    ` Fwd: "

[PATCH net 0/5] qed: Bug fixes
 2019-01-28 18:05 UTC  (6+ messages)
` [PATCH net 1/5] qed: Fix bug in tx promiscuous mode settings
` [PATCH net 2/5] qed: Fix LACP pdu drops for VFs
` [PATCH net 3/5] qed: Fix VF probe failure while FLR
` [PATCH net 4/5] qed: Fix system crash in ll2 xmit
` [PATCH net 5/5] qed: Fix stack out of bounds bug

[PATCH 00/14] Trace2 tracing facility
 2019-01-28 18:07 UTC  (3+ messages)

[PATCH] efi: arm/arm64: allow SetVirtualAddressMap() to be omitted
 2019-01-28 18:04 UTC  (3+ messages)

[PATCH] drm/i915/icl: Add TypeC ports only if VBT is present
 2019-01-28 18:06 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] sysctl: Add panic-fatal-signals
 2019-01-28 18:05 UTC  (2+ messages)

[PATCH kmod] libkmod-signature: implement pkcs7 parsing with openssl
 2019-01-28 18:05 UTC  (4+ messages)

xen-4.12~rc1 in ub1804: no vfb objects in pv domU, bug or feature?
 2019-01-28 18:05 UTC  (2+ messages)

[PATCH] serial: sh-sci: Do not free irqs that have already been freed
 2019-01-28 17:58 UTC 

[PATCH AUTOSEL 4.20 001/304] drm/bufs: Fix Spectre v1 vulnerability
 2019-01-28 18:04 UTC  (43+ messages)
` [PATCH AUTOSEL 4.20 002/304] drm/v3d: Fix a use-after-free race accessing the scheduler's fences
` [PATCH AUTOSEL 4.20 003/304] staging: iio: adc: ad7280a: handle error from __ad7280_read32()
` [PATCH AUTOSEL 4.20 005/304] pinctrl: bcm2835: Use raw spinlock for RT compatibility
` [PATCH AUTOSEL 4.20 006/304] clk: sunxi-ng: h6: Set video PLLs limits
` [PATCH AUTOSEL 4.20 008/304] gpiolib: Fix possible use after free on label
` [PATCH AUTOSEL 4.20 010/304] ath10k: fixup extended per sta tx statistics
` [PATCH AUTOSEL 4.20 013/304] drm/amd/display: Fix potential nullptr error
` [PATCH AUTOSEL 4.20 015/304] wil6210: fix reset flow for Talyn-mb
` [PATCH AUTOSEL 4.20 016/304] wil6210: fix memory leak in wil_find_tx_bcast_2
` [PATCH AUTOSEL 4.20 017/304] ath10k: assign 'n_cipher_suites' for WCN3990
` [PATCH AUTOSEL 4.20 018/304] ath9k: dynack: use authentication messages for 'late' ack
` [PATCH AUTOSEL 4.20 023/304] ARM: 8808/1: kexec:offline panic_smp_self_stop CPU
` [PATCH AUTOSEL 4.20 024/304] clk: boston: fix possible memory leak in clk_boston_setup()
` [PATCH AUTOSEL 4.20 027/304] powerpc/pseries: add of_node_put() in dlpar_detach_node()
` [PATCH AUTOSEL 4.20 028/304] srcu: Prevent __call_srcu() counter wrap with read-side critical section
` [PATCH AUTOSEL 4.20 032/304] crypto: aes_ti - disable interrupts while accessing S-box
` [PATCH AUTOSEL 4.20 035/304] serial: core: Allow processing sysrq at port unlock time
` [PATCH AUTOSEL 4.20 038/304] dpaa2-ptp: defer probe when portal allocation failed
` [PATCH AUTOSEL 4.20 041/304] iwlwifi: fw: do not set sgi bits for HE connection
` [PATCH AUTOSEL 4.20 042/304] staging:iio:ad2s90: Make probe handle spi_setup failure
` [PATCH AUTOSEL 4.20 046/304] vbox: fix link error with 'gcc -Og'
` [PATCH AUTOSEL 4.20 047/304] platform/chrome: don't report EC_MKBP_EVENT_SENSOR_FIFO as wakeup
` [PATCH AUTOSEL 4.20 049/304] i40e: prevent overlapping tx_timeout recover
` [PATCH AUTOSEL 4.20 051/304] staging: iio: ad7780: update voltage on read
` [PATCH AUTOSEL 4.20 053/304] drm/rockchip: fix for mailbox read size
` [PATCH AUTOSEL 4.20 057/304] bpf: libbpf: retry map creation without the name
` [PATCH AUTOSEL 4.20 063/304] media: rc: ensure close() is called on rc_unregister_device
` [PATCH AUTOSEL 4.20 065/304] media: mtk-vcodec: Release device nodes in mtk_vcodec_init_enc_pm()
` [PATCH AUTOSEL 4.20 068/304] x86/resctrl: Fixup the user-visible strings
` [PATCH AUTOSEL 4.20 069/304] media: vivid: fill in media_device bus_info
` [PATCH AUTOSEL 4.20 071/304] drm: rcar-du: Fix external clock error checks
` [PATCH AUTOSEL 4.20 073/304] clk: meson: meson8b: do not use cpu_div3 for cpu_scale_out_sel
` [PATCH AUTOSEL 4.20 074/304] clk: meson: meson8b: fix the width of the cpu_scale_div clock
` [PATCH AUTOSEL 4.20 075/304] clk: meson: meson8b: mark the CPU clock as CLK_IS_CRITICAL
` [PATCH AUTOSEL 4.20 076/304] ptp: Fix pass zero to ERR_PTR() in ptp_clock_register
` [PATCH AUTOSEL 4.20 077/304] dmaengine: xilinx_dma: Remove __aligned attribute on zynqmp_dma_desc_ll
` [PATCH AUTOSEL 4.20 079/304] iio: adc: meson-saradc: check for devm_kasprintf failure
` [PATCH AUTOSEL 4.20 081/304] iio: accel: kxcjk1013: Add KIOX010A ACPI Hardware-ID

[Qemu-devel] [PATCH] i386: extended the cpuid level when Intel PT is enabled
 2019-01-28 18:03 UTC  (6+ messages)

[Qemu-devel] [PATCH] qmp: Deprecate query-nodes option of query-blockstats
 2019-01-28 18:02 UTC  (4+ messages)
  ` [Qemu-devel] [libvirt] "

[Qemu-devel] [PATCH v2 0/4] sdl: Let it be optional (in particular, on OpenBSD)
 2019-01-28 18:02 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 4/4] hw/display/milkymist-tmu2: Move inlined code from header to source

[Qemu-devel] [PATCH 0/2] block: add blk_lookup() for getting device by node_name
 2019-01-28 18:02 UTC  (4+ messages)

[U-Boot] [PATCH v2 0/2] efi_loader: Patch RTS at ExitBootServices
 2019-01-28 18:02 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/2] x86: Add efi runtime reset

[Qemu-devel] [PATCH 0/9] Network announce changes
 2019-01-28 17:47 UTC  (3+ messages)
` [Qemu-devel] [PATCH 7/9] qmp: Add announce-self command

[Qemu-devel] [PATCH v2 0/2] Acceptance tests: adds multi vm capability and basic migration test
 2019-01-28 17:47 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/2] tests.acceptance: adds multi vm capability for acceptance tests
` [Qemu-devel] [PATCH v2 2/2] Acceptance tests: add simple migration test

[Qemu-devel] [PATCH] hw: report invalid disable-legacy|modern usage for virtio-1-only devs
 2019-01-28 17:48 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] scsi-disk: Device Identification fixes
 2019-01-28 17:49 UTC  (6+ messages)
` [Qemu-devel] [PATCH 2/3] scsi-disk: Add device_id property

[Qemu-devel] [PATCH] acpi: Make TPM 2.0 with TIS available as MSFT0101
 2019-01-28 17:49 UTC  (5+ messages)

[PATCH v1 0/4] HWCAP_CPUID registers for aarch64
 2019-01-28 17:49 UTC  (4+ messages)
` [PATCH v1 3/4] linux-user/elfload: enable HWCAP_CPUID for AArch64
    ` [Qemu-devel] "

[Qemu-devel] [PATCH] block: split block/qapi.c to avoid linking utilities with qapi
 2019-01-28 17:52 UTC  (2+ messages)

[PATCH bpf] tools: bpftool: fix crash with un-owned prog arrays
 2019-01-28 18:01 UTC 

[Bug 107978] [amdgpu] Switching to tty fails with DisplayPort monitor going to sleep (REG_WAIT timeout / dce110_stream_encoder_dp_blank)
 2019-01-28 18:01 UTC  (3+ messages)
` [Bug 107978] [amdgpu] Switching to tty fails with DisplayPort 1.2 "

[PATCH v2] tty: increase the default flip buffer limit to 2*640K
 2019-01-28 18:01 UTC 

[PATCH] NFS: Always return the error that truncates a flushing page
 2019-01-28 17:59 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/7] arm/arm64: Add support for running under kvmtool
 2019-01-28 17:58 UTC  (9+ messages)
` [kvm-unit-tests PATCH 2/7] lib: arm: Remove warning about uart0_base mismatch

[PATCH v2 0/2] Add MDIO and PHY notes
 2019-01-28 17:58 UTC  (4+ messages)
` [PATCH v2 1/2] arm64: dts: imx8mq-evk: add missing MDIO / PHY nodes

Want retouching for your photos?
 2019-01-28  9:44 UTC 

Want retouching for your photos?
 2019-01-28  8:18 UTC 

[PATCH 00/19] KVM: PPC: Book3S HV: add XIVE native exploitation mode
 2019-01-28 17:35 UTC  (4+ messages)
` [PATCH 05/19] KVM: PPC: Book3S HV: add a new KVM device for the "

i40e doesn't calculate RSS for GRE traffic
 2019-01-28 17:54 UTC 

[CI 1/6] drm/i915: Introduce concept of per-timeline (context) HWSP
 2019-01-28 17:54 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [CI,1/6] "

Frontend Slowdown
 2019-01-28 17:54 UTC 

[PATCH v4] kbuild: Add support for DT binding schema checks
 2019-01-28 15:49 UTC  (8+ messages)

[PATCH] powerpc/mm: Add _PAGE_SAO to _PAGE_CACHE_CTL mask
 2019-01-28 17:31 UTC 

[PATCH v16 0/7] Parse ACPI table and limit KASLR to choosing immovable memory
 2019-01-28 17:51 UTC  (2+ messages)

[igt-dev] [PATCH] drm/doc: Make igts for cross-driver stuff strongly suggested
 2019-01-28 17:51 UTC  (3+ messages)
  `  "

[PATCH 0/2] mm, memory_hotplug: fix uninitialized pages fallouts
 2019-01-28 17:50 UTC  (3+ messages)

[PATCH v2] riscv: Make mmap allocation top-down by default
 2019-01-28 17:49 UTC 

[PATCH v1] git-instaweb: Add Python builtin http.server support
 2019-01-28 17:48 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 2/2] mm: Consider subtrees in memory.events
 2019-01-28 17:49 UTC  (11+ messages)

[PATCH v9 0/3] Bug fixes for Qualcomm BT chip wcn3990
 2019-01-28 17:47 UTC  (5+ messages)
` [PATCH v9 1/3] Bluetooth: hci_qca: use wait_until_sent() for power pulses

ipu3-imgu 0000:00:05.0: required queues are disabled
 2019-01-28 15:45 UTC  (3+ messages)

[PATCH 00/13] Support CPU frequency scaling on QCS404
 2019-01-28 17:46 UTC  (6+ messages)
` [PATCH 04/13] dt-bindings: mailbox: qcom: Add clock-name optional property

[PATCH AUTOSEL 3.18 01/61] staging: iio: adc: ad7280a: handle error from __ad7280_read32()
 2019-01-28 16:26 UTC  (2+ messages)
` [PATCH AUTOSEL 3.18 58/61] block/swim3: Fix -EBUSY error when re-opening device after unmount


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.