All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-10-23 21:08:28 to 2017-10-23 21:58:45 UTC [more...]

[PATCH v8 00/10] net: stmmac: dwmac-sun8i: Handle integrated PHY
 2017-10-23 21:58 UTC  (5+ messages)
` [PATCH v8 01/10] dt-bindings: net: Restore sun8i dwmac binding

[PATCH] mkfs.ubifs: make failure to list extended attributes quiet and non-fatal
 2017-10-23 21:58 UTC  (2+ messages)

[Qemu-trivial] [PATCH 0/3] tpm: add stubs to fix compiling with --disable-tpm
 2017-10-23 21:47 UTC  (12+ messages)
` [Qemu-devel] "
` [Qemu-trivial] [PATCH 1/3] tpm: add missing include
  ` [Qemu-devel] "
` [Qemu-trivial] [PATCH 2/3] tpm: add stubs
  ` [Qemu-devel] "
` [Qemu-trivial] [PATCH 3/3] vl: remove unnecessary #ifdef CONFIG_TPM
  ` [Qemu-devel] "

[PATCH] ocl: Update to v01.01.14.06
 2017-10-23 21:57 UTC 

[PATCH v7 usb-next 0/4] initialize (multiple) PHYs on the roothub
 2017-10-23 21:57 UTC  (10+ messages)
  ` [PATCH v7 usb-next 1/4] dt-bindings: usb: add the documentation for USB root-hub
  ` [PATCH v7 usb-next 2/4] usb: core: add a wrapper for the USB PHYs on the root-hub
  ` [PATCH v7 usb-next 3/4] usb: core: hcd: integrate the PHY roothub wrapper
  ` [PATCH v7 usb-next 4/4] dt-bindings: usb: xhci: include the roothub and a device in the example

[PATCH v4 1/2] drm/bridge: Add Cadence DSI driver
 2017-10-23 21:56 UTC  (3+ messages)
` [PATCH v4 2/2] dt-bindings: drm/bridge: Document Cadence DSI bridge bindings

[Part2 PATCH v6 16/38] crypto: ccp: Implement SEV_PEK_GEN ioctl command
 2017-10-23 21:55 UTC  (2+ messages)
` [Part2 PATCH v6.1 "

[PATCH 0/9 v2] usb: usb251xb: Add USB2517i hub support and fix some bugs
 2017-10-23 21:55 UTC  (11+ messages)
` [PATCH 00/10 v3] "
  ` [PATCH 02/10 v3] usb: usb251xb: Add USB2517i specific struct and IDs
  ` [PATCH 03/10 v3] usb: usb251xb: Add USB251x specific port count setting
  ` [PATCH 09/10 v3] usb: usb251xb: Add max power/current dts property support

[PATCH] input: ad7877: Convert timers to use timer_setup()
 2017-10-23 21:54 UTC  (2+ messages)

[linux-lvm] cache on SSD makes system unresponsive
 2017-10-23 21:54 UTC  (2+ messages)

[PATCH] net/mlx5: fix ICC compiler warning
 2017-10-23 21:54 UTC  (3+ messages)

[PATCH] column: show auto columns when pager is active
 2017-10-23 21:52 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] mm: fix movable_node kernel command-line
 2017-10-23 21:52 UTC  (12+ messages)

[PATCH] input: gpio-keys: Convert timers to use timer_setup()
 2017-10-23 21:50 UTC  (2+ messages)

[PATCH v2 0/9] protocol transition
 2017-10-23 21:48 UTC  (12+ messages)
` [PATCH v3 00/10] "
  ` [PATCH v3 10/10] ssh: introduce a 'simple' ssh variant
        ` [PATCH 0/5] Coping with unrecognized ssh wrapper scripts in GIT_SSH
          ` [PATCH 1/5] connect: split git:// setup into a separate function
          ` [PATCH 2/5] connect: split ssh command line options into "
          ` [PATCH 3/5] ssh: 'auto' variant to select between 'ssh' and 'simple'
          ` [PATCH 4/5] ssh: 'simple' variant does not support -4/-6
          ` [PATCH 5/5] ssh: 'simple' variant does not support --port

[PATCH v5 00/10] NFSD support for asynchronous COPY
 2017-10-23 21:48 UTC  (7+ messages)

Problem with populate_sdk
 2017-10-23 21:47 UTC  (5+ messages)

[Qemu-trivial] [PATCH] hw/ide/ahci: Move allwinner code into a separate file
 2017-10-23 21:44 UTC  (4+ messages)
` [Qemu-arm] "
  ` [Qemu-trivial] "
  ` [Qemu-devel] "

[PATCH usb-next v6 0/3] initialize (multiple) PHYs on the roothub
 2017-10-23 21:45 UTC  (5+ messages)

[PATCH] drm/i915/cnl: Get RC6 working
 2017-10-23 21:45 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[Qemu-devel] [PATCH v3 04/11] kinetis_k64_sim.h has been added
 2017-10-23 21:42 UTC  (4+ messages)

[Buildroot] [git commit branch/2017.08.x] Update for 2017.08.1
 2017-10-23 21:41 UTC 

[RFC PATCH 00/25] fscrypt: filesystem-level keyring and v2 policy support
 2017-10-23 21:40 UTC  (74+ messages)
` [RFC PATCH 01/25] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
` [RFC PATCH 02/25] fscrypt: use FSCRYPT_ prefix for uapi constants
` [RFC PATCH 03/25] fscrypt: use FSCRYPT_* definitions, not FS_*
` [RFC PATCH 04/25] fscrypt: refactor finding and deriving key
` [RFC PATCH 05/25] fs: add ->s_master_keys to struct super_block
` [RFC PATCH 06/25] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
` [RFC PATCH 07/25] fs/inode.c: export inode_lru_list_del()
` [RFC PATCH 08/25] fs/inode.c: rename and export dispose_list()
` [RFC PATCH 09/25] fs/dcache.c: add shrink_dcache_inode()
` [RFC PATCH 10/25] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
` [RFC PATCH 11/25] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
` [RFC PATCH 12/25] ext4 crypto: wire up new ioctls for managing encryption keys
` [RFC PATCH 13/25] f2fs "
` [RFC PATCH 14/25] ubifs "
` [RFC PATCH 15/25] fscrypt: add UAPI definitions to get/set v2 encryption policies
` [RFC PATCH 16/25] fscrypt: implement basic handling of "
` [RFC PATCH 17/25] fscrypt: add an HKDF-SHA512 implementation
` [RFC PATCH 18/25] fscrypt: allow adding and removing keys for v2 encryption policies
` [RFC PATCH 19/25] fscrypt: use HKDF-SHA512 to derive the per-file keys for v2 policies
` [RFC PATCH 20/25] fscrypt: allow unprivileged users to add/remove "
` [RFC PATCH 21/25] fscrypt: require that key be added when setting a v2 encryption policy
` [RFC PATCH 22/25] ext4 crypto: wire up FS_IOC_GET_ENCRYPTION_POLICY_EX
` [RFC PATCH 23/25] f2fs "
` [RFC PATCH 24/25] ubifs "
` [RFC PATCH 25/25] fscrypt: document the new ioctls and policy version

[Bug 101027] New: Monitor goes black (gpu fans running even system does nothing) only system reset helps
 2017-10-23 21:40 UTC  (2+ messages)
  ` [Bug 101027] Monitor turns black - "

[U-Boot] usb: storage: error: ‘struct usb_device’ has no member named ‘dev’
 2017-10-23 21:39 UTC  (2+ messages)

[PATCH v4] kernel: Add support for multiple kernel packages
 2017-10-23 21:38 UTC  (3+ messages)
` [PATCH v8] "

Unable to access toaster server - Regarding
 2017-10-23 21:37 UTC  (8+ messages)

[PATCH] PCI: rework error checking in the reset path
 2017-10-23 21:36 UTC  (3+ messages)

[RFC usb-next v5 0/3] initialize (multiple) PHYs on the roothub
 2017-10-23 21:36 UTC  (13+ messages)
` [RFC usb-next v5 1/3] dt-bindings: usb: add the documentation for USB root-hub

[PATCH] net/enic: fix packet loss after MTU change
 2017-10-23 21:36 UTC  (2+ messages)

[RESEND x2][PATCH 0/3] dwc2 fixes for edge cases on hikey
 2017-10-23 21:36 UTC  (15+ messages)

[Qemu-devel] Running Qemu in discrete time/step by step
 2017-10-23 21:33 UTC  (5+ messages)

[U-Boot] [PATCH v3 1/2] LS1088A_QSPI: SECURE_BOOT: Images validation
 2017-10-23 21:33 UTC  (2+ messages)

[PATCH 1/4] drm/i915: Bump wait-times for the final CS interrupt before parking
 2017-10-23 21:32 UTC  (4+ messages)
` [PATCH 2/4] drm/i915: Synchronize irq before parking each engine
` [PATCH 3/4] drm/i915: Filter out spurious execlists context-switch interrupts
` [PATCH 4/4] warn

linux-arm-xen branch, commit access, etc
 2017-10-23 21:33 UTC  (7+ messages)

[PATCH v2 0/3] dwc2 fixes for edge cases on hikey
 2017-10-23 21:32 UTC  (4+ messages)
` [PATCH 1/3 v2] usb: dwc2: Improve gadget state disconnection handling
` [PATCH 2/3 v2] usb: dwc2: Error out of dwc2_hsotg_ep_disable() if we're in host mode
` [PATCH 3/3 v2] usb: dwc2: Fix UDC state tracking

MAIR_EL2 Attributes
 2017-10-23 21:33 UTC 

[PATCH] ARM: compressed: discard ksym/kcrctab input section
 2017-10-23 21:32 UTC  (9+ messages)

[PATCH] drm/framebuffer: Add framebuffer debugfs file
 2017-10-23 21:32 UTC  (2+ messages)

[PATCH 0/3] net/mlx5: bugfixes
 2017-10-23 21:30 UTC  (3+ messages)
` [PATCH v3 0/3] net/mlx5: bug fixes

unclean pgs health warning
 2017-10-23 21:28 UTC 

[patch net-next] net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpath
 2017-10-23 21:28 UTC 

4.14-rc2 on thinkpad x220: out of memory when inserting mmc card
 2017-10-23 21:27 UTC  (11+ messages)

[PATCH] drm/i915: Synchronize irq before parking each engine
 2017-10-23 21:27 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[tpm2] [01org/tpm2-tools] 3b87c2: tpm2_getmanufec: make server url an argument
 2017-10-23 21:27 UTC 

[PATCH net-next 0/2] net: dsa: don't unmask port bitmaps
 2017-10-23 21:26 UTC  (3+ messages)

[tpm2] [01org/tpm2-tools] bced5d: Revert "[REVERTME] travis: get build working"
 2017-10-23 21:26 UTC 

[RFC 0/4] TEE mediator framework + OP-TEE mediator
 2017-10-23 21:26 UTC  (8+ messages)

[PATCH v3 0/7] Support PPTT for ARM64
 2017-10-23 21:26 UTC  (13+ messages)
` [PATCH v3 1/7] ACPI/PPTT: Add Processor Properties Topology Table parsing
` [PATCH v3 6/7] arm64: topology: Enable ACPI/PPTT based CPU topology

[PATCH v4 00/12] Intel IPU3 ImgU patchset
 2017-10-23 21:24 UTC  (4+ messages)

[U-Boot] [PATCH 1/2] mtd: replace MTDDEBUG() with pr_debug()
 2017-10-23 21:23 UTC  (2+ messages)
` [U-Boot] [U-Boot,1/2] "

change in disk failure policy for non-BBL arrays?
 2017-10-23 21:23 UTC 

[Qemu-devel] Command line option "-option-rom" doesn't take the ROM file
 2017-10-23 21:22 UTC 

[U-Boot] [PATCH 1/2] armv8: layerscape: Allocate 66 MB DDR for secure memory
 2017-10-23 21:20 UTC  (3+ messages)
` [U-Boot] [PATCH 2/2] armv8: sec_firmware: Add support for loadables in FIT

[Bug 91221] UVD: GPU lockup with BARTS
 2017-10-23 21:17 UTC  (3+ messages)

[examine test] 115152: FAIL
 2017-10-23 21:16 UTC 

[cip-dev] [CIP News] CIP announces CIP Core Today
 2017-10-23 21:16 UTC 

[xen-unstable test] 115132: regressions - FAIL
 2017-10-23 21:15 UTC 

[PATCH 1/2] drm/i915: Bump wait-times for the final CS interrupt before parking
 2017-10-23 21:12 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: Filter out spurious execlists context-switch interrupts

[PATCH v5] atmel_flexcom: Support backup mode
 2017-10-23 21:12 UTC  (6+ messages)

[PATCH v7 0/4] drm/i915/guc : Removing enable_guc_loading module and Decoupling logs and ADS from submission
 2017-10-23 21:08 UTC  (6+ messages)
` [PATCH v7 3/4] drm/i915/guc : Updating GuC and HuC FW select function

[Qemu-devel] [Bug 1714331] [NEW] Virtual machines not working anymore on 2.10
 2017-10-23 21:02 UTC  (2+ messages)
` [Qemu-devel] [Bug 1714331] "

[bug report] regression bisected to "block: Make most scsi_req_init() calls implicit"
 2017-10-23 21:08 UTC  (6+ messages)

[PATCH] efi/libstub: arm: omit sorting of the UEFI memory map
 2017-10-23 21:08 UTC  (3+ messages)

[Qemu-devel] SDL2 various fixes
 2017-10-23 21:08 UTC  (3+ messages)
` [Qemu-devel] [PATCH 5/7] sdl2 uses surface relative coordinates
` [Qemu-devel] [PATCH 7/7] sdl2: Do not leave grab when fullscreen


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.