All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-05-07 16:37:02 to 2018-05-07 17:53:33 UTC [more...]

[PATCH v5 00/10] Keep all info in command-list.txt in git binary
 2018-05-07 17:52 UTC  (13+ messages)
` [PATCH v6 00/13] "
  ` [PATCH v6 01/13] generate-cmds.sh: factor out synopsis extract code
  ` [PATCH v6 02/13] generate-cmds.sh: export all commands to command-list.h
  ` [PATCH v6 04/13] Remove common-cmds.h
  ` [PATCH v6 05/13] git.c: convert --list-* to --list-cmds=*
  ` [PATCH v6 06/13] git --list-cmds: collect command list in a string_list
  ` [PATCH v6 07/13] completion: implement and use --list-cmds=main,others
  ` [PATCH v6 08/13] git: support --list-cmds=list-<category>
  ` [PATCH v6 09/13] help: add "-a --verbose" to list all commands with synopsis
  ` [PATCH v6 10/13] help: use command-list.txt for the source of guides
  ` [PATCH v6 12/13] completion: let git provide the completable command list
  ` [PATCH v6 13/13] completion: allow to customize "

[Buildroot] [PATCH v2] dropbear: Do not build static binary
 2018-05-07 17:53 UTC  (2+ messages)

转发linux-nvdimm:本年度最热议题,合为一伙该如何分配利益
 2018-05-07 17:52 UTC 

[PATCH] drivers: thermal: Update license to SPDX format
 2018-05-07 17:52 UTC 

[Qemu-devel] Compilation error for qemu-system-ppc on Fedora 28
 2018-05-07 17:51 UTC  (2+ messages)

[PATCH v3 bpf-next 0/2] bpf: enable stackmap with build_id in nmi
 2018-05-07 17:50 UTC  (3+ messages)
` [PATCH v3 bpf-next 1/2] bpf: enable stackmap with build_id in nmi context
` [PATCH v3 bpf-next 2/2] bpf: add selftest for stackmap with build_id in NMI context

[PATCH 4/7] dt-bindings: gnss: add u-blox binding
 2018-05-07 17:50 UTC  (11+ messages)

[PATCH 00/18] Add `branch-diff`, a `tbdiff` lookalike
 2018-05-07 17:50 UTC  (6+ messages)
` [PATCH v2 "

Clang patch stacks for LTS kernels (v4.4 and v4.9) and status update
 2018-05-07 17:49 UTC  (6+ messages)

[PATCH 1/2] i2c: sprd: Prevent i2c accesses after suspend is called
 2018-05-07 17:48 UTC  (9+ messages)
          ` I2C PM overhaul needed? (Re: [PATCH 1/2] i2c: sprd: Prevent i2c accesses after suspend is called)

[PATCH v2 00/27] coresight: TMC ETR backend support for perf
 2018-05-07 17:48 UTC  (7+ messages)
` [PATCH v2 16/27] coresight: tmc-etr: Add transparent buffer management
` [PATCH v2 17/27] coresight: etr: Add support for save restore buffers

[PATCH v2 0/4] powerpc: wii_defconfig updates
 2018-05-07 17:47 UTC  (2+ messages)

[PATCH v5 0/8] Add support for multi-planar formats and 10 bit formats
 2018-05-07 17:45 UTC  (3+ messages)

linux-next: Tree for May 7 (net/xdp)
 2018-05-07 17:43 UTC  (2+ messages)
` [PATCH bpf-next] xsk: fix 64-bit division

[PATCH net-next v10 0/4] netdev: octeon-ethernet: Add Cavium Octeon III support
 2018-05-07 17:22 UTC  (5+ messages)
` [PATCH net-next v10 1/4] staging: octeon: Remove USE_ASYNC_IOBDMA macro
` [PATCH net-next v10 2/4] dt-bindings: Add Cavium Octeon Common Ethernet Interface
` [PATCH net-next v10 3/4] netdev: octeon-ethernet: Add Cavium Octeon III support
` [PATCH net-next v10 4/4] MAINTAINERS: Add entry for drivers/net/ethernet/cavium/octeon/octeon3-*

[PATCH v15 00/30] overlayfs: Delayed copy up of data
 2018-05-07 17:41 UTC  (31+ messages)
` [PATCH v15 01/30] ovl: Pass argument to ovl_get_inode() in a structure
` [PATCH v15 02/30] ovl: Initialize ovl_inode->redirect in ovl_get_inode()
` [PATCH v15 03/30] ovl: Move the copy up helpers to copy_up.c
` [PATCH v15 04/30] ovl: Provide a mount option metacopy=on/off for metadata copyup
` [PATCH v15 05/30] ovl: During copy up, first copy up metadata and then data
` [PATCH v15 06/30] ovl: Copy up only metadata during copy up where it makes sense
` [PATCH v15 07/30] ovl: Add helper ovl_already_copied_up()
` [PATCH v15 08/30] ovl: A new xattr OVL_XATTR_METACOPY for file on upper
` [PATCH v15 09/30] ovl: Use out_err instead of out_nomem
` [PATCH v15 10/30] ovl: Modify ovl_lookup() and friends to lookup metacopy dentry
` [PATCH v15 11/30] ovl: Copy up meta inode data from lowest data inode
` [PATCH v15 12/30] ovl: Add helper ovl_dentry_lowerdata() to get lower data dentry
` [PATCH v15 13/30] ovl: Add an helper to get real "
` [PATCH v15 14/30] ovl: Fix ovl_getattr() to get number of blocks from lower
` [PATCH v15 15/30] ovl: Store lower data inode in ovl_inode
` [PATCH v15 16/30] ovl: Add helper ovl_inode_real_data()
` [PATCH v15 17/30] ovl: Open file with data except for the case of fsync
` [PATCH v15 18/30] ovl: Do not expose metacopy only dentry from d_real()
` [PATCH v15 19/30] ovl: Move some dir related ovl_lookup_single() code in else block
` [PATCH v15 20/30] ovl: Check redirects for metacopy files
` [PATCH v15 21/30] ovl: Treat metacopy dentries as type OVL_PATH_MERGE
` [PATCH v15 22/30] ovl: Add an inode flag OVL_CONST_INO
` [PATCH v15 23/30] ovl: Do not set dentry type ORIGIN for broken hardlinks
` [PATCH v15 24/30] ovl: Set redirect on metacopy files upon rename
` [PATCH v15 25/30] ovl: Set redirect on upper inode when it is linked
` [PATCH v15 26/30] ovl: Check redirect on index as well
` [PATCH v15 27/30] ovl: Disbale metacopy for MAP_SHARED mmap()
` [PATCH v15 28/30] ovl: Do not do metadata only copy-up for truncate operation
` [PATCH v15 29/30] ovl: Do not do metacopy only for ioctl modifying file attr
` [PATCH v15 30/30] ovl: Enable metadata only feature

WG endpoint node exit to inet and DNS resolver
 2018-05-07 17:43 UTC  (3+ messages)

[PATCH 0/7] ocxl: Implement Power9 as_notify/wait for OpenCAPI
 2018-05-07 17:38 UTC  (14+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/7] powerpc: Add TIDR CPU feature for Power9
  ` [PATCH v2 2/7] powerpc: Use TIDR CPU feature to control TIDR allocation
  ` [PATCH v2 3/7] powerpc: use task_pid_nr() for TID allocation
  ` [PATCH v2 4/7] ocxl: Rename pnv_ocxl_spa_remove_pe to clarify it's action

WARNING in __mutex_unlock_slowpath
 2018-05-07 17:38 UTC  (4+ messages)

[SPDK] spdk_malloc vs. malloc
 2018-05-07 17:38 UTC 

[PATCH v1 0/4] Tegra GART fixes and improvements
 2018-05-07 17:38 UTC  (9+ messages)
` [PATCH v1 4/4] iommu/tegra: gart: Optimize map/unmap

[PATCHv13 00/28] Request API
 2018-05-07 17:35 UTC  (10+ messages)
` [PATCHv13 04/28] media-request: add media_request_get_by_fd
` [PATCHv13 05/28] media-request: add media_request_object_find
` [PATCHv13 06/28] v4l2-dev: lock req_queue_mutex
` [PATCHv13 09/28] v4l2-ctrls: prepare internal structs for request API

Fw: [Bug 199637] New: UBSAN: Undefined behaviour in net/ipv4/fib_trie.c:503:6
 2018-05-07 17:33 UTC 

Fw: [Bug 199643] New: UBSAN: Undefined behaviour in ./include/net/route.h:240:2
 2018-05-07 17:34 UTC 

[Intel-wired-lan] [jkirsher-net-queue:dev-queue] BUILD SUCCESS 47c335e76fbf76a33941ed0b49e40d99da824b99
 2018-05-07 17:32 UTC 

[rtnl] b1585bdfb2: kernel_BUG_at_net/core/dev.c
 2018-05-07 17:29 UTC  (5+ messages)
` [PATCH v2 net 0/2] IB/ipoib: ip link support

[PATCH v6] ANDROID: binder: change down_write to down_read
 2018-05-07 17:28 UTC  (2+ messages)

[PATCH] KVM: hyperv: idr_find needs RCU protection
 2018-05-07 17:25 UTC 

drm SPDX updates
 2018-05-07 17:23 UTC  (10+ messages)
` [PATCH v2 1/8] drm: add SPDX idenitifier and clarify license
  ` [PATCH v2 2/8] drm/amd: add SPDX identifier "
    ` [PATCH v2 3/8] drm: "
      ` [PATCH v2 4/8] drm/noveau: "
        ` [PATCH v2 5/8] drm/radeon: "
          ` [PATCH v2 6/8] drm/ttm: add SPDX idenitifier "
            ` [PATCH v2 7/8] drm/vmwgfx: "

[PATCH v2 0/3] Add support for STM32MP1 ADC
 2018-05-07 17:23 UTC  (13+ messages)
` [PATCH v2 1/3] dt-bindings: iio: stm32-adc: add support for STM32MP1
` [PATCH v2 2/3] iio: adc: "
` [PATCH v2 3/3] ARM: dts: stm32: Add ADC support to stm32mp157c

[PATCH 1/2] net/mlx5: fix multiple free issue when attr ctx is NULL
 2018-05-07 17:22 UTC  (3+ messages)

[PATCH V1 0/5] backlight: qcom-wled: Support for QCOM wled driver
 2018-05-07 17:21 UTC  (7+ messages)
` [PATCH V1 3/5] backlight: qcom-wled: Add support for short circuit handling
` [PATCH V1 4/5] backlight: qcom-wled: Add support for OVP interrupt handling

[meta-selinux][PATCH] libselinux: python-importlib is now part of python*-core
 2018-05-07 17:20 UTC  (2+ messages)

[meta-selinux][PATCH] policycoreutils: remove oe_filter_out
 2018-05-07 17:20 UTC  (2+ messages)

[PATCH 1/5] drm/i915/gtt: Move wmb inside ggtt_invalidate
 2018-05-07 17:19 UTC  (8+ messages)
` [PATCH 2/5] drm/i915/gtt: Combine marking engines dirty with wmb
` [PATCH 3/5] drm/i915/gtt: Don't track dirty in gen6_alloc_va_range
` [PATCH 4/5] drm/i915/gtt: Flush write combining buffer on insert entries
` [PATCH 5/5] drm/i915/gtt: Trust the uncached store to flush wcb
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/5] drm/i915/gtt: Move wmb inside ggtt_invalidate
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[SPDK] spdk_malloc vs. malloc
 2018-05-07 17:18 UTC 

[PATCH] iio: potentiometer: add driver for Maxim Integrated DS1807
 2018-05-07 17:17 UTC  (6+ messages)

[PATCH 0/3] Some fixes for mm code optimization
 2018-05-07 17:16 UTC  (8+ messages)
  ` [PATCH 2/3] include/linux/gfp.h: use unsigned int in gfp_zone
      ` [External] "

[Fuego] [PATCH 0/3] Install fuego_release_test dependencies on fuego
 2018-05-07 17:16 UTC  (5+ messages)
` [Fuego] [PATCH 1/3] Install Fuego Release Test dependencies and add fuego-test board

support for non-uniform SPI NOR flash memories
 2018-05-07 17:14 UTC  (2+ messages)

[PATCH v3] iio: magnetometer: mag3110: Add ability to run in continuous mode
 2018-05-07 17:13 UTC  (2+ messages)

[MODERATED] L1D-Fault KVM mitigation
 2018-05-07 17:11 UTC  (5+ messages)
` [MODERATED] "

[PATCH] tty/serial: atmel: use port->name as name in request_irq()
 2018-05-07 17:11 UTC  (12+ messages)
            ` [PATCH v2] "
                  ` [PATCH v3] "

[PATCH v1 0/2] Add QCOM video clock controller driver
 2018-05-07 17:11 UTC  (4+ messages)

[Qemu-devel] [PATCH] monitor: report entirety of hmp command on error
 2018-05-07 17:10 UTC  (8+ messages)
        ` [Qemu-devel] [PATCH v2] "

[v2,1/2] dt-bindings: usb: add bindings doc for HiSilicon STB xHCI host controller
 2018-05-07 17:09 UTC  (2+ messages)
` [PATCH v2 1/2] "

[PATCH 00/18] Fix some build warnings/errors with Sphinx
 2018-05-07 17:08 UTC  (4+ messages)
` [PATCH 15/18] iio: iio.h: use nested struct support on kernel-doc markup

[PATCH v2 0/2] Add macro defines for AM335x
 2018-05-07 17:05 UTC  (4+ messages)
` [PATCH v2 1/2] ARM: dts: am335x: Replace numeric pinmux address with macro defines

[PATCH v2 0/2] Add MediaTek XS-PHY driver
 2018-05-07 17:04 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: add MediaTek XS-PHY binding
    ` [v2,1/2] "

[Qemu-devel] [RFC PATCH] tests/device-introspect: Test devices with all machines, not only with "none"
 2018-05-07 17:04 UTC  (9+ messages)
            ` [Qemu-devel] [Qemu-arm] "

[Qemu-devel] [PULL 00/12] Machine queue, 2018-05-07
 2018-05-07 17:03 UTC  (13+ messages)
` [Qemu-devel] [PULL 01/12] pc-dimm: factor out MemoryDevice interface
` [Qemu-devel] [PULL 02/12] machine: make MemoryHotplugState accessible via the machine
` [Qemu-devel] [PULL 03/12] pc-dimm: no need to pass the memory region
` [Qemu-devel] [PULL 04/12] pc-dimm: pass in the machine and to the MemoryHotplugState
` [Qemu-devel] [PULL 05/12] pc-dimm: factor out address search into MemoryDevice code
` [Qemu-devel] [PULL 06/12] pc-dimm: factor out capacity and slot checks into MemoryDevice
` [Qemu-devel] [PULL 07/12] pc-dimm: move actual plug/unplug of a memory region to MemoryDevice
` [Qemu-devel] [PULL 08/12] machine: rename MemoryHotplugState to DeviceMemoryState
` [Qemu-devel] [PULL 09/12] pc: rename "hotplug memory" terminology to "device memory"
` [Qemu-devel] [PULL 10/12] spapr: "
` [Qemu-devel] [PULL 11/12] vl: allow 'maxmem' without 'slot'
` [Qemu-devel] [PULL 12/12] scripts/device-crash-test: Removed fixed CAN entries

[Qemu-devel] [PATCH 0/4] build: fix failure when host provides too old libfdt
 2018-05-07 17:03 UTC  (2+ messages)

[Qemu-devel] [PATCH] softfloat: Handle default NaN mode after pickNaNMulAdd, not before
 2018-05-07 17:03 UTC  (2+ messages)

[PULL] First set of IIO fixes for the 4.17 cycle
 2018-05-07 17:02 UTC 

[PATCH v2] KVM: x86: VMX: hyper-v: Enlightened MSR-Bitmap support
 2018-05-07 17:01 UTC  (2+ messages)

[PATCH] tracing: Fix bad use of igrab in trace_uprobe.c
 2018-05-07 17:01 UTC 

[PATCH v2 1/3] dt: bindings: i2c-mux-pca954x: add mux-locked property
 2018-05-07 17:01 UTC  (2+ messages)

[Qemu-devel] [PATCH] vga: print friendly error message in case multiple vga devices are added
 2018-05-07 17:00 UTC  (6+ messages)

[Qemu-devel] [PATCH v2 0/5] Removal of deprecated -no-kvm* options
 2018-05-07 17:01 UTC  (10+ messages)

[PATCH RFC net-next] net: ipvs: Adjust gso_size for IPPROTO_TCP
 2018-05-07 17:00 UTC  (8+ messages)

[PATCH] xfs_repair: check and repair quota metadata
 2018-05-07 16:59 UTC  (4+ messages)

[PATCHv2 0/3] Add SDRAM ECC support for Stratix10
 2018-05-07 16:59 UTC  (5+ messages)
` [PATCHv2,3/3] arm64: dts: stratix10: add sdram ecc
  ` [PATCHv2 3/3] "

[Qemu-devel] [PATCH v5 0/1] i386/kvm: TSC page clocksource for Hyper-V-on-KVM fixes
 2018-05-07 16:57 UTC  (3+ messages)

[PATCH v2] ARM: dts: tegra: Add support for 256 MB Colibri-T20 (plus such board on Iris)
 2018-05-07 16:58 UTC  (2+ messages)

[Bug 106399] [bisected] sddm-greeter: segfault in radeonsi_dri.so on dpms resume
 2018-05-07 16:55 UTC  (2+ messages)

[PATCH] nfsd: restrict rd_maxcount to svc_max_payload in nfsd_encode_readdir
 2018-05-07 16:55 UTC  (2+ messages)

[PATCH] xfs: test inobt/on disk free state mismatches
 2018-05-07 16:54 UTC  (2+ messages)

[Qemu-devel] [Qemu-ppc] [PATCH] Allow PIR read in privileged mode
 2018-05-07 16:52 UTC  (2+ messages)
` [Qemu-devel] [PATCH v3] target/ppc: "

[LINUX PATCH v8 0/2] Add arm pl353 smc driver for xilinx zynq soc
 2018-05-07 16:52 UTC  (5+ messages)
` [LINUX PATCH v8 2/2] memory: pl353: Add driver for arm pl353 static memory controller

[Qemu-devel] release retrospective, next release timing, numbering
 2018-05-07 16:51 UTC  (12+ messages)

[PATCH v2 0/2] drm/panel: Add Raydium RM67191 driver
 2018-05-07 16:50 UTC  (3+ messages)
` [PATCH v2 2/2] dt-bindings: Add Raydium RM67191 panel bindings

linux-next: build warning after merge of the akpm-current tree
 2018-05-07 16:47 UTC  (4+ messages)

[PATCH v2 2/2] mtd: rawnand: fsl_ifc: use bit-wise majority to recover the contents of ONFI parameter
 2018-05-07 16:47 UTC  (3+ messages)

[U-Boot] [RFC] Migrate to Linux Kernel style SPDX Tags for v2018.05
 2018-05-07 16:47 UTC  (6+ messages)

[PATCH V2 0/5] backlight: qcom-wled: Support for QCOM wled driver
 2018-05-07 16:45 UTC  (9+ messages)
` [PATCH V2 1/5] backlight: qcom-wled: Rename pm8941-wled.c to qcom-wled.c
` [PATCH V2 2/5] backlight: qcom-wled: Add support for WLED4 peripheral

[PATCH nvme-4.18] nvme/pci: Hold controller reference during async probe
 2018-05-07 16:43 UTC 

[PATCH] ALSA: usb: mixer: volume quirk for CM102-A+/102S+
 2018-05-07 16:42 UTC 

[Buildroot] [PATCH] busybox: S01mdev: fix module autoloading
 2018-05-07 16:42 UTC  (2+ messages)

[MODERATED] [PATCH v2] Linux Patch 1/1
 2018-05-07 16:40 UTC  (19+ messages)
`  "
  ` [MODERATED] "

bug in tag handling in blk-mq?
 2018-05-07 16:39 UTC  (2+ messages)

metadata_ratio mount option?
 2018-05-07 16:37 UTC  (4+ messages)

[GSoC] A blog about 'git stash' project
 2018-05-07 16:37 UTC  (3+ messages)

[PATCH V2 0/8] net: ethernet: stmmac: add support for stm32mp1
 2018-05-07 16:37 UTC  (3+ messages)
` [PATCH V2 2/8] dt-bindings: stm32-dwmac: add support of MPU families


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.