messages from 2015-10-23 03:11:07 to 2015-10-23 05:18:44 UTC [more...]
[U-Boot] Doubt in USB driver for Vybrid vf610
2015-10-23 5:18 UTC (4+ messages)
[PATCH v3 0/2] NAND support for Broadcom NS2 SoC
2015-10-23 5:16 UTC (6+ messages)
` [PATCH v3 1/2] mtd: brcmnand: Force 8bit mode before doing nand_scan_ident()
` [PATCH v3 2/2] arm64: dts: Add BRCM IPROC NAND DT node for NS2
[Qemu-devel] [PATCH v10 00/25] qapi collision reduction (post-introspection subset B')
2015-10-23 5:09 UTC (26+ messages)
` [Qemu-devel] [PATCH v10 01/25] tests/qapi-schema: Test for reserved names, empty struct
` [Qemu-devel] [PATCH v10 02/25] qapi: More idiomatic string operations
` [Qemu-devel] [PATCH v10 03/25] qapi: More robust conditions for when labels are needed
` [Qemu-devel] [PATCH v10 04/25] qapi: Reserve '*List' type names for list types
` [Qemu-devel] [PATCH v10 05/25] qapi: Reserve 'q_*' and 'has_*' member names
` [Qemu-devel] [PATCH v10 06/25] vnc: Hoist allocation of VncBasicInfo to callers
` [Qemu-devel] [PATCH v10 07/25] qapi-visit: Split off visit_type_FOO_fields forward decl
` [Qemu-devel] [PATCH v10 08/25] qapi-types: Refactor base fields output
` [Qemu-devel] [PATCH v10 09/25] qapi: Prefer typesafe upcasts to qapi base classes
` [Qemu-devel] [PATCH v10 10/25] qapi: Unbox base members
` [Qemu-devel] [PATCH v10 11/25] qapi-visit: Remove redundant functions for flat union base
` [Qemu-devel] [PATCH v10 12/25] qapi: Start converting to new qapi union layout
` [Qemu-devel] [PATCH v10 13/25] qapi-visit: Convert "
` [Qemu-devel] [PATCH v10 14/25] tests: "
` [Qemu-devel] [PATCH v10 15/25] block: "
` [Qemu-devel] [PATCH v10 16/25] sockets: "
` [Qemu-devel] [PATCH v10 17/25] net: "
` [Qemu-devel] [PATCH v10 18/25] char: "
` [Qemu-devel] [PATCH v10 19/25] input: "
` [Qemu-devel] [PATCH v10 20/25] memory: "
` [Qemu-devel] [PATCH v10 21/25] tpm: "
` [Qemu-devel] [PATCH v10 22/25] qapi: Finish converting "
` [Qemu-devel] [PATCH v10 23/25] qapi: Reserve 'u' member name
` [Qemu-devel] [PATCH v10 24/25] qapi: Remove outdated tests related to QMP/branch collisions
` [Qemu-devel] [PATCH v10 25/25] qapi: Simplify gen_struct_field()
[PATCH 00/10] add support SATA for BMIPS_GENERIC
2015-10-23 5:06 UTC (19+ messages)
` [PATCH 01/10] ata: ahci_brcmstb: make the driver buildable on BMIPS_GENERIC
` [PATCH 02/10] ata: ahch_brcmstb: add data for port offset
` [PATCH 03/10] ata: ahci_brcmstb: add support 40nm platforms
` [PATCH 04/10] phy: phy_brcmstb_sata: make the driver buildable on BMIPS_GENERIC
` [PATCH 05/10] phy: phy_brcmstb_sata: remove unused definitions
` [PATCH 06/10] phy: phy_brcmstb_sata: add data for phy offset
` [PATCH 07/10] phy: phy_brcmstb_sata: add support 40nm platforms
[PATCH V4] Delay allocation of PCI device IRQs from boot time until bus scan time to fix PCI hotplugging
2015-10-23 5:04 UTC (30+ messages)
` [PATCH V4 01/29] PCI: Build setup-irq.o on all arches
` [PATCH V4 02/29] PCI: Add a prototype for pci_find_host_bridge to pci.h
` [PATCH V4 03/29] PCI: Add IRQ mapping function pointers to pci_host_bridge struct
` [PATCH V4 04/29] PCI: Remove const from the pci_dev struct passed to pci_fixup_irqs
` [PATCH V4 05/29] PCI: Add pci_assign_irq function and have pci_fixup_irqs use it
` [PATCH V4 06/29] PCI: Add a call to pci_assign_irq in do_pci_enable_device
` [PATCH V4 07/29] x86/pci: Move pcibios_root_bridge_prepare from acpi.c to irq.c
` [PATCH V4 08/29] x86/pci: Defer IRQ assignment to device enable time
` [PATCH V4 09/29] x86/pci: Pass pin into pcibios_lookup_irq rather than look it up
` [PATCH V4 10/29] ARM/PCI: Defer IRQ assignment to device enable time
` [PATCH V4 11/29] powerpc/pci: "
` [PATCH V4 12/29] sh/PCI: Remove __init optimisations from IRQ mapping functions/data
` [PATCH V4 13/29] sh/PCI: Defer IRQ assignment to device enable time
` [PATCH V4 14/29] alpha/PCI: "
` [PATCH V4 15/29] cris/PCI: "
` [PATCH V4 16/29] frv/PCI: "
` [PATCH V4 17/29] m68k/pci: "
` [PATCH V4 18/29] microblaze/PCI: "
` [PATCH V4 19/29] MIPS/PCI: "
` [PATCH V4 20/29] mn10300: Defer PCI "
` [PATCH V4 21/29] mn10300: Remove pcibios_enable_device function
` [PATCH V4 22/29] sparc/PCI: Defer IRQ assignment to device enable time
` [PATCH V4 23/29] tile: pci: "
` [PATCH V4 24/29] unicore32/PCI: "
` [PATCH V4 25/29] PCI: Update pci-versatile to use IRQ deferred assignment
` [PATCH V4 26/29] PCI: Update pcie-iproc to use IRQ deffered assignment
` [PATCH V4 27/29] PCI: Update pci-host-generic "
` [PATCH V4 28/29] of/pci: Fix comment for pci_fixup_irqs changing to pci_assign_irq
` [PATCH V4 29/29] PCI: Remove pci_fixup_irqs function
[PATCH] ixgbe: workaround for Security issue in SR-IOV mode
2015-10-23 5:05 UTC (5+ messages)
` [PATCH v2] ixgbe: Drop flow control frames from VFs
` [PATCH v3] "
[PATCH] BAT: Change maximum number of channels from 2 to 64
2015-10-23 5:04 UTC (2+ messages)
[PATCH 2/2] Staging: lustre: lnet: lib-move return of an errno should typically be negative (ie: return -EAGAIN)
2015-10-23 5:00 UTC (2+ messages)
[GIT PULL] ASoC updates for v4.3
2015-10-23 5:00 UTC (2+ messages)
[PROBLEM] Broadwell vaapi vaPutSurface seems broken
2015-10-23 4:59 UTC (2+ messages)
Hung RAID5 array with discard
2015-10-23 4:57 UTC (6+ messages)
[PATCH net] macvtap: unbreak receiving of gro skb with frag list
2015-10-23 4:57 UTC
[PATCH] gpio: xilinx: Drop architecture dependencies
2015-10-23 4:51 UTC (3+ messages)
` [PATCH v2] "
[Ksummit-discuss] Linux Foundation Technical Advisory Board Elections and Nomination process
2015-10-23 4:51 UTC (7+ messages)
` [Ksummit-discuss] [Tech-board-discuss] "
` [Tech-board-discuss] [Ksummit-discuss] "
[Qemu-devel] [PATCH] hw/isa/lpc_ich9: inject the SMI on the VCPU that is writing to APM_CNT
2015-10-23 4:41 UTC (6+ messages)
[PATCH] ath10k: Adjust the RX packet pad offset at QCA99X0 4addr mode
2015-10-23 4:50 UTC (2+ messages)
[PATCH] clk: qoriq: Fix wrong data in p2041_cmux_grp2
2015-10-23 4:50 UTC
[RFC PATCH 0/7] perf tools: Config BPF maps through perf cmdline
2015-10-23 4:48 UTC (3+ messages)
` [RFC PATCH 4/7] perf tools: Enable BPF object configure syntax
[PATCH v4 1/2] geneve: implement support for IPv6-based tunnels
2015-10-23 4:48 UTC (3+ messages)
` [PATCH v5 "
[Buildroot] [PATCH 0/1] Add postgres server/client options
2015-10-23 4:43 UTC (2+ messages)
` [Buildroot] [PATCH v2 1/1] postgresql: add an option to build the server
[U-Boot] [PATCH v2 00/28] dm: input: Move keyboard drivers to driver model
2015-10-23 4:41 UTC (9+ messages)
` [U-Boot] [PATCH v2 15/28] input: Add a function to add a keycode to the existing set
` [U-Boot] [PATCH v2 16/28] input: Allow repeat filtering to be disabled
` [U-Boot] [PATCH v2 17/28] input: Support the German keymap
` [U-Boot] [PATCH v2 23/28] x86: Add an i8042 device for boards that have it
[PATCH] fix lpm bugs
2015-10-23 4:40 UTC (4+ messages)
[U-Boot] [PATCH] fdt_support: Check for bank size before updating memory node
2015-10-23 4:38 UTC (3+ messages)
[U-Boot] [PATCH v8 1/4] include: Add log2 and fls64 header fi
2015-10-23 4:36 UTC (6+ messages)
[Bug 82843] New: [NV96][Regression][Bisected] Failure to resume
2015-10-23 4:32 UTC (2+ messages)
` [Bug 82843] "
[PATCH] mm,vmscan: Use accurate values for zone_reclaimable() checks
2015-10-23 4:26 UTC (12+ messages)
QCA6174, is it ath6kl or ath10k?
2015-10-23 4:22 UTC (3+ messages)
[PATCH] xl: log an error if libxl_cpupool_destroy() fails
2015-10-23 4:21 UTC (2+ messages)
+ doc-slub-document-slabinfo-gnuplotsh-script.patch added to -mm tree
2015-10-23 4:20 UTC (2+ messages)
[PATCH] Documentation: ARM: EXYNOS: Update bootloader interface on Exynos542x
2015-10-23 4:19 UTC (2+ messages)
[PATCH v2] sunrpc: fix waitqueue_active without memory barrier in sunrpc
2015-10-23 4:14 UTC (3+ messages)
[U-Boot] [ANN] U-Boot v2015.10 released
2015-10-23 4:14 UTC (7+ messages)
[PATCH 0/5] Fix live images when using the extensible sdk
2015-10-23 4:11 UTC (7+ messages)
` [PATCH 1/5] Add 850 codepage to uninative-tarball
` [PATCH 2/5] scripts/oe-pkgdata-util: Fix variable name in error handling
` [PATCH 3/5] populate_sdk_base: Ensure PKGDATA_DIR exists
` [PATCH 4/5] mtools_4.0.18.bb: Use create_wrapper() for mcopy
` [PATCH 5/5] wic/utils/oe/misc.py: Preserve PATH when running native tools
[Qemu-devel] [PATCH v4 0/2] PCI-e device multi-function hot-add support
2015-10-23 4:13 UTC (4+ messages)
` [Qemu-devel] [PATCH v4 2/2] enable multi-function hot-add
[PATCH v3 0/3] fix the TSHUT issue on rockchip thermal
2015-10-23 4:04 UTC (5+ messages)
` [PATCH v3 2/3] thermal: rockchip: ensure the otp states before resetting the controller
Question about ext4 journal
2015-10-23 4:04 UTC
[PATCH v3 05/18] powerpc/85xx: Load all early TLB entries at once
2015-10-23 3:54 UTC (2+ messages)
vmxnet3 can not active device in 5.5
2015-10-23 3:54 UTC
[PATCH v11 02/14] HMM: add special swap filetype for memory migrated to device v2
2015-10-23 3:54 UTC (6+ messages)
[PATCH v2 00/22] staging/rdma/hfi1: Fix bugs and performance issues
2015-10-23 3:53 UTC (5+ messages)
` [PATCH v2 14/22] staging/rdma/hfi1: Implement Expected Receive TID caching
[PATCH v6 00/37] cxlflash: Miscellaneous bug fixes and corrections
2015-10-23 3:52 UTC (7+ messages)
` [PATCH v6 16/37] cxlflash: Fix async interrupt bypass logic
` [PATCH v6 35/37] cxlflash: Fix to avoid corrupting port selection mask
` [PATCH v6 36/37] cxlflash: Fix to avoid lock instrumentation rejection
[PATCH v4 0/4] simplefb: Add regulator handling support
2015-10-23 3:50 UTC (16+ messages)
` [PATCH v4 1/4] dt-bindings: simplefb: Support regulator supply properties
` [PATCH v4 2/4] simplefb: Claim and enable regulators
` [PATCH v4 3/4] ARM: dts: sun6i: Add simplefb node labels to reference at board level
` [PATCH v4 4/4] ARM: dts: sun6i: Add dts file for MSI Primo81 tablet
[PATCH net-next 0/4] Automatic adjustment of max frame size
2015-10-23 3:49 UTC (10+ messages)
` [Intel-wired-lan] "
` [PATCH net-next 1/4] net: Add ndo_enc_hdr_len to notify extra header room for encapsulated frames
` [Intel-wired-lan] "
` [PATCH net-next 2/4] e1000e: Add ndo_enc_hdr_len
` [Intel-wired-lan] "
` [PATCH net-next 3/4] vlan: Notify real device of encap header length
` [Intel-wired-lan] "
` [PATCH net-next 4/4] bridge: Notify port "
` [Intel-wired-lan] "
[RFC PATCH v2] vhost: Add VHOST PMD
2015-10-23 3:48 UTC (5+ messages)
` [RFC PATCH v3 0/2] "
` [RFC PATCH v3 2/2] vhost: "
[PATCH v3 net-next] bpf: fix bpf_perf_event_read() helper
2015-10-23 3:47 UTC (2+ messages)
Make "git checkout" automatically update submodules?
2015-10-23 3:46 UTC (5+ messages)
` Make
[RESEND PATCH v4 3/3] mmc: sdhci-of-arasan: add runtime pm support
2015-10-23 3:44 UTC (3+ messages)
[PATCH] mm: Introduce kernelcore=reliable option
2015-10-23 3:36 UTC (3+ messages)
[PATCH v4 1/6] PCI: layerscape: remove ls_pcie_establish_link()
2015-10-23 3:39 UTC (5+ messages)
` [PATCH v4 6/6] PCI: layerscape: add ls_pcie_msi_host_init
[PATCH 0/9 v2] ext4: Punch hole and DAX fixes
2015-10-23 3:35 UTC (3+ messages)
newstore direction
2015-10-23 3:16 UTC (5+ messages)
[PATCH 0/9] powerpc32: set of optimisation of network checksum functions
2015-10-23 3:33 UTC (9+ messages)
` [PATCH 3/9] powerpc32: checksum_wrappers_64 becomes checksum_wrappers
` [PATCH 6/9] powerpc32: optimise a few instructions in csum_partial()
` [PATCH 8/9] powerpc: simplify csum_add(a, b) in case a or b is constant 0
` [PATCH 9/9] powerpc: optimise csum_partial() call when len is constant
[GIT PULL] Please pull powerpc/linux.git powerpc-4.3-5 tag
2015-10-23 3:32 UTC
[PATCH v11 07/14] HMM: mm add helper to update page table when migrating memory v2
2015-10-23 3:25 UTC (4+ messages)
[PATCH v3 0/2] simplefb: Add regulator handling support
2015-10-23 3:26 UTC (5+ messages)
` [PATCH v3 2/2] simplefb: Claim and enable regulators
[PATCH] misc: ibmasm: Replace timeval with timespec64
2015-10-23 3:25 UTC (4+ messages)
` [Y2038] "
[U-Boot] [PATCH] dm: keystone: serial: Add driver model support
2015-10-23 3:24 UTC (2+ messages)
[PATCH net-next v3 1/3] switchdev: fix: erasing too much of vlan obj when handling multiple vlan specs
2015-10-23 3:25 UTC (3+ messages)
` [PATCH net-next v3 2/3] switchdev: fix: pass correct obj size when deferring obj add
` [PATCH net-next v3 3/3] switchdev: split switchdev_attr into individual structs
[RFC PATCH 0/3] Qemu/IXGBE: Add live migration support for SRIOV NIC
2015-10-23 3:10 UTC (3+ messages)
` [Qemu-devel] "
[PATCH v12 1/6] genalloc:support memory-allocation with bytes-alignment to genalloc
2015-10-23 3:19 UTC (5+ messages)
` [PATCH v12 5/6] QE: use subsys_initcall to init qe
` [PATCH v12 6/6] QE: Move QE from arch/powerpc to drivers/soc
[PATCH] kexec-tools: do not copy 1st kernel root= param in fs2dt.c
2015-10-23 3:19 UTC (4+ messages)
[PATCH v2 0/3] target-i386: save/restore vcpu's TSC rate during migration
2015-10-23 3:14 UTC (5+ messages)
` [PATCH v2 3/3] target-i386: load the migrated vcpu's TSC rate
` [Qemu-devel] "
[Qemu-devel] [PATCH 0/6] e1000: Various fixes and registers' implementation
2015-10-23 3:10 UTC (7+ messages)
` [Qemu-devel] [PATCH 2/6] e1000: Trivial implementation of various MAC registers
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.