All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-17 19:15:55 to 2018-01-17 20:01:14 UTC [more...]

[PATCH v2 0/8] drm/i915: Fix up the CCS code
 2018-01-17 20:01 UTC  (4+ messages)
` [PATCH v2 3/8] drm/i915: Add the missing Y/Yf modifiers for SKL+ sprites

[RFC PATCH net-next v2 0/2] Enable virtio to act as a backup for a passthru device
 2018-01-17 19:57 UTC  (10+ messages)
` [RFC PATCH net-next v2 1/2] virtio_net: Introduce VIRTIO_NET_F_BACKUP feature bit
    ` [virtio-dev] "

[U-Boot] [PATCH 0/3] STM32: Remove STMMAC clock setup from board
 2018-01-17 19:56 UTC  (7+ messages)
` [U-Boot] [PATCH 1/3] ARM: dts: stm32: Add STMMAC clocks for stm32f746
` [U-Boot] [PATCH 2/3] clk: clk_stm32f: Remove STMMAC clock setup
` [U-Boot] [PATCH 3/3] clk: clk_stm32f: Move SYSCFG clock setup into configure_clocks()

[PATCH] MIPS: fix typo BIG_ENDIAN to CPU_BIG_ENDIAN
 2018-01-17 19:55 UTC  (4+ messages)

[patch net-next v11 00/13] net: sched: allow qdiscs to share filter block instances
 2018-01-17 19:55 UTC  (2+ messages)

[PATCH v3 0/9] core, x86: prevent bounds-check bypass via speculative execution
 2018-01-17 19:54 UTC  (15+ messages)
` [PATCH v3 8/9] x86: use __uaccess_begin_nospec and ASM_IFENCE in get_user paths
          ` [kernel-hardening] "

[PATCH] drm/i915: Add tracking for CDCLK bypass frequency
 2018-01-17 19:54 UTC  (2+ messages)
` ✗ Fi.CI.IGT: warning for "

[PATCH] power: supply: ltc2941-battery-gauge: Add charge empty and full properties
 2018-01-17 19:48 UTC 

[PATCH net-next 00/14] bnxt_en: Updates for net-next
 2018-01-17 19:48 UTC  (2+ messages)

[PATCH] UBI: block: Must use a mutex when using idr_alloc/idr_remove
 2018-01-17 19:46 UTC  (4+ messages)

[PATCH v2 0/3] Avoid that blk_{un,}register_queue() trigger lock inversion
 2018-01-17 19:48 UTC  (4+ messages)
` [PATCH v2 1/3] block: Unexport elv_register_queue() and elv_unregister_queue()
` [PATCH v2 2/3] block: Document scheduler modification locking requirements
` [PATCH v2 3/3] block: Protect less code with sysfs_lock in blk_{un,}register_queue()

aio fsync revisited
 2018-01-17 19:47 UTC  (3+ messages)
` [PATCH] aio: resurrect IOCB_CMD_FSYNC and IOCB_CMD_FDSYNC support

[PATCH -next] hwrng: bcm2835 - Remove redundant dev_err call in bcm2835_rng_probe()
 2018-01-17 19:47 UTC  (4+ messages)

dm-rq queue stalls
 2018-01-17 19:46 UTC  (5+ messages)

[Qemu-devel] [PATCH v2 0/3] s390x/kvm: implement new hardware/firmware features
 2018-01-17 19:46 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/3] header sync
` [Qemu-devel] [PATCH v2 2/3] s390x/kvm: Handle bpb feature
` [Qemu-devel] [PATCH v2 3/3] s390x/kvm: provide stfle.81

[Qemu-devel] [PATCH 0/2] iotests compat=0.10 fixes
 2018-01-17 19:46 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/7] RPi: Properly handle dynamic serial configuration
 2018-01-17 19:46 UTC  (9+ messages)
` [U-Boot] [PATCH v2 1/7] serial: Use next serial device if probing fails
` [U-Boot] [PATCH v2 2/7] serial: Allow boards to determine whether a serial device is usable
` [U-Boot] [PATCH v2 5/7] rpi: Properly detect which serial device is active
` [U-Boot] [PATCH v2 7/7] rpi: Force skip_init on serial devices

[PATCH v4] input: pxrc: new driver for PhoenixRC Flight Controller Adapter
 2018-01-17 19:45 UTC  (3+ messages)

dm-rq queue stalls
 2018-01-17 19:45 UTC 

[PATCH] [RESEND] drm/gma500: initialize gma_clock_t structures
 2018-01-17 19:44 UTC  (5+ messages)

[PATCH] [RESEND] drm: i915: remove timeval users
 2018-01-17 19:42 UTC  (2+ messages)

[PATCH] lib: Remove select of inexistant GENERIC_IO
 2018-01-17 19:42 UTC  (2+ messages)

[PATCH] enable core.fsyncObjectFiles by default
 2018-01-17 19:42 UTC  (6+ messages)

Regression: kexec/kdump boot hangs with x86/vector commits
 2018-01-17 19:42 UTC  (7+ messages)
      ` kexec reboot fails with extra wbinvd introduced for AME SME

aio poll, io_pgetevents and a new in-kernel poll API V3
 2018-01-17 19:27 UTC  (67+ messages)
` [PATCH 01/36] aio: don't print the page size at boot time
` [PATCH 02/36] aio: remove an outdated comment in aio_complete
` [PATCH 03/36] aio: refactor read/write iocb setup
` [PATCH 04/36] aio: sanitize ki_list handling
` [PATCH 05/36] aio: simplify cancellation
` [PATCH 06/36] aio: delete iocbs from the active_reqs list in kiocb_cancel
` [PATCH 07/36] aio: add delayed cancel support
` [PATCH 08/36] aio: implement io_pgetevents
` [PATCH 09/36] fs: unexport poll_schedule_timeout
` [PATCH 10/36] fs: cleanup do_pollfd
` [PATCH 11/36] fs: update documentation for __poll_t
` [PATCH 12/36] fs: add new vfs_poll and file_can_poll helpers
` [PATCH 13/36] fs: introduce new ->get_poll_head and ->poll_mask methods
` [PATCH 14/36] aio: implement IOCB_CMD_POLL
` [PATCH 15/36] net: refactor socket_poll
` [PATCH 16/36] net: add support for ->poll_mask in proto_ops
` [PATCH 17/36] net: remove sock_no_poll
` [PATCH 18/36] net/tcp: convert to ->poll_mask
` [PATCH 19/36] net/unix: "
` [PATCH 20/36] net: convert datagram_poll users tp ->poll_mask
` [PATCH 21/36] net/dccp: convert to ->poll_mask
` [PATCH 22/36] net/atm: "
` [PATCH 23/36] net/vmw_vsock: "
` [PATCH 24/36] net/tipc: "
` [PATCH 25/36] net/sctp: "
` [PATCH 26/36] net/bluetooth: "
` [PATCH 27/36] net/caif: "
` [PATCH 28/36] net/nfc: "
` [PATCH 29/36] net/phonet: "
` [PATCH 30/36] net/iucv: "
` [PATCH 31/36] net/rxrpc: "
` [PATCH 32/36] crypto: af_alg: "
` [PATCH 33/36] pipe: "
` [PATCH 34/36] eventfd: switch "
` [PATCH 35/36] timerfd: convert "
` [PATCH 36/36] random: "

[PATCH net-next v5 0/4] dwmac-meson8b: clock fixes for Meson8b
 2018-01-17 19:41 UTC  (3+ messages)

[PATCH] Kbuild: suppress packed-not-aligned warning for default setting only
 2018-01-17 19:40 UTC  (3+ messages)

[PATCH v5 00/17] ASoC: fsl_ssi: Clean up - program flow level
 2018-01-17 19:38 UTC  (3+ messages)

mmc1 timeout issue with rpi3
 2018-01-17 19:38 UTC  (6+ messages)

Rework of Makefiles v2
 2018-01-17 19:37 UTC  (6+ messages)
` [PATCH v2 08/14] python: build: follow standard semantics for DESTDIR and PREFIX

DT binding for staging vchiq
 2018-01-17 19:37 UTC  (3+ messages)

[PATCH V3 0/2] ARM: dts: bcm283x: Fix probing of bcm2835-i2s
 2018-01-17 19:37 UTC  (5+ messages)
` [PATCH V3 1/2] dt-bindings: bcm283x: Fix register ranges "

[Qemu-devel] [PATCH v7 0/4] Convert hw backends to use keycodemapdb
 2018-01-17 19:34 UTC  (4+ messages)
` [Qemu-devel] [PATCH v7 4/4] hw: convert virtio-input-hid device to keycodemapdb

[PATCH 0/2] dm: add new loop and ram targets
 2018-01-17 19:34 UTC  (3+ messages)
` [PATCH 1/2] dm loop: new target redirecting io to backing file(s)
` [PATCH 2/2] dm ram: new target redirecting io to RAM

[PATCH v5 0/2] printk: Console owner and waiter logic cleanup
 2018-01-17 19:33 UTC  (7+ messages)
` [PATCH v5 1/2] printk: Add console owner and waiter logic to load balance console writes

c++17: compilation failures with cryptopp (when cmake -DWITH_NSS=OFF)
 2018-01-17 19:33 UTC  (2+ messages)

[PATCH v5 00/11] FUSE mounts from non-init user namespaces
 2018-01-17 19:31 UTC  (7+ messages)
` [PATCH 08/11] fuse: Support fuse filesystems outside of init_user_ns

[libvirt test] 118137: tolerable all pass - PUSHED
 2018-01-17 19:31 UTC 

[PATCH v4 0/4] Add Exynos4412-based midas boards support
 2018-01-17 19:31 UTC  (7+ messages)
` [PATCH v4 1/4] dt-bindings: samsung: document bindings for Midas family boards
` [PATCH v4 2/4] ARM: dts: split trats2 DTS in preparation for midas boards
` [PATCH v4 3/4] ARM: dts: add Samsung's exynos4412-based "

[PATCH 04/36] usercopy: Prepare for usercopy whitelisting
 2018-01-17 19:31 UTC  (12+ messages)
  ` kmem_cache_attr (was Re: [PATCH 04/36] usercopy: Prepare for usercopy whitelisting)
                    ` [kernel-hardening] "

ipv6 redefinition build issue with 4.15-rc8
 2018-01-17 19:31 UTC  (3+ messages)

Running cmake in the SDK environment from a script fails
 2018-01-17 19:30 UTC 

[Buildroot] [PATCH v2 0/8] Add /etc/shells handling
 2018-01-17 19:30 UTC  (13+ messages)
` [Buildroot] [PATCH v2 3/8] package/dash: add /etc/dash to /etc/shells
` [Buildroot] [PATCH v2 4/8] package/screen: add /usr/bin/screen "
` [Buildroot] [PATCH v2 5/8] package/tmux: add /usr/bin/tmux "
` [Buildroot] [PATCH v2 6/8] package/zsh: add /bin/zsh "
` [Buildroot] [PATCH v2 7/8] package/mksh: add /bin/mksh "
` [Buildroot] [PATCH v2 8/8] package/bash: add missing double-dollar for /etc/shells

[PATCH net-next v2] net: sched: red: don't reset the backlog on every stat dump
 2018-01-17 19:29 UTC  (2+ messages)

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD REGRESSION 543aacfa212b275b0bf327b50405790a4c433d8e
 2018-01-17 19:26 UTC 

[PATCH] doc: update pcap documentation
 2018-01-17 19:26 UTC  (3+ messages)
` [PATCH v2] "

[U-Boot] [PATCH] ARM: dts: Freescale: re-license device tree files under X11
 2018-01-17 19:26 UTC  (6+ messages)

[PATCH net-next] kcm: do not attach sockets if sk_user_data is already used
 2018-01-17 19:25 UTC  (4+ messages)

[nft PATCH RFC] libnftables: Implement JSON output support
 2018-01-17 19:24 UTC  (7+ messages)

[PATCH V3 1/2] net/failsafe: convert to new Tx offloads API
 2018-01-17 19:24 UTC  (4+ messages)
` [PATCH v4 1/2] net/failsafe: use "

[PATCH 1/3] meson.bbclass: compile with --buildtype plain
 2018-01-17 19:22 UTC  (3+ messages)
` [PATCH 2/3] meson.bbclass: include C{, XX}FLAGS in cross args
` [PATCH 3/3] meson.bbclass: add MESON_LINK_ARGS to vardeps

[PATCH] iommu/arm-smmu-v3: suppress MSI allocation failure message
 2018-01-17 19:23 UTC  (6+ messages)

AIO operation and CMSG
 2018-01-17 19:22 UTC  (3+ messages)

[PATCH 1/5] drm/i915: Convert intel_hpd_irq_event() into an encoder hotplug hook
 2018-01-17 19:21 UTC  (5+ messages)
` [PATCH v2 2/5] drm/i915: Reinitialize sink scrambling/TMDS clock ratio on HPD
` [PATCH v2 3/5] drm/i915: Move SST DP link retraining into the ->post_hotplug() hook
` [PATCH 4/5] drm/i915: Nuke intel_dp->channel_eq_status
` [PATCH 5/5] drm/i915: Track whether the DP link is trained or not

[Bug 102296] R9 285 VCE corruption since drm/amdgpu/gmc8: use the vram location programmed by the vbios
 2018-01-17 19:21 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/24] generalize parsing of cpu_model (part 4)
 2018-01-17 19:20 UTC  (4+ messages)
` [Qemu-devel] [PATCH 12/24] s390x: cpu: add TARGET_DEFAULT_CPU_TYPE macro
  ` [Qemu-devel] [qemu-s390x] "

[Qemu-devel] [PATCH] hw/pci-bridge: fix pcie root port's IO hints capability
 2018-01-17 19:19 UTC 

Back from my parental leave
 2018-01-17 19:20 UTC  (2+ messages)

[U-Boot] [PATCH v2 00/18] efi_loader: enable EFI driver provided block device
 2018-01-17 19:16 UTC  (19+ messages)
` [U-Boot] [PATCH v2 01/18] efi_loader: return NULL from device path functions
` [U-Boot] [PATCH v2 02/18] efi_loader: address of the simple file system protocol
` [U-Boot] [PATCH v2 03/18] efi_loader: correct find "
` [U-Boot] [PATCH v2 04/18] efi_loader: print device path when entering efi_load_image
` [U-Boot] [PATCH v2 05/18] efi_loader: allocate correct memory type for EFI image
` [U-Boot] [PATCH v2 06/18] efi_loader: check tables in helloworld.efi
` [U-Boot] [PATCH v2 07/18] efi_loader: fix StartImage bootservice
` [U-Boot] [PATCH v2 08/18] efi_loader: efi_disk_register: correctly determine if_type_name
` [U-Boot] [PATCH v2 09/18] efi_loader: make efi_block_io_guid a global symbol
` [U-Boot] [PATCH v2 10/18] efi_loader: provide a function to create a partition node
` [U-Boot] [PATCH v2 11/18] efi_loader: make efi_disk_create_partitions a global symbol
` [U-Boot] [PATCH v2 12/18] efi_loader: correct EFI_BLOCK_IO_PROTOCOL definitions
` [U-Boot] [PATCH v2 13/18] efi_loader: provide function to get last node of a device path
` [U-Boot] [PATCH v2 14/18] efi_loader: provide links between devices EFI handles
` [U-Boot] [PATCH v2 15/18] tools: provide a tool to convert a binary file to an include
` [U-Boot] [PATCH v2 16/18] efi_driver: EFI block driver
` [U-Boot] [PATCH v2 17/18] efi_selftest: provide a test for block io
` [U-Boot] [PATCH v2 18/18] efi_loader: fix ExitBootServices


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.