All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-05-04 15:35:04 to 2018-05-04 16:08:09 UTC [more...]

[patch] gpiolib: fix gpiochip_machine_hog()
 2018-05-04 16:08 UTC  (2+ messages)

Introduce atomic_dec_and_lock_irqsave()
 2018-05-04 16:07 UTC  (8+ messages)
` [PATCH 1/5] spinlock: atomic_dec_and_lock: Add an irqsave variant
` [PATCH 2/5] mm/backing-dev: Use irqsave variant of atomic_dec_and_lock()
` [PATCH 3/5] kernel/user: "
` [PATCH 4/5] drivers/md/raid5: "
` [PATCH 5/5] drivers/md/raid5: Do not disable irq on release_inactive_stripe_list() call

[GIT PULL 0/4] KVM/arm fixes for 4.17-rc4
 2018-05-04 16:15 UTC  (5+ messages)
` [PATCH 1/4] KVM: arm/arm64: vgic: Fix source vcpu issues for GICv2 SGI
` [PATCH 2/4] KVM: arm64: Fix order of vcpu_write_sys_reg() arguments
` [PATCH 3/4] KVM: arm/arm64: vgic_init: Cleanup reference to process_maintenance
` [PATCH 4/4] arm64: vgic-v2: Fix proxying of cpuif access

[PATCH v7 00/16] tracing: probeevent: Improve fetcharg features
 2018-05-04 16:06 UTC  (8+ messages)

[Qemu-devel] [PATCH 0/9] target/arm: Implement v8.1-Atomics
 2018-05-04 16:06 UTC  (5+ messages)
` [Qemu-devel] [PATCH 8/9] target/arm: Implement CAS and CASP
  ` [Qemu-arm] "

[PATCH v5 00/14] KVM: arm64: Optimise FPSIMD context switching
 2018-05-04 16:05 UTC  (30+ messages)
` [PATCH v5 01/14] thread_info: Add update_thread_flag() helpers
` [PATCH v5 02/14] arm64: Use update{,_tsk}_thread_flag()
` [PATCH v5 03/14] KVM: arm/arm64: Introduce kvm_arch_vcpu_run_pid_change
` [PATCH v5 04/14] KVM: arm64: Convert lazy FPSIMD context switch trap to C
` [PATCH v5 05/14] arm64: fpsimd: Generalise context saving for non-task contexts
` [PATCH v5 06/14] KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashing
` [PATCH v5 07/14] arm64/sve: Move read_zcr_features() out of cpufeature.h
` [PATCH v5 08/14] arm64/sve: Switch sve_pffr() argument from task to thread
` [PATCH v5 09/14] arm64/sve: Move sve_pffr() to fpsimd.h and make inline
` [PATCH v5 10/14] KVM: arm64: Save host SVE context as appropriate
` [PATCH v5 11/14] KVM: arm64: Remove eager host SVE state saving
` [PATCH v5 12/14] KVM: arm64: Remove redundant *exit_code changes in fpsimd_guest_exit()
` [PATCH v5 13/14] KVM: arm64: Fold redundant exit code checks out of fixup_guest_exit()
` [PATCH v5 14/14] KVM: arm64: Invoke FPSIMD context switch trap from C

[MODERATED] [PATCH 0/5] SSB extra 0
 2018-05-04 16:04 UTC  (9+ messages)
` [MODERATED] Re: [PATCH 1/5] SSB extra 2
` [PATCH 3/5] SSB extra 1
  ` [MODERATED] "

[PATCH v2 00/13] xfs-4.18: quota refactor
 2018-05-04 16:03 UTC  (7+ messages)
` [PATCH 0.1/13] xfs: release new dquot buffer on defer_finish error

[SPDK] GerritHub rejects push
 2018-05-04 16:03 UTC 

[PATCH 0/2] Add kvzalloc_struct to complement kvzalloc_array
 2018-05-04 16:03 UTC  (6+ messages)
` [PATCH 2/2] mm: Add kvmalloc_ab_c and kvzalloc_struct

[libvirt] [PATCH 0/3] sample: vfio mdev display devices
 2018-05-04 16:03 UTC  (12+ messages)
                ` [libvirt] Expose vfio device display/migration to libvirt and above, was "

[PATCH v2] mm: access to uninitialized struct page
 2018-05-04 16:03 UTC  (5+ messages)
` [v2] "

[GIT PULL 00/12] perf/urgent fixes
 2018-05-04 16:02 UTC  (6+ messages)
` [PATCH 05/12] perf pmu: Fix pmu events parsing rule

[meta-networking][PATCH] networkmanager: fix "installed-vs-shipped" QA issue
 2018-05-04 16:02 UTC  (2+ messages)

[PATCH 00/15] dma-fence cleanup v2
 2018-05-04 16:02 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for dma-fence cleanup v2 (rev6)

[Buildroot] [PATCH v2,1/1] libupnpp: fix build with uclibc
 2018-05-04 16:01 UTC 

[Qemu-devel] [PATCH 0/3] Document intent for supported build platforms and bump min glib to 2.42
 2018-05-04 16:00 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] qemu-doc: provide details of supported build platforms
` [Qemu-devel] [PATCH 2/3] glib: bump min required glib library version to 2.42
` [Qemu-devel] [PATCH 3/3] glib: enforce the minimum required version and warn about old APIs

[Qemu-devel] [PATCH 00/20] sdcard: proper implementation of CRC
 2018-05-04 15:59 UTC  (21+ messages)
` [Qemu-devel] [PATCH 01/20] sdcard: Use the ldst API
` [Qemu-devel] [PATCH 02/20] sdcard: Extract sd_calc_frame48_crc7() from sd_req_crc_validate()
` [Qemu-devel] [PATCH 03/20] sdcard: Rename the SDRequest as SDFrame48
` [Qemu-devel] [PATCH 04/20] sdcard: Add sd_prepare_request[_with_crc]()
` [Qemu-devel] [PATCH 05/20] sdcard: Use the sd_prepare_request*() functions
` [Qemu-devel] [PATCH 06/20] sdcard: Add a "validate-crc" property
` [Qemu-devel] [PATCH 07/20] sdcard: Constify sd_crc*()'s message argument
` [Qemu-devel] [PATCH 08/20] sdcard: Fix sd_crc*() style
` [Qemu-devel] [PATCH 09/20] sdcard: Expose sd_crc*() functions for QTest use
` [Qemu-devel] [PATCH 10/20] sdcard: Expose sd_prepare_request*() "
` [Qemu-devel] [PATCH 11/20] sdcard: Add test_sd_request_frame_crc7() qtest (request command CRC7)
` [Qemu-devel] [PATCH 12/20] sdcard: Let sd_frame48_crc7_calc() work on response frames
` [Qemu-devel] [PATCH 13/20] sdcard: Expose sd_prepare_frame48() for QTest use
` [Qemu-devel] [PATCH 14/20] sdcard: Add test_sd_response_frame48_crc7 qtest (command response CRC7)
` [Qemu-devel] [PATCH 15/20] sdcard: Add SDFrame136 struct and 136-bit SD response frames functions
` [Qemu-devel] [PATCH 16/20] sdcard: Add test_sd_response_frame136_crc7() qtest
` [Qemu-devel] [PATCH 17/20] sdcard: Add SDFrameData struct and data frame checksum functions
` [Qemu-devel] [PATCH 18/20] sdcard: Fix sd_crc16()
` [Qemu-devel] [PATCH 19/20] sdcard: Add test_sd_data_frame_crc16() qtest
` [Qemu-devel] [PATCH 20/20] sdcard: Add test_sd_verify_cksum_frame48() qtest

[SPDK] GerritHub rejects push
 2018-05-04 15:59 UTC 

[PATCH net-next] net/mlx4_en: optimizes get_fixed_ipv6_csum()
 2018-05-04 15:59 UTC  (4+ messages)

[Qemu-devel] [PATCH] target/ppc: only save guest timebase once after stopping
 2018-05-04 15:59 UTC  (5+ messages)
` [Qemu-devel] [Qemu-ppc] "

[v2,1/2] usb: dwc2: alloc dma aligned buffer for isoc split in
 2018-05-04 15:58 UTC  (2+ messages)
` [PATCH v2 1/2] "

[Qemu-devel] [PATCH] qemu-img: return allocated size for block device with qcow2 format
 2018-05-04 15:57 UTC  (5+ messages)

Fetching tags overwrites existing tags
 2018-05-04 15:56 UTC  (9+ messages)

[Qemu-arm] [PATCH] tcg/i386: Fix dup_vec in non-AVX2 codepath
 2018-05-04 15:55 UTC  (3+ messages)
  ` [Qemu-devel] "

[PATCH v3 0/2] add uevent api for hot plug
 2018-05-04 15:56 UTC  (4+ messages)
` [PATCH V21 0/4] hot plug recovery mechanism
  ` [PATCH V21 2/4] eal: add failure handle mechanism for hot plug

[Qemu-devel] [PATCH 0/2] qemu-iotests: post-QEMU 2.12 fixes for 185
 2018-05-04 15:55 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/2] qemu-iotests: reduce chance of races in 185
` [Qemu-devel] [PATCH 2/2] blockjob: do not cancel timer in resume
` [Qemu-devel] [Qemu-block] [PATCH 0/2] qemu-iotests: post-QEMU 2.12 fixes for 185

[SPDK] GerritHub rejects push
 2018-05-04 15:55 UTC 

[PATCH v10 00/25] Speculative page faults
 2018-05-04 15:55 UTC  (5+ messages)
` [PATCH v10 24/25] x86/mm: add speculative pagefault handling

[PATCH V2 0/5] backlight: qcom-wled: Support for QCOM wled driver
 2018-05-04 15:55 UTC  (5+ messages)
` [PATCH V2 1/5] backlight: qcom-wled: Rename pm8941-wled.c to qcom-wled.c

[PATCH 0/3] remove dependence on Tx queue flags
 2018-05-04 15:54 UTC  (3+ messages)

master - doc: lvm disk reading
 2018-05-04 15:54 UTC 

[PATCH v14 00/31] overlayfs: Delayed copy up of data
 2018-05-04 15:54 UTC  (10+ messages)
` [PATCH v14 09/31] ovl: Modify ovl_lookup() and friends to lookup metacopy dentry

[PATCH 0/2] [GIT PULL] tracing: Minor fixes
 2018-05-04 15:52 UTC  (3+ messages)
` [PATCH 1/2] ftrace: Have set_graph_* files have normal file modes
` [PATCH 2/2] tracing: Fix the file mode of stack tracer

[Qemu-devel] [RFC 0/7] block: Try to use correctly typed blockdev options
 2018-05-04 15:53 UTC  (3+ messages)

[MODERATED] [PATCH 0/8] L1TFv3 4
 2018-05-04 15:53 UTC  (5+ messages)
` [MODERATED] [PATCH 8/8] L1TFv3 3
  ` [MODERATED] "

[PATCH] mtd: spi-nor: add support for Microchip 25LC256
 2018-05-04 15:54 UTC 

[PATCH REPOST] dm rq: remove BUG_ON(!irqs_disabled) check
 2018-05-04 15:53 UTC  (2+ messages)

[PATCH v4 00/14] Copy Offload in NVMe Fabrics with P2P PCI Memory
 2018-05-04 15:52 UTC  (12+ messages)

[SPDK] GerritHub rejects push
 2018-05-04 15:52 UTC 

FAILED: patch "[PATCH] test_firmware: fix setting old custom fw path back on exit," failed to apply to 4.16-stable tree
 2018-05-04 15:51 UTC  (2+ messages)

LS1043A : "synchronous abort" at boot due to PCI config read
 2018-05-04 15:45 UTC  (14+ messages)
                  ` [PATCH] PCI: Check whether bridges allow access to extended config space

[PATCH v3 0/3] Add FEC rates, S2X params and 64K transmission
 2018-05-04 15:51 UTC  (3+ messages)
` [PATCH v3 1/3] [media] dvb_frontend: add S2X and misc. other enums

[PATCH 0/4] exit: Make unlikely case in mm_update_next_owner() more scalable
 2018-05-04 15:49 UTC  (12+ messages)
  ` [RFC][PATCH] memcg: Replace mm->owner with mm->memcg
        ` [PATCH] "

[GIT PULL] one bug fix and few other fixes for v4.17-rc cycle
 2018-05-04 15:49 UTC  (2+ messages)

[PATCH] vhost: improve dirty pages logging performance
 2018-05-04 15:48 UTC  (3+ messages)

[PATCH v2 0/6] Driver for at91 usart in spi mode
 2018-05-04 15:47 UTC  (21+ messages)
` [PATCH v2 1/6] MAINTAINERS: add at91 usart mfd driver
` [PATCH v2 2/6] mfd: at91-usart: added mfd driver for usart
` [PATCH v2 3/6] MAINTAINERS: add at91 usart spi driver
` [PATCH v2 4/6] dt-bindings: add binding for at91-usart in spi mode
` [PATCH v2 5/6] spi: at91-usart: add driver for at91-usart as spi
` [PATCH v2 6/6] tty/serial: atmel: changed the driver to work under at91-usart mfd

[PATCH] drm/i915/dp: silence a static checker warning
 2018-05-04 15:47 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915/dp: silence a static checker warning (rev2)

[PATCH v2] ARM: dts: k2g-evm: Add DCAN dt nodes
 2018-05-04 15:46 UTC  (3+ messages)

[PATCH RFC 0/7] Change xen.efi build and add SHIM_LOCK verification into efi_multiboot2()
 2018-05-04 15:46 UTC  (7+ messages)
` [PATCH RFC 2/7] xen/x86: Manually build PE header
` [PATCH RFC 3/7] xen/x86: Add some addresses to the Multiboot header
` [PATCH RFC 6/7] xen/x86/efi: Verify dom0 kernel with SHIM_LOCK protocol in efi_multiboot2()

[PATCH 0/3] K2G: mmc: Update mmc dt node to use sdhci-omap
 2018-05-04 15:46 UTC  (6+ messages)

[PATCH v2 00/10] Sunxi-Cedrus driver for the Allwinner Video Engine, using media requests
 2018-05-04 15:44 UTC  (13+ messages)
` [PATCH v2 09/10] ARM: dts: sun7i-a20: Add Video Engine and reserved memory nodes

[PATCH] Add a file named cgroup.procs_stat in cgroup
 2018-05-04 15:43 UTC  (2+ messages)

[PATCH v2] arm64: vgic-v2: Fix proxying of cpuif access
 2018-05-04 15:43 UTC  (3+ messages)

[U-Boot] [PATCH v5 0/9] Add support for DM_USB for TI's DRA7 EVMs and AM57 EVMs platforms
 2018-05-04 15:43 UTC  (5+ messages)
` [U-Boot] [PATCH v5 4/9] board: ti: dra7xx-evm: turn on USB clocks in late init stage

[PATCH] sched/numa: Stagger NUMA balancing scan periods for new threads v2
 2018-05-04 15:41 UTC 

[Qemu-devel] [Bug 1769189] [NEW] Issue with qemu 2.12.0 + UEFI
 2018-05-04 15:31 UTC 

[PATCH v9 3/8] lib/cmdline.c: add backslash support to kernel commandline parsing
 2018-05-04 15:40 UTC  (3+ messages)
` [PATCH] init/main.c: simplify repair_env_string

[PATCH 0/3] Some fixes for mm code optimization
 2018-05-04 15:40 UTC  (3+ messages)
  ` [PATCH 2/3] include/linux/gfp.h: use unsigned int in gfp_zone

linux-next: build warning after merge of the akpm-current tree
 2018-05-04 15:39 UTC  (2+ messages)

[PATCH bpf-next] bpf, xskmap: fix crash in xsk_map_alloc error path handling
 2018-05-04 15:39 UTC  (2+ messages)

Community call: PCI Emulation - Future Direction (Wed, May 2nd, UTC 16:00-17:00 / BST 17:00-18:00) - Minutes
 2018-05-04 15:38 UTC 

[GIT PULL] ARM: tegra: Device tree fixes for v4.17
 2018-05-04 15:38 UTC  (2+ messages)

[PATCH] i2c: core-smbus: fix a potential uninitialization bug
 2018-05-04 15:38 UTC  (10+ messages)

[PATCH 00/18] Add `branch-diff`, a `tbdiff` lookalike
 2018-05-04 15:37 UTC  (20+ messages)
` [PATCH 02/18] Add a new builtin: branch-diff
` [PATCH v2 00/18] Add `branch-diff`, a `tbdiff` lookalike
  ` [PATCH v2 03/18] branch-diff: first rudimentary implementation
  ` [PATCH v2 04/18] branch-diff: improve the order of the shown commits
  ` [PATCH v2 07/18] branch-diff: indent the diffs just like tbdiff
  ` [PATCH v2 09/18] branch-diff: adjust the output of the commit pairs
  ` [PATCH v2 11/18] branch-diff: add tests
  ` [PATCH v2 12/18] branch-diff: use color for the commit pairs
  ` [PATCH v2 13/18] color: provide inverted colors, too
  ` [PATCH v2 14/18] diff: add an internal option to dual-color diffs of diffs
  ` [PATCH v2 15/18] branch-diff: offer to dual-color the diffs
  ` [PATCH v2 16/18] branch-diff --dual-color: work around bogus white-space warning
  ` [PATCH v2 17/18] branch-diff: add a man page
  ` [PATCH v2 18/18] completion: support branch-diff

[PATCH] perf: Allow suppressing AUX records
 2018-05-04 15:36 UTC  (5+ messages)
` [PATCH v2] perf: Suppress AUX/OVERWRITE records

[PATCH v2 0/3] refactor float-to-float conversions and fix AHP
 2018-05-04 15:36 UTC  (7+ messages)
` [PATCH v2 2/3] fpu/softfloat: support ARM Alternative half-precision
        ` [Qemu-devel] "

[Qemu-devel] [PATCH v2 02/19] spapr: introduce a skeleton for the XIVE interrupt controller
 2018-05-04 15:35 UTC  (12+ messages)

[PATCH v4 0/3] Enable Bluetooth functionality for WCN3990
 2018-05-04 15:35 UTC  (3+ messages)
` [PATCH v4 2/3] Bluetooth: hci_qca: Add support for Qualcomm Bluetooth chip wcn3990
` [PATCH v4 3/3] Bluetooth: btqca: Add wcn3990 firmware download support


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.