All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-10-12 00:50:30 to 2017-10-12 02:22:58 UTC [more...]

[PATCH v3 00/12] add pinmuxing support for pins in AXP209 and AXP813 PMICs
 2017-10-12  2:22 UTC  (12+ messages)
` [PATCH v3 12/12] ARM: dtsi: axp81x: set pinmux for GPIO0/1 when used as LDOs

[meta-qt5] Keep Qt 5.6.x
 2017-10-12  2:22 UTC  (2+ messages)

[PATCH] btrfs-progs: set include path relatively
 2017-10-12  2:22 UTC 

[PATCH] radix-tree: get_slot_offset() returns invalid offset when parent is NULL
 2017-10-12  2:20 UTC  (5+ messages)

[PATCH linux dev-4.10] ARM: dts: aspeed: firstone: Fix occ and i2c
 2017-10-12  2:17 UTC 

[PATCH v9 0/6] MAP_DIRECT for DAX userspace flush
 2017-10-12  2:17 UTC  (21+ messages)
` [PATCH v9 1/6] mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags
` [PATCH v9 2/6] fs, mm: pass fd to ->mmap_validate()
` [PATCH v9 3/6] fs: MAP_DIRECT core
` [PATCH v9 4/6] xfs: prepare xfs_break_layouts() for reuse with MAP_DIRECT
` [PATCH v9 5/6] fs, xfs, iomap: introduce break_layout_nowait()
` [PATCH v9 6/6] xfs: wire up MAP_DIRECT

[PATCH] powerpc/configs: Enable I2C_CHARDEV for pseries and powernv
 2017-10-12  2:16 UTC 

[PATCH] Staging: rtlwifi: Remove NULL pointer dereference
 2017-10-12  2:16 UTC  (4+ messages)

[oe-commits] [openembedded-core] 01/01: bitbake.conf: add tools required by testimage to HOSTTOOLS conditionally
 2017-10-12  2:15 UTC  (2+ messages)

[PATCH v3 0/5] move vdev into drivers/bus
 2017-10-12  2:14 UTC  (7+ messages)
` [PATCH v5 "
  ` [PATCH v5 3/5] bus: introduce new log type for bus drivers

[meta-cgl][PATCH 0/2] poky-cgl: avoid the linux bbappend adding cfgs for other distro
 2017-10-12  2:14 UTC  (4+ messages)
` [meta-cgl][PATCH 2/2] cgl-common.inc: append SRC_URI for poky-cgl only

[meta-cgl][PATCH 0/2 v2] poky-cgl: avoid the linux bbappend adding cfgs for other distro
 2017-10-12  2:12 UTC  (3+ messages)
` [meta-cgl][PATCH 1/2 v2] poky-cgl.conf: add poky-cgl into DISTROOVERRIDES
` [meta-cgl][PATCH 2/2 v2] cgl-common.inc: append SRC_URI for poky-cgl only

[Cocci] prinkt specifiers
 2017-10-12  2:11 UTC  (3+ messages)

What happened to "git status --color=(always|auto|never)"?
 2017-10-12  2:10 UTC  (4+ messages)
` [PATCH 0/2] Piling more kludge on top of color.ui
  ` [PATCH 1/2] color: downgrade "always" to "auto" only for on-disk configuration
  ` [PATCH 2/2] color: discourage use of ui.color=always

[U-Boot] [PATCH] power: extend prefix match to regulator-name property
 2017-10-12  2:07 UTC  (2+ messages)

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

[PATCH net-next 1/1] bridge: return error code when deleting Vlan
 2017-10-12  1:59 UTC  (2+ messages)

[PATCH net-next 0/2] Add mqprio hardware offload support in hns3 driver
 2017-10-12  2:38 UTC  (3+ messages)
` [PATCH net-next 1/2] mqprio: Add a new hardware offload type in mqprio
` [PATCH net-next 2/2] net: hns3: Add mqprio hardware offload support in hns3 driver

[PATCH net-next v4 0/5] bpf: security: New file mode and LSM hooks for eBPF object permission control
 2017-10-12  1:46 UTC  (6+ messages)
` [PATCH net-next v4 1/5] bpf: Add file mode configuration into bpf maps
` [PATCH net-next v4 2/5] bpf: Add tests for eBPF file mode
` [PATCH net-next v4 3/5] security: bpf: Add LSM hooks for bpf object related syscall
` [PATCH net-next v4 4/5] selinux: bpf: Add selinux check for eBPF syscall operations
` [PATCH net-next v4 5/5] selinux: bpf: Add addtional check for bpf object file receive

[RFC] mmap(MAP_CONTIG)
 2017-10-12  1:46 UTC  (9+ messages)
` [RFC PATCH 0/3] Add mmap(MAP_CONTIG) support
  ` [RFC PATCH 1/3] mm/map_contig: Add VM_CONTIG flag to vma struct
  ` [RFC PATCH 2/3] mm/map_contig: Use pre-allocated pages for VM_CONTIG mappings
  ` [RFC PATCH 3/3] mm/map_contig: Add mmap(MAP_CONTIG) support

[ovmf baseline-only test] 72229: all pass
 2017-10-12  1:46 UTC 

[PATCH v12 00/30] xfs: online scrub support
 2017-10-12  1:44 UTC  (31+ messages)
` [PATCH 01/30] xfs: return a distinct error code value for IGET_INCORE cache misses
` [PATCH 02/30] xfs: create block pointer check functions
` [PATCH 03/30] xfs: refactor btree pointer checks
` [PATCH 04/30] xfs: refactor btree block header checking functions
` [PATCH 05/30] xfs: create inode pointer verifiers
` [PATCH 06/30] xfs: create an ioctl to scrub AG metadata
` [PATCH 07/30] xfs: dispatch metadata scrub subcommands
` [PATCH 08/30] xfs: probe the scrub ioctl
` [PATCH 09/30] xfs: create helpers to record and deal with scrub problems
` [PATCH 10/30] xfs: create helpers to scrub a metadata btree
` [PATCH 11/30] xfs: scrub the shape of "
` [PATCH 12/30] xfs: scrub btree keys and records
` [PATCH 13/30] xfs: create helpers to scan an allocation group
` [PATCH 14/30] xfs: scrub the secondary superblocks
` [PATCH 15/30] xfs: scrub AGF and AGFL
` [PATCH 16/30] xfs: scrub the AGI
` [PATCH 17/30] xfs: scrub free space btrees
` [PATCH 18/30] xfs: scrub inode btrees
` [PATCH 19/30] xfs: scrub rmap btrees
` [PATCH 20/30] xfs: scrub refcount btrees
` [PATCH 21/30] xfs: scrub inodes
` [PATCH 22/30] xfs: scrub inode block mappings
` [PATCH 23/30] xfs: scrub directory/attribute btrees
` [PATCH 24/30] xfs: scrub directory metadata
` [PATCH 25/30] xfs: scrub directory freespace
` [PATCH 26/30] xfs: scrub extended attributes
` [PATCH 27/30] xfs: scrub symbolic links
` [PATCH 28/30] xfs: scrub directory parent pointers
` [PATCH 29/30] xfs: scrub realtime bitmap/summary
` [PATCH 30/30] xfs: scrub quota information

[PATCH v1 0/4] perf annotate: Display multiple events on the left side of annotate view
 2017-10-12  1:39 UTC  (7+ messages)
` [PATCH v1 1/4] perf annotate: create a new hists to manage multiple events samples

[PATCH] mempool/dpaa2: improve error handling
 2017-10-12  1:37 UTC  (2+ messages)

[PATCH ALT4 V3 1/2] audit: show fstype:pathname for entries with anonymous parents
 2017-10-12  1:36 UTC  (3+ messages)

Static Analysis
 2017-10-12  1:34 UTC 

[PATCH v5 0/5] increase port_id range
 2017-10-12  1:33 UTC  (5+ messages)
` [PATCH v6 "

[next-queue PATCH v6 0/5] TSN: Add qdisc based config interface for CBS
 2017-10-12  1:32 UTC  (14+ messages)
` [Intel-wired-lan] "
` [next-queue PATCH v6 1/5] net/sched: Check for null dev_queue on create flow
  ` [Intel-wired-lan] "
` [next-queue PATCH v6 2/5] mqprio: Implement select_queue class_ops
  ` [Intel-wired-lan] "
` [next-queue PATCH v6 3/5] net/sched: Introduce Credit Based Shaper (CBS) qdisc
  ` [Intel-wired-lan] "
` [next-queue PATCH v6 4/5] net/sched: Add support for HW offloading for CBS
  ` [Intel-wired-lan] "
` [next-queue PATCH v6 5/5] igb: Add support for CBS offload
  ` [Intel-wired-lan] "

[PATCH] generic/166: speed up on slow disks
 2017-10-12  1:32 UTC  (4+ messages)

[PATCH] mempool: remove get capability debug print
 2017-10-12  1:31 UTC  (3+ messages)

[PATCH v6 00/15] A SPI NAND framework under generic NAND framework
 2017-10-12  1:28 UTC  (4+ messages)
` [PATCH v6 11/15] nand: spi: add basic operations support

[PATCH] doc: remove fm10k features description for SSE
 2017-10-12  1:26 UTC 

[PATCH v9 00/29] x86: Enable User-Mode Instruction Prevention
 2017-10-12  1:24 UTC  (9+ messages)
` [PATCH v9 13/29] x86/insn-eval: Add utility functions to get segment selector
` [PATCH v9 15/29] x86/insn-eval: Add utility functions to get segment descriptor base address and limit

[xen-unstable-smoke test] 114376: regressions - FAIL
 2017-10-12  1:24 UTC 

Linux-kernel examples for LKMM recipes
 2017-10-12  1:23 UTC  (2+ messages)

[RFC] iproute2: reject zero length strings for matches
 2017-10-12  1:21 UTC 

Enhancement request: git-push: Allow (configurable) default push-option
 2017-10-12  1:21 UTC  (4+ messages)
` (no subject)
  ` [PATCH][Outreachy] New git config variable to specify string that will be automatically passed as --push-option

[PATCH 00/50] Recipe updates and fixes
 2017-10-12  1:20 UTC  (4+ messages)
` [PATCH 01/50] oprofile: remove the recipe

[PATCH] IB/hfil: Delete unused bypass flags
 2017-10-12  1:19 UTC  (4+ messages)

[PATCH 0/19 v3] dax, ext4, xfs: Synchronous page faults
 2017-10-12  1:18 UTC  (4+ messages)

[PATCH] pull: pass --signoff/--no-signoff to "git merge"
 2017-10-12  1:17 UTC  (2+ messages)

[PATCH v6 14/14] platform/x86: dell-smbios-wmi: introduce userspace interface
 2017-10-12  1:16 UTC  (5+ messages)

[PATCH 00/10] new mmap_read interfaces for ring buffer
 2017-10-12  1:11 UTC  (9+ messages)
` [PATCH 02/10] perf tool: fix: Don't discard prev in backward mode

[lockdep] b09be676e0 BUG: unable to handle kernel NULL pointer dereference at 000001f2
 2017-10-12  1:15 UTC  (8+ messages)

[PATCH v2 00/45] Address issues detected by static analysis tools
 2017-10-12  1:12 UTC  (3+ messages)
` [PATCH v2 19/45] IB/hns: Declare local functions 'static'

[PATCH] blk-throttle: track read and write request individually
 2017-10-12  1:09 UTC  (3+ messages)

[PATCH] perf stat: Support metrics with perf stat --per-thread
 2017-10-12  9:05 UTC 

[Buildroot] [PATCH 1/2] uclibc-ng: enable fts in default config file
 2017-10-12  1:06 UTC  (10+ messages)

[PATCH] perf tools: fix: Force backward ring buffer mapped readonly
 2017-10-12 14:00 UTC  (3+ messages)

[PATCH] tracing/xen: Hide events that are not used when X86_PAE is not defined
 2017-10-12  1:05 UTC  (5+ messages)

Questions about backups with XFS
 2017-10-12  1:03 UTC  (5+ messages)

[PATCH v6 11/14] platform/x86: dell-smbios-wmi: Add new WMI dispatcher driver
 2017-10-12  1:02 UTC  (3+ messages)

[PATCH v5 0/3] [media] add IPU3 CIO2 CSI2 driver
 2017-10-12  1:02 UTC  (4+ messages)
` [PATCH v5 3/3] intel-ipu3: cio2: Add new MIPI-CSI2 driver

[PATCH] kbuild: fix dependency of dtbs targets
 2017-10-12  1:01 UTC  (3+ messages)

[PATCH GHAK16 V5 00/10] capabilities: do not audit log BPRM_FCAPS on set*id
 2017-10-12  0:57 UTC  (22+ messages)
` [PATCH GHAK16 V5 01/10] capabilities: factor out cap_bprm_set_creds privileged root
` [PATCH GHAK16 V5 02/10] capabilities: intuitive names for cap gain status
` [PATCH GHAK16 V5 03/10] capabilities: rename has_cap to has_fcap
` [PATCH GHAK16 V5 04/10] capabilities: use root_priveleged inline to clarify logic
` [PATCH GHAK16 V5 05/10] capabilities: use intuitive names for id changes
` [PATCH GHAK16 V5 06/10] capabilities: move audit log decision to function
` [PATCH GHAK16 V5 07/10] capabilities: remove a layer of conditional logic
` [PATCH GHAK16 V5 08/10] capabilities: invert logic for clarity
` [PATCH GHAK16 V5 09/10] capabilities: fix logic for effective root or real root
` [PATCH GHAK16 V5 10/10] capabilities: audit log other surprising conditions

How to use two recipes to satisfy different PROVIDES -- gpu support
 2017-10-12  1:00 UTC  (2+ messages)

[PATCH] jffs2: fix potential deadlock in jffs2_do_setattr
 2017-10-12  0:56 UTC 

[PATCH 1/4] kbuild: replace $(hdr-arch) with $(SRCARCH)
 2017-10-12  0:59 UTC  (3+ messages)
` [PATCH 3/4] kbuild: re-order the code to not parse unnecessary variables

linux-firmware pull request
 2017-10-12  0:59 UTC 

[PATCH] kbuild: clang: remove crufty HOSTCFLAGS
 2017-10-12  0:56 UTC  (3+ messages)
` [PATCH v2] "

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS 9f0f51d4161b4dc789f1182f7b1bfe331f3be6cb
 2017-10-12  0:57 UTC 

[PATCH 0/9] drm/i915: Plane assert/readout cleanups etc
 2017-10-11 16:21 UTC  (2+ messages)

[RFC] deprecate git stash save? (was: Re: [PATCH 2/3] http-push: fix construction of hex value from path)
 2017-10-12  0:56 UTC  (2+ messages)
` [RFC] deprecate git stash save?

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

PCI: brcmstb: Add Broadcom Settopbox PCIe support
 2017-10-12  0:55 UTC  (6+ messages)
` [PATCH 2/9] PCI: host: brcmstb: add DT docs for Brcmstb PCIe device

linux-firmware pull request
 2017-10-12  0:55 UTC 

[PATCH v6 0/2] Replacing PID bitmap implementation with IDR API
 2017-10-12  0:54 UTC  (4+ messages)
` [PATCH v6 1/2] pid: Replace pid "

[PATCH v3 00/33] tracing: Inter-event (e.g. latency) support
 2017-10-12  0:53 UTC  (5+ messages)
` [PATCH v3 21/33] tracing: Add support for 'synthetic' events

[PATCH 1/1] git-stash.txt: correct "git stash" behavior with no arguments
 2017-10-12  0:53 UTC  (2+ messages)

[PATCH 0/3] phy: brcm-sata: Allow RX equalizer tuning
 2017-10-12  0:53 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: phy: Add RX equalizer properties for Broadcom SATA PHY
` [PATCH 2/3] phy: brcm-sata: Prepare for doing more tuning
` [PATCH 3/3] phy: brcm-sata: Allow RX equalizer tuning

MFC encoder: no dmabuf import
 2017-10-12  0:53 UTC 

[xen-4.8-testing test] 114313: regressions - trouble: broken/fail/pass
 2017-10-12  0:50 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.