messages from 2015-06-10 16:09:37 to 2015-06-10 16:51:31 UTC [more...]
[PATCH 1/3] EDAC, mce_amd_inj: Cleanup and simplify README
2015-06-10 16:51 UTC (4+ messages)
` [PATCH 3/3] EDAC, mce_amd_inj: Set MISCV on injection
[PATCH v5 00/10] x86/asm: Compile-time asm code validation
2015-06-10 16:50 UTC (8+ messages)
[PATCH] iwlwifi:dvm:Return false if resume command data is not same size as received packet for the function iwl_resume_status_fn
2015-06-10 16:50 UTC (3+ messages)
[RFC] add a bi_error field
2015-06-10 16:50 UTC (8+ messages)
` [PATCH] block: add a bi_error field to struct bio
` "
[PATCH v4 0/4] Sending kernel pathrecord query to user cache server
2015-06-10 16:50 UTC (10+ messages)
[PATCH v3 1/2] cmake: Whitespace fix
2015-06-10 16:49 UTC (3+ messages)
` [PATCH v3 2/2] cmake: Upgrade 2.8.12.2 -> 3.2.2
[PATCH v2 0/5] dmaengine: mv_xor: Fixes and enhancements
2015-06-10 16:49 UTC (6+ messages)
` [PATCH v2 3/5] dmaengine: mv_xor: add support for a38x command in descriptor mode
[PATCH 1/1 linux-next] ACPICA: use swap() in acpi_ns_sort_list()
2015-06-10 16:48 UTC (3+ messages)
` [Devel] "
[Patch v5 0/6] Consolidate ACPI PCI root common code into ACPI core
2015-06-10 16:48 UTC (6+ messages)
` [Patch v5 4/6] PCI/ACPI: Consolidate common PCI host bridge "
[PATCH v2 00/18] 48-bit PPGTT
2015-06-10 16:46 UTC (20+ messages)
` [PATCH v2 01/18] drm/i915/lrc: Update PDPx registers with lri commands
` [PATCH v2 02/18] drm/i915/gtt: Switch gen8_free_page_tables params
` [PATCH v2 03/18] drm/i915: Remove unnecessary gen8_clamp_pd
` [PATCH v2 04/18] drm/i915/gen8: Make pdp allocation more dynamic
` [PATCH v2 05/18] drm/i915/gen8: Abstract PDP usage
` [PATCH v2 06/18] drm/i915/gen8: Add dynamic page trace events
` [PATCH v2 07/18] drm/i915/gen8: implement alloc/free for 4lvl
` [PATCH v2 08/18] drm/i915/gen8: Add 4 level switching infrastructure and lrc support
` [PATCH v2 09/18] drm/i915/gen8: Generalize PTE writing for GEN8 PPGTT
` [PATCH v2 10/18] drm/i915/gen8: Pass sg_iter through pte inserts
` [PATCH v2 11/18] drm/i915/gen8: Add 4 level support in insert_entries and clear_range
` [PATCH v2 12/18] drm/i915/gen8: Initialize PDPs
` [PATCH v2 13/18] drm/i915: Expand error state's address width to 64b
` [PATCH v2 14/18] drm/i915/gen8: Add ppgtt info and debug_dump
` [PATCH v2 15/18] drm/i915: object size needs to be u64
` [PATCH v2 16/18] drm/i915: Check against correct user_size limit in 48b ppgtt mode
` [PATCH v2 17/18] drm/i915: Wa32bitGeneralStateOffset & Wa32bitInstructionBaseOffset
` [PATCH v2 18/18] drm/i915/gen8: Flip the 48b switch
` [PATCH v2] tests/gem_ppgtt: Check Wa32bitOffsets workarounds
[PATCH 0/2] target: 64-bit LUN support
2015-06-10 16:45 UTC (2+ messages)
[PATCH v2 0/3] Add NUMA support for NVDIMM devices
2015-06-10 16:37 UTC (8+ messages)
[PATCH] drm/panel: Add display timing for Okaya RS800480T-7X0GP
2015-06-10 16:44 UTC (4+ messages)
` [PATCH v3 0/2] Add display timing for Okaya RS800480T-7X0
` [PATCH v3 1/2] of: add Okaya Electric America vendor prefix
` [PATCH v3 2/2] drm/panel: Add display timing for Okaya RS800480T-7X0GP
Audio crackles with 4.1-rc1
2015-06-10 16:43 UTC (24+ messages)
[PATCH V4 0/4] Consolidated KVM vPMU support for x86
2015-06-10 16:43 UTC (4+ messages)
` [PATCH V4 2/4] KVM: x86/vPMU: Create vPMU interface for VMX and SVM
[PATCH net-next 00/19] bna: clean-up
2015-06-10 16:43 UTC (20+ messages)
` [PATCH net-next 01/19] bna: use ether_addr_copy instead of memcpy
` [PATCH net-next 02/19] bna: get rid of mac_t
` [PATCH net-next 03/19] bna: replace pragma(pack) with attribute __packed
` [PATCH net-next 04/19] bna: get rid of duplicate and unused macros
` [PATCH net-next 05/19] bna: use BIT(x) instead of (1 << x)
` [PATCH net-next 06/19] bna: remove unused cbfn parameter
` [PATCH net-next 07/19] bna: remove pause_cbfn from struct bna_enet
` [PATCH net-next 08/19] bna: remove oper_state_cbfn from struct bna_rxf
` [PATCH net-next 09/19] bna: remove prio_change_cbfn oper_state_cbfn from struct bna_tx
` [PATCH net-next 10/19] bna: remove RXF_E_PAUSE and RXF_E_RESUME events
` [PATCH net-next 11/19] bna: remove paused from bna_rx_config and flags from bna_rxf
` [PATCH net-next 12/19] bna: remove TX_E_PRIO_CHANGE event and BNA_TX_F_PRIO_CHANGED flag
` [PATCH net-next 13/19] bna: correct comparisons/assignments to bool
` [PATCH net-next 14/19] bna: use memdup_user to copy userspace buffers
` [PATCH net-next 15/19] bna: remove useless pointer assignment
` [PATCH net-next 16/19] bna: get rid of private macros for manipulation with lists
` [PATCH net-next 17/19] bna: use list_for_each_entry where appropriate
` [PATCH net-next 18/19] bna: fix timeout API argument type
` [PATCH net-next 19/19] bna: use netdev_* and dev_* instead of printk and pr_*
[RFC 00/10] NFS: add AF_VSOCK support to NFS client
2015-06-10 16:43 UTC (4+ messages)
[PATCH 0/3] TLB flush multiple pages per IPI v5
2015-06-10 16:42 UTC (15+ messages)
[PATCH] iommu/vt-d: fix range computation when making room for large pages
2015-06-10 16:41 UTC
[PATCHv2] NVMe: Stripe queue IRQ vector assignments
2015-06-10 16:41 UTC
[PATCH 1/1 linux-next] misc: mic: use swap() in scif_node_connect()
2015-06-10 16:31 UTC
[PATCH v7 00/10] tracing: 'hist' triggers
2015-06-10 16:32 UTC (4+ messages)
` [PATCH v7 07/10] tracing: Add 'hist' event trigger command
Alternate p2m design specification
2015-06-10 16:39 UTC (3+ messages)
[PATCH 1/1 linux-next] staging: lustre: lnet: o2iblnd: use swap() in kiblnd_dev_failover()
2015-06-10 16:32 UTC
[PATCH] git-checkout.txt: Document "git checkout <pathspec>" better
2015-06-10 16:38 UTC (4+ messages)
[PATCH 0/9] Helper to abstract vma handling in media layer
2015-06-10 16:37 UTC (6+ messages)
` [PATCH 9/9] [media] mm: Move get_vaddr_frames() behind a config option
[PATCH 1/1 linux-next] hwmon: (w83627ehf) use swap() in w82627ehf_swap_tempreg()
2015-06-10 16:33 UTC (2+ messages)
` [lm-sensors] "
[PATCH 1/1 linux-next] net/mlx4_core: use swap() in mlx4_make_profile()
2015-06-10 16:33 UTC
Generic kernel features that need architecture(mips) support
2015-06-10 16:36 UTC (3+ messages)
[PATCH 1/1 linux-next] net/ibm/emac: use swap() in emac_make_bootlist()
2015-06-10 16:33 UTC
[PATCH V2 0/1] Add sched_clock to Atmel TCB clock source
2015-06-10 16:35 UTC (2+ messages)
[PATCH 1/1 linux-next] vxge: use swap() in vxge_hw_channel_dtr_alloc()
2015-06-10 16:33 UTC
[PATCH 1/1 linux-next] staging: speakup: use swap() in get_highlight_color()
2015-06-10 16:33 UTC
[PATCH 1/1 linux-next] net/mlx4: use swap() in mlx4_init_qp_table()
2015-06-10 16:33 UTC
[PATCH 1/1 linux-next] [media] btcx-risc: use swap() in btcx_sort_clips()
2015-06-10 16:33 UTC
[PATCH V2 0/5] Enable ACPI support for KVM ARM
2015-06-10 16:43 UTC (3+ messages)
` [PATCH V2 3/5] kvm: arm64: Detect GIC version for proper ACPI vGIC probing
[PATCH 1/1 linux-next] ath5k: use swap() in ath5k_hw_get_median_noise_floor()
2015-06-10 16:33 UTC
[PATCH] jbd2: jbd2_cleanup_journal_tail fix gfp allocation context
2015-06-10 16:33 UTC
[PATCH 1/1 linux-next] net: fs_enet: use swap() in fs_enet_rx_napi()
2015-06-10 16:33 UTC (2+ messages)
[PATCH 1/1 linux-next] Staging: rtl8188eu: use swap() in WMMOnAssocRsp()
2015-06-10 16:32 UTC
CPU stall on 3.12.13-rt21
2015-06-10 16:33 UTC (2+ messages)
Klientskie bazi tel +79133913837 Yznaite podrobnee!!!
2015-06-10 12:53 UTC
[PATCH 1/1 linux-next] saa6588: use swap() in saa6588_i2c_poll()
2015-06-10 16:32 UTC
[PATCH 1/1 linux-next] ttusb-dec: use swap() in swap_bytes()
2015-06-10 16:32 UTC
[PATCH 1/1 linux-next] wl128x: use swap() in fm_rdsparse_swapbytes()
2015-06-10 16:32 UTC
[PATCH 1/1 linux-next] saa7146: use swap() in sort_and_eliminate()
2015-06-10 16:32 UTC
[PATCH 1/1 linux-next] v4l2-dv-timings: use swap() in v4l2_calc_aspect_ratio()
2015-06-10 16:32 UTC
GIT for Microsoft Access projects
2015-06-10 16:32 UTC (3+ messages)
` git lock files (Was: GIT for Microsoft Access projects)
` git lock files
[PATCH 1/1 linux-next] staging: rtl8712: use swap() in dequeue_xframe_ex()
2015-06-10 16:32 UTC
[PATCH 1/1 linux-next] staging: rtl8723au: use swap() in WMMOnAssocRsp23a()
2015-06-10 16:32 UTC
[PATCH 1/1 linux-next] IB/mthca: use swap() in mthca_make_profile()
2015-06-10 16:31 UTC (2+ messages)
[PATCH 1/1 linux-next] HID: use swap() in cp_report_fixup()
2015-06-10 16:32 UTC
[PATCH 0/2] scatterlist cleanups
2015-06-10 16:31 UTC (6+ messages)
` [PATCH 1/2] scatterlist: use sg_phys()
[PATCH 1/1 linux-next] mtd/ftl: use swap() in copy_erase_unit()
2015-06-10 16:31 UTC (2+ messages)
[PATCH 1/1 linux-next] mtd: cfi_cmdset_0002: use swap() in cfi_cmdset_0002()
2015-06-10 16:31 UTC (2+ messages)
[PATCH 1/1 linux-next] drm: atmel-hlcdc: use swap() in atmel_hlcdc_plane_atomic_check()
2015-06-10 16:31 UTC
[PATCH 1/1 linux-next] Input: cyttsp4 - use swap() in cyttsp4_get_touch()
2015-06-10 16:31 UTC
[PATCH v4] seccomp: add ptrace options for suspend/resume
2015-06-10 16:31 UTC (3+ messages)
[PATCH 1/1 linux-next] mmc: queue: use swap() in mmc_queue_thread()
2015-06-10 16:30 UTC
[PATCH 1/2 V3] clk: sirf: add CSR atlas7 clk and reset support
2015-06-10 16:30 UTC (5+ messages)
[PATCH 1/4] bisect : correction of typo
2015-06-10 16:30 UTC (13+ messages)
` [PATCH 3/4] bisect: simplify the add of new bisect terms
[PATCH 00/11][auh]: Add support of new upstream mechanism and improvments
2015-06-10 16:28 UTC (12+ messages)
` [PATCH 01/11][auh] upgradehelper.py: Fix status_msg in pkg_upgrade_handler
` [PATCH 02/11][auh] upgradehelper.py: Make usage of new upstream detection mechanism
` [PATCH 03/11][auh] upgradehelper.py: Use settings.from as email for commits
` [PATCH 04/11][auh] upgradehelper.py: Improve usage when try to upgrade one recipe
` [PATCH 05/11][auh] upgrade_helper.py: Make notice of License change into email
` [PATCH 06/11][auh] upgradehelper.py: Add specific information about machines build succeed
` [PATCH 07/11][auh] upgradehelper.py: Move recipe work into upgradehelper work dir
` [PATCH 08/11][auh] upgradehelper.py: Fix interactive mode when recipe upgrade finish
` [PATCH 09/11][auh] upgradehelper.py: Change policy for send emails and fix error passing
` [PATCH 10/11][auh] upgradehelper.py: Change print to logger info
` [PATCH 11/11][auh] README: Edit Maintainece section to add current maintainer
3.18 SDIO driver re-attach issue
2015-06-10 16:30 UTC
[PATCH 00/11] Add self-probe infrastructure and stacked irqdomain support for ACPI based GICv2/3 init
2015-06-10 16:29 UTC (10+ messages)
` [PATCH 05/11] irqchip / gic: Add stacked irqdomain support for ACPI based GICv2 init
` [PATCH 10/11] irqchip / GICv2 / ACPI: Consolidate GICv2 ACPI related init code
[PATCH RFC 0/6+2+2] Begin to disentangle libxenctrl and provide some stable libraries
2015-06-10 16:29 UTC (5+ messages)
` [PATCH RFC tools 5/6] tools: Refactor /dev/xen/evtchn wrappers into libxenevtchn
RFC: futex_wait() can DoS the tick
2015-06-10 16:29 UTC (3+ messages)
[RFC PATCH v2] arm DMA: Fix allocation from CMA for coherent DMA
2015-06-10 16:28 UTC (3+ messages)
[PATCH 0/2 v2] locking/qrwlock: Fix interrupt handling problem
2015-06-10 16:28 UTC (4+ messages)
` [PATCH v2 2/2] locking/qrwlock: Don't contend with readers when setting _QW_WAITING
Discussion: quick_pit_calibrate is slow
2015-06-10 16:27 UTC (2+ messages)
4.1-rc6 radi5 OOPS
2015-06-10 16:27 UTC (6+ messages)
[PATCH v3 6/7] send-email: suppress leading and trailing whitespaces in addresses
2015-06-10 16:25 UTC (9+ messages)
` [PATCH v3 7/7] send-email: suppress leading and trailing whitespaces before alias expansion
[PATCH v2 1/7] bisect : correction of typo
2015-06-10 16:24 UTC (4+ messages)
` [PATCH v2 2/7] bisect: replace hardcoded "bad|good" by variables
` [PATCH v2 3/7] bisect: simplify the addition of new bisect terms
` [PATCH v2 4/7] bisect: add the terms old/new
[RFC net-next 0/3] Proposal for VRF-lite
2015-06-10 16:24 UTC (3+ messages)
` [RFC net-next 1/3] Symbol preparation for VRF driver
clustered MD
2015-06-10 16:23 UTC (10+ messages)
[PATCH v5 0/8] Watchdog: introduce ARM SBSA watchdog driver
2015-06-10 16:21 UTC (4+ messages)
` [PATCH v5 4/8] Watchdog: introdouce "pretimeout" into framework
[Qemu-devel] PXB fixes for QEMU, and extra root buses for OVMF
2015-06-10 16:21 UTC (9+ messages)
` [Qemu-devel] [PATCH 0/4] PXB tweaks and fixes
` [Qemu-devel] [PATCH 4/4] i386/acpi-build: build_crs(): fetch BAR from PCI config space directly
[PATCH v5 0/2] Implement SoC bus support for Vybrid
2015-06-10 16:16 UTC (7+ messages)
` [PATCH v5 1/2] ARM: dts: vfxxx: Add OCOTP and OCROM nodes
[RFC][PATCH] printk: Fixup the nmi printk mess
2015-06-10 16:19 UTC (3+ messages)
[PATCH v9 0/5] Add support to STMicroelectronics STM32 family
2015-06-10 16:18 UTC (8+ messages)
` [PATCH v9 4/5] serial: stm32-usart: Add STM32 USART Driver
Updates to meta-fsl-arm (fido) in 2015-06-10
2015-06-10 16:18 UTC
[PATCH] drm/i915/bxt: fix DDI PHY vswing scale value setting
2015-06-10 16:18 UTC (2+ messages)
[xen-unstable test] 57852: regressions - FAIL
2015-06-10 16:18 UTC (20+ messages)
[PATCH v4 0/9] introduce __pfn_t, evacuate struct page from sgls
2015-06-10 16:17 UTC (10+ messages)
` [PATCH v4 2/9] x86: support kmap_atomic_pfn_t() for persistent memory
[PATCH net-next 0/3 v2] changes to make ipv4 routing table aware of next-hop link status
2015-06-10 16:17 UTC (3+ messages)
` [PATCH net-next 2/3 v2] net: ipv4 sysctl option to ignore routes when nexthop link is down
[Qemu-devel] [PATCH v3 0/2] ACPI: ARM: add SPCR table
2015-06-10 16:16 UTC (6+ messages)
` [Qemu-devel] [PATCH v3 1/2] ACPI: Add definitions for the "
` [Qemu-devel] [PATCH v3 2/2] hw/arm/virt-acpi-build: Add "
[PATCH XSA-59] VT-d: extend quirks to newer desktop chipsets
2015-06-10 16:16 UTC (2+ messages)
[PATCH v5 00/18] unified packet type
2015-06-10 16:14 UTC (4+ messages)
` [PATCH v6 01/18] mbuf: redefine packet_type in rte_mbuf
[PATCH] IB/core: Don't warn on no SA support in event handler
2015-06-10 16:15 UTC (4+ messages)
[PATCH v2 00/19] Make git-pull a builtin
2015-06-10 16:13 UTC (7+ messages)
` [PATCH v2 15/19] pull: teach git pull about --rebase
[PATCH RFC 0/3] PM / Domains: Generic PM domains for cpus
2015-06-10 16:13 UTC (5+ messages)
` [PATCH RFC 2/3] PM / Domains: Support atomic PM domains
[PATCH] overlayfs: Warn on copy up if a process has a R/O fd open to the lower file
2015-06-10 16:12 UTC (3+ messages)
Discussion: quick_pit_calibrate is slow
2015-06-10 16:11 UTC (2+ messages)
[V6 PATCH 0/7] ACPI: Introduce support for _CCA object
2015-06-10 16:08 UTC (2+ messages)
` [V6 PATCH 2/7] arm64 : Introduce support for ACPI "
Strategy for permament extended/EUI64 address writing and updating in atusb
2015-06-10 16:09 UTC (5+ messages)
[Qemu-devel] [PATCH 0/2] mirror: Allow detection of zeroes on source sectors
2015-06-10 16:09 UTC (6+ messages)
` [Qemu-devel] [PATCH 1/2] qapi: Add "detect-zeroes" option to drive-mirror
[PATCH] vmxnet3: fix spelling
2015-06-10 16:09 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.