All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-09-01 15:02:58 to 2017-09-01 15:39:46 UTC [more...]

switch in-kernel read/write calls to kernel_read/write V2
 2017-09-01 15:39 UTC  (10+ messages)
` [PATCH 01/17] ashmem: switch to ->read_iter
` [PATCH 02/17] autofs4: switch autofs4_write to __kernel_write
` [PATCH 03/17] fs: move kernel_write to fs/read_write.c
` [PATCH 04/17] fs: move kernel_read "
` [PATCH 05/17] fs: fix kernel_read prototype
` [PATCH 07/17] fs: make the buf argument to __kernel_write a void pointer
` [PATCH 10/17] net/9p: switch p9_fd_read to kernel_write
` [PATCH 12/17] mconsole: switch to kernel_read
` [PATCH 13/17] gadget/f_mass_storage: stop messing with the address limit

[Qemu-devel] [PATCH] MAINTAINERS: Update git URLs for my trees
 2017-09-01 15:39 UTC 

[PATCH] Add TX limit for SocketCAN
 2017-09-01 15:39 UTC  (5+ messages)

[PATCH v4 0/5] BQ24190 devicetree config
 2017-09-01 15:38 UTC  (3+ messages)
` [PATCH v4 2/5] devicetree: power: Add docs for TI BQ24190 battery charger

[PATCH v2] xfs: fix incorrect log_flushed on fsync
 2017-09-01 15:39 UTC 

[Qemu-devel] [PULL v2 00/47] QAPI patches for 2017-09-01
 2017-09-01 15:37 UTC  (48+ messages)
` [Qemu-devel] [PULL v2 01/47] qapi: Fix error handling code on alternate conflict
` [Qemu-devel] [PULL v2 02/47] tests/qmp-test: Add generic, basic test of query commands
` [Qemu-devel] [PULL v2 03/47] qobject: Explain how QNum works, and why
` [Qemu-devel] [PULL v2 04/47] qdict: Add qdict_put_null() helper, and put it to use
` [Qemu-devel] [PULL v2 05/47] qlit: move qlit from check-qjson to qobject/
` [Qemu-devel] [PULL v2 06/47] qlit: use QLit prefix consistently
` [Qemu-devel] [PULL v2 07/47] qlit: Change compound literals to initializers
` [Qemu-devel] [PULL v2 08/47] qlit: rename compare_litqobj_to_qobj() to qlit_equal_qobject()
` [Qemu-devel] [PULL v2 09/47] qlit: make qlit_equal_qobject return a bool
` [Qemu-devel] [PULL v2 10/47] qlit: make qlit_equal_qobject() take const arguments
` [Qemu-devel] [PULL v2 11/47] qlit: add QLIT_QNULL and QLIT_BOOL
` [Qemu-devel] [PULL v2 12/47] qlit: Replace open-coded qnum_get_int() by call
` [Qemu-devel] [PULL v2 13/47] tests/check-qlit: New, covering qobject/qlit.c
` [Qemu-devel] [PULL v2 14/47] qlit: Tighten QLit dict vs QDict comparison
` [Qemu-devel] [PULL v2 15/47] qlit: Tighten QLit list vs QList comparison
` [Qemu-devel] [PULL v2 16/47] qapi-schema: Document how generated documentation is ordered
` [Qemu-devel] [PULL v2 17/47] qapi-schema: Introspection doc is in the wrong section, fix
` [Qemu-devel] [PULL v2 18/47] qapi-schema: Rocker doc section contains unrelated stuff, fix
` [Qemu-devel] [PULL v2 19/47] qapi-schema: Collect sockets stuff in qapi/sockets.json
` [Qemu-devel] [PULL v2 20/47] qapi-schema: Collect run state stuff in qapi/run-state.json
` [Qemu-devel] [PULL v2 21/47] qapi-schema: Collect char device stuff in qapi/char.json
` [Qemu-devel] [PULL v2 22/47] qapi-schema: Collect net device stuff in qapi/net.json
` [Qemu-devel] [PULL v2 23/47] qapi-schema: Collect UI stuff in qapi/ui.json
` [Qemu-devel] [PULL v2 24/47] qapi-schema: Collect migration stuff in qapi/migration.json
` [Qemu-devel] [PULL v2 25/47] qapi-schema: Collect transaction stuff in qapi/transaction.json
` [Qemu-devel] [PULL v2 26/47] qapi-schema: Collect TPM stuff in qapi/tpm.json
` [Qemu-devel] [PULL v2 27/47] qapi-schema: Move block events from event.json to block.json
` [Qemu-devel] [PULL v2 28/47] qapi-schema: Fold event.json back into qapi-schema.json
` [Qemu-devel] [PULL v2 29/47] qapi-schema: Make block-core.json self-contained
` [Qemu-devel] [PULL v2 30/47] qapi-schema: Move queries from common.json to qapi-schema.json
` [Qemu-devel] [PULL v2 31/47] qapi-schema: Improve section headings
` [Qemu-devel] [PULL v2 32/47] qapi: Update qapi-code-gen.txt examples to match current code
` [Qemu-devel] [PULL v2 33/47] qapi: Drop superfluous qapi_enum_parse() parameter max
` [Qemu-devel] [PULL v2 34/47] tpm: Clean up driver registration & lookup
` [Qemu-devel] [PULL v2 35/47] tpm: Clean up model "
` [Qemu-devel] [PULL v2 36/47] hmp: Use qapi_enum_parse() in hmp_migrate_set_capability()
` [Qemu-devel] [PULL v2 37/47] hmp: Use qapi_enum_parse() in hmp_migrate_set_parameter()
` [Qemu-devel] [PULL v2 38/47] block: Use qemu_enum_parse() in blkdebug_debug_breakpoint()
` [Qemu-devel] [PULL v2 39/47] quorum: Use qapi_enum_parse() in quorum_open()
` [Qemu-devel] [PULL v2 40/47] crypto: Use qapi_enum_parse() in qcrypto_block_luks_name_lookup()
` [Qemu-devel] [PULL v2 41/47] qapi: Use qapi_enum_parse() in input_type_enum()
` [Qemu-devel] [PULL v2 42/47] qapi: Avoid unnecessary use of enum lookup table's sentinel
` [Qemu-devel] [PULL v2 43/47] qapi: Generate FOO_str() macro for QAPI enum FOO
` [Qemu-devel] [PULL v2 44/47] qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
` [Qemu-devel] [PULL v2 45/47] qapi: Convert indirect uses of FOO_lookup[...] to qapi_enum_lookup()
` [Qemu-devel] [PULL v2 46/47] qapi: Change data type of the FOO_lookup generated for enum FOO
` [Qemu-devel] [PULL v2 47/47] qapi: drop the sentinel in enum array

ptp device strangeness
 2017-09-01 15:28 UTC 

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

[Bug 102500] [polaris10][amd-staging-4.12] GPU fault detected, somethimes lockup
 2017-09-01 15:37 UTC  (2+ messages)

[PATCH 1/2] remoteproc: qcom: adsp: Allow defining GLINK edge
 2017-09-01 15:36 UTC  (3+ messages)
` [PATCH 2/2] dt-bindings: soc: qcom: Extend GLINK to cover SMEM

[PATCH v1] platform/x86: wmi: Switch to use new generic UUID API
 2017-09-01 15:36 UTC  (11+ messages)

[PATCH libdrm] libdrm_amdgpu: add kernel semaphore support
 2017-09-01 15:36 UTC  (2+ messages)

[PATCH] btrfs-progs: Move check of mixed block early
 2017-09-01 15:35 UTC  (2+ messages)

[PATCH V2 0/5] support PERF_SAMPLE_PHYS_ADDR (user)
 2017-09-01 15:36 UTC  (4+ messages)
` [PATCH V2 1/5] perf tools: support new sample type for physical address

[PATCHv2 0/7] Add support for USB OTG on STM32F7
 2017-09-01 15:35 UTC  (5+ messages)
` [PATCHv2 1/7] dt-bindings: usb: Document the STM32F7 DWC2 USB OTG HS core binding

[Qemu-devel] [PATCH v7] nios2: Add Altera JTAG UART emulation
 2017-09-01 15:35 UTC 

[PATCH 1/1] mesh: Enforce HIGH security when provisioning
 2017-09-01 15:35 UTC 

[PATCH v4 00/39] arm/altp2m: Introducing altp2m to ARM
 2017-09-01 15:35 UTC  (5+ messages)
` [PATCH v4 36/39] altp2m: Document external-only use on ARM
` [PATCH v4 37/39] altp2m: Allow activating altp2m on ARM domains

[PATCH] libxl: fix incremental parallel build
 2017-09-01 15:35 UTC  (3+ messages)

[PATCH] [media] rtl28xxu: make array rc_nec_tab static const
 2017-09-01 15:35 UTC  (2+ messages)

[Qemu-trivial] [PATCH] dma/i82374: avoid double creation of i82374 device
 2017-09-01 15:34 UTC  (4+ messages)
  ` [Qemu-devel] "
    ` [Qemu-trivial] "

[PATCH 0/3] dynamic linking support
 2017-09-01 15:34 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] eal/x86: run-time dispatch over memcpy

[Qemu-devel] [PATCH v2 0/2] Add global device ID in virt machine
 2017-09-01 15:32 UTC  (12+ messages)
` [Qemu-devel] [PATCH v2 2/2] Add a unique ID in the virt machine to be used as device ID
        ` [Qemu-arm] "

[Bug 102507] WARNING: CPU: 1 PID: 336 at drivers/gpu/drm/drm_mode_object.c:237 drm_object_property_set_value+0x5d/0x70 [drm]
 2017-09-01 15:32 UTC  (3+ messages)

nand dump
 2017-09-01 15:31 UTC  (2+ messages)

[PATCH][v2] btrfs-progs: print the csum length in debug-tree
 2017-09-01 15:29 UTC  (3+ messages)

(unknown),
 2017-09-01 15:30 UTC 

[PATCH 1/2] drm/syncobj: Mark up the fence as an RCU protected pointer
 2017-09-01 15:30 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/2] "

[PATCH] arc: Re-enable MMU upon die()
 2017-09-01 15:30 UTC  (2+ messages)

[PATCH 0/1] [rfc] Port UVD from radeon for SI
 2017-09-01 15:30 UTC  (2+ messages)
  ` [PATCH 1/1] drm/amdgpu/uvd3: Initial port of "

[patch v2 1/2] hwmon: Driver for Maxim MAX6621 temperature sensor
 2017-09-01 15:30 UTC  (2+ messages)
` [v2,1/2] "

[PATCH v2 0/2] x86/mm: merge ptwr and mmio_ro page fault handlers
 2017-09-01 15:29 UTC  (6+ messages)
` [PATCH v2 2/2] "

[PATCH] x86/shadow: Clarify the safety of guest-linear mapping construction
 2017-09-01 15:29 UTC 

[PATCH 0/5] external ioengine fixes
 2017-09-01 15:28 UTC  (10+ messages)
` [PATCH 4/5] fix load_ioengine() not to support no "external:" prefix

[PATCH 0/5] mdadm/test: Update for mdadm test part
 2017-09-01 15:28 UTC  (11+ messages)
` [PATCH 1/5] mdadm/bitmap: examine-bitmap failed when bitmap is external mode
` [PATCH 2/5] mdadm/test: use the first element of array as parsing condition
` [PATCH 3/5] mdadm/test: get rid of the tests/testdev
` [PATCH 4/5] mdadm/test: get rid of tests/check
` [PATCH 5/5] mdadm/test: add new testcase for testing readonly/readwrite

[SPDK] Shared library build
 2017-09-01 15:27 UTC 

[PATCH v1] ALSA: atmel: Remove leftovers of AVR32 removal
 2017-09-01 15:27 UTC  (2+ messages)

[Qemu-devel] [PATCH] pixman: drop submodule
 2017-09-01 15:26 UTC  (2+ messages)

[U-Boot] [PATCH 0/2] Board for QEMU's '-machine virt' on ARM
 2017-09-01 15:25 UTC  (3+ messages)

[PATCH] cve-check.bbclass: detect patched CVE's also from patch file names
 2017-09-01 14:28 UTC 

[RFC/PATCH] drivers/of/platform: Add powerpc 4xx embedded busses to default list
 2017-09-01 15:24 UTC  (2+ messages)

Snapper Rollback filesystem is read only
 2017-09-01 15:23 UTC 

[OSSTEST PATCH] README: document need for libnet-snmp-perl
 2017-09-01 15:24 UTC 

[net-next PATCH] ixgbe: add counter for times rx pages gets allocated, not recycled
 2017-09-01 15:24 UTC  (2+ messages)

[U-Boot] [PATCH v2] sunxi: Fix CONFIG_SUNXI_GMAC references
 2017-09-01 15:23 UTC 

[OSSTEST PATCH] mg-host: Prepare $checkhostq only if needed
 2017-09-01 15:22 UTC 

[Qemu-devel] [PATCH v3 0/3] docker: Add test-block
 2017-09-01 15:22 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 1/3] docker: Use unconfined security profile
` [Qemu-devel] [PATCH v3 2/3] docker: Add nettle-devel to fedora image
` [Qemu-devel] [PATCH v3 3/3] docker: Add test-block

[PATCH 1/2] drm/i915: Silence sparse by using gfp_t
 2017-09-01 15:21 UTC  (4+ messages)
` [PATCH 2/2] drm/i915/perf: Remove __user from u64 in drm_i915_perf_oa_config

[U-Boot] [PATCH] arm: am33xx: Make pin multiplexing functions optional
 2017-09-01 15:21 UTC  (2+ messages)

[Qemu-devel] [Bug 1714538] [NEW] Support for Raspberry Pi 3 Model B
 2017-09-01 15:12 UTC 

mount time for big filesystems
 2017-09-01 15:20 UTC  (5+ messages)

[PATCH v2] xfs: add online uevent for mount operation
 2017-09-01 15:20 UTC  (7+ messages)

Meshctl - Modification to agent.c for easier entering static OOB key
 2017-09-01 15:19 UTC  (2+ messages)

[PATCH] mm,page_alloc: apply gfp_allowed_mask before the first allocation attempt
 2017-09-01 15:16 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/7] QOMify MIPS cpu
 2017-09-01 15:18 UTC  (2+ messages)

Question on sctp state machine
 2017-09-01 15:18 UTC  (2+ messages)

[Qemu-devel] [PATCH v1 00/11] next round of s390x cleanups
 2017-09-01 15:18 UTC  (4+ messages)
` [Qemu-devel] [PATCH v1 01/11] exec, dump: don't include exec/exec-all.h explicitly

[PATCH net-next] bpf: Collapse offset checks in sock_filter_is_valid_access
 2017-09-01 15:18 UTC 

cephfs kernel bug (4.9.44)?
 2017-09-01 15:17 UTC  (5+ messages)

[PATCH 1/6] drm: Use correct path to trace include
 2017-09-01 15:02 UTC  (2+ messages)

cannot re-use shared state cache between build hosts
 2017-09-01 15:16 UTC  (4+ messages)

[Qemu-devel] [PATCH v4 0/2] Fix tests on recent gcc
 2017-09-01 15:16 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 1/2] tests: Use real size for iov tests

[PATCH] tools,selftest: kcmp -- Add KCMP_EPOLL_TFD testing
 2017-09-01 15:16 UTC 

[GIT PULL] ARM: mvebu: fixes for v4.13 (#3)
 2017-09-01 15:15 UTC 

[PATCH 1/6] can: flexcan: fix state transition regression
 2017-09-01 15:14 UTC  (4+ messages)

[1/4] axonram: Delete an error message for a failed memory allocation in axon_ram_probe()
 2017-09-01 15:13 UTC  (3+ messages)
`  "

[PATCH 1/3] drm/i915: Make i9xx_load_ycbcr_conversion_matrix() static
 2017-09-01 15:13 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/3] "

[Qemu-devel] RFC: changing ROM bundling in tar dists for releases
 2017-09-01 15:13 UTC  (5+ messages)

[PATCH v3 0/4] kvm: arm/arm64: vgic: APRn uaccess support
 2017-09-01 15:15 UTC  (5+ messages)

[PATCH rdma-core 0/5] Small fixes for verbs
 2017-09-01 15:13 UTC  (5+ messages)
` [PATCH rdma-core 2/5] util: Fix check_snprintf to use __rc__ for local

[PATCH v2] mdadm: set journal_clean after scanning all disks
 2017-09-01 15:12 UTC  (2+ messages)

[PATCH V2] block: sed-opal: Set MBRDone on S3 resume path if TPER is MBREnabled
 2017-09-01 14:53 UTC 

[PATCH] btrfs-progs: print the csum length in debug-tree
 2017-09-01 15:10 UTC  (3+ messages)

[PATCH v2] KVM: s390: vsie: use common code functions for pinning
 2017-09-01 15:11 UTC 

[PATCH] singularity: Added dependency to e2fsprogs-mke2fs
 2017-09-01 15:11 UTC 

corrupt xfs log
 2017-09-01 15:11 UTC  (11+ messages)

[PATCH] initramfs-live-boot: disable systemd-update-done.service on live images
 2017-09-01 15:11 UTC  (7+ messages)

how to audit auditd itself ?
 2017-09-01 15:11 UTC  (2+ messages)

[PATCH] fsmap: fix documentation of FMR_OF_LAST
 2017-09-01 15:07 UTC  (4+ messages)

[PATCH] ARM: dts: da850-evm: add chosen and SPI alias
 2017-09-01 15:07 UTC  (2+ messages)

[PATCH] cpudile: optimize cpuidle_enable_device error handling
 2017-09-01 15:07 UTC 

[Buildroot] [git commit] CHANGES: update with recent changes
 2017-09-01 15:06 UTC 

[OSSTEST PATCH] PERLLIB, @INC: Add . in some places we missed
 2017-09-01 15:05 UTC 

[Qemu-devel] [PULL 00/29] x86 & cpu queue, 2017-09-01
 2017-09-01 15:03 UTC  (30+ messages)
` [Qemu-devel] [PULL 01/29] qom: Remove unused errp parameter from can_be_deleted()
` [Qemu-devel] [PULL 02/29] cpu: cpu_by_arch_id() helper
` [Qemu-devel] [PULL 03/29] hmp: allow apic-id for "info lapic"
` [Qemu-devel] [PULL 04/29] target-i386/cpu: Add new EPYC CPU model
` [Qemu-devel] [PULL 05/29] qom: cpu: fix parsed feature string length
` [Qemu-devel] [PULL 06/29] sparc: convert cpu models to SPARC cpu subclasses
` [Qemu-devel] [PULL 07/29] sparc: embed sparc_def_t into CPUSPARCState
` [Qemu-devel] [PULL 08/29] sparc: convert cpu features to qdev properties
` [Qemu-devel] [PULL 09/29] sparc: move adhoc CPUSPARCState initialization to realize time
` [Qemu-devel] [PULL 10/29] sparc: make cpu feature parsing property based
` [Qemu-devel] [PULL 11/29] sparc: replace cpu_sparc_init() with cpu_generic_init()
` [Qemu-devel] [PULL 12/29] s390x: replace cpu_s390x_init() "
` [Qemu-devel] [PULL 13/29] alpha: replace cpu_alpha_init() "
` [Qemu-devel] [PULL 14/29] hppa: replace cpu_hppa_init() "
` [Qemu-devel] [PULL 15/29] m68k: replace cpu_m68k_init() "
` [Qemu-devel] [PULL 16/29] microblaze: replace cpu_mb_init() "
` [Qemu-devel] [PULL 17/29] nios2: replace cpu_nios2_init() "
` [Qemu-devel] [PULL 18/29] tilegx: replace cpu_tilegx_init() "
` [Qemu-devel] [PULL 19/29] xtensa: replace cpu_xtensa_init() "
` [Qemu-devel] [PULL 20/29] tricore: replace cpu_tricore_init() "
` [Qemu-devel] [PULL 21/29] sh4: replace cpu_sh4_init() "
` [Qemu-devel] [PULL 22/29] arm: replace cpu_arm_init() "
` [Qemu-devel] [PULL 23/29] cris: replace cpu_cris_init() "
` [Qemu-devel] [PULL 24/29] x86: replace cpu_x86_init() "
` [Qemu-devel] [PULL 25/29] lm32: replace cpu_lm32_init() "
` [Qemu-devel] [PULL 26/29] moxie: replace cpu_moxie_init() "
` [Qemu-devel] [PULL 27/29] openrisc: replace cpu_openrisc_init() "
` [Qemu-devel] [PULL 28/29] unicore32: replace uc32_cpu_init() "
` [Qemu-devel] [PULL 29/29] ppc: replace cpu_ppc_init() "

[PATCH 4/4] drm/amd/powerplay: set uvd/vce/nb/mclk level as UMD P-state required
 2017-09-01 15:03 UTC  (2+ messages)

[PATCH v2 0/4] net/i40e: implement dynamic mapping of flow types to pctypes
 2017-09-01 15:02 UTC  (3+ messages)
  ` [PATCH v2 3/4] app/testpmd: add new commands to manipulate with pctype mapping
  ` [PATCH v2 4/4] ethdev: remove unnecessary check for new flow type


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.