All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-12-22 07:42:32 to 2015-12-22 08:37:28 UTC [more...]

[PATCH] drm/fb-helper: Use proper plane mask for fb cleanup
 2015-12-22  8:37 UTC  (2+ messages)

[iproute PATCH v2 2/2] ss: support closing inet sockets via SOCK_DESTROY
 2015-12-22  8:35 UTC  (5+ messages)
  ` [iproute PATCH v3 1/2] libnetlink: add a variant of rtnl_send_check that consumes ACKs
  ` [iproute PATCH v3 2/2] ss: support closing inet sockets via SOCK_DESTROY

[Qemu-devel] [PATCH] iov: avoid memcpy for "simple" iov_from_buf/iov_to_buf
 2015-12-22  8:34 UTC  (3+ messages)

[PATCH V2 00/23] MMCONFIG refactoring and support for ARM64 PCI hostbridge init based on ACPI
 2015-12-22  8:34 UTC  (5+ messages)
` [PATCH V2 06/23] XEN / PCI: Remove the dependence on arch x86 when PCI_MMCONFIG=y

[Question] How pmd virtio works without UIO?
 2015-12-22  8:32 UTC  (4+ messages)

BUG 4.4rc-4: wrong eMMC signaling voltage reported
 2015-12-22  8:33 UTC  (3+ messages)

[PATCH RFC 00/11] makedumpfile: parallel processing
 2015-12-22  8:32 UTC  (4+ messages)

[U-Boot] [PATCH v2 1/8] drivers/pci: Fix for debug builds without CONFIG_PCI_ENUM_ONLY
 2015-12-22  8:32 UTC  (12+ messages)
` [U-Boot] [PATCH v2 2/8] mvebu: Fix for non-DM ehci-marvell support
` [U-Boot] [PATCH v2 3/8] README: Review the u-boot porting guide list
` [U-Boot] [PATCH v2 4/8] axp: Fix debugging support in DDR3 write leveling
` [U-Boot] [PATCH v2 5/8] drivers/pci/pci_mvebu: Fix for boards with X4 lanes
` [U-Boot] [PATCH v2 6/8] mvebu: Add rudimental MV78320 support

[PATCH] blackfin-cpufreq: Change return type of cpu_set_cclk() to that of clk_set_rate()
 2015-12-22  8:31 UTC  (7+ messages)
` [PATCH 0/2] blackfin-cpufreq: Fine-tuning for properties of one function
  ` [PATCH 2/2] blackfin-cpufreq: Mark cpu_set_cclk() as static
      `  "

[PATCH 0/2] drivers/pci: use builtin_platform_driver in renesas
 2015-12-22  8:30 UTC  (4+ messages)
` [PATCH 1/2] drivers/pci: make host/pcie-rcar.c explicitly non-modular

[PATCH V4 0/6] x86/hvm: pkeys, add memory protection-key support
 2015-12-22  8:30 UTC  (8+ messages)
` [PATCH V4 4/6] x86/hvm: pkeys, add pkeys support for guest_walk_tables
` [PATCH V4 6/6] x86/hvm: pkeys, add pkeys support for cpuid handling

1217:8520 [Dell Latitude E7450] O2 Micro, SD/MMC Card Reader doesn't work
 2015-12-22  8:30 UTC  (10+ messages)

[U-Boot] [PATCH 1/2] arm: imx6: Add DDR3 calibration code for MX6 Q/D/DL
 2015-12-22  8:30 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] arm: imx6: Enable DDR calibration on Novena

[PATCH 7/8] config: add core.untrackedCache
 2015-12-22  8:27 UTC  (14+ messages)

[PATCH v3 0/2] VT-d flush issue
 2015-12-22  8:27 UTC  (12+ messages)

[PATCHv2] scripts/oe-selftest: Add support for selftest log with timestamp
 2015-12-22  8:36 UTC 

[Qemu-devel] [Bug 1528239] [NEW] Unable to debug PIE binaries with QEMU gdb stub
 2015-12-22  8:18 UTC  (2+ messages)
` [Qemu-devel] [Bug 1528239] "

[U-Boot] [PATCH 0/3] This series adds support for fastboot related to USB
 2015-12-22  8:25 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] usb: gadget: dwc2_udc_otg: modified the check condition for max packet size of ep_in in high speed
` [U-Boot] [PATCH 2/3] usb: gadget: dwc2_udc_otg: fixed the error that the last packet transmission could not be terminated
` [U-Boot] [PATCH 3/3] usb: gadget: add usb phy control to support fastboot for rk3036

[PATCH 0/4 for 2.3] vhost-user live migration support
 2015-12-22  8:24 UTC  (12+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 3/6] vhost: log used vring changes
  ` [PATCH v2 5/6] vhost: claim that we support GUEST_ANNOUNCE feature

[PATCH v8 00/20] KVM: ARM64: Add guest PMU support
 2015-12-22  8:08 UTC  (63+ messages)
` [PATCH v8 01/20] ARM64: Move PMU register related defines to asm/pmu.h
` [PATCH v8 02/20] KVM: ARM64: Define PMU data structure for each vcpu
` [PATCH v8 03/20] KVM: ARM64: Add offset defines for PMU registers
` [PATCH v8 04/20] KVM: ARM64: Add access handler for PMCR register
` [PATCH v8 05/20] KVM: ARM64: Add access handler for PMSELR register
` [PATCH v8 06/20] KVM: ARM64: Add access handler for PMCEID0 and PMCEID1 register
` [PATCH v8 07/20] KVM: ARM64: PMU: Add perf event map and introduce perf event creating function
` [PATCH v8 08/20] KVM: ARM64: Add access handler for event typer register
` [PATCH v8 09/20] KVM: ARM64: Add access handler for event counter register
` [PATCH v8 10/20] KVM: ARM64: Add access handler for PMCNTENSET and PMCNTENCLR register
` [PATCH v8 11/20] KVM: ARM64: Add access handler for PMINTENSET and PMINTENCLR register
` [PATCH v8 12/20] KVM: ARM64: Add access handler for PMOVSSET and PMOVSCLR register
` [PATCH v8 13/20] KVM: ARM64: Add access handler for PMSWINC register
` [PATCH v8 14/20] KVM: ARM64: Add helper to handle PMCR register bits
` [PATCH v8 15/20] KVM: ARM64: Add a helper to forward trap to guest EL1
` [PATCH v8 16/20] KVM: ARM64: Add access handler for PMUSERENR register
` [PATCH v8 17/20] KVM: ARM64: Add PMU overflow interrupt routing
` [PATCH v8 18/20] KVM: ARM64: Reset PMU state when resetting vcpu
` [PATCH v8 19/20] KVM: ARM64: Free perf event of PMU when destroying vcpu
` [PATCH v8 20/20] KVM: ARM64: Add a new kvm ARM PMU device

[U-Boot] [ANN] U-Boot v2016.01-rc3 released
 2015-12-22  8:22 UTC  (2+ messages)

Fix runtime of terse output
 2015-12-22  8:16 UTC 

RFC: tool for applying 'ceph daemon <osd>' command to all OSDs
 2015-12-22  8:21 UTC  (2+ messages)
`  "

[RFC] free_pages stuff
 2015-12-22  8:21 UTC  (5+ messages)

[PATCH] drm/i915: Drop ilk_wm_max_level()
 2015-12-22  8:20 UTC  (2+ messages)
` ✗ warning: Fi.CI.BAT

[RESEND PATCH 1/2] cpuacct: rename parameter in cpuusage_write for readability
 2015-12-22  8:12 UTC  (5+ messages)
` [RESEND PATCH 2/2] cpuacct: split usage into user_usage and sys_usage

"git stash pop" is doing an unwanted "git add" when there are conflicts
 2015-12-22  8:17 UTC  (2+ messages)

[Buildroot] [git commit] ipmitool: Bump ipmitool to 1.8.15
 2015-12-22  8:17 UTC 

[Cluster-devel] [PATCH] gfs2: fix flock panic issue
 2015-12-22  8:16 UTC 

[Bug 80419] New: XCOM: Enemy Known Causes lockup
 2015-12-22  8:15 UTC  (3+ messages)
` [Bug 80419] XCOM: Enemy Unknown "

[PATCH] gprs: Fix the ContextAdded() signal Introspection
 2015-12-22  8:15 UTC 

[RFC 0/6] mmc: Field Firmware Update
 2015-12-22  8:15 UTC  (5+ messages)

[PATCH] i40iw: fix compare_const_fl.cocci warnings
 2015-12-22  8:15 UTC  (2+ messages)

[PATCH 0/8] Add support for CL-SOM-iMX7 and SBC-iMX7
 2015-12-22  8:15 UTC  (7+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] ARM: dts: imx7d: cl-som-imx7: add basic module support
  ` [PATCH v2 2/2] ARM: dts: imx7d: sbc-imx7: add basic board support

peak_pci: TX Frame Loss
 2015-12-22  8:13 UTC  (11+ messages)

[patch net-next] mlxsw: core: Use devm_kzalloc to allocate mlxsw_hwmon structure
 2015-12-22  8:10 UTC  (2+ messages)

[PATCH 1/2] f2fs: use atomic variable for total_extent_tree
 2015-12-22  8:08 UTC  (4+ messages)
` [f2fs-dev] "

[PATCH v3 00/77] More fixes, cleanup and modernization for NCR5380 drivers
 2015-12-22  8:09 UTC  (71+ messages)
` [PATCH v3 46/77] ncr5380: Fix NDEBUG_NO_DATAOUT flag
` [PATCH v3 47/77] ncr5380: Fix and cleanup scsi_host_template initializers
` [PATCH v3 48/77] atari_NCR5380: Fix queue_size limit
` [PATCH v3 49/77] ncr5380: Remove redundant ICR_ARBITRATION_LOST test and eliminate FLAG_DTC3181E
` [PATCH v3 50/77] ncr5380: Change instance->host_lock to hostdata->lock
` [PATCH v3 51/77] ncr5380: Remove command list debug code
` [PATCH v3 52/77] ncr5380: Remove H_NO macro and introduce dsprintk
` [PATCH v3 53/77] ncr5380: Use shost_priv helper
` [PATCH v3 54/77] ncr5380: Use dsprintk() for queue debugging
` [PATCH v3 55/77] ncr5380: Remove LIST and REMOVE macros
` [PATCH v3 56/77] ncr5380: Remove redundant volatile qualifiers
` [PATCH v3 57/77] ncr5380: Use standard list data structure
` [PATCH v3 58/77] ncr5380: Refactor command completion
` [PATCH v3 59/77] ncr5380: Fix autosense bugs
` [PATCH v3 60/77] ncr5380: Implement new eh_abort_handler
` [PATCH v3 61/77] ncr5380: Fix EH during arbitration and selection
` [PATCH v3 62/77] ncr5380: Implement new eh_bus_reset_handler
` [PATCH v3 63/77] atari_NCR5380: Remove HOSTNO macro from printk() and seq_printf() calls
` [PATCH v3 64/77] atari_NCR5380: Eliminate HOSTNO macro
` [PATCH v3 65/77] atari_scsi, sun3_scsi: Remove global Scsi_Host pointer
` [PATCH v3 66/77] ncr5380: Fix soft lockups
` [PATCH v3 67/77] ncr5380: Cleanup comments
` [PATCH v3 68/77] ncr5380: Fix whitespace issues using regexp
` [PATCH v3 69/77] ncr5380: Merge changes from atari_NCR5380.c
` [PATCH v3 70/77] atari_NCR5380: Merge changes from NCR5380.c
` [PATCH v3 71/77] ncr5380: Cleanup whitespace and parentheses
` [PATCH v3 72/77] ncr5380: Fix pseudo DMA transfers on 53C400
` [PATCH v3 73/77] ncr5380: Use runtime register mapping
` [PATCH v3 74/77] ncr5380: Enable PDMA for NCR53C400A
` [PATCH v3 75/77] ncr5380: Enable PDMA for DTC chips
` [PATCH v3 76/77] ncr5380: Fix wait for 53C80 registers registers after PDMA
` [PATCH v3 77/77] ncr5380: Add support for HP C2502

[Ocfs2-devel] [PATCH] ocfs2: fix flock panic issue
 2015-12-22  8:08 UTC 

[PATCH v5 0/3] KVM/arm/arm64: enhance armv7/8 fp/simd lazy switch
 2015-12-22  8:06 UTC  (8+ messages)
` [PATCH v5 3/3] KVM/arm/arm64: enable enhanced armv8 "

[PATCH] staging: wilc1000: fix double mutex_unlock on failure path in wilc_wlan_cleanup()
 2015-12-22  8:04 UTC  (3+ messages)

[PATCH] ipv6/addrlabel: fix ip6addrlbl_get()
 2015-12-22  8:04 UTC  (3+ messages)

[U-Boot] [PATCH v2 1/4] mips: add base support for atheros ath79 based SOCs
 2015-12-22  8:03 UTC  (5+ messages)
` [U-Boot] [PATCH v2 2/4] mips: ath79: add spi driver
` [U-Boot] [PATCH v2 3/4] mips: ath79: add serial driver for ar933x SOC
` [U-Boot] [PATCH v2 4/4] mips: ath79: add AP121 reference board

[Qemu-devel] [PATCH v3 0/3] sdhci patches to enable Raspberry Pi
 2015-12-22  8:03 UTC  (2+ messages)

[qemu-upstream-4.2-testing test] 66816: regressions - FAIL
 2015-12-22  8:02 UTC 

Source code review around jump label usage
 2015-12-22  8:00 UTC  (7+ messages)
` [PATCH 0/7] staging-Lustre: Fine-tuning for some function implementations
  ` [PATCH v2 0/4] "
    ` [PATCH v2 3/4] staging: lustre: Less checks in mgc_process_recover_log() after error detection

[Qemu-devel] performance in io virtulization
 2015-12-22  7:58 UTC  (2+ messages)

[PATCH 0/5] ASoC: Allow topology to create DAI links
 2015-12-22  8:15 UTC  (11+ messages)
` [PATCH 5/5] ASoC: The soc card can have auxiliary components
                  ` Can we remove the rtd_aux for the aux_devs?

device attr cleanup (was: Handle mlx4 max_sge_rd correctly)
 2015-12-22  7:56 UTC  (9+ messages)
          ` device attr cleanup

[PATCH] wlcore: consolidate kmalloc + memset 0 into kzalloc
 2015-12-22  7:52 UTC  (4+ messages)

[PATCH] soc: mediatek: PMIC wrap: Clear the vldclr if state machine is stay on FSM_VLDCLR state
 2015-12-22  7:51 UTC  (3+ messages)

[nightly] Core TISDK (fido/1.8) 2015.12 build 2015-12-21_23-00-32
 2015-12-22  7:51 UTC 

[PATCH] OMAPDSS: fix omapfb build error due missing feat functions declaration
 2015-12-22  7:50 UTC  (4+ messages)

[PATCH] extensions: libxt_limit: Add translation to nft
 2015-12-22  7:50 UTC 

[meta-java][1/2 v2] openjdk-8/openjre-8: fix host-user-contaminated QA issue
 2015-12-22  7:49 UTC  (2+ messages)
` [meta-java][2/2 v2] openjdk-8/openjre-8: skip the dev-so test

[U-Boot] [PATCH v2 0/4] add support for atheros ath79 based SOCs
 2015-12-22  7:44 UTC 


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.