All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-02-27 19:40:52 to 2017-02-27 20:11:20 UTC [more...]

net/ipv6: null-ptr-deref in ip6_route_del/lock_acquire
 2017-02-27 20:05 UTC  (4+ messages)

[PATCH 1/2] apply: guard against renames of non-existant empty files
 2017-02-27 20:10 UTC  (6+ messages)
` [PATCH 2/2] apply: handle assertion failure gracefully

Why does fsck.xfs not do what xfs_repair -n does?
 2017-02-27 20:04 UTC  (4+ messages)

[Qemu-devel] [PATCH v2 00/43] New op blocker system, part 1
 2017-02-27 20:09 UTC  (31+ messages)
` [Qemu-devel] [PATCH v2 01/43] block: Add op blocker permission constants
` [Qemu-devel] [PATCH v2 02/43] block: Add Error argument to bdrv_attach_child()
` [Qemu-devel] [PATCH v2 03/43] block: Let callers request permissions when attaching a child node
` [Qemu-devel] [PATCH v2 04/43] block: Involve block drivers in permission granting
` [Qemu-devel] [PATCH v2 05/43] block: Default .bdrv_child_perm() for filter drivers
` [Qemu-devel] [PATCH v2 06/43] block: Request child permissions in "
` [Qemu-devel] [PATCH v2 07/43] block: Default .bdrv_child_perm() for format drivers
` [Qemu-devel] [PATCH v2 08/43] block: Request child permissions in "
` [Qemu-devel] [PATCH v2 09/43] vvfat: Implement .bdrv_child_perm()
` [Qemu-devel] [PATCH v2 10/43] block: Require .bdrv_child_perm() with child nodes
` [Qemu-devel] [PATCH v2 11/43] block: Request real permissions in bdrv_attach_child()
` [Qemu-devel] [PATCH v2 12/43] block: Add permissions to BlockBackend
` [Qemu-devel] [PATCH v2 13/43] block: Add permissions to blk_new()
` [Qemu-devel] [PATCH v2 14/43] block: Add error parameter to blk_insert_bs()
` [Qemu-devel] [PATCH v2 15/43] block: Add BDRV_O_RESIZE for blk_new_open()
` [Qemu-devel] [PATCH v2 16/43] block: Request real permissions in blk_new_open()
` [Qemu-devel] [PATCH v2 17/43] block: Allow error return in BlockDevOps.change_media_cb()
` [Qemu-devel] [PATCH v2 18/43] hw/block: Request permissions
` [Qemu-devel] [PATCH v2 19/43] hw/block: Introduce share-rw qdev property
` [Qemu-devel] [PATCH v2 20/43] blockjob: Add permissions to block_job_create()
` [Qemu-devel] [PATCH v2 21/43] block: Add BdrvChildRole.get_parent_desc()
` [Qemu-devel] [PATCH v2 22/43] block: Include details on permission errors in message
` [Qemu-devel] [PATCH v2 23/43] block: Add BdrvChildRole.stay_at_node
` [Qemu-devel] [PATCH v2 24/43] blockjob: Add permissions to block_job_add_bdrv()
` [Qemu-devel] [PATCH v2 25/43] commit: Use real permissions in commit block job
` [Qemu-devel] [PATCH v2 26/43] commit: Use real permissions for HMP 'commit'
` [Qemu-devel] [PATCH v2 27/43] backup: Use real permissions in backup block job
` [Qemu-devel] [PATCH v2 28/43] block: Fix pending requests check in bdrv_append()
` [Qemu-devel] [PATCH v2 29/43] block: BdrvChildRole.attach/detach() callbacks
` [Qemu-devel] [PATCH v2 30/43] block: Allow backing file links in change_parent_backing_link()

[RFC PATCH 00/30] Add PCIe SVM support to ARM SMMUv3
 2017-02-27 19:54 UTC  (91+ messages)
` [RFC PATCH 01/30] iommu/arm-smmu-v3: Link groups and devices
` [RFC PATCH 02/30] iommu/arm-smmu-v3: Link groups and domains
` [RFC PATCH 03/30] PCI: Move ATS declarations outside of CONFIG_PCI
` [RFC PATCH 04/30] iommu/arm-smmu-v3: Add support for PCI ATS
` [RFC PATCH 05/30] iommu/arm-smmu-v3: Disable tagged pointers when ATS is in use
` [RFC PATCH 06/30] iommu/arm-smmu-v3: Add support for Substream IDs
` [RFC PATCH 07/30] iommu/arm-smmu-v3: Add second level of context descriptor table
` [RFC PATCH 08/30] iommu/arm-smmu-v3: Add support for VHE
` [RFC PATCH 09/30] iommu/arm-smmu-v3: Support broadcast TLB maintenance
` [RFC PATCH 10/30] iommu/arm-smmu-v3: Add task contexts
` [RFC PATCH 11/30] arm64: mm: Pin down ASIDs for sharing contexts with devices
` [RFC PATCH 12/30] iommu/arm-smmu-v3: Keep track of process address spaces
` [RFC PATCH 13/30] iommu/io-pgtable-arm: Factor out ARM LPAE register defines
` [RFC PATCH 14/30] iommu/arm-smmu-v3: Share process page tables
` [RFC PATCH 15/30] iommu/arm-smmu-v3: Steal private ASID from a domain
` [RFC PATCH 16/30] iommu/arm-smmu-v3: Use shared ASID set
` [RFC PATCH 17/30] iommu/arm-smmu-v3: Add SVM feature checking
` [RFC PATCH 18/30] PCI: Make "PRG Response PASID Required" handling common
` [RFC PATCH 19/30] PCI: Cache PRI and PASID bits in pci_dev
` [RFC PATCH 20/30] iommu/arm-smmu-v3: Enable PCI PASID in masters
` [RFC PATCH 21/30] iommu/arm-smmu-v3: Handle device faults from PRI
` [RFC PATCH 22/30] iommu: Bind/unbind tasks to/from devices
` [RFC PATCH 23/30] iommu/arm-smmu-v3: Bind/unbind device and task
` [RFC PATCH 24/30] iommu: Specify PASID state when unbinding a task
` [RFC PATCH 25/30] iommu/arm-smmu-v3: Safe invalidation and recycling of PASIDs
` [RFC PATCH 26/30] iommu/arm-smmu-v3: Fix PRI queue overflow acknowledgement
` [RFC PATCH 27/30] iommu/arm-smmu-v3: Handle PRI queue overflow
` [RFC PATCH 28/30] iommu/arm-smmu-v3: Add support for Hardware Translation Table Update at stage 1
` [RFC PATCH 29/30] vfio: Add support for Shared Virtual Memory
` [RFC PATCH 30/30] vfio: Allow to bind foreign task

[PATCH v2] mac80211: Jitter HWMP MPATH reply frames to reduce collision on dense networks
 2017-02-27 20:10 UTC  (3+ messages)

Low IOOP Performance
 2017-02-27 19:43 UTC  (4+ messages)

[Qemu-devel] [PATCH 00/54] New op blocker system, part 1
 2017-02-27 20:09 UTC  (3+ messages)
` [Qemu-devel] [PATCH 48/54] nbd/server: Use real permissions for NBD exports

Kernel commit d35a00b8e33dab7385f724e713ae71c8be0a49f4 breaks wireguard
 2017-02-27 20:10 UTC  (2+ messages)

[Buildroot] [PATCH] dependencies/cmake: blacklist cmake 3.7
 2017-02-27 20:08 UTC  (5+ messages)

[PATCH] staging: iio: accel: Move header file content to source file
 2017-02-27 19:38 UTC 

[PATCH 1/4] v4l2: device_register_subdev_nodes: allow calling multiple times
 2017-02-27 19:43 UTC  (8+ messages)

[PATCH V2] go: Add recipes for golang compilers and tools
 2017-02-27 20:07 UTC 

[PATCH] deprecated.bbclass: Add a PNDEPRECATED variable for recipes
 2017-02-27 20:06 UTC  (2+ messages)
  ` ✗ patchtest: failure for deprecated.bbclass: Add a PNDEPRECATED variable for recipes (rev3)

[PATCH v8 0/9] devicetree battery support and client bq27xxx_battery
 2017-02-27 20:05 UTC  (4+ messages)
` [PATCH v8 7/9] power: bq27xxx_battery: Add power_supply_battery_info support

[Bug 99989] random crashes during boot
 2017-02-27 20:05 UTC 

PowerPC build fail
 2017-02-27 20:04 UTC  (3+ messages)

[PATCH] jump_label: align jump_entry table to at least 4-bytes
 2017-02-27 19:59 UTC  (5+ messages)

[PATCH 0/3] usb: misc: improve USB251xB/xBi dt bindings
 2017-02-27 19:58 UTC  (3+ messages)
` [PATCH 1/3] usb: usb251xb: remove max_{power,current}_{sp,bp} properties

[PATCH 0/4] ARM: dts: Add Parvus Duracor C310 board support
 2017-02-27 19:00 UTC  (3+ messages)
` [PATCH 2/4] devicetree: Add vendor prefix for Kontron AG

[Qemu-devel] [PULL 00/11] x86 queue, 2017-02-27
 2017-02-27 19:57 UTC  (4+ messages)
  ` [Qemu-devel] travis-ci 'make check' timeouts (was Re: [PULL 00/11] x86 queue, 2017-02-27)

[Bug 98869] Electronic Super Joy graphic artefacts (regression,bisected)
 2017-02-27 19:57 UTC 

[Bug 37724] New: occlusion queries are messed up in ut2004 (regression, bisected)
 2017-02-27 19:57 UTC  (2+ messages)
` [Bug 37724] r300g with HyperZ/Z compression: "

[Bug 99970] DRI3 steam login window is empty
 2017-02-27 19:57 UTC  (2+ messages)

[PATCH V2 0/3] Add Spreadtrum SP9860G support
 2017-02-27 19:56 UTC  (4+ messages)
` [PATCH V2 2/3] Documentation: sprd: Add bindings for SP9860G

Unconventional roles of git
 2017-02-27 19:16 UTC  (2+ messages)

[PATCH] IB/iser: fix spelling mistake: "unexepected" -> "unexpected"
 2017-02-27 19:54 UTC  (2+ messages)

[PATCH v1 2/2] net: emac: add support for device-tree based PHY discovery and setup
 2017-02-27 19:54 UTC  (5+ messages)
` [PATCH v1.1] "

[PATCH v2] mm/vmscan: fix high cpu usage of kswapd if there are no reclaimable pages
 2017-02-27 17:29 UTC  (6+ messages)

Microphone gain on N900
 2017-02-27 19:53 UTC  (4+ messages)

show all merge conflicts
 2017-02-27 19:45 UTC  (7+ messages)

[PATCH] interpret_branch_name(): handle auto-namelen for @{-1}
 2017-02-27 19:27 UTC  (3+ messages)

[PATCH 1/3] blk-mq: make blk_mq_alloc_request_hctx() allocate a scheduler request
 2017-02-27 18:44 UTC  (6+ messages)

[Qemu-devel] [PATCH v2 0/5] RBD: blockdev-add
 2017-02-27 19:54 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/5] block/rbd: don't copy strings in qemu_rbd_next_tok()
` [Qemu-devel] [PATCH v2 5/5] block/rbd: add support for 'mon_host', 'auth_supported' via QAPI

Condensing and re-coding programs to save space
 2017-02-27 19:53 UTC 

[PATCH v2 0/2] add driver for cypress cy8cmbr3102
 2017-02-27 19:52 UTC  (3+ messages)
` [PATCH v2 2/2] add device tree documentation for cy8cmbr3102

[PATCH 3/3] percpu: improve allocation success rate for non-GFP_KERNEL callers
 2017-02-27 19:51 UTC  (12+ messages)
` [PATCH v2 "

a few more picky questions about COMPATIBLE_MACHINE usage
 2017-02-27 19:49 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/2] vl: Print warning if a non-empty default config-file is found
 2017-02-27 19:48 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/2] config: qemu_config_parse() return number of config groups

+ uapi-fix-linux-sysctlh-userspace-compilation-errors.patch added to -mm tree
 2017-02-27 19:48 UTC  (4+ messages)

[Qemu-devel] Non-flat command line option argument syntax
 2017-02-27 19:47 UTC  (6+ messages)

[PATCH 1/2] commit: be more precise when searching for headers
 2017-02-27 19:18 UTC  (2+ messages)

[PATCH] mm,x86: fix SMP x86 32bit build for native_pud_clear()
 2017-02-27 19:35 UTC  (3+ messages)

[RFC PATCH] arm: Fix cache inconsistency when using fixmap
 2017-02-27 19:47 UTC  (8+ messages)

Renesas RZ/A1 pin and gpio controller
 2017-02-27 19:47 UTC  (3+ messages)
` [PATCH 2/7] Documentation: devicetree: bindings: Add RZ/A1 pinctrl binding documentation

[PATCH v2] Input: pwm-beeper: support customized freq for SND_BELL
 2017-02-27 18:11 UTC  (2+ messages)
` [v2] "

[linux-linus test] 106139: regressions - FAIL
 2017-02-27 19:47 UTC  (3+ messages)

[PATCH] dm raid: fix data corruption on reshape request
 2017-02-27 19:46 UTC 

[PATCH 1/2] lightnvm: add generic ocssd detection
 2017-02-27 18:35 UTC  (5+ messages)

[PATCH] cvs tests: When root, skip tests that call "cvs commit"
 2017-02-27 19:35 UTC  (2+ messages)

[RESEND PATCH v5 0/4] i.MX7 PCI support
 2017-02-27 19:42 UTC  (5+ messages)
` [RESEND PATCH v5 1/4] PCI: imx6: Add code to support i.MX7D

cifs running amok after being disconnected (timeout?)
 2017-02-27 19:42 UTC 

[Qemu-devel] [PATCH Risu 0/5] PPC64 Improvements
 2017-02-27 19:41 UTC  (6+ messages)
` [Qemu-devel] [PATCH Risu 1/5] risugen_ppc64: Load random 128-bit data to VSX registers
` [Qemu-devel] [PATCH Risu 2/5] risu_reginfo_ppc64le: Remove unused code from PPC64 register comparison
` [Qemu-devel] [PATCH Risu 3/5] configure: Add initial support to PPC64 (big endian)
` [Qemu-devel] [PATCH Risu 4/5] risugen, risugen_ppc64.pm: Add support ppc64 (big-endian)
` [Qemu-devel] [PATCH Risu 5/5] risugen_ppc64: Remove unused code

[PATCH 1/5] staging: lustre: Remove unnecessary else after return
 2017-02-27 19:41 UTC  (5+ messages)
` [PATCH 5/5] staging: gdm724x: "
    ` [lustre-devel] "

[PATCH 1/3] dt-bindings: document the thermal sensor of Allwinner H3 SoC
 2017-02-27 19:40 UTC  (5+ messages)
` [PATCH 2/3] thermal: add support for the thermal sensor on Allwinner new SoCs
` [PATCH 3/3] ARM: dts: sun8i: add device node for H3 thermal sensor


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.