All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-09-01 16:53:46 to 2017-09-01 17:49:31 UTC [more...]

[PATCH] alsa-utils: Do not hardcode path to /lib/udev
 2017-09-01 17:49 UTC 

[PATCH] perf sched timehist: Add pid and tid options
 2017-09-01 17:49 UTC 

[patch v7 0/4] JTAG driver introduction
 2017-09-01 17:48 UTC  (5+ messages)
` [patch v7 1/4] drivers: jtag: Add JTAG core driver

[PATCH] drm/ttm: Fix trace include path (v2)
 2017-09-01 17:48 UTC  (4+ messages)

[PATCH V2 0/5] support PERF_SAMPLE_PHYS_ADDR (user)
 2017-09-01 17:46 UTC  (4+ messages)

[PATCH 1/4] drm: Make syncobj import/export functions static
 2017-09-01 17:46 UTC  (8+ messages)
` [PATCH 2/4] drm: Add missing __user annotation to drm_syncobj_array_find()
` [PATCH 3/4] drm: Drop drm_get_link_status_name()
` [PATCH 4/4] drm: Make __drm_object_property_get_value() static

[Qemu-devel] RFC: changing ROM bundling in tar dists for releases
 2017-09-01 17:45 UTC  (6+ messages)

virtio_net: ethtool supported link modes
 2017-09-01 17:45 UTC  (6+ messages)
` [virtio-dev] "

[RFC PATCH 0/4] drm/i915: enable userspace to program slice/subslice programming
 2017-09-01 17:44 UTC  (6+ messages)
` [RFC PATCH 1/4] drm/i915: Record both min/max eu_per_subslice in sseu_dev_info
` [RFC PATCH 2/4] drm/i915: Program RPCS for Broadwell
` [RFC PATCH 3/4] drm/i915: Record the sseu configuration per-context & engine
` [RFC PATCH 4/4] drm/i915: Expose RPCS (SSEU) configuration to userspace
` ✓ Fi.CI.BAT: success for drm/i915: enable userspace to program slice/subslice programming

Support standalone metrics and metric groups for perf
 2017-09-01 17:42 UTC  (7+ messages)
` [PATCH v3 01/11] perf, tools: Support weak groups

[PATCH 0/5] Five BFQ patches for kernel v4.14
 2017-09-01 17:41 UTC  (13+ messages)
` [PATCH 1/5] bfq: Annotate fall-through in a switch statement
` [PATCH 2/5] bfq: Declare local functions static
` [PATCH 3/5] bfq: Check kstrtoul() return value
` [PATCH 4/5] bfq: Suppress compiler warnings about comparisons
` [PATCH 5/5] bfq: Use icq_to_bic() consistently

[PATCH net-next] selftests: correct define in msg_zerocopy.c
 2017-09-01 17:41 UTC  (2+ messages)

[U-Boot] [Patch V2 0/4] Migrate DA850-evm to Driver Model
 2017-09-01 17:39 UTC  (9+ messages)
` [U-Boot] [Patch V2 1/4] spi: davinci_spi: Add da830-spi support for DM
` [U-Boot] [Patch V2 2/4] arm: da850-evm: Enable DM and device tree support for da850-evm
` [U-Boot] [Patch V2 3/4] arm: da850-evm: Enable MTD Parts
` [U-Boot] [Patch V2 4/4] ARM: da850-evm: Enable DM_I2C

[PATCH net-next v2] doc: document MSG_ZEROCOPY
 2017-09-01 17:39 UTC  (2+ messages)

[PATCH] kernel: Stop using update-alternatives
 2017-09-01 17:39 UTC  (4+ messages)

[Qemu-arm] [PATCH v7 00/20] ARM SMMUv3 Emulation Support
 2017-09-01 17:21 UTC  (42+ messages)
` [Qemu-devel] "
` [Qemu-arm] [PATCH v7 01/20] hw/arm/smmu-common: smmu base device and datatypes
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v7 02/20] hw/arm/smmu-common: IOMMU memory region and address space setup
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v7 03/20] hw/arm/smmu-common: smmu_read/write_sysmem
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v7 04/20] hw/arm/smmu-common: VMSAv8-64 page table walk
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v7 05/20] hw/arm/smmuv3: Skeleton
  ` [Qemu-arm] "
` [Qemu-arm] [PATCH v7 06/20] hw/arm/smmuv3: Wired IRQ and GERROR helpers
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v7 07/20] hw/arm/smmuv3: Queue helpers
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v7 08/20] hw/arm/smmuv3: Implement MMIO write operations
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v7 09/20] hw/arm/smmuv3: Event queue recording helper
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v7 10/20] hw/arm/smmuv3: Implement translate callback
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v7 11/20] target/arm/kvm: Translate the MSI doorbell in kvm_arch_fixup_msi_route
` [Qemu-devel] [PATCH v7 12/20] hw/arm/smmuv3: Implement data structure and TLB invalidation notifications
` [Qemu-devel] [PATCH v7 13/20] hw/arm/smmuv3: Implement IOMMU memory region replay callback
` [Qemu-devel] [PATCH v7 14/20] hw/arm/virt: Store the PCI host controller dt phandle
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v7 15/20] hw/arm/sysbus-fdt: Pass the VirtMachineState to the node creation functions
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v7 16/20] hw/arm/sysbus-fdt: Pass the platform bus base address in PlatformBusFDTData
` [Qemu-devel] [PATCH v7 17/20] hw/arm/sysbus-fdt: Allow smmuv3 dynamic instantiation
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v7 18/20] hw/arm/virt-acpi-build: Add smmuv3 node in IORT table
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v7 19/20] hw/arm/smmuv3: [not for upstream] add SMMU_CMD_TLBI_NH_VA_AM handling
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v7 20/20] hw/arm/smmuv3: [not for upstream] Add caching-mode option

[PATCH net-next] bpf: Collapse offset checks in sock_filter_is_valid_access
 2017-09-01 17:37 UTC  (2+ messages)

[PATCH] mvneta: Driver and hardware supports IPv6 offload, so enable it
 2017-09-01 17:36 UTC  (2+ messages)

[PATCH v2 net-next 0/2] net: ubuf_info.refcnt conversion
 2017-09-01 17:36 UTC  (3+ messages)

pull-request: wireless-drivers-next 2017-09-01
 2017-09-01 17:36 UTC  (2+ messages)

How do I execute regression test for f2fs?
 2017-09-01 17:34 UTC  (2+ messages)

[PATCH] qlcnic: remove redundant zero check on retries counter
 2017-09-01 17:34 UTC  (3+ messages)

printk: what is going on with additional newlines?
 2017-09-01 17:32 UTC  (12+ messages)

[PATCH 1/2] x86/mm: Use mfn_t for new_guest_cr3()
 2017-09-01 17:30 UTC  (4+ messages)
` [PATCH 2/2] x86/mm: Use mfn_t for make_cr3()

[RESEND PATCH] Allow passing tid or pid in SCM_CREDENTIALS without CAP_SYS_ADMIN
 2017-09-01 17:30 UTC  (6+ messages)

[PATCH net] udp: fix secpath leak
 2017-09-01 17:30 UTC  (2+ messages)

[PATCH] mm/mmu_notifier: avoid double notification when it is useless
 2017-09-01 17:30 UTC  (2+ messages)

submodule: --recurse-submodules vs. submodule.recurse=true
 2017-09-01 17:28 UTC  (4+ messages)
` [PATCH] pull: honor submodule.recurse config option

[matrix-gui-v2-apps][PATCH] browser_chromium: fix runGoogleChrome.sh
 2017-09-01 17:28 UTC 

[PATCH] drm/i915: Annotate user relocs with __user
 2017-09-01 17:28 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

layers and adding a new system
 2017-09-01 17:27 UTC 

[kvm-unit-tests] FAIL vmx_controls (523 tests, 409 unexpected failures) at haswell
 2017-09-01 17:27 UTC  (2+ messages)

modify sources.list file
 2017-09-01 17:27 UTC 

[PATCH v2 0/5] net: mdio-mux: Misc fix
 2017-09-01 17:26 UTC  (2+ messages)

ath10k kernel panic on boot
 2017-09-01 17:26 UTC  (2+ messages)

v12.2.0 Luminous released
 2017-09-01 17:26 UTC  (3+ messages)

[git pull] Input updates for v4.13-rc7
 2017-09-01 17:25 UTC 

[PATCH v2] usb: gadget: configfs: Fix KASAN use-after-free
 2017-09-01 17:25 UTC  (2+ messages)

[PATCH 1/2] f2fs: don't need to update inode checksum for recovery
 2017-09-01 17:25 UTC  (4+ messages)
` [PATCH 2/2] f2fs: don't check inode's checksum if it was dirtied or writebacked

[OpenRISC] [PATCH 00/13] OpenRISC SMP Support
 2017-09-01 17:25 UTC  (6+ messages)
` [OpenRISC] [PATCH 05/13] irqchip: add initial support for ompic
        `  "

[PATCH 0/2 v2] Introduce IOMMU-API TLB Flushing Interface
 2017-09-01 17:20 UTC  (3+ messages)
` [PATCH 2/2] iommu: Introduce Interface for IOMMU TLB Flushing

[PATCH v2 2/2] ARM: dts: rockchip: Add rk3288 vyasa board
 2017-09-01 17:20 UTC  (7+ messages)

[PATCH 0/8] blk-mq/scsi-mq support for ZBC disks
 2017-09-01 17:19 UTC  (4+ messages)
` [PATCH 8/8] scsi: Introduce ZBC disk I/O scheduler

[Qemu-devel] [PATCH v3 0/7] More warning reporting fixed
 2017-09-01 17:17 UTC  (9+ messages)
` [Qemu-devel] [PATCH v3 1/7] hw/i386: Improve some of the warning messages
` [Qemu-devel] [PATCH v3 2/7] Convert remaining error_report() to warn_report()
` [Qemu-devel] [PATCH v3 3/7] Convert single line fprintf(.../n) "
` [Qemu-devel] [PATCH v3 4/7] Convert multi-line fprintf() "
` [Qemu-devel] [PATCH v3 5/7] General warn report fixups
` [Qemu-devel] [PATCH v3 6/7] Makefile: Remove libqemustub.a
` [Qemu-devel] [PATCH v3 7/7] Convert remaining single line fprintf() to warn_report()

[morty/master][PATCH 1/2] matrix-gui-browser: bump SRCREV and update Description
 2017-09-01 17:17 UTC  (8+ messages)
` [morty/master][PATCH 2/2] matrix-gui-apps-git: bump SRCREV for changes and additions

[PATCH] dt-bindings: pinctrl: sh-pfc: Use generic node name
 2017-09-01 17:16 UTC  (2+ messages)

[net 0/3] gianfar: Tx flow control fix (adjust_link)
 2017-09-01 17:15 UTC  (2+ messages)

[GIT PULL] VME Subsystem patches for 4.13-rc7
 2017-09-01 17:15 UTC  (2+ messages)

still unclear on a couple DT questions from my initial post
 2017-09-01 17:14 UTC  (3+ messages)

[PATCH v3] xfs: fix compiler warnings
 2017-09-01 17:13 UTC 

[PATCH v2 1/3] dt-bindings: add SFF vendor prefix
 2017-09-01 17:13 UTC  (9+ messages)
` [PATCH v2 2/3] dt-binding: net: sfp binding documentation

[PATCH i-g-t] tests: add slice power programming test
 2017-09-01 17:13 UTC 

[PATCH 1/2] drm/i915: Add __rcu to radix tree slot pointer
 2017-09-01 17:12 UTC  (2+ messages)
` [PATCH 2/2] drm/i915: io unmap functions want __iomem

tip -ENOBOOT - bisected to locking/refcounts, x86/asm: Implement fast refcount overflow protection
 2017-09-01 17:12 UTC  (24+ messages)

[U-Boot] [PATCH v2] sunxi: Fix CONFIG_SUNXI_GMAC references
 2017-09-01 17:12 UTC  (2+ messages)

[Bridge] [PATCH net] bridge: switchdev: Clear forward mark when transmitting packet
 2017-09-01 17:12 UTC  (3+ messages)
  `  "

[PATCH] drm/i915: Speed up DMC firmware loading
 2017-09-01 17:11 UTC  (2+ messages)
` ✗ Fi.CI.IGT: warning for "

[U-Boot] Pull request: u-boot-sunxi/master
 2017-09-01 17:10 UTC 

[RFC PATCH v3] membarrier: provide core serialization
 2017-09-01 17:10 UTC  (4+ messages)

[PATCH V5] staging:rtl8188eu:core Rename CamelCase variables
 2017-09-01 17:09 UTC  (2+ messages)

trouble connecting to Panduit VGA adapter
 2017-09-01 17:09 UTC  (3+ messages)

[PATCH net-next v2 0/4] net: mvpp2: optional PHYs and GoP link irq
 2017-09-01 17:09 UTC  (2+ messages)

[PATCH 00/15] v5 kernel core pieces refcount conversions
 2017-09-01 17:08 UTC  (14+ messages)
` [PATCH 14/15] futex: convert futex_pi_state.refcount to refcount_t

[PATCH] x86/mm: Consolidate all Xen L4 slot writing into init_xen_l4_slots()
 2017-09-01 17:07 UTC 

[PATCH] libxc: correct error message in xc_sr_common.c
 2017-09-01 17:07 UTC  (5+ messages)
` [PATCH] libxc: increase maximum migration stream record length

[PATCH v2] leds: pca955x: Don't invert requested value in pca955x_gpio_set_value()
 2017-09-01 17:06 UTC  (2+ messages)

[PATCH 0/2] Dual MMU support for TI DRA7xx DSPs
 2017-09-01 17:05 UTC  (7+ messages)
` [PATCH 2/2] iommu/omap: Add support to program multiple iommus

[PATCH net-next 0/2] flow_dissector: Flow dissector fixes
 2017-09-01 17:05 UTC  (7+ messages)
` [PATCH net-next 2/2] flow_dissector: Add limits for encapsulation and EH

[PATCH] libxl: fix incremental parallel build
 2017-09-01 17:04 UTC  (4+ messages)

[PATCH v3 0/3] ARM: renesas: Enable SMP on R-Car E2
 2017-09-01 17:04 UTC  (3+ messages)

Re
 2017-09-01 17:02 UTC 

[PATCH] KVM: arm/arm64: vITS: Drop its_ite->lpi field
 2017-09-01 17:03 UTC  (3+ messages)

[PATCH 00/25] hrtimer: Provide softirq context hrtimers
 2017-09-01 17:02 UTC  (5+ messages)
` [PATCH 19/25] can/bcm: Replace hrtimer_tasklet with softirq based hrtimer

[patch net-next 0/2] mlxsw: spectrum_router: Couple of fixes
 2017-09-01 17:01 UTC  (2+ messages)

[PATCH] libxl, xl: change p9 to p9s
 2017-09-01 17:01 UTC  (3+ messages)

patch "staging: fsl-dpaa2/eth: fix off-by-one FD ctrl bitmaks" added to staging-next
 2017-09-01 17:00 UTC 

[patch net] mlxsw: spectrum: Forbid linking to devices that have uppers
 2017-09-01 17:00 UTC  (2+ messages)

[PATCH v2] HID: google: add google hammer HID driver
 2017-09-01 16:58 UTC  (4+ messages)

[U-Boot] Please pull u-boot-video/master
 2017-09-01 16:57 UTC  (2+ messages)

[PATCH net-next 0/3] bpf: Improve LRU map lookup performance
 2017-09-01 16:57 UTC  (2+ messages)

[PATCH 00/31] struct timer_list callback argument conversion, step 1
 2017-09-01 16:57 UTC  (4+ messages)
` [PATCH 24/31] mips/sgi-ip22: Use separate static data field with with static timer

[PATCH 0/9] block/scsi: safe SCSI quiescing
 2017-09-01 16:56 UTC  (6+ messages)
` [PATCH 8/9] block: allow to allocate req with REQF_PREEMPT when queue is frozen

[iproute PATCH 00/51] Fix potential issues detected by Coverity tool
 2017-09-01 16:56 UTC  (5+ messages)
` [iproute PATCH 50/51] Check user supplied interface name lengths

[OSSTEST PATCH] authorized_keys: Look for ed25519 and ecdsa keys too
 2017-09-01 16:56 UTC 

[OSSTEST PATCH 1/2] PERLLIB, @INC: Use BEGIN { }
 2017-09-01 16:55 UTC 

[PATCH v3] arc: Re-enable MMU upon a Machine Check exception
 2017-09-01 16:55 UTC  (2+ messages)

[PATCH] epoll: fix race between ep_poll_callback(POLLFREE) and ep_free()/ep_remove()
 2017-09-01 16:55 UTC 

pull request (net-next): ipsec-next 2017-09-01
 2017-09-01 16:54 UTC  (2+ messages)

[PATCH net-next 0/4] bpf: add two helpers to read perf event enabled/running time
 2017-09-01 16:53 UTC  (5+ messages)
` [PATCH net-next 1/4] bpf: add helper bpf_perf_read_counter_time for perf event array map
` [PATCH net-next 2/4] bpf: add a test case for helper bpf_perf_read_counter_time
` [PATCH net-next 3/4] bpf: add helper bpf_perf_prog_read_time
` [PATCH net-next 4/4] bpf: add a test case for "

[iproute PATCH 0/6] strlcpy() and strlcat() for iproute2
 2017-09-01 16:52 UTC  (2+ messages)
` [iproute PATCH 3/6] Convert harmful calls to strncpy() to strlcpy()


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.