All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-10-06 00:51:01 to 2017-10-06 02:51:27 UTC [more...]

[PATCH v11 00/25] xfs: online scrub support
 2017-10-06  2:51 UTC  (3+ messages)
` [PATCH 17/25] xfs: scrub inode block mappings

[Bug 103080] DC driver from drm-next-4.15-dc branch (upstream PR) not working
 2017-10-06  2:49 UTC  (3+ messages)

[nfs-utils PATCH] Add RemainAfterExit to two services
 2017-10-06  2:48 UTC 

[PATCH v2 04/18] arm64: dts: m3ulcb-kf: initial device tree
 2017-10-06  2:47 UTC  (4+ messages)

[PATCH v5 0/5] cramfs refresh for embedded usage
 2017-10-06  2:45 UTC  (12+ messages)
` [PATCH v5 1/5] cramfs: direct memory access support
` [PATCH v5 2/5] cramfs: make cramfs_physmem usable as root fs
` [PATCH v5 3/5] cramfs: implement uncompressed and arbitrary data block positioning
` [PATCH v5 4/5] cramfs: add mmap support
` [PATCH v5 5/5] cramfs: rehabilitate it

[PATCH] usb: renesas_usbhs: Add compatible string for r8a7743/5
 2017-10-06  2:44 UTC  (3+ messages)

[PATCH v2] of: thermal: Introduce "linux,hwmon" optional property
 2017-10-06  2:44 UTC  (3+ messages)

[PATCH v3 15/18] arm64: dts: ulcb-kf: enable TCA9539 on I2C4
 2017-10-06  2:44 UTC 

[PATCH v3 14/18] arm64: dts: ulcb-kf: enable TCA9539 on I2C2
 2017-10-06  2:44 UTC 

r8169 Wake-on-LAN causes immediate ACPI GPE wakeup
 2017-10-06  2:44 UTC  (5+ messages)

[PATCH v2 12/18] arm64: dts: ulcb-kf: enable PCIE0/1
 2017-10-06  2:43 UTC 

[PATCH v2 07/18] arm64: dts: ulcb-kf: enable SCIF1
 2017-10-06  2:43 UTC  (2+ messages)

[PATCH v2 14/18] arm64: dts: ulcb-kf: enable PCA9539 on I2C2
 2017-10-06  2:40 UTC  (4+ messages)

[RFC] Reporting index properties
 2017-10-06  2:39 UTC  (4+ messages)

[PATCH 0/18] arm64: renesas: add ULCB Kingfisher board
 2017-10-06  2:38 UTC  (4+ messages)
` [PATCH 09/18] arm64: dts: ulcb-kf: enable USB2 PHY of channel 0

[PATCH] api-argv-array.txt: Update link to string-list API
 2017-10-06  2:38 UTC  (2+ messages)

couple questions about git "logical variables" and "git var"
 2017-10-06  2:35 UTC  (3+ messages)

__ubsan_handle_type_mismatch converted to __ubsan_handle_type_mismatch_v1
 2017-10-06  2:29 UTC 

[PATCH linux dev-4.10 v4 00/31] drivers: fsi: client fixes and refactor
 2017-10-06  2:26 UTC  (38+ messages)
` [PATCH linux dev-4.10 v4 01/31] drivers: fsi: sbefifo: Fix includes
` [PATCH linux dev-4.10 v4 02/31] drivers: fsi: sbefifo: Use a defined reschedule length
` [PATCH linux dev-4.10 v4 03/31] drivers: fsi: sbefifo: Use __be32 for big endian values
` [PATCH linux dev-4.10 v4 04/31] drivers: fsi: sbefifo: white space fixes
` [PATCH linux dev-4.10 v4 05/31] drivers: fsi: sbefifo: replace awkward wait_event expression
` [PATCH linux dev-4.10 v4 06/31] drivers: fsi: sbefifo: remove redundant function
` [PATCH linux dev-4.10 v4 07/31] drivers: fsi: sbefifo: Use goto to reduce put statements
` [PATCH linux dev-4.10 v4 08/31] drivers: fsi: sbefifo: Do an earlier get_client call
` [PATCH linux dev-4.10 v4 09/31] drivers: fsi: sbefifo: Remove warning and user data access check
` [PATCH linux dev-4.10 v4 10/31] drivers: fsi: sbefifo: destroy the ida list on exit
` [PATCH linux dev-4.10 v4 11/31] drivers: fsi: sbefifo: Fix module authors and comments
` [PATCH linux dev-4.10 v4 12/31] drivers: fsi: sbefifo: Fix include guards in header file
` [PATCH linux dev-4.10 v4 13/31] drivers: fsi: SBEFIFO: Fix probe() and remove()
` [PATCH linux dev-4.10 v4 14/31] drivers: fsi: SBEFIFO: check for xfr complete in read wait_event
` [PATCH linux dev-4.10 v4 15/31] drivers: fsi: occ: Fix includes
` [PATCH linux dev-4.10 v4 16/31] drivers: fsi: occ: Fix errant kfree calls
` [PATCH linux dev-4.10 v4 17/31] drivers: fsi: occ: remove unused occ_command structure
` [PATCH linux dev-4.10 v4 18/31] drivers: fsi: occ: Use big-endian values
` [PATCH linux dev-4.10 v4 19/31] drivers: fsi: occ: Return ENODEV if client is NULL
` [PATCH linux dev-4.10 v4 20/31] drivers: fsi: occ: Remove early user buffer checking
` [PATCH linux dev-4.10 v4 21/31] drivers: fsi: occ: Switch to more logical errnos
` [PATCH linux dev-4.10 v4 22/31] drivers: fsi: occ: fix white space and bracket problems
` [PATCH linux dev-4.10 v4 23/31] drivers: fsi: occ: Destroy the ida list on exit
` [PATCH linux dev-4.10 v4 24/31] drivers: fsi: occ: Remove unnecessary platform_set_drvdata call
` [PATCH linux dev-4.10 v4 25/31] drivers: fsi: occ: Add comments for clarity
` [PATCH linux dev-4.10 v4 26/31] drivers: fsi: occ: Add OCC response definitions to header
` [PATCH linux dev-4.10 v4 27/31] drivers: fsi: occ: Poll while receiving "command in progress"
` [PATCH linux dev-4.10 v4 28/31] drivers: fsi: occ: Add cancel to remove() and fix probe()
` [PATCH linux dev-4.10 v4 29/31] drivers: fsi: occ: Fix client memory management
` [PATCH linux dev-4.10 v4 30/31] drivers/hwmon/occ: Remove repeated ops for OCC command in progress
` [PATCH linux dev-4.10 v4 31/31] drivers: hwmon: occ: Cancel occ operations in remove()

[PATCH] tag: avoid NULL pointer arithmetic
 2017-10-06  2:23 UTC  (5+ messages)
  ` [PATCH] fsck: check results of lookup_blob() and lookup_tree() for NULL
    ` [PATCH v2] fsck: handle NULL return of lookup_blob() and lookup_tree()

[PATCH] md: raid10: remove VLAIS
 2017-10-06  2:22 UTC  (4+ messages)

[ANNOUNCE] v4.11.12-rt13
 2017-10-06  2:20 UTC  (4+ messages)

(unknown),
 2017-10-06  2:19 UTC 

[PATCH v3 0/4] phy: rcar-gen3-usb2: add support for r8a77995
 2017-10-06  2:13 UTC  (3+ messages)

[PATCH] vfs: hard-ban creating files with control characters in the name
 2017-10-06  2:09 UTC  (7+ messages)

[PATCH v5 0/5] increase port_id range
 2017-10-06  2:15 UTC  (3+ messages)
` [PATCH v6 "

[git pull] drm fixes for 4.14-rc4
 2017-10-06  2:13 UTC  (2+ messages)

[PATCH v2] imx6ullevk: Add machine file
 2017-10-06  2:07 UTC  (3+ messages)

[PATCH linux dev-4.10 v3 00/31] drivers: fsi: client fixes and refactor
 2017-10-06  2:04 UTC  (15+ messages)
` [PATCH linux dev-4.10 v3 06/31] drivers: fsi: sbefifo: remove redundant function
` [PATCH linux dev-4.10 v3 18/31] drivers: fsi: occ: Use big-endian values
` [PATCH linux dev-4.10 v3 27/31] drivers: fsi: occ: Poll while receiving "command in progress"
` [PATCH linux dev-4.10 v3 28/31] drivers: fsi: occ: Add cancel to remove() and fix probe()

Creating a .img file from artifacts of yocto
 2017-10-06  2:03 UTC 

[PATCH 0/2] PowerPC-Cell platform: Adjustments for four function implementations
 2017-10-06  2:02 UTC  (7+ messages)
` [PATCH 1/2] powerpc/platforms/cell: Delete an error message for a failed memory allocation in three functions
          ` [PATCH 1/2] powerpc/platforms/cell: Delete an error message for a failed memory allocation in th

[PATCH 00/11] various lockfile-leaks and -fixes
 2017-10-06  2:01 UTC  (10+ messages)
` [PATCH v2 00/12] "
  ` [PATCH v2 01/12] sha1_file: do not leak `lock_file`
  ` [PATCH v2 05/12] checkout-index: simplify locking logic
  ` [PATCH v2 10/12] read-cache: drop explicit `CLOSE_LOCK`-flag
  ` [PATCH v2 11/12] read-cache: leave lock in right state in `write_locked_index()`

[PATCH 1/2] perf, tools, stat: Use xyarray dimensions to iterate fds
 2017-10-06  2:00 UTC  (2+ messages)
` [PATCH 2/2] perf, tools, stat: Reset ids counter when retrying events

[PATCH] arm64: elf.h: Correct comment about READ_IMPLIES_EXEC propagation
 2017-10-06  2:00 UTC 

(unknown),
 2017-10-06  1:59 UTC 

[Xenomai] --session= is not a recognized option when using Posix skin
 2017-10-06  1:58 UTC 

OpenBMC helper scripts repositories
 2017-10-06  1:55 UTC 

[PATCH v6 0/3] KVM: LAPIC: Rework lapic timer to behave more like real-hardware
 2017-10-06  1:54 UTC  (4+ messages)
` [PATCH v6 1/3] KVM: LAPIC: Introduce limit_periodic_timer_frequency
` [PATCH v6 2/3] KVM: LAPIC: Keep timer running when switching between one-shot and periodic mode
` [PATCH v6 3/3] KVM: LAPIC: Apply change to TDCR right away to the timer

[LTP] [RFC PATCH 0/6] Fix 32-bit cross compilation
 2017-10-06  1:53 UTC  (7+ messages)
` [LTP] [RFC PATCH 1/6] m4: Fix libkeyutils detection on 32-bit cross build
` [LTP] [RFC PATCH 2/6] m4: Fix libacl "
` [LTP] [RFC PATCH 3/6] m4: Simplify check for linux/can.h header
` [LTP] [RFC PATCH 4/6] m4: Fix libcrypto detection on 32-bit cross build
` [LTP] [RFC PATCH 5/6] make: Remove workarounds for build without libnuma
` [LTP] [RFC PATCH 6/6] m4, kernel/lib: Detect libnuma presence in kernel libs

[ndctl PATCH 0/8] add an inject-error command to ndctl
 2017-10-06  1:54 UTC  (9+ messages)
` [ndctl PATCH 1/8] libndctl: fix a memory leak in add_bus
` [ndctl PATCH 2/8] ndctl, list: move the --human description to an include
` [ndctl PATCH 3/8] libndctl: add APIs to get scrub count and to wait for a scrub
` [ndctl PATCH 4/8] ccan/list: add a list_add_after helper
` [ndctl PATCH 5/8] ndctl: add an inject-error command
` [ndctl PATCH 6/8] ndctl/test: add a new unit test for inject-error
` [ndctl PATCH 7/8] ndctl/test: update existing unit tests to use error-inject
` [ndctl PATCH 8/8] ndctl/test: add a new unit test for BTT error clearing

[PATCH 0/4] add error injection commands to nfit_test
 2017-10-06  1:53 UTC  (5+ messages)
` [PATCH 1/4] libnvdimm: move poison list functions to a new 'badrange' file
` [PATCH 2/4] nfit_test: add error injection DSMs
` [PATCH 3/4] libnvdimm, badrange: remove a WARN for list_empty
` [PATCH 4/4] nfit_test: when clearing poison, also remove badrange entries

[PATCH kernel v2] powerpc/powernv: Reserve a hole which appears after enabling IOV
 2017-10-06  1:49 UTC  (3+ messages)

(unknown),
 2017-10-06  1:43 UTC 

[PATCH] arch_topology: Fix section miss match warning due to free_raw_capacity()
 2017-10-06  1:40 UTC  (3+ messages)

[PATCH 0/5] btrfs-progs: check: original and lowmem mode fix
 2017-10-06  1:42 UTC  (5+ messages)
` [PATCH 1/5] btrfs-progs: check: return value of check_extent_refs()

[U-Boot] [PATCH] usb: kbd: Fix dangling pointers on probe fail
 2017-10-06  1:35 UTC  (3+ messages)

[mdadm PATCH 1/2] mdcheck: add some logging
 2017-10-06  1:34 UTC  (2+ messages)
` [mdadm PATCH 2/2] mdcheck: improve cleanup

[PATCH 0/2] fix build failure for use-mainline-bsp
 2017-10-06  1:33 UTC  (7+ messages)
` [PATCH 1/2] image_types_fsl: define SDCARD_GENERATION_COMMAND "

[PATCH] kvm/x86: Avoid async PF to end RCU read-side critical section early in PREEMPT=n kernel
 2017-10-06  1:33 UTC  (3+ messages)

[PATCH] vfs: fix statfs64() returning impossible EOVERFLOW for 64-bit f_files
 2017-10-06  1:31 UTC  (5+ messages)

[Intel-wired-lan] [jkirsher-net-queue:dev-queue] BUILD SUCCESS 0ae95a3ebd06ffedbea70714d267dff54130e13e
 2017-10-06  1:30 UTC 

[PATCH v2 00/30] NXP DPAA2 PMD updates
 2017-10-06  1:30 UTC  (3+ messages)
` [PATCH v3 00/27] "

[U-Boot] [PATCH] linux/kernel.h: import DIV_ROUND_{DOWN, UP}_ULL from Linux
 2017-10-06  1:27 UTC  (2+ messages)

New "How to Debug Toaster" section
 2017-10-06  1:26 UTC 

hung grow
 2017-10-06  1:25 UTC  (13+ messages)

[U-Boot] [PATCH] fixdep: fix dependency on options surrounded by CONFIG_VAL()
 2017-10-06  1:24 UTC 

master - vgmerge: Fix intermediate metadata corruption
 2017-10-06  1:21 UTC 

[Qemu-devel] [PATCH 00/23] generalize parsing of cpu_model (part 3/PPC)
 2017-10-05 17:31 UTC  (2+ messages)

[PATCH]Support new Alps HID Touchpad device
 2017-10-06  1:17 UTC  (8+ messages)
` [PATCH 1/7] Delete unnecessary structure
` [PATCH 2/7] Separate U1 device code
` [PATCH 3/7] Add some variables
` [PATCH 4/7] replace "
` [PATCH 5/7] Support Alps T4 Touchpad device
` [PATCH 6/7] Add new U1 device ID
` [PATCH 7/7] Support Alps U1 USB Touchpad device

EDAC, skx_edac: Fix for PCI multi-segment system
 2017-10-06  1:17 UTC 

[xen-unstable-smoke test] 114054: regressions - FAIL
 2017-10-06  1:17 UTC 

[RFC 00/10] Introduce a SELinux namespace
 2017-10-06  1:14 UTC  (5+ messages)
` [RFC 04/10] netns, selinux: create the selinux netlink socket per network namespace
` [RFC 05/10] selinux: support per-task/cred selinux namespace

[PATCH net v2 0/9] Fixes, cleanup and modernization for some legacy ethernet NIC drivers
 2017-10-06  1:11 UTC  (12+ messages)
` [PATCH net v2 4/9] net/mac89x0: Replace custom debug logging with netif_* calls
` [PATCH net v2 3/9] net/mac89x0: Fix and modernize log messages
` [PATCH net v2 8/9] net/8390: Fix redundant code
` [PATCH net v2 6/9] net/sonic: Cleanup and modernize log messages
` [PATCH net v2 7/9] net/sonic: Replace custom debug logging with netif_* calls
` [PATCH net v2 5/9] net/macmace: Fix and cleanup log messages
` [PATCH net v2 1/9] net/smc9194: Remove bogus CONFIG_MAC reference
` [PATCH net v2 9/9] net/mac8390: Fix log messages
` [PATCH net v2 2/9] net/mac89x0: Remove dead or unreachable code

[PATCH v1 0/7] Flow API helpers enhancements
 2017-10-06  1:13 UTC  (2+ messages)

[RFC PATCH -tip 0/5] kprobes: Abolish jprobe APIs
 2017-10-06  1:11 UTC  (4+ messages)

[PATCH v1 00/21] net/mlx5: cleanup for isolated mode
 2017-10-06  1:11 UTC  (7+ messages)
  ` [PATCH v2 07/30] net/mlx5: fix reta update can segfault
  ` [PATCH v2 08/30] net/mlx5: fix rxqs vector support verification
  ` [PATCH v2 09/30] net/mlx5: add reference counter on memory region

[PATCH V2] PCI: AER: fix deadlock in do_recovery
 2017-10-06  1:11 UTC  (5+ messages)

[ANNOUNCE] WireGuard Snapshot `0.0.20171005` Available
 2017-10-06  1:37 UTC 

mptsas driver cannot detect hotplugging disk with the LSI SCSI SAS1068 controller in Ubuntu guest on VMware
 2017-10-06  1:08 UTC  (3+ messages)

[PATCH] kvm, mm: account kvm related kmem slabs to kmemcg
 2017-10-06  1:07 UTC  (2+ messages)

[RESEND PATCH 0/7] net: qrtr: Fixes and support receiving version 2 packets
 2017-10-06  1:05 UTC  (3+ messages)
` [RESEND PATCH 7/7] net: qrtr: Support decoding incoming v2 packets

[PATCH v3] btrfs-progs: change subvol set-default to also accept subvol path
 2017-10-06  1:05 UTC 

[PATCH 0/1] Input: joydev blacklist feature
 2017-10-06  1:03 UTC  (2+ messages)
` [PATCH 1/1] Input: joydev - blacklist ds3/ds4/udraw motion sensors

[PATCH 00/10] Add foundation for riscv architecture
 2017-10-06  1:00 UTC  (7+ messages)
` [PATCH 06/10] binutils: Convert SRC_URI and SRCREV to weak defines
` [PATCH 07/10] gcc: Backport fix for a segfault on riscv
` [PATCH 08/10] gcc-runtime: Disable libitm "
` [PATCH 09/10] elfutils: Fix missing library on linker cmdline
` [PATCH 10/10] openssl: Add support for riscv32/riscv64
` ✗ patchtest: failure for Add foundation for riscv architecture

[PATCH 1/2] drm/i915/guc: Add GuC Load time to dmesg log
 2017-10-06  0:56 UTC  (4+ messages)

[PATCH v8 0/2] tracing: Add trace events for preemption and irq disable/enable
 2017-10-06  0:54 UTC  (3+ messages)
` [PATCH v8 1/2] tracing: Prepare to add preempt and irq trace events
` [PATCH v8 2/2] tracing: Add support for preempt and irq enable/disable events

[PATCH v3 1/3] ethdev: add Rx HW timestamp capability
 2017-10-06  0:54 UTC  (3+ messages)
` [PATCH v6 "

[PATCH] powerpc/tm: P9 disabled suspend mode workaround
 2017-10-06  0:51 UTC  (3+ messages)


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.