linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-19 17:06:29 to 2017-12-19 20:04:26 UTC [more...]

[PATCH] platform/x86/mlxcpld-hotplug: Delete an error message for a failed memory allocation in mlxcpld_hotplug_attr_init()
 2017-12-19 20:03 UTC 

[PATCH 1/2] scsi: ufs: introduce static sysfs entries
 2017-12-19 20:02 UTC  (2+ messages)
` [PATCH 2/2] scsi: ufs: use sysfs entry for health info

dst refcount is -1
 2017-12-19 20:02 UTC  (3+ messages)

[PATCH] kfree_rcu() should use the new kfree_bulk() interface for freeing rcu structures
 2017-12-19 20:02 UTC  (8+ messages)

[PATCH v3 0/5] staging: rtl8712: fix several checkpatch style issues
 2017-12-19 20:02 UTC  (4+ messages)
` [PATCH v3 2/5] staging: rtl8712: style fix multiple line dereferences

[PATCH] KVM: vmx: speed up MSR bitmap merge
 2017-12-19 19:58 UTC  (2+ messages)

[PATCH 2/2] perf: Don't make sourced script executable
 2017-12-19 19:57 UTC 

[PATCH v2 1/2] clk: tegra: Mark HCLK, SCLK, EMC, MC and PLL_P outputs as critical
 2017-12-19 19:56 UTC  (2+ messages)

[PATCH] tools/power: Don't make man pages executable
 2017-12-19 19:54 UTC 

[PATCH] 4.15 vmgfx boot warning
 2017-12-19 19:50 UTC  (5+ messages)
    ` [PATCH v.2] "

Regression with a0747a859ef6 ("bdi: add error handle for bdi_debug_register")
 2017-12-19 19:48 UTC  (12+ messages)

[RFC PATCH 01/60] hyper_dmabuf: initial working version of hyper_dmabuf drv
 2017-12-19 19:30 UTC  (60+ messages)
` [RFC PATCH 02/60] hyper_dmabuf: added a doc for hyper_dmabuf sharing
` [RFC PATCH 03/60] hyper_dmabuf: re-use dma_buf previously exported if exist
` [RFC PATCH 04/60] hyper_dmabuf: new index, k for pointing a right n-th page
` [RFC PATCH 05/60] hyper_dmabuf: skip creating a comm ch if exist for the VM
` [RFC PATCH 06/60] hyper_dmabuf: map shared pages only once when importing
` [RFC PATCH 07/60] hyper_dmabuf: message parsing done via workqueue
` [RFC PATCH 08/60] hyper_dmabuf: automatic comm channel initialization using xenstore
` [RFC PATCH 09/60] hyper_dmabuf: indirect DMA_BUF synchronization via shadowing
` [RFC PATCH 10/60] hyper_dmabuf: make sure to free memory to prevent leak
` [RFC PATCH 11/60] hyper_dmabuf: check stack before unmapping/detaching shadow DMA_BUF
` [RFC PATCH 12/60] hyper_dmabuf: two different unexporting mechanisms
` [RFC PATCH 13/60] hyper_dmabuf: postponing cleanup of hyper_DMABUF
` [RFC PATCH 14/60] hyper_dmabuf: clean-up process based on file->f_count
` [RFC PATCH 15/60] hyper_dmabuf: reusing previously released hyper_dmabuf_id
` [RFC PATCH 16/60] hyper_dmabuf: define hypervisor specific backend API
` [RFC PATCH 17/60] hyper_dmabuf: use dynamic debug macros for logging
` [RFC PATCH 18/60] hyper_dmabuf: reset comm channel when one end has disconnected
` [RFC PATCH 19/60] hyper_dmabuf: fix the case with sharing a buffer with 2 pages
` [RFC PATCH 20/60] hyper_dmabuf: optimized loop with less condition check
` [RFC PATCH 21/60] hyper_dmabuf: exposing drv information using sysfs
` [RFC PATCH 22/60] hyper_dmabuf: configure license
` [RFC PATCH 23/60] hyper_dmabuf: use CONFIG_HYPER_DMABUF_XEN instead of CONFIG_XEN
` [RFC PATCH 24/60] hyper_dmabuf: waits for resp only if WAIT_AFTER_SYNC_REQ == 1
` [RFC PATCH 25/60] hyper_dmabuf: introduced delayed unexport
` [RFC PATCH 26/60] hyper_dmabuf: add mutexes to prevent several race conditions
` [RFC PATCH 27/60] hyper_dmabuf: use proper error codes
` [RFC PATCH 28/60] hyper_dmabuf: address several synchronization issues
` [RFC PATCH 29/60] hyper_dmabuf: make sure to release allocated buffers when exiting
` [RFC PATCH 30/60] hyper_dmabuf: free already mapped pages when error happens
` [RFC PATCH 31/60] hyper_dmabuf: built-in compilation option
` [RFC PATCH 32/60] hyper_dmabuf: make all shared pages read-only
` [RFC PATCH 33/60] hyper_dmabuf: error checking on the result of dma_buf_map_attachment
` [RFC PATCH 34/60] hyper_dmabuf: extend DMA bitmask to 64-bits
` [RFC PATCH 35/60] hyper_dmabuf: 128bit hyper_dmabuf_id with random keys
` [RFC PATCH 36/60] hyper_dmabuf: error handling when share_pages fails
` [RFC PATCH 37/60] hyper_dmabuf: implementation of query ioctl
` [RFC PATCH 38/60] hyper_dmabuf: preventing self exporting of dma_buf
` [RFC PATCH 39/60] hyper_dmabuf: correcting DMA-BUF clean-up order
` [RFC PATCH 40/60] hyper_dmabuf: do not use 'private' as field name
` [RFC PATCH 41/60] hyper_dmabuf: re-organize driver source
` [RFC PATCH 42/60] hyper_dmabuf: always generate a new random keys
` [RFC PATCH 43/60] hyper_dmabuf: fixes on memory leaks in various places
` [RFC PATCH 44/60] hyper_dmabuf: proper handling of sgt_info->priv
` [RFC PATCH 45/60] hyper_dmabuf: adding poll/read for event generation
` [RFC PATCH 46/60] hyper_dmabuf: delay auto initialization of comm_env
` [RFC PATCH 47/60] hyper_dmabuf: fix issues with event-polling
` [RFC PATCH 48/60] hyper_dmabuf: add query items for buffer private info
` [RFC PATCH 49/60] hyper_dmabuf: general clean-up and fixes
` [RFC PATCH 50/60] hyper_dmabuf: fix styling err and warns caught by checkpatch.pl
` [RFC PATCH 51/60] hyper_dmabuf: missing mutex_unlock and move spinlock
` [RFC PATCH 52/60] hyper_dmabuf: remove prefix 'hyper_dmabuf' from static func and backend APIs
` [RFC PATCH 53/60] hyper_dmabuf: define fastpath_export for exporting existing buffer
` [RFC PATCH 54/60] hyper_dmabuf: 'backend_ops' reduced to 'bknd_ops' and 'ops' to 'bknd_ops'
` [RFC PATCH 55/60] hyper_dmabuf: fixed wrong send_req call
` [RFC PATCH 56/60] hyper_dmabuf: add initialization and cleanup to bknd_ops
` [RFC PATCH 57/60] hyper_dmabuf: change type of ref to shared pages to unsigned long
` [RFC PATCH 58/60] hyper_dmabuf: move device node out of /dev/xen/
` [RFC PATCH 59/60] hyper_dmabuf: freeing hy_drv_priv when drv init fails (v2)
` [RFC PATCH 60/60] hyper_dmabuf: move hyper_dmabuf to under drivers/dma-buf/

[PATCH v2] clk: check ops pointer on clock register
 2017-12-19 19:44 UTC  (2+ messages)

[RFC PATCH] sched: Improve scalability of select_idle_sibling using SMT balance
 2017-12-19 19:36 UTC  (2+ messages)

[PATCH] sched/fair: Prevent a division by 0 in scale_rt_capacity()
 2017-12-19 19:33 UTC  (2+ messages)

[PATCH v3] sched/deadline: runtime overrun signal
 2017-12-19 19:32 UTC  (3+ messages)

[PATCH RESEND] cpufreq: schedutil: Use idle_calls counter of the remote CPU
 2017-12-19 19:32 UTC  (3+ messages)

proc_flush_task oops
 2017-12-19 19:30 UTC  (9+ messages)

[PATCH RFC] stat.2: Document that stat can fail with EINTR
 2017-12-19 19:28 UTC  (7+ messages)

[PATCH] arm64: Stop printing the virtual memory layout
 2017-12-19 19:28 UTC 

[PATCH v2 0/9] soc: brcmstb: biuctrl updates for 64-bit chips
 2017-12-19 19:22 UTC  (10+ messages)
` [PATCH v2 1/9] dt-bindings: arm: Add entry for Broadcom Brahma-B53
` [PATCH v2 2/9] dt-bindings: arm: brcmstb: Correct BIUCTRL node documentation
` [PATCH v2 3/9] soc: brcmstb: Make CPU credit offset more parameterized
` [PATCH v2 4/9] soc: brcmstb: Correct CPU_CREDIT_REG offset for Brahma-B53 CPUs
` [PATCH v2 5/9] soc: brcmstb: biuctrl: Prepare for saving/restoring other registers
` [PATCH v2 6/9] soc: brcmstb: biuctrl: Wire-up new registers
` [PATCH v2 7/9] soc: brcmstb: biuctrl: Fine tune B53 MCP interface settings
` [PATCH v2 8/9] soc: brcmstb: Split initialization
` [PATCH v2 9/9] soc: brcmstb: biuctrl: Move to early_initcall

[-next PATCH 0/4] sysfs and DEVICE_ATTR_<foo>
 2017-12-19 19:26 UTC  (11+ messages)
` [-next PATCH 1/4] sysfs.h: Use octal permissions
` [-next PATCH 2/4] treewide: Use DEVICE_ATTR_RW
` [-next PATCH 3/4] treewide: Use DEVICE_ATTR_RO
` [-next PATCH 4/4] treewide: Use DEVICE_ATTR_WO

WARNING in refcount_inc (2)
 2017-12-19 19:26 UTC 

[PATCH 0/4] sched: cpufreq: Track util update flags
 2017-12-19 19:25 UTC  (3+ messages)
` [PATCH 2/4] sched: cpufreq: Keep track of cpufreq utilization "

[PATCH for-4.15] wireless: create, don't append, to shipped-certs.c
 2017-12-19 19:23 UTC 

[PATCH V2 net-next 00/17] add some features and fix some bugs for HNS3 driver
 2017-12-19 19:18 UTC  (5+ messages)
` [PATCH V2 net-next 01/17] net: hns3: add support to query tqps number
` [PATCH V2 net-next 02/17] net: hns3: add support to modify "

[PATCH 1/2] net: stmmac: Fix TX timestamp calculation
 2017-12-19 19:12 UTC  (4+ messages)
` [PATCH 2/2] net: stmmac: Fix bad RX timestamp extraction

[PATCH 0/4] ARC: Set initial core pll output frequency via DTS
 2017-12-19 19:11 UTC  (2+ messages)

[PATCH] Staging: rtl8723bs: Do not check for NOT NULL before kfree()
 2017-12-19 19:07 UTC 

[PATCH 0/4] Reduce scheduler migrations due to wake_affine
 2017-12-19 19:06 UTC  (3+ messages)
` [PATCH 3/4] sched: Comment on why sync wakeups try to run on the current CPU

pull-request: wireless-drivers-next 2017-12-18
 2017-12-19 19:06 UTC  (2+ messages)

[PATCH 0/4] bug fix mmap read in large PEBS
 2017-12-19 19:02 UTC  (5+ messages)
` [PATCH 2/4] perf/x86/intel: fix event update for auto-reload
` [PATCH 4/4] perf/x86/intel: drain PEBS buffer in event read

[net-next: PATCH 0/8] Armada 7k/8k PP2 ACPI support
 2017-12-19 18:59 UTC  (3+ messages)

[PATCH v5 00/11] Intel SGX Driver
 2017-12-19 18:52 UTC  (8+ messages)
` [PATCH v5 06/11] intel_sgx: driver for Intel Software Guard Extensions
  ` [intel-sgx-kernel-dev] "

[PATCH linux-next] mqueue: fix IPC namespace use-after-free
 2017-12-19 18:40 UTC  (5+ messages)

[RFC PATCH v2 00/13] Kernel based bootsplash
 2017-12-19 18:40 UTC  (5+ messages)

[PATCH] scsi: storvsc: Fix scsi_cmd error assignments in storvsc_handle_error
 2017-12-19 18:37 UTC  (2+ messages)

[PATCH] net: arc_emac: fix arc_emac_rx() error paths
 2017-12-19 18:33 UTC  (8+ messages)
` [PATCH v2] net: arc_emac: restart stalled EMAC
` [PATCH v2] net: arc_emac: fix arc_emac_rx() error paths

[PATCH v2 4/4] usb: host: ehci-tegra: Remove USB_PHY dependencies from Kconfig
 2017-12-19 18:32 UTC  (3+ messages)

[PATCH] arm64: defconfig: Select schedutil as default cpufreq governor
 2017-12-19 18:30 UTC  (4+ messages)

[RFC PATCH] mm: memcontrol: memory+swap accounting for cgroup-v2
 2017-12-19 18:25 UTC  (7+ messages)

[PATCH net] net: mediatek: setup proper state for disabled GMAC on the default
 2017-12-19 18:21 UTC  (2+ messages)

INFO: task hung in bpf_exit_net
 2017-12-19 18:20 UTC  (2+ messages)

INFO: task hung in cleanup_net
 2017-12-19 18:17 UTC  (2+ messages)

[patch V163 00/51] x86/pti: Updated patch queue
 2017-12-19 18:14 UTC  (12+ messages)
` [patch V163 27/51] x86/mm/pti: Populate user PGD
` [patch V163 38/51] x86/mm/64: Make a full PGD-entry size hole in the memory map

[PATCH v3 1/9] ARM: dts: imx7-colibri: move and rename USB Host power regulator
 2017-12-19 18:10 UTC  (9+ messages)
` [PATCH v3 2/9] ARM: dts: imx7-colibri: make sure multiplexed pins are not active
` [PATCH v3 3/9] ARM: dts: imx7-colibri: mux pull-ups where appropriate
` [PATCH v3 4/9] ARM: dts: imx7-colibri: use NAND_CE1 as GPIO
` [PATCH v3 5/9] ARM: dts: imx7-colibri: specify cpu-supply
` [PATCH v3 6/9] ARM: dts: imx7-colibri: specify usdhc1 supplies
` [PATCH v3 7/9] ARM: dts: imx7-colibri: specify backlight GPIO
` [PATCH v3 8/9] ARM: dts: imx7-colibri: add MCP2515 CAN controller
` [PATCH v3 9/9] ARM: dts: imx7: add Toradex Colibri iMX7D 1GB (eMMC) support

[PATCH v20 0/7] Virtio-balloon Enhancement
 2017-12-19 18:08 UTC  (3+ messages)

[PATCH] swiotlb: suppress warning when __GFP_NOWARN is set
 2017-12-19 18:06 UTC  (3+ messages)

BUG: unable to handle kernel paging request in delayed_put_task_struct
 2017-12-19 18:04 UTC  (2+ messages)

[PATCH 4.14 000/178] 4.14.8-stable review
 2017-12-19 18:03 UTC  (3+ messages)

[PATCH 1/3] cpufreq: schedutil: Use idle_calls counter of the remote CPU
 2017-12-19 18:02 UTC  (3+ messages)
` [PATCH 2/3] sched/fair: Correct obsolete comment about cpufreq_update_util

[PATCH -tip v3 0/6] net: tcp: sctp: dccp: Replace jprobe usage with trace events
 2017-12-19 18:01 UTC  (2+ messages)

[PATCH v2] x86/kexec: Exclude GART aperture from vmcore
 2017-12-19 17:58 UTC  (7+ messages)

[PATCH 0/6] Add chrdev and name query support for GLINK
 2017-12-19 17:52 UTC  (5+ messages)
` [PATCH 2/6] rpmsg: glink: Store edge name for glink device
` [PATCH 5/6] rpmsg: Introduce rpmsg_get_rproc_name

[PATCH 2/2] lib: cleanup dead code from rbtree_test.c
 2017-12-19 17:51 UTC  (3+ messages)

[PATCH] hw: Fix permissions for OCRDMA_RESET_STATS
 2017-12-19 17:44 UTC  (5+ messages)

[PATCH RFC 0/7] KVM: nVMX: enlightened VMCS initial implementation
 2017-12-19 17:44 UTC  (8+ messages)
` [PATCH RFC 2/7] KVM: nVMX: modify vmcs12 fields to match Hyper-V enlightened VMCS

[PATCH] lib: add module unload support to sort tests
 2017-12-19 17:40 UTC  (3+ messages)

WARNING: kernel stack regs has bad 'bp' value (2)
 2017-12-19 17:35 UTC  (4+ messages)
` [PATCH] crypto: x86/twofish-3way - Fix %rbp usage

bitmap API consistency
 2017-12-19 17:32 UTC  (4+ messages)

[PATCH] mei: fix incorrect logical operator in if statement
 2017-12-19 17:35 UTC 

[PATCH v1 00/15] ASoC: fsl_ssi: Clean up - program flow level
 2017-12-19 17:34 UTC  (4+ messages)
` [PATCH v1 02/15] ASoC: fsl_ssi: Maintain a mask of active streams
` [PATCH v1 03/15] ASoC: fsl_ssi: Rename fsl_ssi_disable_val macro

[PATCH for-4.15] ASoC: rt5514: don't assume rt5514 component was "attached"
 2017-12-19 17:31 UTC  (5+ messages)

[PATCH] lockdep: Show up to three levels for a deadlock scenario
 2017-12-19 17:29 UTC  (10+ messages)

[PATCH 0/2] platform/x86/thinkpad_acpi: Adjustments for four function implementations
 2017-12-19 17:28 UTC  (4+ messages)
  `  "

[PATCH v5 0/6] TDA1997x HDMI video receiver
 2017-12-19 17:27 UTC  (5+ messages)
` [PATCH v5 4/6] media: i2c: Add TDA1997x HDMI receiver driver

[RFC PATCH 0/5] isolation: 1Hz residual tick offloading
 2017-12-19 17:26 UTC  (11+ messages)
` [PATCH 4/5] sched/isolation: Residual 1Hz scheduler tick offload

[PATCH v5 0/6] enable creating [k,u]probe with perf_event_open
 2017-12-19 17:24 UTC  (3+ messages)

Regression: unable to boot after commit bd9240a18edf ("x86/apic: Add TSC_DEADLINE quirk due to errata") - Surface Pro 4 SKL
 2017-12-19 17:23 UTC  (11+ messages)

[PATCH 4.9 000/177] 4.9.71-stable review
 2017-12-19 17:21 UTC  (2+ messages)

[PATCH v2 0/5] mm: NUMA stats code cleanup and enhancement
 2017-12-19 17:21 UTC  (5+ messages)
` [PATCH v2 2/5] mm: Extends local cpu counter vm_diff_nodestat from s8 to s16

EFI crash with PCID on
 2017-12-19 17:20 UTC  (3+ messages)

[PATCH 4.4 000/115] 4.4.107-stable review
 2017-12-19 17:21 UTC  (2+ messages)

[PATCH v4] usb: dwc2: host: Don't retry NAKed transactions right away
 2017-12-19 17:19 UTC  (4+ messages)

[PATCH v3 00/19] fs: rework and optimize i_version handling in filesystems
 2017-12-19 17:14 UTC  (6+ messages)
` [PATCH v3 19/19] fs: handle inode->i_version more efficiently

[PATCH 1/2] mm: Make follow_pte_pmd an inline
 2017-12-19 17:12 UTC  (3+ messages)

[PATCH] pwm: atmel-tcb: Delete an error message for a failed memory allocation in atmel_tcb_pwm_probe()
 2017-12-19 17:12 UTC  (3+ messages)
  `  "

[PATCH net-next v5 0/4] net: fec: fix refclk enable for SMSC LAN8710/20
 2017-12-19 17:12 UTC  (5+ messages)
` [PATCH net-next v5 1/4] phylib: Add device reset delay support


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).