All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-12-07 16:45:06 to 2017-12-07 17:06:28 UTC [more...]

[PATCH AUTOSEL for 4.9 001/156] usb: phy: isp1301: Add OF device ID table
 2017-12-07 15:49 UTC  (31+ messages)
` [PATCH AUTOSEL for 4.9 112/156] mm: Handle 0 flags in _calc_vm_trans() macro
` [PATCH AUTOSEL for 4.9 111/156] crypto: tcrypt - fix buffer lengths in test_aead_speed()
` [PATCH AUTOSEL for 4.9 113/156] clk: mediatek: add the option for determining PLL source clock
` [PATCH AUTOSEL for 4.9 122/156] bcache: explicitly destroy mutex while exiting
` [PATCH AUTOSEL for 4.9 121/156] GFS2: Take inode off order_write list when setting jdata flag
` [PATCH AUTOSEL for 4.9 120/156] scsi: scsi_debug: write_same: fix error report
` [PATCH AUTOSEL for 4.9 125/156] arm64: prevent regressions in compressed kernel image size when upgrading to binutils 2.27
` [PATCH AUTOSEL for 4.9 124/156] Ib/hfi1: Return actual operational VLs in port info query
` [PATCH AUTOSEL for 4.9 128/156] nvme: use kref_get_unless_zero in nvme_find_get_ns
` [PATCH AUTOSEL for 4.9 126/156] btrfs: tests: Fix a memory leak in error handling path in 'run_test()'
` [PATCH AUTOSEL for 4.9 127/156] platform/x86: hp_accel: Add quirk for HP ProBook 440 G4
` [PATCH AUTOSEL for 4.9 129/156] l2tp: cleanup l2tp_tunnel_delete calls
` [PATCH AUTOSEL for 4.9 130/156] xfs: fix log block underflow during recovery cycle verification
` [PATCH AUTOSEL for 4.9 131/156] xfs: fix incorrect extent state in xfs_bmap_add_extent_unwritten_real
` [PATCH AUTOSEL for 4.9 134/156] scsi: hpsa: cleanup sas_phy structures in sysfs when unloading
` [PATCH AUTOSEL for 4.9 132/156] RDMA/cxgb4: Declare stag as __be32
` [PATCH AUTOSEL for 4.9 133/156] PCI: Detach driver before procfs & sysfs teardown on device remove
` [PATCH AUTOSEL for 4.9 137/156] soc: mediatek: pwrap: fix compiler errors
` [PATCH AUTOSEL for 4.9 138/156] tty fix oops when rmmod 8250
` [PATCH AUTOSEL for 4.9 139/156] dmaengine: rcar-dmac: use TCRB instead of TCR for residue
` [PATCH AUTOSEL for 4.9 142/156] scsi: scsi_devinfo: Add REPORTLUN2 to EMC SYMMETRIX blacklist entry
` [PATCH AUTOSEL for 4.9 143/156] IB/core: Fix calculation of maximum RoCE MTU
` [PATCH AUTOSEL for 4.9 140/156] pinctrl: adi2: Fix Kconfig build problem
` [PATCH AUTOSEL for 4.9 147/156] ASoC: samsung: i2s: disable secondary DAI until it gets fixed
` [PATCH AUTOSEL for 4.9 146/156] rtl8188eu: Fix a possible sleep-in-atomic bug in rtw_disassoc_cmd
` [PATCH AUTOSEL for 4.9 144/156] vt6655: Fix a possible sleep-in-atomic bug in vt6655_suspend
` [PATCH AUTOSEL for 4.9 148/156] scsi: sd: change manage_start_stop to bool in sysfs interface
` [PATCH AUTOSEL for 4.9 155/156] icmp: don't fail on fragment reassembly time exceeded
` [PATCH AUTOSEL for 4.9 154/156] IB/ipoib: Grab rtnl lock on heavy flush when calling ndo_open/stop
` [PATCH AUTOSEL for 4.9 156/156] ath9k: fix tx99 potential info leak

[PATCH igt] igt/gem_mocs_settings: Force use of master device
 2017-12-07 17:06 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH v2 00/36] Optimize KVM/ARM for VHE systems
 2017-12-07 17:06 UTC  (71+ messages)
` [PATCH v2 01/36] KVM: arm64: Avoid storing the vcpu pointer on the stack
` [PATCH v2 02/36] KVM: arm64: Rework hyp_panic for VHE and non-VHE
` [PATCH v2 03/36] KVM: arm64: Move HCR_INT_OVERRIDE to default HCR_EL2 guest flag
` [PATCH v2 04/36] KVM: arm/arm64: Get rid of vcpu->arch.irq_lines
` [PATCH v2 05/36] KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregs
` [PATCH v2 06/36] KVM: arm64: Defer restoring host VFP state to vcpu_put
` [PATCH v2 07/36] KVM: arm64: Move debug dirty flag calculation out of world switch
` [PATCH v2 08/36] KVM: arm64: Slightly improve debug save/restore functions
` [PATCH v2 09/36] KVM: arm64: Improve debug register save/restore flow
` [PATCH v2 10/36] KVM: arm64: Factor out fault info population and gic workarounds
` [PATCH v2 11/36] KVM: arm64: Introduce VHE-specific kvm_vcpu_run
` [PATCH v2 12/36] KVM: arm64: Remove kern_hyp_va() use in VHE switch function
` [PATCH v2 13/36] KVM: arm64: Don't deactivate VM on VHE systems
` [PATCH v2 14/36] KVM: arm64: Remove noop calls to timer save/restore from VHE switch
` [PATCH v2 15/36] KVM: arm64: Move userspace system registers into separate function
` [PATCH v2 16/36] KVM: arm64: Rewrite sysreg alternatives to static keys
` [PATCH v2 17/36] KVM: arm64: Introduce separate VHE/non-VHE sysreg save/restore functions
` [PATCH v2 18/36] KVM: arm/arm64: Remove leftover comment from kvm_vcpu_run_vhe
` [PATCH v2 19/36] KVM: arm64: Unify non-VHE host/guest sysreg save and restore functions
` [PATCH v2 20/36] KVM: arm64: Don't save the host ELR_EL2 and SPSR_EL2 on VHE systems
` [PATCH v2 21/36] KVM: arm64: Change 32-bit handling of VM system registers
` [PATCH v2 22/36] KVM: arm64: Prepare to handle traps on deferred VM sysregs
` [PATCH v2 23/36] KVM: arm64: Prepare to handle traps on deferred EL0 sysregs
` [PATCH v2 24/36] KVM: arm64: Prepare to handle traps on remaining deferred EL1 sysregs
` [PATCH v2 25/36] KVM: arm64: Prepare to handle traps on deferred AArch32 sysregs
` [PATCH v2 26/36] KVM: arm64: Defer saving/restoring system registers to vcpu load/put on VHE
` [PATCH v2 27/36] KVM: arm64: Move common VHE/non-VHE trap config in separate functions
` [PATCH v2 28/36] KVM: arm64: Configure FPSIMD traps on vcpu load/put for VHE
` [PATCH v2 29/36] KVM: arm64: Configure c15, PMU, and debug register traps on cpu "
` [PATCH v2 30/36] KVM: arm64: Separate activate_traps and deactive_traps for VHE and non-VHE
` [PATCH v2 31/36] KVM: arm/arm64: Get rid of vgic_elrsr
` [PATCH v2 32/36] KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC code
` [PATCH v2 33/36] KVM: arm/arm64: Move arm64-only vgic-v2-sr.c file to arm64
` [PATCH v2 34/36] KVM: arm/arm64: Handle VGICv3 save/restore from the main VGIC code on VHE
` [PATCH v2 36/36] KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQs

[Buildroot] [PATCH] board: add support for ARC HS Development Kit (HSDK)
 2017-12-07 17:06 UTC 

[Qemu-devel] [PATCH] vhost: fix crash on virtio_error while device stop
 2017-12-07 17:06 UTC  (4+ messages)

[Qemu-devel] [PATCH v2] linux-user: Use *at functions instead of caching interp_prefix contents
 2017-12-07 17:06 UTC  (4+ messages)

[PATCH v8 1/2] of: documentation: add bindings documentation for TS-4600
 2017-12-07 17:06 UTC  (5+ messages)
` [PATCH v8 2/2] ARM: dts: TS-4600: add basic device tree

[PATCH] drm/i915: Refactor common list iteration over GGTT vma
 2017-12-07 17:05 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "

[Qemu-devel] [PATCH v2] 9pfs: Correctly handle cancelled requests
 2017-12-07 17:04 UTC  (2+ messages)

[Qemu-devel] [PATCH for-2.12 0/2] qcow2: add overlap check for bitmap directory
 2017-12-07 17:03 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/2] "
  ` [Qemu-devel] [Qemu-block] "

[Intel-wired-lan] [next-queue 00/10] ixgbe: Add ipsec offload
 2017-12-07 17:03 UTC  (7+ messages)
` [Intel-wired-lan] [next-queue 02/10] ixgbe: add ipsec register access routines

[PATCH] ASoC: Change kern log level to avoid unwanted messages
 2017-12-07 17:02 UTC 

[PATCH] mm: page_alloc: avoid excessive IRQ disabled times in free_unref_page_list
 2017-12-07 17:03 UTC 

git blame --reverse doesn't find line in HEAD
 2017-12-07 17:02 UTC  (5+ messages)

[Qemu-devel] [PATCH RFC 0/2] s390x: cut down on unattached devices
 2017-12-07 17:01 UTC  (4+ messages)

[PATCH i-g-t v2] lib/igt_sysfs: Let igt_sysfs_read|write return -errno
 2017-12-07 16:59 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 00/50] Hi,
 2017-12-07 17:01 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 17/50] qapi: do not define enumeration value explicitely

[U-Boot] [PATCH] sunxi: Add support for Libre Computer Board ALL-H3-CC H3 ver
 2017-12-07 17:01 UTC  (2+ messages)

[PATCH] Extract document version from git tag
 2017-12-07 17:01 UTC  (2+ messages)

[PATCH] Update copyright dates and revision history
 2017-12-07 17:00 UTC  (2+ messages)

[PATCH] ARM: dts: imx6: RDU2: correct RTC compatible
 2017-12-07 17:00 UTC  (3+ messages)

[U-Boot] [PATCH] sunxi: Add the TBS A711 tablet
 2017-12-07 16:59 UTC  (2+ messages)

[RFC] xen/arm: Handling cache maintenance instructions by set/way
 2017-12-07 16:58 UTC  (10+ messages)

[nfsv4] questing about NLM LOCK, CANCEL UNLOCK
 2017-12-07 16:58 UTC  (2+ messages)

[PATCH] waf.bbclass: Add compile progress
 2017-12-07 16:57 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/5] perf-probe: Improve probing on versioned symbols
 2017-12-07 16:56 UTC  (3+ messages)
` [PATCH v2 2/5] perf-probe: Cut off the version suffix from event name

[PATCH AUTOSEL for 4.4 001/101] usb: phy: isp1301: Add OF device ID table
 2017-12-07 15:50 UTC  (26+ messages)
` [PATCH AUTOSEL for 4.4 004/101] userfaultfd: selftest: vm: allow to build in vm/ directory
` [PATCH AUTOSEL for 4.4 002/101] md-cluster: free md_cluster_info if node leave cluster
` [PATCH AUTOSEL for 4.4 003/101] userfaultfd: shmem: __do_fault requires VM_FAULT_NOPAGE
` [PATCH AUTOSEL for 4.4 006/101] net: bcmgenet: correct the RBUF_OVFL_CNT and RBUF_ERR_CNT MIB values
` [PATCH AUTOSEL for 4.4 007/101] net: bcmgenet: correct MIB access of UniMAC RUNT counters
` [PATCH AUTOSEL for 4.4 009/101] net: bcmgenet: power down internal phy if open or resume fails
` [PATCH AUTOSEL for 4.4 011/101] NFSD: fix nfsd_minorversion(.., NFSD_AVAIL)
` [PATCH AUTOSEL for 4.4 012/101] NFSD: fix nfsd_reset_versions for NFSv4
` [PATCH AUTOSEL for 4.4 017/101] net: wimax/i2400m: fix NULL-deref at probe
` [PATCH AUTOSEL for 4.4 013/101] Input: i8042 - add TUXEDO BU1406 (N24_25BU) to the nomux list
` [PATCH AUTOSEL for 4.4 016/101] writeback: fix memory leak in wb_queue_work()
` [PATCH AUTOSEL for 4.4 014/101] drm/omap: fix dmabuf mmap for dma_alloc'ed buffers
` [PATCH AUTOSEL for 4.4 015/101] netfilter: bridge: honor frag_max_size when refragmenting
` [PATCH AUTOSEL for 4.4 018/101] dmaengine: Fix array index out of bounds warning in __get_unmap_pool()
` [PATCH AUTOSEL for 4.4 020/101] mlxsw: reg: Fix SPVM max record count
` [PATCH AUTOSEL for 4.4 023/101] openrisc: fix issue handling 8 byte get_user calls
` [PATCH AUTOSEL for 4.4 022/101] intel_th: pci: Add Gemini Lake support
` [PATCH AUTOSEL for 4.4 026/101] fjes: Fix wrong netdevice feature flags
` [PATCH AUTOSEL for 4.4 033/101] afs: Fix missing put_page()
` [PATCH AUTOSEL for 4.4 036/101] afs: Flush outstanding writes when an fd is closed
` [PATCH AUTOSEL for 4.4 035/101] afs: Adjust mode bits processing
` [PATCH AUTOSEL for 4.4 037/101] afs: Migrate vlocation fields to 64-bit
` [PATCH AUTOSEL for 4.4 034/101] afs: Populate group ID from vnode status
` [PATCH AUTOSEL for 4.4 039/101] afs: Fix the maths in afs_fs_store_data()
` [PATCH AUTOSEL for 4.4 040/101] afs: Populate and use client modification time

[Qemu-devel] Hotplug ram and vhost-user
 2017-12-07 16:56 UTC  (6+ messages)

[PATCH] mtd: onenand: Fix an error handling path in 's3c_onenand_probe(()'
 2017-12-07 16:55 UTC  (3+ messages)

[PATCH v4 2/2] sock: Move the socket inuse to namespace
 2017-12-07 16:56 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 for-2.12 00/10] s390x/tcg: facilitites and instructions
 2017-12-07 16:53 UTC  (11+ messages)
` [Qemu-devel] [PATCH v2 for-2.12 01/10] s390x/tcg: ASI/ASGI are atomic with interlocked-acccess facility 1
` [Qemu-devel] [PATCH v2 for-2.12 02/10] s390x/tcg: ALSI/ALSGI "
` [Qemu-devel] [PATCH v2 for-2.12 03/10] s390x/tcg: implement Interlocked-Access Facility 2
` [Qemu-devel] [PATCH v2 for-2.12 04/10] s390x/tcg: wire up SET ADDRESS LIMIT
` [Qemu-devel] [PATCH v2 for-2.12 05/10] s390x/tcg: wire up SET CHANNEL MONITOR
` [Qemu-devel] [PATCH v2 for-2.12 06/10] s390x/tcg: Implement STORE CHANNEL PATH STATUS
` [Qemu-devel] [PATCH v2 for-2.12 07/10] s390x/tcg: Implement SIGNAL ADAPTER instruction
` [Qemu-devel] [PATCH v2 for-2.12 08/10] s390x/tcg: implement extract-CPU-time facility
` [Qemu-devel] [PATCH v2 for-2.12 09/10] s390x/tcg: we already implement the Set-Program-Parameter facility
` [Qemu-devel] [PATCH v2 for-2.12 10/10] s390x: change the QEMU cpu model to a stripped down z12

[Qemu-devel] in a device or CPU instance init/realize, can I rely on something having the BQL or equivalent?
 2017-12-07 16:53 UTC  (3+ messages)

[PATCH] arm64: allwinner: a64: orangepi-zero-plus2: add usb otg
 2017-12-07 16:53 UTC  (5+ messages)

[Qemu-devel] [PATCH] qemu-img: Document --force-share / -U
 2017-12-07 16:53 UTC  (3+ messages)
` [Qemu-devel] [Qemu-block] "

[RFC] virtio-net: help live migrate SR-IOV devices
 2017-12-07 16:53 UTC  (15+ messages)

[PATCH 0/6] staging: pi433: Minor cleanup and style fixes
 2017-12-07 16:52 UTC  (5+ messages)
` [PATCH 1/6] staging: pi433: Split rf69_set_crc_enabled into two functions

[PATCH v2] clocksource: tcb_clksrc: Fix clock speed message
 2017-12-07 16:52 UTC  (5+ messages)

[Buildroot] [PATCH] rsync: add security fix patches
 2017-12-07 16:52 UTC 

[PATCH v3 0/2] Ensure that the SCSI error handler gets woken up
 2017-12-07 16:50 UTC  (4+ messages)

[PATCH v8 0/6] stm32 clocksource driver rework
 2017-12-07 16:49 UTC  (6+ messages)
` [PATCH v8 4/6] clocksource: stm32: only use 32 bits timers

[PATCH 4.9 000/109] 4.9.68-stable review
 2017-12-07 16:49 UTC  (8+ messages)
` [PATCH 4.9 037/109] dmaengine: stm32-dma: Set correct args number for DMA request from DT

[PATCH i-g-t 1/6] meson: Don't install headers
 2017-12-07 16:48 UTC  (3+ messages)
` [PATCH i-g-t 3/6] meson: Install benchmarks to $libexec/intel-gpu-tools/benchmarks

[PATCH v2 0/2] kvm:x86:hyperv: guest->host event signaling via eventfd
 2017-12-07 16:47 UTC  (4+ messages)
` [PATCH v2 1/2] kvm:x86: factor out kvm.arch.hyperv (de)init

[virtio-dev] [PATCH v3 0/7] Vhost-pci for inter-VM communication
 2017-12-07 16:47 UTC  (12+ messages)
    ` [Qemu-devel] "
      ` [virtio-dev] "

[PATCH v5 1/2] sock: Change the netns_core member name
 2017-12-07 16:45 UTC  (2+ messages)
` [PATCH v5 2/2] sock: Move the socket inuse to namespace

[PATCH v2 00/35] Andes(nds32) Linux Kernel Port
 2017-12-07 16:45 UTC  (3+ messages)
` [PATCH v2 08/35] nds32: Process management


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.