All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-10-09 19:51:38 to 2017-10-09 20:56:37 UTC [more...]

[net-next V5 PATCH 0/5] New bpf cpumap type for XDP_REDIRECT
 2017-10-09 20:56 UTC  (5+ messages)
` [net-next V5 PATCH 1/5] bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAP

[PATCH] eal/malloc: fix malloc cookie check
 2017-10-09 20:56 UTC  (4+ messages)
` [PATCH v3 2/2] eal/malloc: fix RTE malloc element free

[PATCH v3 0/4] add net mrvl pmd driver
 2017-10-09 20:54 UTC  (4+ messages)
` [PATCH v4 00/16] "
  ` [PATCH v4 16/16] doc: add mrvl net pmd documentation

[PATCH v2 0/3] pinctrl: sunxi: Start to enforce the strict mode
 2017-10-09 20:53 UTC  (8+ messages)
` [PATCH v2 1/3] pinctrl: sunxi: Introduce the strict flag
` [PATCH v2 2/3] pinctrl: sunxi: Disable strict mode for old pinctrl drivers
` [PATCH v2 3/3] pinctrl: sunxi: Enforce the strict mode by default

[PATCH] fscrypt: lock mutex before checking for bounce page pool
 2017-10-09 20:53 UTC  (3+ messages)

[PATCH 0/3] net-ATM: Adjustments for several function implementations
 2017-10-09 20:52 UTC  (8+ messages)
` [PATCH 1/3] net/atm: Delete an error message for a failed memory allocation in five functions
` [PATCH 2/3] net/atm: Improve a size determination in 12 functions
` [PATCH 3/3] net/atm: Adjust 121 checks for null pointers

pythonnative version mismatch?
 2017-10-09 20:51 UTC  (2+ messages)

[PATCH 0/4] add error injection commands to nfit_test
 2017-10-09 20:53 UTC  (9+ messages)
` [PATCH 1/4] libnvdimm: move poison list functions to a new 'badrange' file
` [PATCH 2/4] nfit_test: add error injection DSMs

[PATCH 0/4] xfs: miscellaneous fixes
 2017-10-09 20:48 UTC  (4+ messages)
` [PATCH 4/4] xfs: cancel dirty pages on invalidation

[net-next 0/3] ip_gre: a bunch of fixes for mtu
 2017-10-09 20:47 UTC  (4+ messages)
` [net-next 1/3] ip_gre: fix mtu and headroom size
` [net-next 2/3] ip_gre: fix erspan tunnel mtu calculation
` [net-next 3/3] ip_gre: cache the device mtu hard_header_len calc

Is ib_mtu iboe_get_mtu() slightly off?
 2017-10-09 20:47 UTC  (6+ messages)

[PATCH 00/24] V4L2 kAPI cleanups and documentation improvements part 2
 2017-10-09 20:45 UTC  (9+ messages)
` [PATCH 10/24] media: v4l2-subdev: use kernel-doc markups to document subdev flags
` [PATCH 15/24] media: v4l2-subdev: get rid of __V4L2_SUBDEV_MK_GET_TRY() macro
` [PATCH 16/24] media: v4l2-subdev: document remaining undocumented functions
` [PATCH 17/24] media: v4l2-subdev: fix a typo

[PATCH] intel-oaktrail: Clean up dead code
 2017-10-09 20:45 UTC  (3+ messages)

[bugzilla-daemon@bugzilla.kernel.org: [Bug 197159] New: Xhci host controller not responding starting kernel 4.13]
 2017-10-09 20:45 UTC  (2+ messages)

[PATCH] add an filecreate example file to examples/
 2017-10-09 20:44 UTC  (2+ messages)

[Buildroot] [PATCH v3] configs/imx6-sabresd: Add VPU decoding support
 2017-10-09 20:43 UTC 

[Buildroot] [PATCH v2] configs/imx6-sabresd: Add VPU decoding support
 2017-10-09 20:42 UTC  (3+ messages)

[Qemu-arm] [PATCH 00/13] More fully implement ARM PMUv3
 2017-10-09 20:40 UTC  (5+ messages)
` [Qemu-arm] [PATCH 01/13] target/arm: A53: Initialize PMCEID[0]
      ` [Qemu-devel] "

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

[Ksummit-discuss] Devicetree Workshop at Kernel Summit Prague (26 Oct 2017)
 2017-10-09 20:39 UTC  (2+ messages)
`  "

[PATCH v3] nvme_fc: fix iowait hang
 2017-10-09 20:39 UTC  (2+ messages)

commit 8031c3ddc70a breaks RAID5 on MIPS kernel where PAGE_SIZE == 64K
 2017-10-09 20:38 UTC  (2+ messages)

[PATCH 4.9 000/104] 4.9.54-stable review
 2017-10-09 20:37 UTC  (4+ messages)

mmotm 2017-10-03-17-08 uploaded
 2017-10-09 20:37 UTC  (2+ messages)

Build regressions/improvements in v4.14-rc4
 2017-10-09 20:34 UTC  (2+ messages)

[PATCH v5 00/16] generate full callchain cursor entries for inlined frames
 2017-10-09 20:33 UTC  (17+ messages)
` [PATCH v5 01/16] perf report: remove code to handle inline frames from browsers
` [PATCH v5 02/16] perf util: store srcline in callchain_cursor_node
` [PATCH v5 03/16] perf util: refactor inline_list to operate on symbols
` [PATCH v5 04/16] perf util: refactor inline_list to store srcline string directly
` [PATCH v5 05/16] perf report: create real callchain entries for inlined frames
` [PATCH v5 06/16] perf report: fall-back to function name comparison for -g srcline
` [PATCH v5 07/16] perf report: mark inlined frames in output by " (inlined)" suffix
` [PATCH v5 08/16] perf script: mark inlined frames and do not print DSO for them
` [PATCH v5 09/16] perf report: compare symbol name for inlined frames when matching
` [PATCH v5 10/16] perf report: compare symbol name for inlined frames when sorting
` [PATCH v5 11/16] perf report: properly handle branch count in match_chain
` [PATCH v5 12/16] perf report: cache failed lookups of inlined frames
` [PATCH v5 13/16] perf report: cache srclines for callchain nodes
` [PATCH v5 14/16] perf report: use srcline from callchain for hist entries
` [PATCH v5 15/16] perf util: enable handling of inlined frames by default
` [PATCH v5 16/16] perf util: use correct IP mapping to find srcline for hist entry

[PATCH v3] fscrypt: add a documentation file for filesystem-level encryption
 2017-10-09 20:33 UTC  (3+ messages)

[PATCH] add FIO_FILENOHASH ioengine flag
 2017-10-09 20:32 UTC  (2+ messages)

[PATCH 00/12] Preemption with GuC, second try
 2017-10-09 20:32 UTC  (3+ messages)
` [PATCH v2 11/12] drm/i915/guc: Preemption! With GuC

[PATCH v7 00/11] Handle SMCs and HVCs in conformance with SMCCC
 2017-10-09 20:32 UTC  (4+ messages)
` [PATCH v7 10/11] arm: vsmc: remove 64 bit mode check in PSCI handler

[PATCH 1/2] net/i40e: fix VF initialization error
 2017-10-09 20:31 UTC  (2+ messages)
` [PATCH 2/2] igb_uio: fix interrupt enablement after FLR in VM

[Intel-wired-lan] [jkirsher-next-queue:10GbE] BUILD SUCCESS b64666ae00327efe53613fc180df6ffbeee1d8d1
 2017-10-09 20:31 UTC 

[RFC PATCH 0/1] eventtimer: introduce event timer wheel
 2017-10-09 20:30 UTC  (4+ messages)
` [RFC PATCH v2 0/1] eventtimer: introduce event timer adapter

man5/core.5 Piping core dumps to a program: ulimit -c restrictions does not apply when using pipe
 2017-10-09 20:29 UTC  (2+ messages)

[PATCH v2] net/core: Fix BUG to BUG_ON conditionals
 2017-10-09 20:26 UTC  (3+ messages)

[PATCH] once: switch to new jump label API
 2017-10-09 20:27 UTC  (4+ messages)

[PATCH] fs, mm: account filp and names caches to kmemcg
 2017-10-09 20:26 UTC  (7+ messages)

[Qemu-arm] [PATCH v2 00/13] More fully implement ARM PMUv3
 2017-10-09 20:25 UTC  (5+ messages)
      ` [Qemu-devel] "

[RFC] mac80211: Add airtime fairness accounting
 2017-10-09 20:25 UTC  (11+ messages)

[PATCH] KEYS: remove CONFIG_KEYS_COMPAT
 2017-10-09 20:25 UTC  (5+ messages)

[PATCHv4 iproute2 0/2] libnetlink: malloc correct buff at run time
 2017-10-09 20:25 UTC  (4+ messages)
` [PATCHv4 iproute2 2/2] lib/libnetlink: update rtnl_talk to support malloc "

[PATCH] mmc: sdhci-pci: Remove D3 delays for Intel BYT-related host controllers
 2017-10-09 20:25 UTC  (7+ messages)

[PATCH v11 00/25] xfs: online scrub support
 2017-10-09 20:24 UTC  (7+ messages)
` [PATCH 24/25] xfs: scrub realtime bitmap/summary
` [PATCH 25/25] xfs: scrub quota information

[PATCH] page_alloc.c: inline __rmqueue()
 2017-10-09 20:23 UTC  (3+ messages)

[PATCH v2 0/5] sunxi: Cleanup DT warnings for the A10 and A80
 2017-10-09 20:22 UTC  (12+ messages)
` [PATCH v2 1/5] ARM: dts: sun4i: Change pinctrl nodes to avoid warning
` [PATCH v2 2/5] ARM: dts: sun4i: Provide default muxing for relevant controllers
` [PATCH v2 3/5] ARM: dts: sun4i: Remove underscores from nodes names
` [PATCH v2 4/5] ARM: dts: sun9i: Change node names to remove underscores
` [PATCH v2 5/5] "

[PATCH v4 00/15] generate full callchain cursor entries for inlined frames
 2017-10-09 20:21 UTC  (4+ messages)
` [PATCH v4 14/15] perf report: use srcline from callchain for hist entries

[Qemu-devel] [Bug 1721222] [NEW] qemu crashes with Assertion `fdctrl->dma' failed
 2017-10-09 20:07 UTC  (2+ messages)
` [Qemu-devel] [Bug 1721222] "

[Xenomai] Creation of RTDM thread assigned to one CPU core
 2017-10-09 20:20 UTC 

[PATCH] kernel/trace: Delete five error messages for a failed memory allocation
 2017-10-09 20:20 UTC  (5+ messages)

[PATCH 1/2] of/fdt: add of_fdt_device_is_available function
 2017-10-09 20:20 UTC  (6+ messages)
` [PATCH 2/2] of/fdt: skip unflattening of disabled nodes

[PATCH v6 1/5] net/softnic: add softnic PMD
 2017-10-09 20:18 UTC  (6+ messages)
` [PATCH v7 0/5] net/softnic: sw fall-back pmd for traffic mgmt and others
  ` [PATCH v7 1/5] net/softnic: add softnic PMD
  ` [PATCH v7 5/5] app/testpmd: add traffic management forwarding mode

SMART detects pending sectors; take offline?
 2017-10-09 20:16 UTC  (3+ messages)

[PATCH] mmc:host:sdhci-pci: Addition of Arasan PCI controller with integrated phy
 2017-10-09 20:15 UTC  (4+ messages)

[PATCH] drm/amdgpu: SR-IOV data exchange between PF&VF
 2017-10-09 20:14 UTC  (2+ messages)

[PATCH] nvme_fc auto-connect scripts
 2017-10-09 20:13 UTC  (2+ messages)

[PATCH 3.16 000/192] 3.16.49-rc1 review
 2017-10-09 20:13 UTC  (2+ messages)

[PATCH] scsi: aic7xxx: explain a mysterious build failure message
 2017-10-09 20:11 UTC 

[net-next 00/15][pull request] 40GbE Intel Wired LAN Driver Updates 2017-10-06
 2017-10-09 20:10 UTC  (5+ messages)
` [net-next 14/15] i40e: ignore skb->xmit_more when deciding to set RS bit

[PATCH for-next 0/7] IB/hfi1,rdmavt: Driver fixes for 10/9/2017
 2017-10-09 20:08 UTC  (7+ messages)
` [PATCH for-next 1/7] IB/hfi1: Fix serdes loopback set-up
` [PATCH for-next 5/7] IB/hfi1: Eliminate allocation while atomic
  ` [PATCH for-next 1/7 TakeThisOne] IB/hfi1: Fix serdes loopback set-up

[Qemu-devel] [PATCH v5 00/23] make bdrv_get_block_status byte-based
 2017-10-09 20:07 UTC  (3+ messages)
` [Qemu-devel] [PATCH v5 09/23] block: Switch BdrvCoGetBlockStatusData to byte-based
  ` [Qemu-devel] [Qemu-block] "

[PATCH v1 RFC 0/7] Modify KSZ9477 DSA driver in preparation to add other KSZ switch drivers
 2017-10-09 20:07 UTC  (20+ messages)
` [PATCH v1 RFC 1/7] Replace license with GPL
` [PATCH v1 RFC 2/7] Clean up code according to patch check suggestions
` [PATCH v1 RFC 3/7] Rename some functions with ksz9477 prefix
` [PATCH v1 RFC 4/7] Rename ksz_spi.c to ksz9477_spi.c
` [PATCH v1 RFC 5/7] Break KSZ9477 DSA driver into two files
` [PATCH v1 RFC 6/7] Add MIB counter reading support

[PATCH 1/9] drm/amd/powerplay: export new smu messages for vega10
 2017-10-09 20:06 UTC  (14+ messages)
` [PATCH 2/9] drm/amd/powerplay: add new function point in hwmgr
` [PATCH 3/9] drm/amd/powrplay: implement function notify_cac_buffer_info on Vega
` [PATCH 4/9] drm/amd/powerplay: implement function notify_cac_buffer_info on VI
` [PATCH 7/9] drm/amdgpu: add smu_memory_pool_size module parameter
` [PATCH 8/9] drm/amdgpu: allocate requested gtt buffer for smu
` [PATCH 9/9] drm/amd/powerplay: delete an outdated comment in amd_powerplay.c

[PATCH v3 0/5] Add support to LIS2DW12 accel sensor
 2017-10-09 20:05 UTC  (9+ messages)
` [PATCH v3 1/5] iio: st_sensors: add register mask for status register
` [PATCH v3 2/5] iio: st_sensors: decouple irq1 configuration parameters from the irq2 ones

mdadm: Patch to restrict --size when shrinking unless forced
 2017-10-09 20:04 UTC  (7+ messages)

[Buildroot] [PATCH 1/6] toolchain-external: bump Linaro ARM toolchain to 2017.02
 2017-10-09 20:03 UTC  (6+ messages)
` [Buildroot] [PATCH 2/6] toolchain-external: bump Linaro ARMeb "
` [Buildroot] [PATCH 3/6] toolchain-external: bump Linaro AArch64 "
` [Buildroot] [PATCH 4/6] toolchain-external: bump version of Linaro ARM toolchain to 2017.08
` [Buildroot] [PATCH 5/6] toolchain-external: bump version of Linaro ARMeb "
` [Buildroot] [PATCH 6/6] toolchain-external: bump version of Linaro AArch64 "

[PATCH 00/13] Preparatory work to kill off ACCESS_ONCE()
 2017-10-09 20:02 UTC  (2+ messages)

Re: [PATCH] set td->io_ops to NULL before dlclose()
 2017-10-09 20:00 UTC 

[keystone:for_4.15/keystone-dts 5/9] Error: arch/arm/boot/dts/keystone-k2g-evm.dts:134.1-15 syntax error
 2017-10-09 20:00 UTC 

[PATCH] hfsplus: fix segfault when deleting all attrs of a file
 2017-10-09 19:59 UTC  (5+ messages)

[PATCH] drm/i915: Fix eviction when the GGTT is idle but full
 2017-10-09 19:59 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH V2 6/9] gcc: Backport fix for a segfault on riscv
 2017-10-09 19:58 UTC 

[RFT PATCH v2] gpiolib: allow gpio irqchip to map irqs dynamically
 2017-10-09 19:57 UTC  (5+ messages)

[PATCH v9 00/12] complete deferred page initialization
 2017-10-09 19:57 UTC  (15+ messages)
` [PATCH v9 09/12] mm/kasan: kasan specific map populate function

linux-next: manual merge of the drivers-x86 tree with the net-next tree
 2017-10-09 19:56 UTC  (3+ messages)

[Qemu-devel] [PATCH] qcow2: Emit errp when truncating the image tail
 2017-10-09 19:56 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/2] iotests: Add _filter_actual_image_size
 2017-10-09 19:55 UTC  (2+ messages)

[PATCH v2 0/6] IIO driver for MCP3550/1/3
 2017-10-09 19:55 UTC  (8+ messages)
` [PATCH v2 5/6] iio: adc: mcp320x: Add support for mcp3550/1/3

[PATCH 1/5] drm/amd/pp: rename ci_smc.c to ci_smumgr.c
 2017-10-09 19:55 UTC  (3+ messages)
` [PATCH 5/5] drm/amd/pp: remove polaris10_smc/smumgr split

[Bug 103142] R600g+sb: optimizer apparently stuck in an endless loop
 2017-10-09 19:54 UTC  (2+ messages)

[PATCH] Revert "runc: Don't override GOARCH or GOROOT"
 2017-10-09 19:54 UTC 

[PATCH v2 1/3] ecryptfs: fix dereference of NULL user_key_payload
 2017-10-09 19:51 UTC  (2+ messages)
` [PATCH v2 2/3] ecryptfs: fix out-of-bounds read of key payload

[Qemu-devel] [PATCH v2 00/24] generalize parsing of cpu_model (part 3/PPC)
 2017-10-09 19:51 UTC  (13+ messages)
` [Qemu-devel] [PATCH v2 13/24] ppc: spapr: define core types statically
` [Qemu-devel] [PATCH v2 14/24] ppc: spapr: use cpu type name directly
` [Qemu-devel] [PATCH v2 15/24] ppc: spapr: register 'host' core type along with the rest of core types
` [Qemu-devel] [PATCH v2 16/24] ppc: spapr: use cpu model names as tcg defaults instead of aliases
` [Qemu-devel] [PATCH v2 17/24] ppc: move ppc_cpu_lookup_alias() before its first user
` [Qemu-devel] [PATCH v2 18/24] ppc: spapr: use generic cpu_model parsing
` [Qemu-devel] [PATCH v2 19/24] ppc: pnv: "
` [Qemu-devel] [PATCH v2 20/24] ppc: pnv: normalize core/chip type names
` [Qemu-devel] [PATCH v2 21/24] ppc: pnv: drop PnvCoreClass::cpu_oc field
` [Qemu-devel] [PATCH v2 22/24] ppc: pnv: define core types statically
` [Qemu-devel] [PATCH v2 23/24] ppc: pnv: drop PnvChipClass::cpu_model field
` [Qemu-devel] [PATCH v2 24/24] ppc: pnv: consolidate type definitions and batch register them


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.