All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-03-28 16:01:39 to 2017-03-28 16:27:19 UTC [more...]

[PATCH 0/8] x86, kasan: add KASAN checks to atomic operations
 2017-03-28 16:26 UTC  (18+ messages)
` [PATCH 1/8] x86: remove unused atomic_inc_short()
` [PATCH 2/8] x86: un-macro-ify atomic ops implementation
` [PATCH 3/8] x86: use long long for 64-bit atomic ops
` [PATCH 4/8] asm-generic: add atomic-instrumented.h
` [PATCH 5/8] x86: switch atomic.h to use atomic-instrumented.h
` [PATCH 6/8] kasan: allow kasan_check_read/write() to accept pointers to volatiles
` [PATCH 7/8] asm-generic: add KASAN instrumentation to atomic operations
` [PATCH 8/8] asm-generic, x86: add comments for atomic instrumentation

[U-Boot] [PATCH 01/17] board_f: sandbox: Move setup_ram_buf() to private code
 2017-03-28 16:27 UTC  (4+ messages)
` [U-Boot] [PATCH 02/17] board_f: initcall: Add a header guard
` [U-Boot] [PATCH 03/17] board_f: x86: Rename x86_fsp_init() to arch_fsp_init()
` [U-Boot] [PATCH 04/17] board_f: powerpc: Join the two CONFIG_8xx_CPUCLK_DEFAULT sections

[PATCH 00/13] dax, pmem: move cpu cache maintenance to libnvdimm
 2017-03-28 16:26 UTC  (8+ messages)
` [PATCH 08/13] x86, libnvdimm, dax: stop abusing __copy_user_nocache

[PATCH 0/2] Add STM32 MDMA driver
 2017-03-28 16:26 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: Document the STM32 MDMA bindings

[Qemu-devel] [PATCH 1/1] parallels: wrong call to bdrv_truncate
 2017-03-28 16:26 UTC  (2+ messages)

[PATCH v3 0/4] xenstore: rework of transaction handling
 2017-03-28 16:26 UTC  (5+ messages)
` [PATCH v3 1/4] xenstore: let write_node() and some callers return errno
` [PATCH v3 2/4] xenstore: undo function rename
` [PATCH v3 3/4] xenstore: rework of transaction handling
` [PATCH v3 4/4] xenstore: cleanup tdb.c

v4.11-rc blk-mq lockup?
 2017-03-28 16:25 UTC  (3+ messages)

PCI VF driver with long delay in remove routine
 2017-03-28 16:24 UTC 

remove pci_enable_msix()
 2017-03-28 16:24 UTC  (7+ messages)
` [PATCH 5/5] PCI: remove pci_enable_msix

[PATCH RFC v4 00/10] net: qualcomm: add QCA7000 UART driver
 2017-03-28 16:24 UTC  (8+ messages)
` [PATCH RFC v4 06/10] net: qualcomm: make qca_common a separate kernel module
` [PATCH RFC v4 07/10] dt-bindings: net: add binding for QCA7000 UART

[RFC PATCH 00/23] xen/vIOMMU: Add vIOMMU support with irq remapping fucntion on Intel platform
 2017-03-28 16:24 UTC  (5+ messages)
` [RFC PATCH 5/23] Tools/libxc: Add viommu operations in libxc
` [RFC PATCH 9/23] Tools/libxl: Inform device model to create a guest with a vIOMMU device

[U-Boot] [PATCH 1/2] fdt: Bring in changes from v1.4.4
 2017-03-28 16:23 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] fdt: Add Python bindings

[PATCH v2] netfilter: Clean up tests if NULL returned on failure
 2017-03-28 16:23 UTC  (3+ messages)

[PATCH] arm64: tegra: Add CPU and PSCI nodes for NVIDIA Tegra210 platforms
 2017-03-28 16:23 UTC  (3+ messages)

[PATCH][RFC] cpufreq: Bring CPUs up even if cpufreq_online failed
 2017-03-28 16:23 UTC  (2+ messages)

Potential incorrect simplification
 2017-03-28 16:20 UTC  (6+ messages)

[PATCH] drm/amdgpu: refine the logic in amdgpu_need_post()
 2017-03-28 16:21 UTC 

[PATCH 1/7] Documentation: dt: net: Update the ath9k binding for SoC devices
 2017-03-28 16:21 UTC  (4+ messages)

[PATCH 1/5] drm/i915/uc: Move intel_uc_fw_status_repr() to intel_uc.c
 2017-03-28 16:21 UTC  (5+ messages)

[PATCH v2 0/3] net/i40e: QinQ filter
 2017-03-28 16:20 UTC  (7+ messages)
` [PATCH v3 0/5] "
` [PATCH v3 1/5] net/i40e: add QinQ filter create function
` [PATCH v3 2/5] net/i40e: parse QinQ pattern
` [PATCH v3 3/5] net/i40e: update destroy tunnel filter function
` [PATCH v3 4/5] net/i40e: initialise L3 MAP register
` [PATCH v3 5/5] net/i40e: update tunnel filter restore function

[PATCH v3] tpm: Apply a sane minimum adapterlimit value for retransmission
 2017-03-28 16:20 UTC  (3+ messages)

RFC: always use REQ_OP_WRITE_ZEROES for zeroing offload
 2017-03-28 16:12 UTC  (5+ messages)
` [PATCH 01/23] block: renumber REQ_OP_WRITE_ZEROES
  ` [Drbd-dev] "

[PATCH 4/4] btrfs: cleanup barrier_all_devices() to check dev stat flush error
 2017-03-28 16:19 UTC  (3+ messages)
` [PATCH V2 "

QCA9984 bmi identification failure
 2017-03-28 16:19 UTC  (5+ messages)

[PATCH v2 0/7] efi: Enhance capsule loader to support signed Quark images
 2017-03-28 16:18 UTC  (8+ messages)
` [PATCH v2 5/7] efi/capsule: Prepare for loading images with security header

[PATCH] virtio_balloon: prevent uninitialized variable use
 2017-03-28 16:18 UTC  (8+ messages)

[bluetooth-next:master 25/28] sound/soc//mxs/mxs-saif.c:591:3: note: in expansion of macro 'dev_dbg'
 2017-03-28 16:18 UTC 

[PATCH v2] x86: mostly disable '-maccumulate-outgoing-args'
 2017-03-28 16:17 UTC  (3+ messages)
` [tip:x86/urgent] x86/build: Mostly "

[PATCH v5 00/20] next-eventdev: event/sw software eventdev
 2017-03-28 16:17 UTC  (4+ messages)
  ` [PATCH v5 09/20] event/sw: add worker core functions

KVM call for 2017-04-11
 2017-03-28 16:08 UTC  (2+ messages)
` [Qemu-devel] "

[Qemu-devel] [PULL for-2.9 00/10] Block patches for -rc2
 2017-03-28 16:16 UTC  (2+ messages)

[PATCH v5 0/7] Partial Parity Log for MD RAID 5
 2017-03-28 16:16 UTC  (6+ messages)
` [PATCH v5 3/7] raid5-ppl: Partial Parity Log write logging implementation

Questions
 2017-03-28 16:16 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/3] vfio-pci: support recovery of AER non fatal error
 2017-03-28 16:16 UTC  (13+ messages)
` [Qemu-devel] [PATCH v3 1/3] pcie aer: verify if AER functionality is available
` [Qemu-devel] [PATCH v3 3/3] vfio-pci: process non fatal error of AER

mlx5 flow create/destroy behaviour
 2017-03-28 16:16 UTC  (3+ messages)

[PATCH v4] perf annotate: Fix missing number of samples for source_line_samples
 2017-03-28 16:15 UTC  (5+ messages)

[PATCH 1/3] drm/doc: remove standard connector props from the csv file
 2017-03-28 16:15 UTC  (4+ messages)
` [PATCH 3/3] drm: document the all the atomic iterators

[PATCH 0/3] A few misc fixes Mentor is carrying
 2017-03-28 16:14 UTC  (4+ messages)
` [PATCH 1/3] update_gio_module_cache: fix host user contamination
` [PATCH 2/3] sysroot-relativelinks: also consider links to dirs on the host
` [PATCH 3/3] systemd-boot: write startup.nsh

[REGRESSION][Stable][v3.12.y][v4.4.y][v4.9.y][v4.10.y][v4.11-rc1] scsi: storvsc: properly set residual data length on errors
 2017-03-28 16:14 UTC  (5+ messages)

[PATCH 0/33 v6] fsnotify: Avoid SRCU stalls with fanotify permission events
 2017-03-28 16:13 UTC  (34+ messages)
` [PATCH 01/33] fsnotify: Remove unnecessary tests when showing fdinfo
` [PATCH 02/33] inotify: Remove inode pointers from debug messages
` [PATCH 03/33] fanotify: Move recalculation of inode / vfsmount mask under mark_mutex
` [PATCH 04/33] audit: Abstract hash key handling
` [PATCH 05/33] fsnotify: Update comments
` [PATCH 06/33] fsnotify: Move mark list head from object into dedicated structure
` [PATCH 07/33] fsnotify: Move object pointer to fsnotify_mark_connector
` [PATCH 08/33] fsnotify: Make fsnotify_mark_connector hold inode reference
` [PATCH 09/33] fsnotify: Remove indirection from mark list addition
` [PATCH 10/33] fsnotify: Move fsnotify_destroy_marks()
` [PATCH 11/33] fsnotify: Move locking into fsnotify_recalc_mask()
` [PATCH 12/33] fsnotify: Move locking into fsnotify_find_mark()
` [PATCH 13/33] fsnotify: Determine lock in fsnotify_destroy_marks()
` [PATCH 14/33] fsnotify: Remove indirection from fsnotify_detach_mark()
` [PATCH 15/33] fsnotify: Remove useless list deletion and comment
` [PATCH 16/33] fsnotify: Lock object list with connector lock
` [PATCH 17/33] fsnotify: Free fsnotify_mark_connector when there is no mark attached
` [PATCH 18/33] inotify: Do not drop mark reference under idr_lock
` [PATCH 19/33] fsnotify: Move queueing of mark for destruction into fsnotify_put_mark()
` [PATCH 20/33] fsnotify: Detach mark from object list when last reference is dropped
` [PATCH 21/33] fsnotify: Remove special handling of mark destruction on group shutdown
` [PATCH 22/33] fsnotify: Provide framework for dropping SRCU lock in ->handle_event
` [PATCH 23/33] fsnotify: Pass fsnotify_iter_info into handle_event handler
` [PATCH 24/33] fanotify: Release SRCU lock when waiting for userspace response
` [PATCH 25/33] fsnotify: Remove fsnotify_set_mark_{,ignored_}mask_locked()
` [PATCH 26/33] fsnotify: Remove fsnotify_recalc_{inode|vfsmount}_mask()
` [PATCH 27/33] fsnotify: Inline fsnotify_clear_{inode|vfsmount}_mark_group()
` [PATCH 28/33] fsnotify: Rename fsnotify_clear_marks_by_group_flags()
` [PATCH 29/33] fsnotify: Remove fsnotify_detach_group_marks()
` [PATCH 30/33] fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()
` [PATCH 31/33] fsnotify: Drop inode_mark.c
` [PATCH 32/33] fsnotify: Add group pointer in fsnotify_init_mark()
` [PATCH 33/33] fsnotify: Move ->free_mark callback to fsnotify_ops

[PATCH] Revert "md: raid1: use bio helper in process_checks()"
 2017-03-28 16:13 UTC  (8+ messages)

[PATCH v2 0/2] x86/io: rename dpci_ IO port handlers
 2017-03-28 15:58 UTC  (5+ messages)
` [PATCH v2 1/2] x86/io: rename misleading dpci_ prefixed functions to g2m_
` [PATCH v2 2/2] x86/io: move the list of guest to machine IO ports out of domain_iommu

[Qemu-devel] [PATCH for 2.9 1/1] block: add missed aio_context_acquire into release_drive
 2017-03-28 16:12 UTC 

[PATCH v6] vfio error recovery: kernel support
 2017-03-28 16:12 UTC  (5+ messages)
    ` [Qemu-devel] "

[PATCH] md:array cannot be opened again after 'md_set_readonly'
 2017-03-28 16:12 UTC  (4+ messages)

[PATCH v2 0/5] firmware: google memconsole
 2017-03-28 16:11 UTC  (8+ messages)
` [PATCH v2 1/5] firmware: google memconsole: Remove useless submenu in Kconfig
` [PATCH v2 2/5] firmware: google memconsole: Move specific EBDA parts
` [PATCH v2 3/5] firmware: google memconsole: Add coreboot support
` [PATCH v2 4/5] firmware: Add coreboot device tree binding documentation
` [PATCH v2 5/5] firmware: google memconsole: Add ARM/ARM64 support

[Cluster-devel] gfs2-utils 3.1.10 released
 2017-03-28 16:11 UTC 

[PATCH] net: netfilter: Remove complexity
 2017-03-28 16:10 UTC  (3+ messages)
` [Outreachy kernel] "

[PATCH linux-next v2 0/4] usb: gadget: udc: atmel: Endpoint allocation scheme fixes
 2017-03-28 16:07 UTC  (10+ messages)
` [PATCH linux-next v2 1/4] usb: gadget: udc: atmel: Check fifo configuration values against device tree
` [PATCH linux-next v2 2/4] usb: gadget: udc: atmel: Minor code cleanup
` [PATCH linux-next v2 3/4] usb: gadget: udc: atmel: Use dev_warn() to display EP configuration error
` [PATCH linux-next v2 4/4] usb: gadget: udc: atmel: Update Kconfig help for fifo_mode = 0

[PATCH RESEND] dmaengine: pl330: remove pdata based initialization
 2017-03-28 16:08 UTC  (4+ messages)

[PATCH v1] tracing/kprobes: expose maxactive for kretprobe in kprobe_events
 2017-03-28 16:08 UTC  (3+ messages)

[PATCH v2] staging: media: atomisp: compress return logic
 2017-03-28 16:08 UTC 

[PATCH V9 00/11] IOMMU probe deferral support
 2017-03-28 16:07 UTC  (12+ messages)

[PATCH v2] ARM: dts: am335x-baltos: add LED support
 2017-03-28 16:07 UTC  (2+ messages)

[PATCH] percpu: drop useless macro PER_CPU_DEF_ATTRIBUTES
 2017-03-28 16:00 UTC  (2+ messages)

[Qemu-devel] [PATCH] vnc: allow to connect with add_client when -vnc none
 2017-03-28 16:06 UTC 

[PATCH V9 07/11] iommu: of: Handle IOMMU lookup failure with deferred probing or error
 2017-03-28 16:06 UTC  (5+ messages)
` [V9, "

[PATCH 0/2] lib: add TCP IPv4 GRO support
 2017-03-28 16:06 UTC  (11+ messages)

Page allocator order-0 optimizations merged
 2017-03-28 16:05 UTC  (13+ messages)

[PATCH] VSOCK: remove unnecessary ternary operator on return value
 2017-03-28 16:04 UTC  (3+ messages)

[U-Boot] i.MX6QP sd boot issue
 2017-03-28 16:04 UTC  (6+ messages)

Xen Security Advisory 206 - xenstore denial of service via repeated update
 2017-03-28 16:03 UTC 

[U-Boot] [PATCH v3 00/13] STiH410-B2260: add reset, usb and fastboot support
 2017-03-28 16:03 UTC  (14+ messages)
` [U-Boot] [PATCH v3 01/13] mmc: sti_sdhci: Rework sti_mmc_core_config()
` [U-Boot] [PATCH v3 02/13] ARM: dts: stih410-family: Add missing reset_names for mmc1 node
` [U-Boot] [PATCH v3 03/13] mmc: sti_sdhci: Use reset framework
` [U-Boot] [PATCH v3 04/13] dm: usb: Add a uclass for USB PHY
` [U-Boot] [PATCH v3 05/13] usb: phy: Add STi USB2 PHY
` [U-Boot] [PATCH v3 06/13] usb: ehci: Add STi ehci support
` [U-Boot] [PATCH v3 07/13] usb: ohci: Add STi ohci support
` [U-Boot] [PATCH v3 08/13] usb: xhci: Add STi xhci support
` [U-Boot] [PATCH v3 09/13] usb: dwc3: Add dwc3 glue driver support for STi
` [U-Boot] [PATCH v3 10/13] board: STiH410-B2260: add OHCI and XHCI related defines
` [U-Boot] [PATCH v3 11/13] board: STiH410-B2260: add fastboot support
` [U-Boot] [PATCH v3 12/13] STiH410-B2260: enable USB Host Networking
` [U-Boot] [PATCH v3 13/13] STiH410-B2260: enable USB, fastboot, reset related flags

[bluetooth-next:master 25/28] drivers/clk//samsung/clk-s3c2412.c:28:0: warning: "SWRST" redefined
 2017-03-28 16:03 UTC 

[Intel-wired-lan] [PATCH] fm10k: do not enqueue mailbox when host not ready
 2017-03-28 16:03 UTC  (2+ messages)

[PATCH] net/mlx5: fix TSO header size in case of VLAN insertion
 2017-03-28 16:02 UTC  (3+ messages)
  ` [dpdk-stable] "

[PATCH v3] IB/IPoIB: ibX: failed to create mcg debug file
 2017-03-28 16:02 UTC  (5+ messages)

[PATCH v1] ltp-ddt: Update to latest
 2017-03-28 16:02 UTC 

[PATCH v2] mtd: mchp23k256: Add driver for this SPI SRAM device
 2017-03-28 16:01 UTC  (2+ messages)

[PATCH 0/1] Follow-up fix for tinfoil series
 2017-03-28 16:01 UTC  (3+ messages)
` [PATCH 1/1] lib/bb/codeparser: ensure BufferedLogger respects target filtering

[Intel-wired-lan] [PATCH 1/5] fm10k: use a BITMAP for flags to avoid race conditions
 2017-03-28 16:01 UTC  (3+ messages)
` [Intel-wired-lan] [PATCH 5/5] fm10k: disable receive queue when configuring ring

[PATCH v2] serdev: Replace serdev_device_write_buf with serdev_device_write
 2017-03-28 16:01 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.