All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-07 18:17:18 to 2018-03-07 19:02:46 UTC [more...]

[PATCH 1/2] drm/amdgpu: Enable scatter gather display support
 2018-03-07 19:02 UTC  (21+ messages)

[RFC PATCH 0/1] Exclude real mode code from ftrace
 2018-03-07 19:02 UTC  (5+ messages)
` [RFC PATCH 1/1] powerpc/ftrace: Exclude real mode code from

[PATCH v2 00/23] "Foreign" NVMe support for multipath-tools
 2018-03-07 19:02 UTC  (5+ messages)
` [PATCH v2 12/23] libmultipath: "generic multipath" interface
` [PATCH v2 13/23] libmultipath: print: convert API to generic data type

ivtv: use arch_phys_wc_add() and require PAT disabled
 2018-03-07 19:02 UTC 

[meta-gnome][PATCH 01/23] santiy-meta-gnome: add class for bbappend files checking
 2018-03-07 19:01 UTC  (23+ messages)
` [meta-gnome][PATCH 02/23] gupnp-tools: only include when x11 in DISTRO_FEATURES
` [meta-gnome][PATCH 03/23] florence: "
` [meta-gnome][PATCH 04/23] evince: "
` [meta-gnome][PATCH 05/23] evolution-data-server: "
` [meta-gnome][PATCH 06/23] onboard: "
` [meta-gnome][PATCH 07/23] gnome-menus3: "
` [meta-gnome][PATCH 08/23] libgnomekbd: "
` [meta-gnome][PATCH 09/23] keybinder: "
` [meta-gnome][PATCH 10/23] libtimezonemap: "
` [meta-gnome][PATCH 11/23] network-manager-applet: "
` [meta-gnome][PATCH 12/23] abiword: "
` [meta-gnome][PATCH 13/23] devilspie: "
` [meta-gnome][PATCH 14/23] gparted: "
` [meta-gnome][PATCH 15/23] gedit: "
` [meta-gnome][PATCH 16/23] gnome-keyring: "
` [meta-gnome][PATCH 17/23] libgtkstylus: "
` [meta-gnome][PATCH 18/23] glade3: "
` [meta-gnome][PATCH 19/23] libgnomecanvas: "
` [meta-gnome][PATCH 20/23] libgnomeui: "
` [meta-gnome][PATCH 21/23] libbonoboui: "
` [meta-gnome][PATCH 22/23] libgdata: "
` [meta-gnome][PATCH 23/23] gnome-themes: "

[PATCH 0/2] ESRT fixes for relocatable kexec'd kernel
 2018-03-07 19:01 UTC  (9+ messages)

[Qemu-devel] [PATCH v4 00/37] x-blockdev-create for protocols and qcow2
 2018-03-07 18:59 UTC  (38+ messages)
` [Qemu-devel] [PATCH v4 01/37] block/qapi: Introduce BlockdevCreateOptions
` [Qemu-devel] [PATCH v4 02/37] block/qapi: Add qcow2 create options to schema
` [Qemu-devel] [PATCH v4 03/37] qcow2: Rename qcow2_co_create2() to qcow2_co_create()
` [Qemu-devel] [PATCH v4 04/37] qcow2: Let qcow2_create() handle protocol layer
` [Qemu-devel] [PATCH v4 05/37] qcow2: Pass BlockdevCreateOptions to qcow2_co_create()
` [Qemu-devel] [PATCH v4 06/37] qcow2: Use BlockdevRef in qcow2_co_create()
` [Qemu-devel] [PATCH v4 07/37] qcow2: Use QCryptoBlockCreateOptions "
` [Qemu-devel] [PATCH v4 08/37] qcow2: Handle full/falloc preallocation "
` [Qemu-devel] [PATCH v4 09/37] util: Add qemu_opts_to_qdict_filtered()
` [Qemu-devel] [PATCH v4 10/37] test-qemu-opts: Test qemu_opts_append()
` [Qemu-devel] [PATCH v4 11/37] test-qemu-opts: Test qemu_opts_to_qdict_filtered()
` [Qemu-devel] [PATCH v4 12/37] qdict: Introduce qdict_rename_keys()
` [Qemu-devel] [PATCH v4 13/37] qcow2: Use visitor for options in qcow2_create()
` [Qemu-devel] [PATCH v4 14/37] block: Make bdrv_is_whitelisted() public
` [Qemu-devel] [PATCH v4 15/37] block: x-blockdev-create QMP command
` [Qemu-devel] [PATCH v4 16/37] file-posix: Support .bdrv_co_create
` [Qemu-devel] [PATCH v4 17/37] file-win32: "
` [Qemu-devel] [PATCH v4 18/37] gluster: "
` [Qemu-devel] [PATCH v4 19/37] rbd: Fix use after free in qemu_rbd_set_keypairs() error path
` [Qemu-devel] [PATCH v4 20/37] rbd: Factor out qemu_rbd_connect()
` [Qemu-devel] [PATCH v4 21/37] rbd: Remove non-schema options from runtime_opts
` [Qemu-devel] [PATCH v4 22/37] rbd: Pass BlockdevOptionsRbd to qemu_rbd_connect()
` [Qemu-devel] [PATCH v4 23/37] rbd: Support .bdrv_co_create
` [Qemu-devel] [PATCH v4 24/37] rbd: Assign s->snap/image_name in qemu_rbd_open()
` [Qemu-devel] [PATCH v4 25/37] rbd: Use qemu_rbd_connect() in qemu_rbd_do_create()
` [Qemu-devel] [PATCH v4 26/37] nfs: Use QAPI options in nfs_client_open()
` [Qemu-devel] [PATCH v4 27/37] nfs: Support .bdrv_co_create
` [Qemu-devel] [PATCH v4 28/37] sheepdog: QAPIfy "redundancy" create option
` [Qemu-devel] [PATCH v4 29/37] sheepdog: Support .bdrv_co_create
` [Qemu-devel] [PATCH v4 30/37] ssh: Use QAPI BlockdevOptionsSsh object
` [Qemu-devel] [PATCH v4 31/37] ssh: QAPIfy host-key-check option
` [Qemu-devel] [PATCH v4 32/37] ssh: Pass BlockdevOptionsSsh to connect_to_ssh()
` [Qemu-devel] [PATCH v4 33/37] ssh: Support .bdrv_co_create
` [Qemu-devel] [PATCH v4 34/37] file-posix: Fix no-op bdrv_truncate() with falloc preallocation
` [Qemu-devel] [PATCH v4 35/37] block: Fail bdrv_truncate() with negative size
` [Qemu-devel] [PATCH v4 36/37] qemu-iotests: Test qcow2 over file image creation with QMP
` [Qemu-devel] [PATCH v4 37/37] qemu-iotests: Test ssh image creation over QMP

[meta-oe][PATCH 01/36] zsh: move to recipes-shells
 2018-03-07 19:00 UTC  (4+ messages)
` [meta-oe][PATCH 32/36] rocksdb: move to recipes-bsp

[PATCH 0/2] btrfs: Add two new unprivileged ioctls to allow normal users to call "sub list/show" etc
 2018-03-07 19:00 UTC  (5+ messages)
` [PATCH 1/2] btrfs: Add unprivileged subvolume search ioctl

Bug report: git-stash doesn't return correct status code
 2018-03-07 18:58 UTC  (2+ messages)

[PATCH V2 0/7] CPU cooling device new strategies
 2018-03-07 18:57 UTC  (3+ messages)

[PATCH v2 0/5] x86: Switch some bits of MSR handing over to the new infrastructure
 2018-03-07 18:58 UTC  (6+ messages)
` [PATCH v2 1/5] x86/hvm: Handle viridian MSRs via the new guest_{rd, wr}msr() infrastructure
` [PATCH v2 2/5] x86: Handle the Xen "
` [PATCH v2 3/5] x86: Fix APIC MSR constant names
` [PATCH v2 4/5] x86/hvm: Handle x2apic MSRs via the new guest_{rd, wr}msr() infrastructure
` [PATCH v2 5/5] x86/msr: Blacklist various MSRs which guests definitely shouldn't be using

[Qemu-devel] [PATCH] virtio_net: flush uncompleted TX on reset
 2018-03-07 18:57 UTC 

[Cluster-devel] GFS2: Please pull patch tagged gfs2-4.16.rc4.fixes
 2018-03-07 18:57 UTC  (2+ messages)
  `  "

[PATCH v2 1/6] staging: vc04_services: Replace "firmware" node with a compatible lookup
 2018-03-07 18:57 UTC  (13+ messages)
` [PATCH v2 2/6] staging: vc04_services: Add comments describing g_cache_line_size
` [PATCH v2 3/6] dt-bindings: soc: Add a binding for the Broadcom VCHIQ services
` [PATCH v2 4/6] ARM: dts: bcm2835: Add VCHIQ node to the Raspberry Pi boards
` [PATCH v2 5/6] staging: vc04_services: Mark the "DT bindings" job done
` [PATCH v2 6/6] staging: vc04_services: Remove vchiq_queue_bulk_{transmit,receive}
  ` [PATCH v2 6/6] staging: vc04_services: Remove vchiq_queue_bulk_{transmit, receive}

[PATCH 00/19] perf tools: Assorted fixes
 2018-03-07 18:56 UTC  (3+ messages)
` [PATCH 05/19] perf tools: Add refcnt into struct mem_info

[PATCH v4 2/2] virtio_net: Extend virtio to use VF datapath when available
 2018-03-07 18:55 UTC  (15+ messages)
                          ` [virtio-dev] "

[PATCH] security: Fix IMA Kconfig for dependencies on ARM64
 2018-03-07 18:55 UTC  (6+ messages)

[PATCH net] l2tp: do not accept arbitrary sockets
 2018-03-07 18:55 UTC  (3+ messages)

[RFC V3 0/3] perf stat: improvements for handling of multiple PMUs
 2018-03-07 18:54 UTC  (6+ messages)
` [RFC V3 1/3] perf, tools: Support wildcards on pmu name in dynamic pmu events

[PATCH 1/3] ndctl: don't print erroneous namespace numa_nodes
 2018-03-07 19:00 UTC  (9+ messages)
` [PATCH 2/3] ndctl: add numa_node support for regions
` [PATCH 3/3] ndctl: add filtering based on numa_node
    ` [PATCH v2 "

[Bug 101900] No HDMI audio on Polaris
 2018-03-07 18:53 UTC  (2+ messages)
` [Bug 101900] No HDMI HBR audio on Polaris (no TrueHD, no Atmos, no Neo:X, no HD Master audio) and static noise in sound when LPCM on amdgpu Xorg driver

[Buildroot] [PATCH v5 0/4] Initial support for NXP iMX8 (imx8mq-evk)
 2018-03-07 18:52 UTC  (5+ messages)
` [Buildroot] [PATCH v5 1/4] imx-mkimage: new package
` [Buildroot] [PATCH v5 2/4] freescale-imx: add config option for i.MX8M
` [Buildroot] [PATCH v5 3/4] firmware-imx: add support for iMX8M firmware
` [Buildroot] [PATCH v5 4/4] configs/freescale_imx8mqevk: new defconfig

[PATCH 0/7] ARM: hacks for link-time optimization
 2018-03-07 18:52 UTC  (6+ messages)
` [PATCH 2/7] ARM: LTO: avoid THUMB2_KERNEL+LTO

[PATCH v12 00/17] overlayfs: Delayed copy up of data
 2018-03-07 18:52 UTC  (4+ messages)
` [PATCH v12 13/17] ovl: Check redirects for metacopy files

[PATCH 0/2] nd/parseopt-completion fixups
 2018-03-07 18:51 UTC  (6+ messages)
` [PATCH 2/2] completion: simplify _git_notes

[PATCH 1/6] drm: Reject replacing property enum values
 2018-03-07 18:50 UTC  (4+ messages)
` [PATCH 6/6] drm: Reject bad property flag combinations

[Qemu-devel] [PATCH] sparc: fix leon3 casa instruction when MMU is disabled
 2018-03-07 18:49 UTC  (2+ messages)

Simplifying our RCU models
 2018-03-07 18:48 UTC  (6+ messages)

[PATCH] hv_netvsc: fix multicast flags and sync
 2018-03-07 18:48 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/7] Add checks for corruption in the snapshot table
 2018-03-07 18:47 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 3/7] qcow2: Check L1 table parameters in qcow2_expand_zero_clusters()

[Qemu-devel] [PATCH] hw/misc/macio: Mark the macio devices with user_creatable = false
 2018-03-07 18:47 UTC  (2+ messages)

[PATCH] locks: change POSIX lock ownership on execve when file_struct is displaced
 2018-03-07 18:43 UTC 

[Qemu-devel] [PATCH] hw/sparc/sun4m: Fix implicit creation of "-drive if=scsi" devices
 2018-03-07 18:43 UTC  (2+ messages)

[PATCH 00/16] xfsprogs: misc fixes, geometry refactoring
 2018-03-07 18:34 UTC  (2+ messages)
` [RFC PATCH 17/16] xfs_spaceman: only produce info for root of mounted xfs

[PATCH/RFC 00/60] omapdrm: Reverse direction of DSS device (dis)connect operations
 2018-03-07 18:41 UTC  (3+ messages)

[PATCH/RFC 0/1] Avoid expensive 'repack -ad' in gc --auto
 2018-03-07 18:40 UTC  (8+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 3/5] gc --auto: exclude base pack if not enough mem to "repack -ad"

[PATCH v2 8/9] lib/vsprintf: Remove useless NULL checks
 2018-03-07 18:34 UTC  (13+ messages)
          ` [PATCH] vsprintf: Make "null" pointer dereference more robust

[PATCH net-next v3] selftests: net: Introduce first PMTU test
 2018-03-07 18:39 UTC  (2+ messages)

[PATCH net] dccp: check sk for closed state in dccp_sendmsg()
 2018-03-07 18:39 UTC  (2+ messages)

[RFC PATCH 1/2] riscv/spinlock: Strengthen implementations with fences
 2018-03-07 18:33 UTC  (3+ messages)

FIO size parameter feedback
 2018-03-07 18:38 UTC  (10+ messages)

[PATCH v2] usb: isp1760: Use kasprintf
 2018-03-07 18:38 UTC  (2+ messages)
` [v2] "

[PATCH 0/6] lib/scatterlist: Small SGL tidy
 2018-03-07 18:38 UTC  (5+ messages)
` [PATCH 6/6] lib/scatterlist: Drop order argument from sgl_free_n_order

[PATCH net-next] net/mlx4_en: try to use high order pages for RX rings
 2018-03-07 18:37 UTC  (2+ messages)

[PATCH] enic: fix boolreturn.cocci warnings
 2018-03-07 18:37 UTC  (2+ messages)

[morty][meta-processor-sdk][PATCH] ti-pdk-build-rtos: Updating the version to include fix for K2G-HS
 2018-03-07 18:36 UTC 

[PATCH] net: dsa: mv88e6xxx: fix boolreturn.cocci warnings
 2018-03-07 18:37 UTC  (2+ messages)

[PATCH 4.4,4.9] x86/apic/vector: Handle legacy irq data correctly
 2018-03-07 18:36 UTC 

[PATCH 00/57] New VGIC(-v2) implementation
 2018-03-07 18:33 UTC  (5+ messages)
` [PATCH 37/57] ARM: new VGIC: Add ENABLE registers handlers

[PATCH 0/2] fix memory leak / panic in ioremap huge pages
 2018-03-07 18:32 UTC  (3+ messages)
` [PATCH 1/2] mm/vmalloc: Add interfaces to free unused page table
` [PATCH 2/2] x86/mm: implement free pmd/pte page interfaces

[PATCH] perf vendor events arm64: Enable JSON events for ThunderX2 B0
 2018-03-07 18:31 UTC  (6+ messages)

[PATCH v1] xen: acpi: upload _PSD info for offline CPUs too
 2018-03-07 18:26 UTC  (4+ messages)

usb: isp1760: Use kasprintf
 2018-03-07 18:30 UTC  (2+ messages)
` [PATCH] "

[PATCH net] net: Fix hlist corruptions in inet_evict_bucket()
 2018-03-07 18:29 UTC  (2+ messages)

[PATCH] drm/pl111: Enable device-specific assigned memory
 2018-03-07 18:29 UTC  (3+ messages)

v4l-utils fails to build against musl libc (with patch)
 2018-03-07 18:27 UTC  (3+ messages)

[Fuego] [PATCH 1/2] yaml: remove base_script because it is always fuego_test.sh
 2018-03-07 18:27 UTC  (2+ messages)

[igt-dev] [CI 1/3] tests/kms_panel_fitting: Test cleanups
 2018-03-07 18:27 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for series starting with [CI,1/3] "

[PATCH][net-next] net: mvpp2: make function mvpp2_check_hw_buf_num static
 2018-03-07 18:25 UTC  (3+ messages)

[PATCH 0/6] Fixes for config file parsing
 2018-03-07 18:25 UTC  (2+ messages)

[PATCH] selftest: net: reuseport_bpf_numa: don't fail if no numa support
 2018-03-07 18:25 UTC  (4+ messages)

[PATCH] Improve error stats message
 2018-03-07 18:24 UTC  (2+ messages)

[PATCH 1/3 RESEND] tpm: add longer timeouts for creation commands
 2018-03-07 18:24 UTC  (11+ messages)

[PATCH v11 00/28] x86: Secure Encrypted Virtualization (AMD)
 2018-03-07 18:24 UTC  (6+ messages)
` [PATCH v11 21/28] sev/i386: add debug encrypt and decrypt commands
        ` [Qemu-devel] "

[PATCH] KVM: x86: Make enum conversion explicit in kvm_pdptr_read()
 2018-03-07 18:23 UTC  (2+ messages)

[PATCH 0/29] arm meltdown fix backporting review for lts 4.9
 2018-03-07 18:24 UTC  (6+ messages)

[PATCH] net: smsc911x: Fix unload crash when link is up
 2018-03-07 18:23 UTC  (2+ messages)

[PATCH] slub: Fix misleading 'age' in verbose slub prints
 2018-03-07 18:22 UTC  (4+ messages)

[PATCH] ssb:: use put_device() if device_register fail
 2018-03-07 18:22 UTC  (5+ messages)

[PATCHv2] reset: ti-rstctrl: use the reset-simple driver
 2018-03-07 18:21 UTC 

QEMU environment setup for Linux Kernel
 2018-03-07 18:21 UTC  (2+ messages)

usb: isp1760: Use kasprintf
 2018-03-07 18:20 UTC  (2+ messages)
` [PATCH] "

[RFC] Rebasing merges: a jorney to the ultimate solution (Road Clear)
 2018-03-07 18:20 UTC  (20+ messages)
                    ` [RFC] Rebasing merges: a jorney to the ultimate solution(RoadClear)

[Fuego] [PATCH] Dockerfile: add iperf3 package
 2018-03-07 18:20 UTC  (2+ messages)

[PATCH net v2 RESEND] ipv6: Reflect MTU changes on PMTU of exceptions for MTU-less routes
 2018-03-07 18:18 UTC  (2+ messages)

[PATCH] mt7601u: simplify mt7601u_mcu_msg_alloc signature
 2018-03-07 18:18 UTC  (2+ messages)

[PATCH 00/11] APEI in_nmi() rework and arm64 SDEI wire-up
 2018-03-07 18:15 UTC  (6+ messages)
` [PATCH 02/11] ACPI / APEI: Generalise the estatus queue's add/remove and notify code


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.