All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-12-18 10:42:28 to 2018-12-18 11:33:48 UTC [more...]

[PATCH v4 0/6] media/sun6i: Allwinner A64 CSI support
 2018-12-18 11:33 UTC  (10+ messages)
` [PATCH v4 1/6] dt-bindings: media: sun6i: Add A64 CSI compatible
  ` [PATCH v4 2/6] media: sun6i: Add A64 compatible support
  ` [PATCH v4 3/6] media: sun6i: Update default CSI_SCLK for A64
  ` [PATCH v4 4/6] arm64: dts: allwinner: a64: Add A64 CSI controller
  ` [PATCH v4 5/6] arm64: dts: allwinner: a64: Add pinmux setting for CSI MCLK on PE1
  ` [DO NOT MERGE] [PATCH v4 6/6] arm64: dts: allwinner: bananapi-m64: Add HDF5640 camera module

[PATCH v4 03/10] vhost: provide helpers for virtio ring relay
 2018-12-18 11:33 UTC  (6+ messages)
` [PATCH v5 00/10] support SW assisted VDPA live migration
  ` [PATCH v5 07/10] net/ifc: add devarg for LM mode
  ` [PATCH v5 09/10] net/ifc: support SW assisted VDPA live migration

[PATCH] squashfs: enable __GFP_FS in ->readpage to prevent hang in mem alloc
 2018-12-18 11:32 UTC  (8+ messages)

[PATCH v2 1/1] xen/blkback: rework connect_ring() to avoid inconsistent xenstore 'ring-page-order' set by malicious blkfront
 2018-12-18 11:31 UTC  (4+ messages)
  ` [Xen-devel] "

Need help fixing pop/click artifacts in an ASOC driver
 2018-12-18 11:32 UTC  (13+ messages)

[PATCH] app/test-pmd: add IFPGA AFU register read/write access for testpmd
 2018-12-18 11:32 UTC  (5+ messages)
` [PATCH v4] app/test-pmd: add IFPGA AFU register access function "
` [PATCH v5] app/testpmd: add IFPGA AFU register access function

rte_eal_hotplug_remove() generates error message
 2018-12-18 11:30 UTC  (3+ messages)

[Qemu-devel] [PATCH 2/3] mac_newworld: enable access to EDID data for the VGA device
 2018-12-18 11:31 UTC 

[PATCH] perf/x86/intel: Avoid unnecessary reallocations of memory allocated in cpu hotplug prepare state
 2018-12-18 11:31 UTC  (6+ messages)

[U-Boot] [PATCH] dm: pinctrl: Prevent (re-)configuring pins when already done before relocation
 2018-12-18 11:30 UTC 

[igt-dev] [PATCH i-g-t] tests/kms_rotation: align rendered image correctly for rotation
 2018-12-18 11:30 UTC 

[RFC][PATCH] printk: increase devkmsg write() ratelimit
 2018-12-18 11:29 UTC  (4+ messages)

[PATCH] x86emul: fix 3-operand IMUL
 2018-12-18 11:29 UTC 

[PATCH v14 0/5] x86/boot/KASLR: Parse ACPI table and limit KASLR to choosing immovable memory
 2018-12-18 11:28 UTC  (5+ messages)
` [PATCH v14 1/5] x86/boot: Introduce get_acpi_rsdp() to parse RSDP in cmdline from KEXEC

[PATCH -next] x86/xen: Fix read buffer overflow
 2018-12-18 11:28 UTC  (6+ messages)
    ` [Xen-devel] "

[PATCH] mm: do not report isolation failures for CMA pages
 2018-12-18 11:28 UTC  (3+ messages)

[RFC/RFT 00/10] i2c: move handling of suspended adapters to the core
 2018-12-18 11:24 UTC  (7+ messages)
  ` [RFC/RFT 08/10] i2c: exynos5: use core helper to mark adapter suspended
  ` [RFC/RFT 09/10] i2c: s3c2410: "

Fixing GRUB build issues on SPARC
 2018-12-18 11:24 UTC 

[RESEND PATCH v3] clk: at91: enable AUDIOPLL as source for PCKx on SAMA5D2
 2018-12-18 11:24 UTC  (2+ messages)

[PATCH v2] net/smc: fix TCP fallback socket release
 2018-12-18 11:24 UTC  (4+ messages)

[PATCH v2 00/10] drm/i915: Infoframe precompute/check
 2018-12-18 11:23 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Infoframe precompute/check (rev5)

[Qemu-devel] [PATCH v8 00/20] Fixing record/replay and adding reverse debugging
 2018-12-18 11:22 UTC  (21+ messages)
` [Qemu-devel] [PATCH v8 01/20] replay: add missing fix for internal function
` [Qemu-devel] [PATCH v8 02/20] block: implement bdrv_snapshot_goto for blkreplay
` [Qemu-devel] [PATCH v8 03/20] replay: disable default snapshot for record/replay
` [Qemu-devel] [PATCH v8 04/20] replay: update docs for record/replay with block devices
` [Qemu-devel] [PATCH v8 05/20] replay: don't drain/flush bdrv queue while RR is working
` [Qemu-devel] [PATCH v8 06/20] replay: finish record/replay before closing the disks
` [Qemu-devel] [PATCH v8 07/20] qcow2: introduce icount field for snapshots
` [Qemu-devel] [PATCH v8 08/20] migration: "
` [Qemu-devel] [PATCH v8 09/20] replay: provide and accessor for rr filename
` [Qemu-devel] [PATCH v8 10/20] replay: introduce info hmp/qmp command
` [Qemu-devel] [PATCH v8 11/20] replay: introduce breakpoint at the specified step
` [Qemu-devel] [PATCH v8 12/20] replay: implement replay-seek command to proceed to the desired step
` [Qemu-devel] [PATCH v8 13/20] replay: refine replay-time module
` [Qemu-devel] [PATCH v8 14/20] replay: flush rr queue before loading the vmstate
` [Qemu-devel] [PATCH v8 15/20] gdbstub: add reverse step support in replay mode
` [Qemu-devel] [PATCH v8 16/20] gdbstub: add reverse continue "
` [Qemu-devel] [PATCH v8 17/20] replay: describe reverse debugging in docs/replay.txt
` [Qemu-devel] [PATCH v8 18/20] replay: add BH oneshot event for block layer
` [Qemu-devel] [PATCH v8 19/20] replay: init rtc after enabling the replay
` [Qemu-devel] [PATCH v8 20/20] replay: document development rules

IRC channels now require registered and identified users
 2018-12-18 11:22 UTC  (3+ messages)

[PATCH v2 0/3] PM/pm_runtime: move on hrtimer and nsec
 2018-12-18 11:21 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH v3] clk: at91: optimize clk_round_rate() for AUDIO_PLL
 2018-12-18 11:20 UTC  (2+ messages)

[U-Boot] [PATCH] Revert "sunxi: board: Print error after power initialization fails"
 2018-12-18 11:20 UTC  (2+ messages)

[PATCH 1/2] f2fs: clean up structure extent_node
 2018-12-18 11:20 UTC  (4+ messages)
` [PATCH 2/2] f2fs: fix to dirty inode synchronously

[PATCH net v2 0/4] vxlan: Various fixes
 2018-12-18 11:20 UTC  (6+ messages)
` [PATCH net v2 3/4] vxlan: changelink: Fix handling of default remotes

[PATCH 0/6] psi: pressure stall monitors
 2018-12-18 11:20 UTC  (6+ messages)
` [PATCH 6/6] psi: introduce psi monitor

[PATCH] arm: cns3xxx: fix writing to wrong PCI registers after alignment
 2018-12-18 11:17 UTC  (2+ messages)

[PATCH] mbuf: implement generic format for sched field
 2018-12-18 11:18 UTC  (14+ messages)
` [PATCH v2 2/3] eal: add new rte color definition

[PATCH v2 01/10] libxl: Move dm user determination logic into a helper function
 2018-12-18 11:18 UTC  (5+ messages)
` [PATCH v2 08/10] libxl: Kill QEMU by uid when possible

[PATCH] clk: at91: optimize clk_round_rate() for AUDIO_PLL
 2018-12-18 11:18 UTC  (6+ messages)

[Qemu-devel] Monitor and serial output window broken with SDL2
 2018-12-18 11:16 UTC  (9+ messages)

[PATCH] drm/i915: Fix Cherryview oops on boot
 2018-12-18 11:15 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

Hello Dear
 2018-12-18 11:14 UTC 

[PATCH v4l-utils] v4l2-ctl: Add support for CROP selection in m2m streaming
 2018-12-18 11:11 UTC 

r8a66597: Fix a possible concurrency use-after-free bug in r8a66597_endpoint_disable()
 2018-12-18 11:11 UTC  (3+ messages)
` [PATCH] "

[Qemu-devel] [PATCH-for-4.0 v2 0/2] ARM SMMUv3: Fix ACPI integration
 2018-12-18 10:54 UTC  (6+ messages)
` [Qemu-arm] [PATCH-for-4.0 v2 2/2] hw/arm/virt-acpi-build: IORT Update for revision D
  ` [Qemu-devel] "
    ` [Qemu-arm] "

[Bug 202019] New: amdgpu: fan speed reported incorrectly when the fan is off
 2018-12-18 11:11 UTC 

[PATCH v3 0/3] greybus: gpio: Switch to the gpio descriptor interface
 2018-12-18 11:10 UTC  (3+ messages)
` [PATCH v3 1/3] staging: greybus: gpio: switch GPIO portions to use GPIOLIB_IRQCHIP

[Qemu-devel] [PATCH v2 0/3] Fix strncpy() warnings for GCC8 new -Wstringop-truncation
 2018-12-18 11:09 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/3] hw/acpi: Replace strncpy() by strpadcpy(pad='\0')
` [Qemu-devel] [PATCH v2 2/3] block/sheepdog: "
` [Qemu-devel] [PATCH v2 3/3] migration: "

[PATCH 0/3] improve MAC swap performance
 2018-12-18 11:09 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] app/testpmd: code refactory for macswap
  ` [PATCH v3 2/3] app/testpmd: improve MAC swap performance for x86
  ` [PATCH v3 3/3] app/testpmd: further "

[Qemu-devel] [PULL v3 00/15] Hardfloat + softfloat maintainers update and gitdm
 2018-12-18 10:53 UTC  (4+ messages)
` [Qemu-devel] [PULL v3 08/15] tests/fp: add fp-bench

[PATCH v3] f2fs: fix sbi->extent_list corruption issue
 2018-12-18 11:09 UTC 

[Qemu-devel] [PATCH] spapr: Add H-Call H_HOME_NODE_ASSOCIATIVITY
 2018-12-18 10:57 UTC  (7+ messages)
    ` [Qemu-devel] [Qemu-ppc] "

[PATCH] cpuidle: New timer events oriented governor for tickless systems
 2018-12-18 11:09 UTC 

Plans for meshd
 2018-12-18 11:08 UTC  (3+ messages)

[PATCH 2/3] arm64: defconfig: Enable scu-simple-card driver
 2018-12-18 11:07 UTC  (8+ messages)

[PATCH] drm/i915: Update crtc scaler settings when update_pipe is set
 2018-12-18 11:07 UTC  (2+ messages)

VF of a X520 card does not process VLAN packets
 2018-12-18 11:06 UTC 

[PATCH V3 0/6] thermal: Align devm_thermal_zone_{device,of_sensor}_register
 2018-12-18 11:06 UTC  (13+ messages)
` [PATCH V3 1/6] thermal: split thermal_zone_of_sensor_register{,_param}()
` [PATCH V3 2/6] thermal: split devm_thermal_zone_of_sensor_register{,_param}()
` [PATCH V3 3/6] thermal: Register hwmon in thermal_zone_of_sensor_register_param()
` [PATCH V3 4/6] thermal: stm32: Convert to devm_thermal_zone_of_sensor_register_params()
` [PATCH V3 5/6] thermal: rcar_thermal: "
` [PATCH V3 6/6] thermal: rcar_gen3_thermal: Register hwmon sysfs interface

[PATCH v2 0/4] drm/i915/icl: Fix TypeC Legacy HPD handling
 2018-12-18 11:05 UTC  (3+ messages)
` [PATCH v2 4/4] drm/i915/icl: Add fallback detection method for TypeC legacy ports

[PATCH net-next 00/12] net: hns3: code optimizations & bugfixes for HNS3 driver
 2018-12-18 11:37 UTC  (13+ messages)
` [PATCH net-next 01/12] net: hns3: fix error handling int the hns3_get_vector_ring_chain
` [PATCH net-next 02/12] net: hns3: uninitialize pci in the hclgevf_uninit
` [PATCH net-next 03/12] net: hns3: fix napi_disable not return problem
` [PATCH net-next 04/12] net: hns3: update some variables while hclge_reset()/hclgevf_reset() done
` [PATCH net-next 05/12] net: hns3: remove unnecessary configuration recapture while resetting
` [PATCH net-next 06/12] net: hns3: fix incomplete uninitialization of IRQ in the hns3_nic_uninit_vector_data()
` [PATCH net-next 07/12] net: hns3: update coalesce param per second
` [PATCH net-next 08/12] net: hns3: remove 1000M/half support of phy
` [PATCH net-next 09/12] net: hns3: synchronize speed and duplex from phy when phy link up
` [PATCH net-next 10/12] net: hns3: getting tx and dv buffer size through firmware
` [PATCH net-next 11/12] net: hns3: aligning buffer size in SSU to 256 bytes
` [PATCH net-next 12/12] net: hns3: fix a SSU buffer checking bug

[PATCH] PCI: imx: Fix an IS_ERR() vs NULL bug
 2018-12-18 11:03 UTC  (11+ messages)

[RFC 0/6] dma: Add Synopsys eDMA IP driver (version 0)
 2018-12-18 10:58 UTC  (7+ messages)
` [RFC,1/6] dma: Add Synopsys eDMA IP core driver
        ` [RFC 1/6] "

kernel BUG at fs/inode.c:LINE!
 2018-12-18 11:01 UTC  (4+ messages)

[GIT PULL] etnaviv-next for 4.21 revamp
 2018-12-18 11:00 UTC 

[PATCH v14 00/10] implement packed virtqueues
 2018-12-18 10:58 UTC  (5+ messages)
` [PATCH v14 02/10] net/virtio: add packed virtqueue helpers
` [PATCH v14 09/10] net/virtio-user: fail if cq used with packed vq

[PATCH] regmap: regmap-irq: Remove default irq type setting from core
 2018-12-18 10:58 UTC 

[PATCH] MAINTAINERS: drm: Remove myself as drm-bridge maintainer
 2018-12-18 10:58 UTC  (5+ messages)

[PATCH -next] cifs: Fix to use kmem_cache_free() instead of kfree()
 2018-12-18 10:57 UTC  (2+ messages)

[PATCH v4 0/5] Bug fixes for Qualcomm BT chip wcn3990
 2018-12-18 10:55 UTC  (4+ messages)
` [PATCH v4 1/5] Bluetooth: hci_qca: use wait_until_sent() for power pulses

[PATCH 00/17] Add more support for the RZ/G2E
 2018-12-18 10:55 UTC  (2+ messages)

[PATCH 00/12] Bring suspend to RAM support to PCIe Aardvark driver
 2018-12-18 10:54 UTC  (5+ messages)
` [PATCH 05/12] PCI: aardvark: add suspend to RAM support

[PATCH] drm/i915: Apply missed interrupt after reset w/a to all ringbuffer gen
 2018-12-18 10:54 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Apply missed interrupt after reset w/a to all ringbuffer gen (rev8)

cdc-acm: fix abnormal DATA RX issue for Mediatek Preloader
 2018-12-18 10:54 UTC  (4+ messages)
` [v3] "
  ` [PATCH v3] "

[PATCH] usb: typec: Improve Alt Mode documentation
 2018-12-18 10:53 UTC  (2+ messages)
`  "

[PATCH v1 1/3] MIPS: migrate all files to SPDX
 2018-12-18 10:52 UTC  (5+ messages)

[PATCH v2] kmemleak: Turn kmemleak_lock to raw spinlock on RT
 2018-12-18 10:51 UTC  (8+ messages)

[PATCH] bbdev: add missing experimental tags
 2018-12-18 10:48 UTC  (8+ messages)

[PATCH v5 0/9] Raspberry Pi miniuart support
 2018-12-18 10:47 UTC  (10+ messages)
` [PATCH v5 1/9] ARM: rpi: fix typo in rpi-common.c
` [PATCH v5 2/9] ARM: rpi: move clks into board specific rpi-common
` [PATCH v5 3/9] ARM: rpi: retrieve miniuart clock from firmware
` [PATCH v5 4/9] serial_ns16550: handle default reg-io-width
` [PATCH v5 5/9] serial_ns16550: add raspberry pi compatible and init
` [PATCH v5 6/9] ARM: rpi: add NS16550 support
` [PATCH v5 7/9] ARM: rpi: choose miniuart as stdout
` [PATCH v5 8/9] doc: bcm283x: remove miniuart overlay instruction
` [PATCH v5 9/9] ARM: rpi: use defines for uart bases

[PATCH 00/13] btrfs-progs: check: Fix
 2018-12-18 10:46 UTC  (14+ messages)
` [PATCH 01/13] btrfs-progs: lowmem: fix false alert about the existence of gaps in the check_file_extent
` [PATCH 02/13] btrfs-progs: lowmem: add argument path to punch_extent_hole()
` [PATCH 03/13] btrfs-progs: lowmem: move nbytes check before isize check
` [PATCH 04/13] btrfs-progs: lowmem: fix false alert if extent item has been repaired
` [PATCH 05/13] btrfs-progs: lowmem: check unaligned disk_bytenr for extent_data
` [PATCH 06/13] btrfs-progs: lowmem: rename delete_extent_tree_item() to delete_item()
` [PATCH 07/13] btrfs-progs: lowmem: delete unaligned bytes extent data under repair
` [PATCH 08/13] btrfs-progs: Revert "btrfs-progs: Add repair and report function for orphan file extent."
` [PATCH 09/13] btrfs-progs: Revert "btrfs-progs: Record orphan data extent ref to corresponding root."
` [PATCH 10/13] btrfs-progs: check: fix wrong @offset used in find_possible_backrefs()
` [PATCH 11/13] btrfs-progs: check: Delete file extent item with unaligned disk bytenr
` [PATCH 12/13] btrfs-progs: tests: add case for inode lose one file extent
` [PATCH 13/13] btrfs-progs: fsck-test: enable lowmem repair for case 001

[PATCH v4 3/9] drivers/firewire/core-iso.c: Convert to use vm_insert_range
 2018-12-18 10:45 UTC  (3+ messages)

[PATCH v5 0/5] mm: Randomize free memory
 2018-12-18 10:45 UTC  (4+ messages)

[Qemu-devel] [PATCH v2 0/5] disas: nanoMIPS: Clean up several issues
 2018-12-18 10:43 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/5] disas: nanoMIPS: Fix preamble text


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.