All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-09-21 21:45:26 to 2017-09-21 23:17:14 UTC [more...]

[Qemu-devel] [PULL 00/32] Misc changes for 2017-09-22
 2017-09-21 23:16 UTC  (24+ messages)
` [Qemu-devel] [PULL 01/32] virtio-serial: add enable_backend callback
` [Qemu-devel] [PULL 02/32] kvm: drop wrong assertion creating problems with pflash
` [Qemu-devel] [PULL 03/32] memory: avoid a name clash with access macro
` [Qemu-devel] [PULL 04/32] atomic: update documentation
` [Qemu-devel] [PULL 05/32] memory: avoid "resurrection" of dead FlatViews
` [Qemu-devel] [PULL 06/32] exec: Explicitly export target AS from address_space_translate_internal
` [Qemu-devel] [PULL 07/32] memory: Open code FlatView rendering
` [Qemu-devel] [PULL 08/32] memory: Move FlatView allocation to a helper
` [Qemu-devel] [PULL 09/32] memory: Move AddressSpaceDispatch from AddressSpace to FlatView
` [Qemu-devel] [PULL 10/32] memory: Remove AddressSpace pointer from AddressSpaceDispatch
` [Qemu-devel] [PULL 11/32] memory: Switch memory from using AddressSpace to FlatView
` [Qemu-devel] [PULL 12/32] memory: Cleanup after switching "
` [Qemu-devel] [PULL 13/32] memory: Rename mem_begin/mem_commit/mem_add helpers
` [Qemu-devel] [PULL 14/32] memory: Store physical root MR in FlatView
` [Qemu-devel] [PULL 15/32] memory: Alloc dispatch tree where topology is generared
` [Qemu-devel] [PULL 16/32] memory: Move address_space_update_ioeventfds
` [Qemu-devel] [PULL 17/32] memory: Share FlatView's and dispatch trees between address spaces
` [Qemu-devel] [PULL 18/32] memory: Do not allocate FlatView in address_space_init
` [Qemu-devel] [PULL 19/32] memory: Rework "info mtree" to print flat views and dispatch trees
` [Qemu-devel] [PULL 20/32] memory: Get rid of address_space_init_shareable
` [Qemu-devel] [PULL 21/32] memory: Create FlatView directly
` [Qemu-devel] [PULL 22/32] memory: trace FlatView creation and destruction
` [Qemu-devel] [PULL 23/32] memory: seek FlatView sharing candidates among children subregions

[v5 00/12] soc/fsl/qbman: Enable QBMan on ARM Platforms
 2017-09-21 23:14 UTC  (5+ messages)
` [v5 04/12] dt-bindings: soc/fsl: Update reserved memory binding for QBMan

[Buildroot] [PATCH 0/9] Upgrading Go to 1.9 and Docker to v2017.07
 2017-09-21 23:13 UTC  (7+ messages)
` [Buildroot] [PATCH 1/9] dumb-init: new package
` [Buildroot] [PATCH 3/9] docker-engine: add support for init processes

[PATCH] nvmem: sunxi-sid: add support for A64/H5's SID controller
 2017-09-21 23:12 UTC  (4+ messages)

[PATCH net-next] bpf/verifier: improve disassembly of BPF_END instructions
 2017-09-21 23:11 UTC  (9+ messages)

[PATCH] lib/lz4: make arrays static const, reduces object code size
 2017-09-21 23:11 UTC  (6+ messages)

[RFC LINUX PATCH] Dcoumentation: dt: mailbox: Add Xilinx IPI Mailbox
 2017-09-21 22:58 UTC 

[PATCH v3 0/7] clocksource: sh_cmt: Update driver for DT binding rework
 2017-09-21 23:10 UTC  (4+ messages)
` [PATCH v3 1/7] dt-bindings: timer: renesas,cmt: Fix SoC-specific compatible values

[PATCH v4 0/2] irqchip: meson: add support for the gpio interrupt controller
 2017-09-21 23:09 UTC  (6+ messages)
` [PATCH v4 1/2] dt-bindings: interrupt-controller: add DT binding for meson GPIO "

[Qemu-devel] [PULL 00/18] Migration PULL request
 2017-09-21 23:08 UTC  (19+ messages)
` [Qemu-devel] [PULL 01/18] migration: Create migration_ioc_process_incoming()
` [Qemu-devel] [PULL 02/18] migration: Teach it about G_SOURCE_REMOVE
` [Qemu-devel] [PULL 03/18] migration: Add comments to channel functions
` [Qemu-devel] [PULL 04/18] migration: Create migration_has_all_channels
` [Qemu-devel] [PULL 05/18] migration: Add multifd capability
` [Qemu-devel] [PULL 06/18] migration: Create x-multifd-channels parameter
` [Qemu-devel] [PULL 07/18] migration: Create x-multifd-page-count parameter
` [Qemu-devel] [PULL 08/18] migration: Create multifd migration threads
` [Qemu-devel] [PULL 09/18] migration: Split migration_fd_process_incoming
` [Qemu-devel] [PULL 10/18] bitmap: remove BITOP_WORD()
` [Qemu-devel] [PULL 11/18] bitmap: introduce bitmap_count_one()
` [Qemu-devel] [PULL 12/18] bitmap: provide to_le/from_le helpers
` [Qemu-devel] [PULL 13/18] migration: add has_postcopy savevm handler
` [Qemu-devel] [PULL 14/18] migration: fix ram_save_pending
` [Qemu-devel] [PULL 15/18] migration: split common postcopy out of ram postcopy
` [Qemu-devel] [PULL 16/18] migration: pass MigrationIncomingState* into migration check functions
` [Qemu-devel] [PULL 17/18] migration: fix hardcoded function name in error report
` [Qemu-devel] [PULL 18/18] migration: split ufd_version_check onto receive/request features part

[Qemu-devel] [RFC v1 0/2] Add a valid_cpu_types property
 2017-09-21 23:07 UTC  (7+ messages)
` [Qemu-devel] [RFC v1 1/2] machine: "
` [Qemu-devel] [RFC v1 2/2] netduino2: Specify the valid CPUs

[hwc PATCH] drm_hwcomposer: Remove OWNERS
 2017-09-21 23:07 UTC  (4+ messages)

chromium detected as stripped
 2017-09-21 23:06 UTC  (12+ messages)

[Qemu-devel] [PATCH qemu v5 00/18] memory: Store physical root MR in FlatView
 2017-09-21 23:06 UTC  (3+ messages)
` [Qemu-devel] [PATCH qemu v5 16/18] memory: Get rid of address_space_init_shareable

[PATCH linux dev-4.10 0/3] drivers/fsi: Fixup client remove functions
 2017-09-21 22:55 UTC  (6+ messages)
` [PATCH linux dev-4.10 1/3] drivers/fsi/sbefifo: refactor to upstream list state
` [PATCH linux dev-4.10 2/3] drivers/fsi/occ: "
` [PATCH linux dev-4.10 3/3] drivers/hwmon/occ: Remove repeated ops for OCC command in progress

[PATCH] cnic: Fix an error handling path in 'cnic_alloc_bnx2x_resc()'
 2017-09-21 23:01 UTC  (2+ messages)

RFC: Design and code of partial clones (now, missing commits and trees OK)
 2017-09-21 23:04 UTC  (7+ messages)
` RFC: Design and code of partial clones (now, missing commits and trees OK) (part 2/3)
` RFC: Design and code of partial clones (now, missing commits and trees OK) (part 3)

[PATCH 7/7] doc: documentation for SimAuth dbus interfaces
 2017-09-21 23:02 UTC  (2+ messages)

[PATCH] dm-mpath: Improve handling of busy paths
 2017-09-21 22:58 UTC  (6+ messages)

[PATCH] dt-bindings: fix vendor prefix for Abracon
 2017-09-21 22:57 UTC  (2+ messages)

[PATCH] wireless: iwlegacy: make const array static to shink object code size Content-Type: text/pl
 2017-09-21 22:56 UTC  (2+ messages)
` [PATCH] wireless: iwlegacy: make const array static to shink object code size Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit

[PATCH for-rc] RDMA/vmw_pvrdma: Fix reporting correct opcodes for completion
 2017-09-21 22:56 UTC 

[PATCH] dt-bindings: nand: denali: reduce the register space in the example
 2017-09-21 22:55 UTC  (3+ messages)

[PATCH 1/7] sim-auth: prep simauth/dbus headers
 2017-09-21 22:53 UTC  (2+ messages)

nvme multipath support V2
 2017-09-21 22:52 UTC  (4+ messages)
` [PATCH 6/9] nvme: track subsystems

[U-Boot] [PATCH 1/2] disk: Provide API to get partition by name for specific type
 2017-09-21 22:51 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] omap: Fix warning when looking for userdata part

[PATCH v9 0/7] Add support for Qualcomm A53 CPU clock
 2017-09-21 22:51 UTC  (3+ messages)
` [PATCH v9 4/7] clk: qcom: Add A53 PLL support

[PATCH 1/1] net: ti: netcp: use setup_timer
 2017-09-21 22:49 UTC  (2+ messages)

[PATCH 1/1] net: usb: catc: use setup_timer() helper
 2017-09-21 22:49 UTC  (2+ messages)

[PATCH 1/1] net: wan : hdlc: use setup_timer() helper
 2017-09-21 22:49 UTC  (2+ messages)

[PATCH 1/1] net:nfc: use setup_timer
 2017-09-21 22:48 UTC  (2+ messages)

[PATCH v5 0/4] Add STM32 DMAMUX support
 2017-09-21 22:48 UTC  (5+ messages)
` [PATCH v5 1/4] dt-bindings: Document the STM32 DMAMUX bindings

Booting signed xen.efi through shim
 2017-09-21 22:46 UTC  (13+ messages)

On NTP, RTCs and accurately setting their time
 2017-09-21 22:45 UTC  (8+ messages)

[PATCH net-next v2] bridge: also trigger RTM_NEWLINK when interface is released from bridge
 2017-09-21 22:45 UTC  (4+ messages)
` [net-next v3] bridge: trigger RTM_NEWLINK when interface is modified by bridge ioctl
  ` [Bridge] "

S0ix failure due to "clk: x86: Do not gate clocks enabled by the firmware"
 2017-09-21 22:35 UTC  (6+ messages)

[PATCH v2 0/4] Make SCSI device suspend and resume work reliably
 2017-09-21 22:44 UTC  (7+ messages)
` [PATCH v2 3/4] block, scsi: "
` [PATCH v2 4/4] scsi-mq: Reduce suspend latency

[PATCH net-next v2] bpf: Optimize lpm trie delete
 2017-09-21 22:43 UTC 

[PATCH i-g-t] i915_pciids: Change a KBL pci id to GT2 from GT1.5
 2017-09-21 22:43 UTC  (3+ messages)

[PATCH net-next 00/14] gtp: Additional feature support
 2017-09-21 22:41 UTC  (6+ messages)
` [PATCH net-next 12/14] gtp: Configuration for zero UDP checksum

cs42xx8 errors?
 2017-09-21 22:40 UTC  (2+ messages)

[PATCH] staging: xgifb: make const array static to shink object code size
 2017-09-21 22:39 UTC  (2+ messages)

[PATCH] HID: hid-input: Add eraser usage to hidinput_configure_usage
 2017-09-21 22:37 UTC 

[RFC PATCH 0/0] Introduce MPLS over GRE
 2017-09-21 22:35 UTC  (3+ messages)
` [PATCH 2/2] ip_tunnel: add mpls over gre encapsulation

[PATCH net-next] cxgb4: avoid stall while shutting down the adapter
 2017-09-21 22:35 UTC  (2+ messages)

[dm-crypt] Latency penalty
 2017-09-21 22:34 UTC 

[PATCH v2] mesa: Upgrade to 17.2.1 release
 2017-09-21 22:34 UTC  (2+ messages)

[meta-processor-sdk][PATCH v2 0/5] tiovx: Add TIOVX (OpenVX), host side
 2017-09-21 22:34 UTC  (6+ messages)
` [meta-processor-sdk][PATCH v2 1/5] tiovx-sys-iface: Add interface header files between TIOVX library and IPC implementation
` [meta-processor-sdk][PATCH v2 2/5] tiovx-lib-host:Add recipe for TI OpenVX library, host side
` [meta-processor-sdk][PATCH v2 3/5] tiovx-app-host:TI OpenVX IPC HOST implementation and sample application for running OpenVX conformance tests
` [meta-processor-sdk][PATCH v2 4/5] packagegroup-arago-tisdk-addons-sdk-target: add tiovx to devkit
` [meta-processor-sdk][PATCH v2 5/5] packagegroup-arago-tisdk-addons: add tiovx-app

[PATCH net-next 1/1] net/smc: parameter cleanup in smc_cdc_get_free_slot()
 2017-09-21 22:33 UTC  (2+ messages)

[PATCH net 0/9] net/smc: bug fixes 2017-09-20
 2017-09-21 22:31 UTC  (2+ messages)

[PATCH] i2c: designware: make const array supported_speeds static to shink object code size
 2017-09-21 22:30 UTC  (2+ messages)

[PATCH] llvm: Use the SRCREV past final 5.0 release
 2017-09-21 22:26 UTC 

[PATCH v1] travis-ci: fix "skip_branch_tip_with_tag()" string comparison
 2017-09-21 22:26 UTC  (3+ messages)

[PATCH net-next ] net: Remove useless function skb_header_release
 2017-09-21 22:25 UTC  (2+ messages)

2-factor auth options
 2017-09-21 22:52 UTC  (3+ messages)

[PATCH net-next] net: dsa: add port fdb dump
 2017-09-21 22:24 UTC  (2+ messages)

[PATCH net-next] net: dsa: better scoping of slave functions
 2017-09-21 22:24 UTC  (2+ messages)

[PATCH v5 net 0/3] lan78xx: This series of patches are for lan78xx driver
 2017-09-21 22:23 UTC  (2+ messages)

[PATCH net 0/2] Bring back transceiver type for PHYLIB
 2017-09-21 22:20 UTC  (2+ messages)

Failure building on CentOS-7.4
 2017-09-21 22:47 UTC  (2+ messages)

[PATCH] [RESEND][for 4.14] net: qcom/emac: add software control for pause frame mode
 2017-09-21 22:19 UTC  (2+ messages)

[PATCH 2/2] sparc64: Oracle DAX driver
 2017-09-21 22:18 UTC 

[PATCH 1/2] sparc64: Oracle DAX infrastructure
 2017-09-21 22:18 UTC 

[PATCH] hv_netvsc: fix send buffer failure on MTU change
 2017-09-21 22:18 UTC  (2+ messages)

[PATCH 0/2] Driver for Oracle Data Analytics Accelerator
 2017-09-21 22:18 UTC 

[PATCH 1/3] kcov: remove #ifdef CONFIG_RANDOMIZE_BASE
 2017-09-21 22:16 UTC  (2+ messages)

[PATCH net-next] net: dsa: use dedicated CPU port
 2017-09-21 22:16 UTC  (2+ messages)

[PATCH net-next] net: avoid a full fib lookup when rp_filter is disabled
 2017-09-21 22:15 UTC  (2+ messages)

[Patch net] net_sched: remove cls_flower idr on failure
 2017-09-21 22:14 UTC  (2+ messages)

[PATCH v2 00/40] Introduce NXP DPAA Bus, Mempool and PMD
 2017-09-21 22:10 UTC  (13+ messages)
` [PATCH v3 "
  ` [PATCH v3 20/40] drivers: enable compilation of DPAA Mempool driver
  ` [PATCH v3 21/40] maintainers: claim ownership "
  ` [PATCH v3 24/40] config: enable NXP DPAA PMD compilation
  ` [PATCH v3 26/40] net/dpaa: add support for MTU update
  ` [PATCH v4 00/41] Introduce NXP DPAA Bus, Mempool and PMD

[PATCH v2] netfilter: xt_socket: Restore mark from full sockets only
 2017-09-21 22:08 UTC 

[ANNOUNCE] xfsprogs: master updated to f462230 (4.13.0-rc2)
 2017-09-21 22:07 UTC 

Kernel 4.13.0-rc4-next-20170811 - IP Routing / Forwarding performance vs Core/RSS number / HT on
 2017-09-21 22:07 UTC  (14+ messages)

[PATCH] KSM: Replace jhash2 with xxhash
 2017-09-21 22:06 UTC  (6+ messages)

[PATCH] e1000: avoid null pointer dereference on invalid stat type
 2017-09-21 22:01 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH -tip v3 0/7] kprobes/x86: Preempt related enhancements
 2017-09-21 22:00 UTC  (2+ messages)

[PATCH] KEYS: prevent creating a different user's keyrings
 2017-09-21 22:00 UTC  (5+ messages)

[LTP] [PATCH] syscalls/cma: Make process_vm_{readv, writev} tests bionic friendly
 2017-09-21 21:57 UTC 

[RFC PATCH 2/2] userns: control capabilities of some user namespaces
 2017-09-21 21:56 UTC 

[RFC PATCH 1/2] capability: introduce sysctl for controlled user-ns capability whitelist
 2017-09-21 21:56 UTC 

[RFC PATCH 0/2] capability controlled user-namespaces
 2017-09-21 21:56 UTC 

[PATCH 0/8] protocol transition
 2017-09-21 21:55 UTC  (5+ messages)
` [PATCH 3/8] daemon: recognize hidden request arguments

[igt] igt/kms_psr_sink_crc: Fix regression in psr_drrs subtest
 2017-09-21 21:55 UTC  (3+ messages)

[PATCH net] bpf: one perf event close won't free bpf program attached by another perf event
 2017-09-21 21:53 UTC  (6+ messages)

[PATCH] gpio: thunderx: remove unused .map() hook from irq_domain_ops
 2017-09-21 21:54 UTC  (2+ messages)

[RFT v2 PATCH] mmc: sd: try to enable UHS mode w/o power cycle from S3
 2017-09-21 21:52 UTC  (7+ messages)
  ` [EXT] "
          ` [PATCH RFC] mmc: sd: Fix signal voltage when there is no power cycle
            ` [EXT] "

[U-Boot] [PATCH 0/4] arm: am57xx/dra7xx: Improve eMMC Linux boot
 2017-09-21 21:51 UTC  (3+ messages)

[v8 0/4] cgroup-aware OOM killer
 2017-09-21 21:51 UTC  (6+ messages)

eSDK install script failure
 2017-09-21 21:49 UTC  (4+ messages)

[tpm2] ERROR: Failed to initialize tcti context: 0x1
 2017-09-21 21:48 UTC 

[PATCH 0/3] acpi nfit: make emulation of translate SPA on nfit_test
 2017-09-21 21:52 UTC  (4+ messages)
` [PATCH 3/3] acpi nfit: nfit_test supports translate SPA

[PATCH] openpty.3: tfix
 2017-09-21 21:48 UTC 

[PATCH 0/3] iommu/ipmmu-vmsa: R-Car Gen3 IPMMU DT binding update
 2017-09-21 21:45 UTC  (2+ messages)
` [PATCH 3/3] iommu/ipmmu-vmsa: Document R-Car D3 IPMMU DT bindings

[PATCH] serdes-diag-rtos: updated to version 01.00.00.08
 2017-09-21 21:46 UTC 

[RESEND PATCH] drm: Remove obsolete "This is gross" comment
 2017-09-21 21:47 UTC  (4+ messages)
` [Outreachy kernel] "


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.