All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-11-19 15:22:03 to 2018-11-19 15:53:51 UTC [more...]

[U-Boot] [PATCH 00/93] dm: Move towards completing CONFIG_BLK migration
 2018-11-19 15:53 UTC  (72+ messages)
` [U-Boot] [PATCH 01/93] Add a simple script to remove boards
` [U-Boot] [PATCH 02/93] dm: mmc: Use CONFIG_IS_ENABLED to check for BLK
` [U-Boot] [PATCH 03/93] solidrun: Correct typo in MAINTAINERS
` [U-Boot] [PATCH 04/93] arm: Remove s32v234evb board
` [U-Boot] [PATCH 05/93] arm: Remove ls1043ardb_sdcard_SECURE_BOOT board
` [U-Boot] [PATCH 06/93] arm: Remove ls1046ardb_sdcard_SECURE_BOOT board
` [U-Boot] [PATCH 07/93] arm: Remove colibri_imx6_nospl board
` [U-Boot] [PATCH 08/93] arm: Remove guruplug board
` [U-Boot] [PATCH 09/93] arm: Remove sniper board
` [U-Boot] [PATCH 10/93] arm: Remove omap3_zoom1 board
` [U-Boot] [PATCH 11/93] arm: Remove sksimx6 board
` [U-Boot] [PATCH 12/93] arm: Remove tbs2910 board
` [U-Boot] [PATCH 13/93] arm: Remove theadorable_debug board
` [U-Boot] [PATCH 14/93] arm: Remove devkit3250 board
` [U-Boot] [PATCH 15/93] arm: Remove pcm051_rev3 board
` [U-Boot] [PATCH 16/93] arm: Remove ds109 board
` [U-Boot] [PATCH 17/93] arm: Remove pcm058 board
` [U-Boot] [PATCH 18/93] arm: Remove am335x_shc_ict board
` [U-Boot] [PATCH 19/93] arm: Remove vining_2000 board
` [U-Boot] [PATCH 20/93] arm: Remove cm_t43 board
` [U-Boot] [PATCH 21/93] arm: Remove igep00x0 board
` [U-Boot] [PATCH 22/93] arm: Remove sheevaplug board
` [U-Boot] [PATCH 23/93] arm: Remove omap3_overo board
` [U-Boot] [PATCH 24/93] arm: Remove am335x_boneblack board
` [U-Boot] [PATCH 25/93] arm: Remove warp7 board
` [U-Boot] [PATCH 26/93] arm: Remove gwventana_gw5904 board
` [U-Boot] [PATCH 27/93] arm: Remove cairo board
` [U-Boot] [PATCH 28/93] arm: Remove pico-hobbit-imx7d board
` [U-Boot] [PATCH 29/93] arm: Remove mccmon6_sd board
` [U-Boot] [PATCH 30/93] arm: Remove apalis_imx6_nospl_it board
` [U-Boot] [PATCH 31/93] arm: Remove wandboard board
` [U-Boot] [PATCH 32/93] arm: Remove birdland_bav335a board
` [U-Boot] [PATCH 33/93] arm: Remove gurnard board
` [U-Boot] [PATCH 34/93] arm: Remove xpress_spl board
` [U-Boot] [PATCH 35/93] arm: Remove udoo_neo board
` [U-Boot] [PATCH 36/93] arm: Remove nas220 board
` [U-Boot] [PATCH 37/93] arm: Remove am335x_pdu001 board
` [U-Boot] [PATCH 38/93] arm: Remove snapper9260 board
` [U-Boot] [PATCH 39/93] arm: Remove pfla02 board
` [U-Boot] [PATCH 40/93] arm: Remove colibri_pxa270 board
` [U-Boot] [PATCH 41/93] arm: Remove work_92105 board
` [U-Boot] [PATCH 42/93] arm: Remove omap3_pandora board
` [U-Boot] [PATCH 43/93] arm: Remove cl-som-imx7 board
` [U-Boot] [PATCH 44/93] arm: Remove devkit8000 board
` [U-Boot] [PATCH 45/93] arm: Remove pengwyn board
` [U-Boot] [PATCH 46/93] arm: Remove dreamplug board
` [U-Boot] [PATCH 47/93] arm: Remove mx6sabreauto board
` [U-Boot] [PATCH 48/93] arm: Remove imx6q_logic board
` [U-Boot] [PATCH 49/93] arm: Remove zc5202 board
` [U-Boot] [PATCH 50/93] arm: Remove imx6dl_mamoj board
` [U-Boot] [PATCH 51/93] arm: Remove omap3_logic_somlv board
` [U-Boot] [PATCH 52/93] arm: Remove cm_t335 board
` [U-Boot] [PATCH 53/93] arm: Remove liteboard board
` [U-Boot] [PATCH 54/93] arm: Remove am43xx_evm_usbhost_boot board
` [U-Boot] [PATCH 55/93] arm: Remove chiliboard board
` [U-Boot] [PATCH 56/93] arm: Remove am335x_baltos board
` [U-Boot] [PATCH 57/93] arm: Remove kp_imx6q_tpc board
` [U-Boot] [PATCH 58/93] arm: Remove lsxhl board
` [U-Boot] [PATCH 59/93] arm: Remove udoo board
` [U-Boot] [PATCH 60/93] arm: Remove marsboard board
` [U-Boot] [PATCH 61/93] arm: Remove mx6sabresd board
` [U-Boot] [PATCH 62/93] arm: Remove dh_imx6 board
` [U-Boot] [PATCH 63/93] arm: Remove vinco board
` [U-Boot] [PATCH 64/93] arm: Remove ls1021atwr_sdcard_ifc_SECURE_BOOT board
` [U-Boot] [PATCH 65/93] arm: Remove mx6cuboxi board
` [U-Boot] [PATCH 66/93] arm: Remove ot1200 board
` [U-Boot] [PATCH 67/93] arm: Remove socfpga_stratix10 board
` [U-Boot] [PATCH 68/93] arm: Remove am65x_evm_a53 board
` [U-Boot] [PATCH 69/93] arm: Remove ap143 board
` [U-Boot] [PATCH 70/93] arm: Remove ap121 board
` [U-Boot] [PATCH 71/93] arm: Remove imgtec_xilfpga board

dma mask related fixups (including full bus_dma_mask support) v2
 2018-11-19 15:50 UTC  (7+ messages)
` [PATCH 5/5] dma-direct: always allow dma mask <= physiscal memory size

[PATCH 1/7] node: Link memory nodes to their compute nodes
 2018-11-19 15:49 UTC  (10+ messages)
` [PATCH 2/7] node: Add heterogenous memory performance

[v2] usb: hub: add retry routine after intr URB sumbit error
 2018-11-19 15:52 UTC  (2+ messages)
` [PATCH v2] "

post-receive: pub/scm/linux/kernel/git/mkl/linux-can-next
 2018-11-19 15:52 UTC 

[PATCH v2 0/5] mips: system call table generation support
 2018-11-19 15:51 UTC  (3+ messages)
` [PATCH v2 1/5] mips: add __NR_syscalls along with __NR_Linux_syscalls

[Qemu-devel] [PATCH v4] Add arm SBSA reference machine
 2018-11-19 15:51 UTC  (8+ messages)
` [Qemu-devel] [PATCH v4] hw/arm: "

[PATCH 1/3] drm/i915: Make pipe/transcoder offsets not depend on enum values
 2018-11-19 15:51 UTC  (4+ messages)
` [PATCH 3/3] drm/i915: Add code comment on assumption of pipe==transcoder

[PATCH v9 00/17] Removed nested TPM operations
 2018-11-19 15:50 UTC  (4+ messages)
` [PATCH v9 15/17] tpm: introduce tpm_chip_start() and tpm_chip_stop()

post-receive: pub/scm/linux/kernel/git/mkl/linux-can-next
 2018-11-19 15:50 UTC 

[PATCH net-next v3 0/6] net: phy: mscc: various improvements to Microsemi PHY driver
 2018-11-19 15:50 UTC  (14+ messages)
` [PATCH net-next v3 1/6] net: phy: mscc: migrate to phy_select/restore_page functions

[PATCH V2] perf/x86/intel/uncore: Fix client IMC events return huge result
 2018-11-19 15:50 UTC  (2+ messages)

[PATCH 0/2] vb2: fix syzkaller race conditions
 2018-11-19  5:27 UTC  (5+ messages)
` [PATCH 1/2] vb2: add waiting_in_dqbuf flag

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2018-11-19 15:50 UTC 

[PATCH] proc: allow killing processes via file descriptors
 2018-11-19 15:49 UTC  (2+ messages)

usb: gadget: u_ether: fix unsafe list iteration
 2018-11-19 15:49 UTC  (2+ messages)
` [PATCH] "

[PATCH] btrfs: Add sysfs support for metadata_uuid feature
 2018-11-19 15:48 UTC  (2+ messages)

[PATCH] gic:vgic: avoid excessive conversions
 2018-11-19 15:48 UTC  (5+ messages)

[Qemu-devel] [RFC PATCH 0/2] docker: Add gentoo-mipsr5900el-cross image
 2018-11-19 15:46 UTC  (5+ messages)
` [Qemu-devel] [RFC PATCH 1/2] "

[Qemu-devel] [PATCH 0/3] fw_cfg: fix boot bootsplash and reboot-timeout error checking
 2018-11-19 15:47 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] fw_cfg: fix -boot bootsplash "
` [Qemu-devel] [PATCH 2/3] fw_cfg: fix -boot reboot-timeout "
` [Qemu-devel] [PATCH 3/3] fw_cfg: make qemu_extra_params_fw locally

[LTP] [PATCH] unshare01.sh: protect parameters expansion
 2018-11-19 15:47 UTC 

[PATCH] sched: Do not bug in __sched_setscheduler() when pi is not used
 2018-11-19 15:46 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/mkl/linux-can-next
 2018-11-19 15:46 UTC 

[PATCH 10/14] dt-bindings: pinctrl: milbeaut: Add Milbeaut M10V pinctrl description
 2018-11-19 15:46 UTC  (4+ messages)
` [PATCH 12/14] ARM: dts: milbeaut: Add device tree set for the Milbeaut M10V board

post-receive: pub/scm/linux/kernel/git/mark/linux
 2018-11-19 15:46 UTC 

Modify login prompt with script output
 2018-11-19 15:46 UTC 

[PATCH v1 0/4] NFS/RDMA client for v4.21 (part 1)
 2018-11-19 15:46 UTC  (5+ messages)
` [PATCH v1 1/4] xprtrdma: Remove support for FMR memory registration
` [PATCH v1 2/4] xprtrdma: mrs_create off-by-one
` [PATCH v1 3/4] xprtrdma: Reduce max_frwr_depth
` [PATCH v1 4/4] xprtrdma: Plant XID in on-the-wire RDMA offset (FRWR)

[PATCH v1 0/2] proc: allow signaling processes via file descriptors
 2018-11-19 15:45 UTC  (5+ messages)
` [PATCH v1 1/2] proc: get process file descriptor from /proc/<pid>
` [PATCH v1 2/2] signal: add procfd_signal() syscall

[PATCH V2 0/3] perf tools: Fix for cases where cpumode is incorrect or insufficient
 2018-11-19 15:44 UTC  (3+ messages)

[PATCH] x86/mm/dump_pagetables: Change to use DEFINE_SHOW_ATTRIBUTE macro
 2018-11-19 15:43 UTC 

[Qemu-devel] [PATCH v2 00/10] pci: hotplug handler reworks
 2018-11-19 15:43 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 01/10] pci/pcie: rename hotplug handler callbacks

[PATCH BlueZ 1/5] gatt: Fix invalid read when disconnecting
 2018-11-19 15:43 UTC  (5+ messages)
` [PATCH BlueZ 2/5] doc/gatt-api: Restrict supported file descriptors
` [PATCH BlueZ 3/5] gatt: Switch from pipe2 to sockepair for Acquire*
` [PATCH BlueZ 4/5] client: Switch from write to sendmsg "
` [PATCH BlueZ 5/5] meshctl: "

[PATCH 0/6] xfstests: add copy/dedupe/clone to fsx/fsstress
 2018-11-19  5:22 UTC  (2+ messages)

[Bug 108794] Inconsistent behavior with Separable Shaders (ARB_separate_shader_objects)
 2018-11-19 15:42 UTC 

[PATCH v1 0/4] EMC fixes for Tegra30+
 2018-11-19 15:42 UTC  (4+ messages)

[PATCH] drm/i915: Write GPU relocs harder with gen3
 2018-11-19 15:41 UTC 

Git Test Coverage Report (v2.20.0-rc0)
 2018-11-19 15:40 UTC  (2+ messages)

[PATCH 0/4] bpf: permit JIT allocations to be served outside the module region
 2018-11-19 15:37 UTC  (7+ messages)
` [PATCH 1/4] bpf: account for freed JIT allocations in arch code

[LTP] [PATCH v4 1/2] net: Add tst_net_run helper
 2018-11-19 15:40 UTC  (5+ messages)

[PATCH] maintainers.inc: add libmodulemd entry
 2018-11-19 15:39 UTC 

[PATCHSET 0/5] Support for polled aio
 2018-11-19 15:39 UTC  (4+ messages)
` [PATCH 2/5] aio: fix failure to put the file pointer

[Qemu-devel] [PATCH v5 00/24] ACPI reorganization for hardware-reduced API addition
 2018-11-19 15:37 UTC  (10+ messages)
` [Qemu-devel] [PATCH v5 19/24] hw: acpi: Retrieve the PCI bus from AcpiPciHpState
      `  "

[PATCH i-g-t 1/2] tests/gem_exec_await: Relax the busy spinner
 2018-11-19 15:36 UTC  (10+ messages)
` [igt-dev] "
` [PATCH i-g-t 2/2] tests/gem_exec_await: Add a memory pressure subtest
  ` [igt-dev] "

[PATCH] Btrfs: fix deadlock when enabling quotas due to concurrent snapshot creation
 2018-11-19 15:36 UTC  (5+ messages)
` [PATCH v2] "

[linux-lvm] lvcreate from a setuid-root binary
 2018-11-19 15:35 UTC  (2+ messages)

[RFC] dm-bow working prototype
 2018-11-19 15:35 UTC  (9+ messages)
    ` [dm-devel] "

[PATCH 0/5] Make :(attr) pathspec work with "git log"
 2018-11-19 15:33 UTC  (9+ messages)
` [PATCH 5/5] tree-walk: support :(attr) matching

[PATCH 1/6] libmodulemd: add a new recipe
 2018-11-19 15:33 UTC  (2+ messages)

[PATCH 1/3] lttng-tools: Improve ptest robustness
 2018-11-19 15:32 UTC  (3+ messages)
` [PATCH 2/3] lttng-tools: Upgrade 2.9.5 -> 2.10.5 and improve ptest
` [PATCH 3/3] nasm: Couple of recipe cleanups

[PATCH] x86/xen: cleanup includes in arch/x86/xen/spinlock.c
 2018-11-19 15:31 UTC  (3+ messages)

WARNING in enqueue_task_dl
 2018-11-19 15:32 UTC  (6+ messages)

[PATCH] libx86: Work around GCC bug with ebx output constrants
 2018-11-19 15:30 UTC  (5+ messages)
` [PATCH v2] "

RFC: userspace exception fixups
 2018-11-19 15:29 UTC  (4+ messages)

[PATCH v17 18/23] platform/x86: Intel SGX driver
 2018-11-19 15:29 UTC  (2+ messages)

[PATCH v8 0/3] Add Rockchip VPU JPEG encoder
 2018-11-19 15:29 UTC  (4+ messages)
  ` [PATCH v8 1/3] ARM: dts: rockchip: add VPU device node for RK3288
  ` [PATCH v8 2/3] arm64: dts: rockchip: add VPU device node for RK3399
  ` [PATCH v8 3/3] media: add Rockchip VPU JPEG encoder driver

[PATCH] HID: i2c-hid: Disable runtime PM for LG touchscreen
 2018-11-19 15:28 UTC  (2+ messages)

[PATCH] HID: multitouch: Add pointstick support for Cirque Touchpad
 2018-11-19 15:28 UTC  (2+ messages)

[Qemu-devel] [PATCH] MAINTAINERS: list myself as maintainer for various Arm boards
 2018-11-19 15:27 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/hid/hid
 2018-11-19 15:28 UTC 

[PATCH 0/2] spi: Add Renesas R-Car D3 RPC SPI driver
 2018-11-19 15:27 UTC  (4+ messages)
` [PATCH 1/2] spi: Add Renesas R-Car RPC SPI controller driver

[PATCH net-next 0/4] Introduce ENETC ethernet drivers
 2018-11-19 15:25 UTC  (4+ messages)
` [PATCH net-next 1/4] enetc: Introduce basic PF and VF "

[PATCH 0/4] x86: Drop PVRDTSCP and fix MSR_TSC_AUX handling for guests
 2018-11-19 15:25 UTC  (3+ messages)
` [PATCH 1/4] x86: Begin to remove TSC mode PVRDTSCP

[PATCH v2 0/2] MTD: spi-nor: add support for sst26wf016, sst26wf032
 2018-11-19 15:25 UTC  (5+ messages)

Traffic on port 53 fails on LTE but works on WiFi
 2018-11-19 15:25 UTC 

[Qemu-devel] [PATCH for-3.1] nvme: fix out-of-bounds access to the CMB
 2018-11-19 15:23 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2018-11-19 15:23 UTC 

[PATCH] thermal: tsens: qcom: do not create duplicate regmap debugfs entries
 2018-11-19 15:22 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2018-11-19 15:22 UTC 

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2018-11-19 15:22 UTC 

[PATCHv3 0/3] scsi timeout handling updates
 2018-11-19 15:19 UTC  (4+ messages)
` [PATCHv3 2/3] scsi: Do not rely on blk-mq for double completions

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2018-11-19 15:22 UTC 

Patch "printk: Never set console_may_schedule in console_trylock()" has been added to the 4.14-stable tree
 2018-11-19 15:21 UTC 

post-receive: pub/scm/linux/kernel/git/mszeredi/vfs
 2018-11-19 15:22 UTC 


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.