All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-12-05 12:28:53 to 2018-12-05 12:59:38 UTC [more...]

[Qemu-devel] [PATCH v10 0/9] qcow2: cluster space preallocation
 2018-12-05 12:59 UTC  (5+ messages)
` [Qemu-devel] [PATCH v10 1/9] mirror: inherit supported write/zero flags
` [Qemu-devel] [PATCH v10 4/9] block: introduce BDRV_REQ_ALLOCATE flag

[PATCH 0/2] arm64: dts: rockchip: rockpro64 dts issues
 2018-12-05 12:59 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: rockchip: rockpro64 fix regulator gpios

[PATCH RFC 0/7] mm: PG_reserved cleanups and documentation
 2018-12-05 12:56 UTC  (28+ messages)
` [PATCH RFC 1/7] agp: efficeon: no need to set PG_reserved on GATT tables
` [PATCH RFC 2/7] s390/vdso: don't clear PG_reserved
` [PATCH RFC 3/7] powerpc/vdso: "
` [PATCH RFC 4/7] riscv/vdso: "
` [PATCH RFC 5/7] m68k/mm: use __ClearPageReserved()
` [PATCH RFC 6/7] arm64: kexec: no need to ClearPageReserved()
` [PATCH RFC 7/7] mm: better document PG_reserved

[PATCH v3 0/4] iommu improvements
 2018-12-05 12:58 UTC  (5+ messages)
` [PATCH v3 1/4] amd-iommu: add flush iommu_ops

ext4 file system corruption with v4.19.3 / v4.19.4
 2018-12-05 12:58 UTC  (9+ messages)

[PATCH v2 0/2] spi: Add Renesas R-Car Gen3 RPC SPI driver
 2018-12-05 12:53 UTC  (12+ messages)
` [PATCH v2 1/2] spi: Add Renesas R-Car Gen3 RPC SPI controller driver
` [PATCH v2 2/2] dt-binding: spi: Document Renesas R-Car Gen3 RPC controller bindings

[PATCH 1/5] netfilter: fix general protection fault when unregister sysctl table
 2018-12-05 12:56 UTC  (5+ messages)
` [PATCH 2/5] netfilter: register sysctl table for gre
` [PATCH 3/5] procfs: fix double drop_sysctl_table()
` [PATCH 4/5] netfilter: fix missed NULL check in nf_conntrack_proto_pernet_init()
` [PATCH 5/5] netfilter: fix error return value of nf_ct_l4proto_pernet_register_one()

[U-Boot] [PATCH 1/1] usb: musb-new: sunxi: Fix null pointer access
 2018-12-05 12:57 UTC  (2+ messages)

[PATCH v2 0/2] media: cedrus: Add H264 decoding support
 2018-12-05 12:56 UTC  (4+ messages)
` [PATCH v2 1/2] media: uapi: Add H264 low-level decoder API compound controls

[PATCH for v4.20 0/2] cedrus: move MPEG controls out of the uAPI
 2018-12-05 12:56 UTC  (2+ messages)

[Qemu-devel] [PATCH 2 00/39] Windbg supporting
 2018-12-05 12:55 UTC  (40+ messages)
` [Qemu-devel] [PATCH 2 01/39] windbg: add empty windbgstub files
` [Qemu-devel] [PATCH 2 02/39] windbg: add windbg's KD header file
` [Qemu-devel] [PATCH 2 03/39] windbg: add -windbg option
` [Qemu-devel] [PATCH 2 04/39] windbg: add helper features
` [Qemu-devel] [PATCH 2 05/39] windbg: add WindbgState
` [Qemu-devel] [PATCH 2 06/39] windbg: add chardev
` [Qemu-devel] [PATCH 2 07/39] windbg: hook to wrmsr operation
` [Qemu-devel] [PATCH 2 08/39] windbg: implement windbg_on_load
` [Qemu-devel] [PATCH 2 09/39] windbg: implement find_KPCR
` [Qemu-devel] [PATCH 2 10/39] windbg: implement find_kdVersion
` [Qemu-devel] [PATCH 2 11/39] windbg: add windbg_search_vmaddr
` [Qemu-devel] [PATCH 2 12/39] windbg: implement find_kdDebuggerDataBlock
` [Qemu-devel] [PATCH 2 13/39] windbg: parsing data stream
` [Qemu-devel] [PATCH 2 14/39] windbg: send data and control packets
` [Qemu-devel] [PATCH 2 15/39] windbg: handler of parsing context
` [Qemu-devel] [PATCH 2 16/39] windbg: init DBGKD_ANY_WAIT_STATE_CHANGE
` [Qemu-devel] [PATCH 2 17/39] windbg: generate ExceptionStateChange and LoadSymbolsStateChange
` [Qemu-devel] [PATCH 2 18/39] windbg: implement windbg_process_control_packet
` [Qemu-devel] [PATCH 2 19/39] windbg: implement windbg_process_data_packet
` [Qemu-devel] [PATCH 2 20/39] windbg: implement windbg_process_manipulate_packet
` [Qemu-devel] [PATCH 2 21/39] windbg: implement kd_api_read_virtual_memory and kd_api_write_virtual_memory
` [Qemu-devel] [PATCH 2 22/39] windbg: some kernel structures
` [Qemu-devel] [PATCH 2 23/39] windbg: add helper functions
` [Qemu-devel] [PATCH 2 24/39] windbg: [de]serialization cpu context
` [Qemu-devel] [PATCH 2 25/39] windbg: [de]serialization cpu spec registers
` [Qemu-devel] [PATCH 2 26/39] windbg: implement kd_api_get_context and kd_api_set_context
` [Qemu-devel] [PATCH 2 27/39] windbg: implement kd_api_get_context_ex and kd_api_set_context_ex
` [Qemu-devel] [PATCH 2 28/39] windbg: implement kd_api_read_control_space and kd_api_write_control_space
` [Qemu-devel] [PATCH 2 29/39] windbg: implement kd_api_write_breakpoint and kd_api_restore_breakpoint
` [Qemu-devel] [PATCH 2 30/39] windbg: debug exception subscribing
` [Qemu-devel] [PATCH 2 31/39] windbg: implement kd_api_continue
` [Qemu-devel] [PATCH 2 32/39] windbg: implement kd_api_read_io_space and kd_api_write_io_space
` [Qemu-devel] [PATCH 2 33/39] windbg: implement kd_api_read_physical_memory and kd_api_write_physical_memory
` [Qemu-devel] [PATCH 2 34/39] windbg: implement kd_api_get_version
` [Qemu-devel] [PATCH 2 35/39] windbg: implement kd_api_read_msr and kd_api_write_msr
` [Qemu-devel] [PATCH 2 36/39] windbg: implement kd_api_search_memory
` [Qemu-devel] [PATCH 2 37/39] windbg: implement kd_api_fill_memory
` [Qemu-devel] [PATCH 2 38/39] windbg: implement kd_api_query_memory
` [Qemu-devel] [PATCH 2 39/39] windbg: maintainers

[U-Boot] [PATCH v3 0/7] ACPI: Generate SPCR table
 2018-12-05 12:55 UTC  (15+ messages)
` [U-Boot] [PATCH v3 1/7] dm: serial: Add ->getconfig() callback
` [U-Boot] [PATCH v3 2/7] dm: serial: Introduce ->getinfo() callback
` [U-Boot] [PATCH v3 3/7] serial: ns16550: Group reg_* members of ns16550_platdata
` [U-Boot] [PATCH v3 4/7] serial: ns16550: Read reg-io-width from device tree
` [U-Boot] [PATCH v3 5/7] serial: ns16550: Provide ->getinfo() implementation
` [U-Boot] [PATCH v3 7/7] x86: acpi: Generate SPCR table

[U-Boot] [PATCH] test: hexdump: fix misplaced return
 2018-12-05 12:55 UTC  (2+ messages)

[PATCH] gpio: uniphier: convert to SPDX License Identifier
 2018-12-05 12:54 UTC  (2+ messages)

[PATCH 1/2] irq/irq_sim: provide irq_sim_fire_edge()
 2018-12-05 12:55 UTC  (14+ messages)

[PATCH] pinctrl: uniphier: convert to SPDX License Identifier
 2018-12-05 12:53 UTC  (2+ messages)

[PATCH] tty: xilinx_uartps: Correct return value in probe
 2018-12-05 12:53 UTC  (4+ messages)

[PATCH 0/3] vfio-ccw: support hsch/csch (kernel part)
 2018-12-05 12:54 UTC  (6+ messages)
      ` [Qemu-devel] "

[igt-dev] [PATCH i-g-t 1/1] runner: Produce json with results_version=10
 2018-12-05 12:53 UTC  (3+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for series starting with [i-g-t,1/1] "
` [igt-dev] [PATCH i-g-t v2 1/1] "

[PATCH] usb: dwc2: Revert "usb: dwc2: Disable all EP's on disconnect"
 2018-12-05 12:52 UTC  (7+ messages)
            `  "

[PATCH v2] net/i40e: fix VF/PF port reset
 2018-12-05 12:51 UTC  (2+ messages)

[PATCH 1/2] iwd: add more PACKAGECONFIG options
 2018-12-05 12:51 UTC  (2+ messages)
` [PATCH 2/2] iwd: install API documentation

[PATCH v2 00/10] irqdomain, gic-v3-its: Implement late irq domain initialization
 2018-12-05 12:50 UTC  (3+ messages)

[PATCH 00/15 v3] Regulator ena_gpiod fixups
 2018-12-05 12:47 UTC  (16+ messages)
` [PATCH 01/15 v3] regulator: core: Track dangling GPIO descriptors
` [PATCH 02/15 v3] regulator: fixed: Let core handle GPIO descriptor
` [PATCH 03/15 v3] regulator: lm363x: "
` [PATCH 04/15 v3] regulator: lp8788-ldo: "
` [PATCH 05/15 v3] regulator: max8952: "
` [PATCH 06/15 v3] regulator: max8973: "
` [PATCH 07/15 v3] gpio: Export gpiod_get_from_of_node()
` [PATCH 08/15 v3] regulator: max77686: Let core handle GPIO descriptor
` [PATCH 09/15 v3] gpio: Enable nonexclusive gpiods from DT nodes
` [PATCH 10/15 v3] gpio: devres: Handle nonexclusive GPIOs
` [PATCH 11/15 v3] gpio: Add devm_gpiod_unhinge()
` [PATCH 12/15 v3] regulator: da9211: Hand over GPIO to regulator core
` [PATCH 13/15 v3] regulator: s5m8767: "
` [PATCH 14/15 v3] regulator: tps65090: "
` [PATCH 15/15 v3] regulator: s2mps11: "

[Qemu-devel] [PATCH] MAINTAINERS: update status of FPU emulation
 2018-12-05 12:48 UTC 

[PATCH v5 0/7] spi: add support for octal mode
 2018-12-05 12:46 UTC  (6+ messages)

[PATCH v4 09/10] KVM: s390: add and wire function gib_alert_irq_handler()
 2018-12-05 12:45 UTC 

perf: perf_fuzzer triggers GPF in perf_prepare_sample
 2018-12-05 12:45 UTC  (2+ messages)

Fix for https://bugzilla.kernel.org/show_bug.cgi?id=200085
 2018-12-05 12:45 UTC 

Kernel crashes after 529262d56dbe "block: remove ->poll_fn"
 2018-12-05 12:45 UTC  (2+ messages)

[PATCH] x86/kernel: Fix more -Wmissing-prototypes warnings
 2018-12-05 12:44 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/18] Xen PV backend 'qdevification'
 2018-12-05 12:43 UTC  (6+ messages)
` [Qemu-devel] [PATCH 04/18] xen: create xenstore areas for XenDevice-s
      `  "

[PATCH 00/10] btrfs: Support for DAX devices
 2018-12-05 12:43 UTC  (13+ messages)
` [PATCH 01/10] btrfs: create a mount option for dax
` [PATCH 02/10] btrfs: basic dax read
` [PATCH 03/10] btrfs: dax: read zeros from holes
` [PATCH 04/10] Rename __endio_write_update_ordered() to btrfs_update_ordered_extent()
` [PATCH 05/10] btrfs: Carve out btrfs_get_extent_map_write() out of btrfs_get_blocks_write()
` [PATCH 06/10] btrfs: dax write support
` [PATCH 07/10] dax: export functions for use with btrfs
` [PATCH 08/10] btrfs: dax add read mmap path
` [PATCH 09/10] btrfs: dax support for cow_page/mmap_private and shared
` [PATCH 10/10] btrfs: dax mmap write

[Qemu-devel] [for-4.0 PATCH v3 0/9] pcie: Enhanced link speed and width support
 2018-12-05 12:42 UTC  (3+ messages)
` [Qemu-devel] [for-4.0 PATCH v3 3/9] qapi: Define PCIe link speed and width properties

[U-Boot] [PATCH 0/7] Add USB/UART boot to HS DRA7xx/AM57xx
 2018-12-05 12:42 UTC  (5+ messages)
` [U-Boot] [PATCH 6/7] defconfigs: Add config for AM57xx High Security EVM with UART/USB Boot support

[RFC] sched/fair: Align vruntime to last_se when curr_se's timeslice run out
 2018-12-05 12:41 UTC 

[Qemu-devel] [PATCH v6 00/13] hardfloat
 2018-12-05 12:41 UTC  (4+ messages)
` [Qemu-devel] [PATCH v6 13/13] hardfloat: implement float32/64 comparison

arm: xl vcpu-pin leads to oom-killer slashing processes
 2018-12-05 12:40 UTC  (7+ messages)

[PATCH 1/4] ALSA: hda/realtek: ALC286 mic and headset-mode fixups for Acer Aspire U27-880
 2018-12-05 12:37 UTC  (4+ messages)

[PATCH v2 0/6] memblock: simplify several early memory allocation
 2018-12-05 12:37 UTC  (8+ messages)
` [PATCH v2 1/6] powerpc: prefer memblock APIs returning virtual address
        ` [OpenRISC] "

[PATCH 1/3] um: Optimize TLB operations v2
 2018-12-05 12:37 UTC  (3+ messages)
` [PATCH 2/3] um: Skip TLB flushing where not needed
` [PATCH 3/3] um: Avoid marking pages with "changed protection"

[PATCH 0/3] net: macb: DMA race condition fixes
 2018-12-05 12:38 UTC  (7+ messages)
` [PATCH 1/3] net: macb: fix random memory corruption on RX with 64-bit DMA
` [PATCH 2/3] net: macb: fix dropped RX frames due to a race
` [PATCH 3/3] net: macb: add missing barriers when reading buffers

[Qemu-devel] [PATCH v3 0/6] monitor: misc fixes
 2018-12-05 12:37 UTC  (2+ messages)

[Qemu-devel] [PULL 0/2] Block layer patches
 2018-12-05 12:35 UTC  (7+ messages)
` [Qemu-devel] [PULL 2/2] iotests: simple mirror test with kvm on 1G image
      ` [Qemu-devel] [qemu-s390x] "

[PATCH 5/9] dma-mapping: support highmem in the generic remap allocator
 2018-12-05 12:35 UTC  (4+ messages)
  ` [PATCH] dma-mapping: fix lack of DMA address assignment in "

[PATCH 0/2] x86/dom0: improve PVH paging memory calculation
 2018-12-05 12:34 UTC  (3+ messages)
` [PATCH 2/2] x86/dom0: improve paging memory usage calculations

[U-Boot] [PATCH 1/3] buildman: Drop comment about Ctrl-C problem
 2018-12-05 12:35 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] buildman: Add support for building with clang
` [U-Boot] [PATCH 3/3] travis: Use buildman "

[PATCH] net/e1000: xstat RXERRC statictic register added
 2018-12-05 12:35 UTC 

[PATCH net 0/3] net: add support for flex_array_resize in flex_array
 2018-12-05 12:34 UTC  (3+ messages)

[PATCH v4] drm/rockchip: update cursors asynchronously through atomic
 2018-12-05 12:33 UTC  (2+ messages)

[Qemu-devel] [PATCH] qapi: Add vim magic modelines for qapi definitions
 2018-12-05 12:33 UTC  (3+ messages)

[PATCH 1/3] lib/oe/utils: Improve multiprocess_lauch exception handling
 2018-12-05 12:33 UTC  (3+ messages)
` [PATCH 2/3] oeqa/selftest/runqemu: Improve testcase failure handling
` [PATCH 3/3] oeqa/utils/qemurunner: Avoid tracebacks on closed files

[PATCH 0/3] Devtool: provide easy means of reconfiguring the kernel
 2018-12-05 12:33 UTC  (2+ messages)
` ✗ patchtest: failure for Devtool: provide easy means of reconfiguring the kernel (rev2)

[PATCH 00/12] arm64: Paravirtualized time support
 2018-12-05 12:32 UTC  (8+ messages)
` [PATCH 01/12] KVM: arm64: Document PV-time interface

[PATCH] powerpc/ipic: Remove unused ipic_set_priority()
 2018-12-05 12:26 UTC 

[Qemu-devel] [Bug 1803160] [NEW] qemu-3.1.0-rc0: tcg.c crash in temp_load
 2018-12-05 12:16 UTC  (2+ messages)
` [Qemu-devel] [Bug 1803160] "

[PATCH] drm/i915/fbc/cnl: Add GLK and CNL+ hardware tracking area
 2018-12-05 12:30 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[U-Boot] [PATCH] pcm058: fix NAND flash not using badblock table
 2018-12-05 12:29 UTC 

[PATCH] clk: vc5: Add suspend/resume support
 2018-12-05 12:29 UTC  (5+ messages)

[RFC PATCH] hwpoison, memory_hotplug: allow hwpoisoned pages to be offlined
 2018-12-05 12:29 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.