All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-12-07 16:33:55 to 2017-12-07 17:04:52 UTC [more...]

[PATCH v5 0/2] launch_editor(): indicate that Git waits for user input
 2017-12-07 16:36 UTC  (7+ messages)
` [PATCH v5 2/2] "

[PATCH AUTOSEL for 4.9 001/156] usb: phy: isp1301: Add OF device ID table
 2017-12-07 15:49 UTC  (27+ messages)
` [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 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 127/156] platform/x86: hp_accel: Add quirk for HP ProBook 440 G4
` [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 130/156] xfs: fix log block underflow during recovery cycle verification
` [PATCH AUTOSEL for 4.9 129/156] l2tp: cleanup l2tp_tunnel_delete calls
` [PATCH AUTOSEL for 4.9 131/156] xfs: fix incorrect extent state in xfs_bmap_add_extent_unwritten_real
` [PATCH AUTOSEL for 4.9 133/156] PCI: Detach driver before procfs & sysfs teardown on device remove
` [PATCH AUTOSEL for 4.9 132/156] RDMA/cxgb4: Declare stag as __be32
` [PATCH AUTOSEL for 4.9 134/156] scsi: hpsa: cleanup sas_phy structures in sysfs when unloading
` [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 137/156] soc: mediatek: pwrap: fix compiler errors
` [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 144/156] vt6655: Fix a possible sleep-in-atomic bug in vt6655_suspend
` [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 148/156] scsi: sd: change manage_start_stop to bool in sysfs interface
` [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 155/156] icmp: don't fail on fragment reassembly time exceeded
` [PATCH AUTOSEL for 4.9 156/156] ath9k: fix tx99 potential info leak

[PATCH v2 00/36] Optimize KVM/ARM for VHE systems
 2017-12-07 17:06 UTC  (28+ 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 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 11/36] KVM: arm64: Introduce VHE-specific kvm_vcpu_run
` [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 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 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 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

[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  (4+ 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  (52+ messages)
` [PATCH AUTOSEL for 4.4 003/101] userfaultfd: shmem: __do_fault requires VM_FAULT_NOPAGE
` [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 007/101] net: bcmgenet: correct MIB access of UniMAC RUNT counters
` [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 012/101] NFSD: fix nfsd_reset_versions for NFSv4
` [PATCH AUTOSEL for 4.4 011/101] NFSD: fix nfsd_minorversion(.., NFSD_AVAIL)
` [PATCH AUTOSEL for 4.4 009/101] net: bcmgenet: power down internal phy if open or resume fails
` [PATCH AUTOSEL for 4.4 013/101] Input: i8042 - add TUXEDO BU1406 (N24_25BU) to the nomux list
` [PATCH AUTOSEL for 4.4 014/101] drm/omap: fix dmabuf mmap for dma_alloc'ed buffers
` [PATCH AUTOSEL for 4.4 016/101] writeback: fix memory leak in wb_queue_work()
` [PATCH AUTOSEL for 4.4 017/101] net: wimax/i2400m: fix NULL-deref at probe
` [PATCH AUTOSEL for 4.4 015/101] netfilter: bridge: honor frag_max_size when refragmenting
` [PATCH AUTOSEL for 4.4 020/101] mlxsw: reg: Fix SPVM max record count
` [PATCH AUTOSEL for 4.4 018/101] dmaengine: Fix array index out of bounds warning in __get_unmap_pool()
` [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 040/101] afs: Populate and use client modification time
` [PATCH AUTOSEL for 4.4 039/101] afs: Fix the maths in afs_fs_store_data()
` [PATCH AUTOSEL for 4.4 043/101] net/mlx4_core: Avoid delays during VF driver device shutdown
` [PATCH AUTOSEL for 4.4 048/101] target: Use system workqueue for ALUA transitions
` [PATCH AUTOSEL for 4.4 047/101] btrfs: add missing memset while reading compressed inline extents
` [PATCH AUTOSEL for 4.4 049/101] target: fix ALUA transition timeout handling
` [PATCH AUTOSEL for 4.4 051/101] sfc: don't warn on successful change of MAC
` [PATCH AUTOSEL for 4.4 050/101] target: fix race during implicit transition work flushes
` [PATCH AUTOSEL for 4.4 053/101] video: udlfb: Fix read EDID timeout
` [PATCH AUTOSEL for 4.4 052/101] fbdev: controlfb: Add missing modes to fix out of bounds access
` [PATCH AUTOSEL for 4.4 054/101] video: fbdev: au1200fb: Release some resources if a memory allocation fails
` [PATCH AUTOSEL for 4.4 056/101] rtc: pcf8563: fix output clock rate
` [PATCH AUTOSEL for 4.4 057/101] ASoC: cs42l56: Fix reset GPIO name in example DT binding
` [PATCH AUTOSEL for 4.4 058/101] dmaengine: ti-dma-crossbar: Correct am335x/am43xx mux value type
` [PATCH AUTOSEL for 4.4 060/101] powerpc/powernv/cpufreq: Fix the frequency read by /proc/cpuinfo
` [PATCH AUTOSEL for 4.4 061/101] netfilter: ipvs: Fix inappropriate output of procfs
` [PATCH AUTOSEL for 4.4 062/101] powerpc/opal: Fix EBUSY bug in acquiring tokens
` [PATCH AUTOSEL for 4.4 068/101] target/file: Do not return error for UNMAP if length is zero
` [PATCH AUTOSEL for 4.4 066/101] iscsi-target: fix memory leak in lio_target_tiqn_addtpg()
` [PATCH AUTOSEL for 4.4 069/101] arm-ccn: perf: Prevent module unload while PMU is in use
` [PATCH AUTOSEL for 4.4 070/101] crypto: tcrypt - fix buffer lengths in test_aead_speed()
` [PATCH AUTOSEL for 4.4 075/101] ppp: Destroy the mutex when cleanup
` [PATCH AUTOSEL for 4.4 074/101] clk: tegra: Fix cclk_lp divisor register
` [PATCH AUTOSEL for 4.4 081/101] xfs: fix log block underflow during recovery cycle verification
` [PATCH AUTOSEL for 4.4 082/101] xfs: fix incorrect extent state in xfs_bmap_add_extent_unwritten_real
` [PATCH AUTOSEL for 4.4 084/101] scsi: hpsa: cleanup sas_phy structures in sysfs when unloading
` [PATCH AUTOSEL for 4.4 083/101] PCI: Detach driver before procfs & sysfs teardown on device remove
` [PATCH AUTOSEL for 4.4 100/101] IB/ipoib: Grab rtnl lock on heavy flush when calling ndo_open/stop

[Qemu-devel] Hotplug ram and vhost-user
 2017-12-07 16:56 UTC  (8+ 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  (6+ 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] drm/i915: Refactor common list iteration over GGTT vma
 2017-12-07 16:48 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH i-g-t 1/6] meson: Don't install headers
 2017-12-07 16:48 UTC  (11+ messages)
` [PATCH i-g-t 2/6] meson: Don't install selfcheck binaries
` [PATCH i-g-t 3/6] meson: Install benchmarks to $libexec/intel-gpu-tools/benchmarks
` [PATCH i-g-t 4/6] meson: Install test-list.txt to libexecdir
` [PATCH i-g-t 5/6] meson: Also install gem_stress
` [PATCH i-g-t 6/6] meson: Install .testlist files

[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  (5+ messages)
` [PATCH v2 06/35] nds32: MMU fault handling and page table management
` [PATCH v2 08/35] nds32: Process management

[PATCH v2 iproute2 net-next] gre6: add collect metadata support
 2017-12-07 16:43 UTC  (4+ messages)

[PATCH] net: gianfar: add ethtool eee support
 2017-12-07 16:44 UTC  (2+ messages)
` [PATCH net] gianfar: Disable EEE autoneg by default

[crypto 4/8] chtls: CPL handler definition
 2017-12-07 16:42 UTC  (4+ messages)

[Qemu-devel] [RFC PATCH v2 0/3] tests for CCW IDA
 2017-12-07 16:42 UTC  (8+ messages)
` [Qemu-devel] [RFC PATCH v2 1/3] s390x/ccs: add ccw-testdev emulated device

[PATCH v2 0/5]: KVM: nVMX: Fix multiple issues with nested-posted-interrupts
 2017-12-07 16:41 UTC  (5+ messages)
` [PATCH v2 3/5] KVM: nVMX: Fix injection to L2 when L1 don't intercept external-interrupts

[Bug 104090] Reduced colors on RX580 through eDP on Asus GL702ZC laptop
 2017-12-07 16:40 UTC  (2+ messages)

[PATCH 05/45] drivers: hwtracing: remove duplicate includes
 2017-12-07 16:40 UTC  (3+ messages)

Where does rtlwifi/rtl8188ee identifies interrupt type?
 2017-12-07 16:40 UTC  (2+ messages)

[PATCH] sparc64: Expose mdesc to sysfs
 2017-12-07 16:40 UTC  (2+ messages)

[PATCH] coresight: Fix disabling of CoreSight TPIU
 2017-12-07 16:39 UTC  (3+ messages)

[PATCH] spi: sun6i: disable/unprepare clocks on remove
 2017-12-07 16:36 UTC  (3+ messages)

[PATCH net-next v2 0/8] phy: net: meson-gxl: clean-up and improvements
 2017-12-07 15:56 UTC  (4+ messages)
` [PATCH net-next v2 6/8] net: phy: meson-gxl: leave CONFIG_A6 untouched

[RFC 00/10] Enable HDA Codec support on Intel Platforms (Series2)
 2017-12-07 16:33 UTC  (12+ messages)
` [RFC 01/10] ASoC: Intel: Boards: Machine driver for Intel platforms


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.