All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-24 04:36:26 to 2018-01-24 06:17:31 UTC [more...]

[net-next: PATCH v4 0/7] Armada 7k/8k PP2 ACPI support
 2018-01-24  6:17 UTC  (9+ messages)
` [net-next: PATCH v4 1/7] device property: Introduce fwnode_get_mac_address()

[PATCH] i2c: rcar: fix some trivial typos in comments
 2018-01-24  6:17 UTC  (2+ messages)

[PATCH] nvmem: sunxi-sid: fix H3 SID controller support
 2018-01-24  6:16 UTC  (2+ messages)

[PATCH] i2c: davinci: fix the cpufreq transition
 2018-01-24  6:15 UTC  (3+ messages)

[PATCH 00/14] MIPS: memblock: Switch arch code to NO_BOOTMEM
 2018-01-24  6:13 UTC  (4+ messages)
` [PATCH 07/14] MIPS: memblock: Mark present sparsemem sections

[PATCH] xfrm: fix boolean assignment in xfrm_get_type_offload
 2018-01-24  6:12 UTC  (2+ messages)

[PATCH net] xfrm: Fix eth_hdr(skb)->h_proto to reflect inner IP version
 2018-01-24  6:11 UTC  (2+ messages)

[PATCH] examples/flow_filtering: fix incorrect port id size
 2018-01-24  6:10 UTC 

[PATCH i2c-tools] CHANGES: add i2ctransfer
 2018-01-24  6:07 UTC  (6+ messages)

[PATCH] multipath-tools:fix unexport/export LUN access permission multipath can't restore
 2018-01-24  6:07 UTC 

Darlehensangebot
 2018-01-24  6:07 UTC 

[PATCH 0/3] Drop config options left over from in-kernel firmware
 2018-01-24  5:59 UTC  (4+ messages)
` [PATCH 2/3] firmware: Drop FIRMWARE_IN_KERNEL Kconfig option
    ` [2/3] "

[PATCH v2] i2c: Allow ACPI_I2C_OPREGION if I2C is built as a module
 2018-01-24  5:56 UTC  (2+ messages)

[PATCH v2] Documentation/ABI: clean up sysfs-class-pktcdvd
 2018-01-24  5:55 UTC 

How can rbd image qos take effect
 2018-01-24  5:48 UTC  (2+ messages)

[PATCH 0/3] omap: dmtimer: Fix and cleanup moved driver
 2018-01-24  5:49 UTC  (10+ messages)
` [PATCH 2/3] pwm: pwm-omap-dmtimer: Fix frequency when using prescaler

[PATCH v2] doc: convert license headers to SPDX tags
 2018-01-24  5:48 UTC  (5+ messages)
` [PATCH v3 3/3] "

[PATCH v5 RESEND 0/3] Add Combo PHY driver for HiSilicon STB SoCs
 2018-01-24  5:47 UTC  (5+ messages)
` [PATCH v5 RESEND 1/3] dt-bindings: hisilicon: add doc for Hi3798CV200 peripheral controller
` [PATCH v5 RESEND 2/3] dt-bindings: add bindings doc for hi3798cv200 combphy
` [PATCH v5 RESEND 3/3] phy: add combo phy driver for HiSilicon STB SoCs

[PATCH v23 0/2] Virtio-balloon: support free page reporting
 2018-01-24  5:47 UTC  (10+ messages)
` [PATCH v23 2/2] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_VQ
  ` [virtio-dev] "

lock/unlock mismatch in ttm_bo.c
 2018-01-24  5:46 UTC  (6+ messages)

[PATCH v8 8/9] pwm: pwm-omap-dmtimer: Adapt driver to utilize dmtimer pdata ops
 2018-01-24  5:44 UTC  (3+ messages)

[PATCH 4/6] mpt3sas: Introduce Base function for cloning
 2018-01-24  5:44 UTC  (4+ messages)

Trying to make PylonGPS build with DEPENDS, does not find includes
 2018-01-24  5:43 UTC  (2+ messages)

[Qemu-devel] [PATCH v7 00/23] QMP: out-of-band (OOB) execution support
 2018-01-24  5:39 UTC  (24+ messages)
` [Qemu-devel] [PATCH v7 01/23] docs: update QMP documents for OOB commands
` [Qemu-devel] [PATCH v7 02/23] qobject: introduce qstring_get_try_str()
` [Qemu-devel] [PATCH v7 03/23] qobject: introduce qobject_get_try_str()
` [Qemu-devel] [PATCH v7 04/23] qobject: let object_property_get_str() use new API
` [Qemu-devel] [PATCH v7 05/23] monitor: move skip_flush into monitor_data_init
` [Qemu-devel] [PATCH v7 06/23] monitor: move the cur_mon hack deeper for QMP
` [Qemu-devel] [PATCH v7 07/23] monitor: unify global init
` [Qemu-devel] [PATCH v7 08/23] monitor: let mon_list be tail queue
` [Qemu-devel] [PATCH v7 09/23] monitor: allow using IO thread for parsing
` [Qemu-devel] [PATCH v7 10/23] qmp: introduce QMPCapability
` [Qemu-devel] [PATCH v7 11/23] monitor: introduce monitor_qmp_respond()
` [Qemu-devel] [PATCH v7 12/23] monitor: let suspend_cnt be thread safe
` [Qemu-devel] [PATCH v7 13/23] monitor: let suspend/resume work even with QMPs
` [Qemu-devel] [PATCH v7 14/23] monitor: separate QMP parser and dispatcher
` [Qemu-devel] [PATCH v7 15/23] qmp: add new event "command-dropped"
` [Qemu-devel] [PATCH v7 16/23] monitor: send event when command queue full
` [Qemu-devel] [PATCH v7 17/23] qapi: introduce new cmd option "allow-oob"
` [Qemu-devel] [PATCH v7 18/23] qmp: support out-of-band (oob) execution
` [Qemu-devel] [PATCH v7 19/23] qmp: isolate responses into io thread
` [Qemu-devel] [PATCH v7 20/23] monitor: enable IO thread for (qmp & !mux) typed
` [Qemu-devel] [PATCH v7 21/23] qmp: add command "x-oob-test"
` [Qemu-devel] [PATCH v7 22/23] tests: qmp-test: verify command batching
` [Qemu-devel] [PATCH v7 23/23] tests: qmp-test: add oob test

[PATCH 01/10] linux-qoriq 4.9 : update to acfe4402df
 2018-01-24  5:10 UTC  (2+ messages)

[PATCH] drm/i915/execlists: Inhibit context save/restore for the fake preempt context
 2018-01-24  5:41 UTC  (2+ messages)
` ✗ Fi.CI.IGT: warning for drm/i915/execlists: Inhibit context save/restore for the fake preempt context (rev2)

issue with clang-native when building with bitbake
 2018-01-24  5:40 UTC  (2+ messages)

client isn't responding to mclientcaps
 2018-01-24  5:39 UTC  (13+ messages)

[PATCH v2] f2fs: support inode creation time
 2018-01-24  5:38 UTC  (3+ messages)

[meta-oe][PATCH] dnfdragora: new add
 2018-01-24  5:35 UTC  (2+ messages)

[U-Boot] [PATCH v6 0/2] Generic firmware loader
 2018-01-24  5:34 UTC  (7+ messages)
` [U-Boot] [PATCH v6 2/2] common: Generic firmware loader for file system

[PATCH] kernel: x86: early-quirks: Replace mdelay with usleep_range in apple_airport_reset
 2018-01-24  5:33 UTC  (2+ messages)

Memory corruption with r8169 across several device revisions and kernels
 2018-01-24  5:31 UTC  (6+ messages)

[PATCH] liburi-perl: upgrade 1.72 -> 1.73
 2018-01-24  5:26 UTC 

[meta-networking][PATCHv2] samba: Add packagegroup
 2018-01-24  5:25 UTC  (4+ messages)

[PATCH 0/7] dpaa: fixes and performance improvement changes
 2018-01-24  5:24 UTC  (4+ messages)
` [PATCH 0/7 v2] "
  ` [PATCH 1/7 v2] bus/dpaa: check flag in qman multi enqueue

[PATCH net-next] net/ipv6: Do not allow route add with a device that is down
 2018-01-24  5:24 UTC  (2+ messages)

[PATCH v3] android: binder: use VM_ALLOC to get vm area
 2018-01-24  5:24 UTC  (5+ messages)

[PATCH 1/2] linux-qoriq_4.9: ${KERNEL_PACKAGE_NAME} replaces original key "kernel"
 2018-01-24  5:07 UTC  (2+ messages)

[PATCH] fpga: region: Release the bridge reference
 2018-01-24  5:27 UTC 

[PATCH 1/3] bus/fslmc: create function to prefetch next DQRR entry
 2018-01-24  5:20 UTC  (2+ messages)

[PATCH][resend] ASoC: soc-pcm: don't call flush_delayed_work() many times in soc_pcm_private_free()
 2018-01-24  5:18 UTC 

ieee80211 phy0: rt2x00queue_write_tx_frame: Error - Dropping frame due to full tx queue...?
 2018-01-24  5:14 UTC  (11+ messages)

[U-Boot] [PATCH v3 0/3] cadence-quadspi: Fix issues with non 32bit aligned accesses
 2018-01-24  5:14 UTC  (4+ messages)
` [U-Boot] [PATCH v3 1/3] Revert "spi: cadence_qspi_apb: Use 32 bit indirect read transaction when possible"
` [U-Boot] [PATCH v3 2/3] Revert "spi: cadence_qspi_apb: Use 32 bit indirect write "
` [U-Boot] [PATCH v3 3/3] spi: cadence_qspi_apb: Make flash writes 32 bit aligned

[PATCH v5][RESEND v2] ASoC: ak4613: call dummy write for PW_MGMT1/3 when Playback
 2018-01-24  5:11 UTC 

ppc elf_map breakage with MAP_FIXED_NOREPLACE (was: Re: mmotm 2018-01-04-16-19 uploaded)
 2018-01-24  5:09 UTC  (13+ messages)
` ppc elf_map breakage with MAP_FIXED_NOREPLACE

[PATCH] ext4: make huge file flag user visible
 2018-01-24  5:09 UTC  (3+ messages)

pvscsi is not supported by xl command
 2018-01-24  5:08 UTC 

[PATCH] chattr: update man page attribute descriptions
 2018-01-24  5:07 UTC  (2+ messages)

[PATCH AUTOSEL for 4.14 001/100] drm/vc4: Account for interrupts in flight
 2018-01-24  4:15 UTC  (67+ messages)
` [PATCH AUTOSEL for 4.14 004/100] cpupowerutils: bench - Fix cpu online check
` [PATCH AUTOSEL for 4.14 005/100] cpupower : Fix cpupower working when cpu0 is offline
` [PATCH AUTOSEL for 4.14 007/100] KVM: x86: emulator: Return to user-mode on L1 CPL=0 emulation failure
` [PATCH AUTOSEL for 4.14 008/100] KVM: x86: Don't re-execute instruction when not passing CR2 value
` [PATCH AUTOSEL for 4.14 010/100] KVM: nVMX: Fix mmu context after VMLAUNCH/VMRESUME failure
` [PATCH AUTOSEL for 4.14 012/100] KVM: x86: ioapic: Fix level-triggered EOI and IOAPIC reconfigure race
` [PATCH AUTOSEL for 4.14 011/100] KVM: x86: fix em_fxstor() sleeping while in atomic
` [PATCH AUTOSEL for 4.14 014/100] KVM: x86: ioapic: Preserve read-only values in the redirection table
` [PATCH AUTOSEL for 4.14 015/100] KVM: nVMX: Fix vmx_check_nested_events() return value in case an event was reinjected to L2
` [PATCH AUTOSEL for 4.14 016/100] KVM: x86: Fix CPUID function for word 6 (80000001_ECX)
` [PATCH AUTOSEL for 4.14 017/100] nvme-fabrics: introduce init command check for a queue that is not alive
` [PATCH AUTOSEL for 4.14 019/100] nvme-loop: check if queue is ready in queue_rq
` [PATCH AUTOSEL for 4.14 018/100] nvme-fc: "
` [PATCH AUTOSEL for 4.14 020/100] nvme-pci: disable APST on Samsung SSD 960 EVO + ASUS PRIME B350M-A
` [PATCH AUTOSEL for 4.14 024/100] s390/zcrypt: Fix wrong comparison leading to strange load balancing
` [PATCH AUTOSEL for 4.14 025/100] ACPI / bus: Leave modalias empty for devices which are not present
` [PATCH AUTOSEL for 4.14 026/100] cpufreq: Add Loongson machine dependencies
` [PATCH AUTOSEL for 4.14 031/100] rxrpc: Fix service endpoint expiry
` [PATCH AUTOSEL for 4.14 032/100] bcache: check return value of register_shrinker
` [PATCH AUTOSEL for 4.14 033/100] drm/amdgpu: Fix SDMA load/unload sequence on HWS disabled mode
` [PATCH AUTOSEL for 4.14 034/100] drm/amdkfd: Fix SDMA ring buffer size calculation
` [PATCH AUTOSEL for 4.14 036/100] uapi: fix linux/kfd_ioctl.h userspace compilation errors
` [PATCH AUTOSEL for 4.14 037/100] nvme-rdma: don't complete requests before a send work request has completed
` [PATCH AUTOSEL for 4.14 038/100] openvswitch: fix the incorrect flow action alloc size
` [PATCH AUTOSEL for 4.14 039/100] drm/rockchip: dw-mipi-dsi: fix possible un-balanced runtime PM enable
` [PATCH AUTOSEL for 4.14 040/100] mac80211: use QoS NDP for AP probing
` [PATCH AUTOSEL for 4.14 041/100] mac80211: fix the update of path metric for RANN frame
` [PATCH AUTOSEL for 4.14 043/100] sctp: only allow the asoc reset when the asoc outq is empty
` [PATCH AUTOSEL for 4.14 042/100] btrfs: fix deadlock when writing out space cache
` [PATCH AUTOSEL for 4.14 045/100] sctp: set sender next_tsn for the old result with ctsn_ack_point plus 1
` [PATCH AUTOSEL for 4.14 047/100] KVM: X86: Fix softlockup when get the current kvmclock
` [PATCH AUTOSEL for 4.14 046/100] reiserfs: remove unneeded i_version bump
` [PATCH AUTOSEL for 4.14 050/100] KVM: Let KVM_SET_SIGNAL_MASK work as advertised
` [PATCH AUTOSEL for 4.14 049/100] Btrfs: fix list_add corruption and soft lockups in fsync
` [PATCH AUTOSEL for 4.14 051/100] xfs: always free inline data before resetting inode fork during ifree
` [PATCH AUTOSEL for 4.14 056/100] nfsd: CLOSE SHOULD return the invalid special stateid for NFSv4.x (x>0)
` [PATCH AUTOSEL for 4.14 058/100] nfsd: Ensure we check stateid validity in the seqid operation checks
` [PATCH AUTOSEL for 4.14 059/100] grace: replace BUG_ON by WARN_ONCE in exit_net hook
` [PATCH AUTOSEL for 4.14 064/100] quota: propagate error from __dquot_initialize
` [PATCH AUTOSEL for 4.14 066/100] net: mvpp2: do not disable GMAC padding
` [PATCH AUTOSEL for 4.14 065/100] net: mvpp2: fix the txq_init error path
` [PATCH AUTOSEL for 4.14 067/100] net: phy: marvell10g: fix the PHY id mask
` [PATCH AUTOSEL for 4.14 069/100] Btrfs: incremental send, fix wrong unlink path after renaming file
` [PATCH AUTOSEL for 4.14 070/100] nvme-pci: fix NULL pointer dereference in nvme_free_host_mem()
` [PATCH AUTOSEL for 4.14 072/100] drm/amdgpu: don't try to move pinned BOs
` [PATCH AUTOSEL for 4.14 071/100] xfs: fortify xfs_alloc_buftarg error handling
` [PATCH AUTOSEL for 4.14 073/100] net: ethernet: xilinx: Mark XILINX_LL_TEMAC broken on 64-bit
` [PATCH AUTOSEL for 4.14 074/100] quota: Check for register_shrinker() failure
` [PATCH AUTOSEL for 4.14 075/100] SUNRPC: Allow connect to return EHOSTUNREACH
` [PATCH AUTOSEL for 4.14 079/100] drm/bridge: Fix lvds-encoder since the panel_bridge rework
` [PATCH AUTOSEL for 4.14 080/100] drm/bridge: tc358767: do no fail on hi-res displays
` [PATCH AUTOSEL for 4.14 082/100] drm/bridge: tc358767: fix DP0_MISC register set
` [PATCH AUTOSEL for 4.14 081/100] drm/bridge: tc358767: filter out too high modes
` [PATCH AUTOSEL for 4.14 084/100] drm/bridge: tc358767: fix AUXDATAn registers access
` [PATCH AUTOSEL for 4.14 083/100] drm/bridge: tc358767: fix timing calculations
` [PATCH AUTOSEL for 4.14 085/100] drm/bridge: tc358767: fix 1-lane behavior
` [PATCH AUTOSEL for 4.14 086/100] drm/omap: Fix error handling path in 'omap_dmm_probe()'
` [PATCH AUTOSEL for 4.14 088/100] xfs: ubsan fixes
` [PATCH AUTOSEL for 4.14 089/100] xfs: Properly retry failed dquot items in case of error during buffer writeback
` [PATCH AUTOSEL for 4.14 090/100] perf/core: Fix memory leak triggered by perf --namespace
` [PATCH AUTOSEL for 4.14 092/100] scsi: ufs: ufshcd: fix potential NULL pointer dereference in ufshcd_config_vreg
` [PATCH AUTOSEL for 4.14 093/100] iwlwifi: mvm: fix the TX queue hang timeout for MONITOR vif type
` [PATCH AUTOSEL for 4.14 095/100] ARM: dts: NSP: Disable AHCI controller for HR NSP boards
` [PATCH AUTOSEL for 4.14 097/100] media: usbtv: add a new usbid
` [PATCH AUTOSEL for 4.14 098/100] x86/xen: Support early interrupts in xen pv guests
` [PATCH AUTOSEL for 4.14 099/100] usb: gadget: don't dereference g until after it has been null checked

[PATCH] debugfs: remove misplaced "MMP is unsupported" message
 2018-01-24  5:04 UTC  (2+ messages)

[PATCH] lockdep: Avoid triggering hardlockup from debug_show_all_locks()
 2018-01-24  5:00 UTC  (8+ messages)

cron job: media_tree daily build: ERRORS
 2018-01-24  4:59 UTC 

[cip-dev] Do we have bug in the Vagrantfile @ https://gitlab.com/rajm/board-at-desk-single-dev/blob/master/Vagrantfile
 2018-01-24  4:55 UTC  (3+ messages)

[PATCH] drm/i915: Move LRC register offsets to a header file
 2018-01-24  4:52 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915: Move LRC register offsets to a header file (rev4)

Problem with git and proxy server with authentication
 2018-01-24  4:49 UTC 

[PATCH AUTOSEL for 4.9 01/55] drm/vc4: Account for interrupts in flight
 2018-01-24  4:15 UTC  (18+ messages)
` [PATCH AUTOSEL for 4.9 02/55] cpupowerutils: bench - Fix cpu online check
` [PATCH AUTOSEL for 4.9 03/55] cpupower : Fix cpupower working when cpu0 is offline
` [PATCH AUTOSEL for 4.9 04/55] KVM: x86: emulator: Return to user-mode on L1 CPL=0 emulation failure
` [PATCH AUTOSEL for 4.9 05/55] KVM: x86: Don't re-execute instruction when not passing CR2 value
` [PATCH AUTOSEL for 4.9 10/55] ACPI / bus: Leave modalias empty for devices which are not present
` [PATCH AUTOSEL for 4.9 12/55] bcache: check return value of register_shrinker
` [PATCH AUTOSEL for 4.9 14/55] drm/amdkfd: Fix SDMA ring buffer size calculation
` [PATCH AUTOSEL for 4.9 13/55] drm/amdgpu: Fix SDMA load/unload sequence on HWS disabled mode
` [PATCH AUTOSEL for 4.9 16/55] openvswitch: fix the incorrect flow action alloc size
` [PATCH AUTOSEL for 4.9 15/55] drm/amdkfd: Fix SDMA oversubsription handling
` [PATCH AUTOSEL for 4.9 18/55] btrfs: fix deadlock when writing out space cache
` [PATCH AUTOSEL for 4.9 25/55] nfsd: CLOSE SHOULD return the invalid special stateid for NFSv4.x (x>0)
` [PATCH AUTOSEL for 4.9 26/55] nfsd: Ensure we don't recognise lock stateids after freeing them
` [PATCH AUTOSEL for 4.9 34/55] drm/amdgpu: don't try to move pinned BOs
` [PATCH AUTOSEL for 4.9 35/55] net: ethernet: xilinx: Mark XILINX_LL_TEMAC broken on 64-bit
` [PATCH AUTOSEL for 4.9 36/55] quota: Check for register_shrinker() failure
` [PATCH AUTOSEL for 4.9 44/55] drm/bridge: tc358767: fix AUXDATAn registers access

[PATCH v5 0/2] printk: Console owner and waiter logic cleanup
 2018-01-24  4:44 UTC  (12+ messages)

[Qemu-devel] [PATCH] iotests: Fix CID for VMDK afl image
 2018-01-24  4:42 UTC 

[PATCH v3] vfio/type1: Adopt fast IOTLB flush interface when unmap IOVAs
 2018-01-24  4:38 UTC  (3+ messages)


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.