All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-12-08 02:27:14 to 2015-12-08 03:55:39 UTC [more...]

[Qemu-devel] [PATCH v7 00/31] qapi visitor cleanups (post-introspection cleanups subset E)
 2015-12-08  3:55 UTC  (18+ messages)
` [Qemu-devel] [PATCH v7 01/31] qobject: Document more shortcomings in our number handling
` [Qemu-devel] [PATCH v7 02/31] qapi: Avoid use of misnamed DO_UPCAST()
` [Qemu-devel] [PATCH v7 03/31] qapi: Drop dead dealloc visitor variable
` [Qemu-devel] [PATCH v7 04/31] hmp: Improve use of qapi visitor
` [Qemu-devel] [PATCH v7 05/31] vl: "
` [Qemu-devel] [PATCH v7 06/31] balloon: "
` [Qemu-devel] [PATCH v7 07/31] qapi: Improve generated event "
` [Qemu-devel] [PATCH v7 08/31] qapi: Track all failures between visit_start/stop
` [Qemu-devel] [PATCH v7 09/31] qapi: Prefer type_int64 over type_int in visitors
` [Qemu-devel] [PATCH v7 10/31] qapi: Make all visitors supply uint64 callbacks
` [Qemu-devel] [PATCH v7 11/31] qapi: Consolidate visitor small integer callbacks
` [Qemu-devel] [PATCH v7 12/31] qapi: Don't cast Enum* to int*
` [Qemu-devel] [PATCH v7 13/31] qapi: Drop unused 'kind' for struct/enum visit
` [Qemu-devel] [PATCH v7 14/31] qapi: Drop unused error argument for list and implicit struct
` [Qemu-devel] [PATCH v7 15/31] qmp: Fix reference-counting of qnull on empty output visit
` [Qemu-devel] [PATCH v7 16/31] qmp: Don't abuse stack to track qmp-output root
` [Qemu-devel] [PATCH v7 18/31] qapi: Add visit_type_null() visitor

[PATCH net-next] vrf: Add ip rules at vrf device create
 2015-12-08  3:55 UTC 

[Ocfs2-devel] Buffer read will get starvation in case reading/writing the same file from different nodes concurrently
 2015-12-08  3:55 UTC  (2+ messages)

[PATCH v2 4/9] ARM: dts: add dts files for hi3519-demb board
 2015-12-08  3:54 UTC  (10+ messages)

[ovmf test] 65509: regressions - FAIL
 2015-12-08  3:53 UTC 

cron job: media_tree daily build: ERRORS
 2015-12-08  3:52 UTC 

[meta-oe][PATCH] sessreg: add a patch to avoid build errors
 2015-12-08  3:49 UTC 

DVBSky T980C ci not working with kernel 4.x
 2015-12-08  3:49 UTC 

[PATCH v2 1/3] ppc64: Fix warnings
 2015-12-08  3:46 UTC  (5+ messages)
` [PATCH v2 3/3] ppc64: Add a flag to tell the kernel it's booting from kexec

[PATCH phosphor-host-ipmid] added debug on method call fails
 2015-12-08  3:40 UTC  (2+ messages)

Help Reassembling a raid5 array
 2015-12-08  3:40 UTC  (2+ messages)

[PATCH] r8152: fix lockup when runtime PM is enabled
 2015-12-08  3:18 UTC  (2+ messages)

[U-Boot] [PATCH 00/57] dm: x86: Convert ivybridge code to use driver model
 2015-12-08  3:39 UTC  (58+ messages)
` [U-Boot] [PATCH 01/57] dm: Add an init() method to the LPC uclass
` [U-Boot] [PATCH 02/57] dm: core: Display the error number when driver binding fails
` [U-Boot] [PATCH 03/57] dm: usb: Add a compatible string for PCI EHCI controller
` [U-Boot] [PATCH 04/57] dm: syscon: Allow finding devices by driver data
` [U-Boot] [PATCH 05/57] dm: pci: Convert bios_emu to use the driver model PCI API
` [U-Boot] [PATCH 06/57] x86: ivybridge: Set up the LPC device using driver model
` [U-Boot] [PATCH 07/57] x86: ivybridge: Move lpc_early_init() to probe()
` [U-Boot] [PATCH 08/57] x86: ivybridge: Move more init to the probe() function
` [U-Boot] [PATCH 09/57] x86: ivybridge: Set up the PCH init
` [U-Boot] [PATCH 10/57] dm: x86: Add a northbridge uclass
` [U-Boot] [PATCH 11/57] x86: ivybridge: Add a driver for the bd82x6x northbridge
` [U-Boot] [PATCH 12/57] x86: ivybridge: Move northbridge init into the probe() method
` [U-Boot] [PATCH 13/57] x86: ivybridge: Move LPC and PCH init into northbridge probe()
` [U-Boot] [PATCH 14/57] x86: ivybridge: Rename lpc_init() to lpc_init_extra()
` [U-Boot] [PATCH 15/57] x86: ivybridge: Add an init() method for the bd82x6x LPC
` [U-Boot] [PATCH 16/57] x86: ivybridge: Move graphics init much later
` [U-Boot] [PATCH 17/57] x86: ivybridge: Move sandybridge init to the lpc init() method
` [U-Boot] [PATCH 18/57] x86: ivybridge: Move GPIO init to the LPC "
` [U-Boot] [PATCH 19/57] x86: ivybridge: Use common CPU init code
` [U-Boot] [PATCH 20/57] x86: ivybridge: Move CPU init code into the driver
` [U-Boot] [PATCH 21/57] x86: ivybridge: Set up the thermal target correctly
` [U-Boot] [PATCH 22/57] x86: ivybridge: Drop the dead MTRR code
` [U-Boot] [PATCH 23/57] x86: ivybridge: Move early init code into northbridge.c
` [U-Boot] [PATCH 24/57] x86: Make x86_init_cpus() static
` [U-Boot] [PATCH 25/57] x86: Don't show an error when the MRC cache is up to date
` [U-Boot] [PATCH 26/57] x86: Bring up northbridge, pch and lpc after the CPUs
` [U-Boot] [PATCH 27/57] x86: ivybridge: Move northbridge and PCH init into drivers
` [U-Boot] [PATCH 28/57] x86: ivybridge: Use driver model PCI API in bd82x6x_pci_init()
` [U-Boot] [PATCH 29/57] x86: ivybridge: Use driver model PCI API in bd82x6x.c
` [U-Boot] [PATCH 30/57] x86: ivybridge: Move northbridge setup to the northbridge driver
` [U-Boot] [PATCH 31/57] ahci: Add an AHCI uclass
` [U-Boot] [PATCH 32/57] x86: ivybridge: Do the SATA init before relocation
` [U-Boot] [PATCH 33/57] x86: ivybridge: Drop the unused bd82x6x_init_extra()
` [U-Boot] [PATCH 34/57] x86: ivybridge: Use the SATA driver to do the init
` [U-Boot] [PATCH 35/57] x86: ivybridge: Use driver model PCI API in sata.c
` [U-Boot] [PATCH 36/57] x86: ivybridge: Move lpc_enable() into gma.c
` [U-Boot] [PATCH 37/57] x86: ivybridge: Move LPC init into LPC init() method
` [U-Boot] [PATCH 38/57] x86: ivybridge: Drop the special PCI driver
` [U-Boot] [PATCH 39/57] x86: ivybridge: Convert lpc init code to DM PCI API
` [U-Boot] [PATCH 40/57] x86: Enable DM_USB for link and panther
` [U-Boot] [PATCH 41/57] x86: i2c: Add a stub driver for Intel I2C/SMbus
` [U-Boot] [PATCH 42/57] x86: ivybridge: Use the I2C driver to perform SMbus init
` [U-Boot] [PATCH 43/57] x86: ivybridge: Convert enable_usb_bar() to use DM PCI API
` [U-Boot] [PATCH 44/57] x86: ivybridge: Convert dram_init() "
` [U-Boot] [PATCH 45/57] x86: ivybridge: Convert sdram_initialise() "
` [U-Boot] [PATCH 46/57] x86: chromebook_link: Enable the syscon uclass
` [U-Boot] [PATCH 47/57] x86: ivybridge: Convert SDRAM init to use driver model
` [U-Boot] [PATCH 48/57] x86: ivybridge: Convert report_platform to DM PCI API
` [U-Boot] [PATCH 49/57] x86: ivybridge: Convert pch.c to use "
` [U-Boot] [PATCH 50/57] x86: ivybridge: Move code from pch.c to bd82x6x.c
` [U-Boot] [PATCH 51/57] x86: ivybridge: Sort out the calls to bridge_silicon_revision()
` [U-Boot] [PATCH 52/57] x86: ivybridge: Convert EHCI init to use the DM PCI API
` [U-Boot] [PATCH 53/57] x86: ivybridge: Drop XHCI support
` [U-Boot] [PATCH 54/57] x86: ivybridge: Drop the SMM-locking code
` [U-Boot] [PATCH 55/57] x86: Set up a shared syscon numbering schema
` [U-Boot] [PATCH 56/57] x86: ivybridge: Use syscon for the GMA device
` [U-Boot] [PATCH 57/57] x86: fdt: Drop the unused compatible strings in fdtdec

[PATCH v3] vmcore-dmesg: Collect full dmesg regardless of logged_chars
 2015-12-08  3:36 UTC  (3+ messages)

[PATCH] ext4: remove MAX_32_NUM
 2015-12-08  3:34 UTC 

[PATCH v2] PCI: dra7xx: mark dra7xx_pcie_msi irq as IRQF_NO_THREAD
 2015-12-08  3:33 UTC  (4+ messages)

[PATCH v2 00/25] mtd: nand: refactor the NAND subsystem (part 1)
 2015-12-08  3:29 UTC  (7+ messages)
` [PATCH v2 02/25] blackfin: nand: make use of mtd_to_nand() where appropriate
` [PATCH v2 03/25] cris: "
` [PATCH v2 04/25] mips: "

[PATCH 01/02] core: enable more fine-grained datagram reception control
 2015-12-08  3:28 UTC  (4+ messages)
` breaks blocking receive for other users (was: [PATCH 01/02] core: enable more fine-grained datagram reception control)
  ` [PATCH] fix inverted test in __skb_recv_datagram

[PATCH v5] sun4i-codec: add inputs
 2015-12-08  3:20 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] serial-uclass.c: Copy at most sdev.name - 1 characters into the buffer
 2015-12-08  3:26 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] sandbox: eth-raw-os.c: Ensure that our interface name is not too long
` [U-Boot] [PATCH 3/3] sandbox: sandbox_flash.c: Ensure NUL-termination on product/vendor strings

[PATCH] epoll: add exclusive wakeups flag
 2015-12-08  3:23 UTC  (3+ messages)
` [PATCH] epoll: add EPOLLEXCLUSIVE flag

use-after-free in __perf_install_in_context
 2015-12-08  3:24 UTC  (4+ messages)

[PATCH v4 0/4] ARM SMC Calling Convention interface
 2015-12-08  3:22 UTC  (2+ messages)

[RESEND RFC PATCH 0/2] Expose the PIO_ISR register on SAMA5D3
 2015-12-08  3:20 UTC  (6+ messages)
` [RESEND RFC PATCH 1/2] gpio: Add isr property of gpio pins
` [RESEND RFC PATCH 2/2] pinctrl: at91: expose the isr bit

bluez iphone connection
 2015-12-08  3:19 UTC  (3+ messages)

[PATCH net] geneve: Fix IPv6 xmit stats update
 2015-12-08  3:17 UTC 

[PATCH 0/3] USB: add generic onboard USB HUB driver
 2015-12-08  3:16 UTC  (9+ messages)
` [PATCH 1/3] usb: misc: generic_onboard_hub: "
` [PATCH 2/3] doc: dt-binding: generic onboard USB HUB

[U-Boot] Secure Boot Mode on rk3288 Radxa Rock2
 2015-12-08  3:13 UTC 

[GIT PULL] MTD/NAND cleanups for v4.5
 2015-12-08  3:13 UTC  (2+ messages)

[PATCH] cxl: Set endianess of kernel contexts
 2015-12-08  3:11 UTC  (3+ messages)

[PATCH] vhost: don't stall if guest is slow
 2015-12-08  3:12 UTC  (4+ messages)

[PATCH 0/8 v3] enable to use thermal-zone on r8a7790/1
 2015-12-08  3:10 UTC  (8+ messages)
` [PATCH 6/8 v3] ARM: shmobile: r8a7790: enable to use thermal-zone
` [PATCH 7/8 v3] ARM: shmobile: r8a7791: "

[PATCH 1/1] perl: do not use PERLHOSTLIB
 2015-12-08  3:07 UTC 

(no subject)
 2015-12-08  0:07 UTC 

[PATCH v2 3/9] ARM: hisi: enable Hi3519 soc
 2015-12-08  3:03 UTC  (7+ messages)

[U-Boot] [PATCH v5] arm: Add sata support on Layerscape ARMv8 board
 2015-12-08  3:04 UTC  (7+ messages)

[PATCH] virtio: fix wrong queue index for VIRTIO_PCI_QUEUE_SEL
 2015-12-08  3:05 UTC 

FCC driver for Motorola MPC82xx - an error found
 2015-12-08  1:29 UTC  (2+ messages)

[PATCH 1/3] radeon/cik: Fix GFX IB test on Big-Endian
 2015-12-08  3:00 UTC  (5+ messages)
` [PATCH 2/3] radeon: Fix VCE ring test for Big-Endian systems

[PATCH 1/9] drm: Create a driver hook for allocating GEM object structs
 2015-12-08  2:56 UTC  (6+ messages)
` [PATCH 3/9] drm/vc4: Add create and map BO ioctls

[PATCH v2 0/3] Badblock tracking for gendisks
 2015-12-08  2:54 UTC  (5+ messages)
` [PATCH v2 1/3] badblocks: Add core badblock management code
` [PATCH v2 2/3] block: Add badblock management for gendisks
` [PATCH v2 3/3] md: convert to use the generic badblocks code

[PATCH 0/2] i2c:dw: Add APM X-Gene ACPI I2C device support
 2015-12-08  2:49 UTC  (4+ messages)
` [PATCH 1/2] acpi:apd: "

[Qemu-devel] [PATCH v2 0/3] fix debug macro pattern for vmxnet3
 2015-12-08  2:53 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 2/3] net/vmxnet3: "

[U-Boot] dm: Introduce SPI-NOR framework
 2015-12-08  2:52 UTC  (2+ messages)

[PATCH] Revert "mtd: spi-nor: disable protection for Winbond flash at startup"
 2015-12-08  2:49 UTC  (5+ messages)

[Bug 93101] GPU Fault almost burned the CPU
 2015-12-08  2:49 UTC  (2+ messages)

[PATCH 00/20] qla2xxx: Patches for target-pending branch
 2015-12-08  2:48 UTC  (9+ messages)
` [PATCH 09/20] qla2xxx: Change check_stop_free to always return 1
` [PATCH 10/20] qla2xxx: Fix interaction issue between qla2xxx and Target Core Module
` [PATCH 11/20] qla2xxx: Add TAS detection for kernel 3.15 n newer
` [PATCH 12/20] target/tmr: LUN reset cause cmd premature free

[U-Boot] Would like to participate on the new U-Boot driver modele
 2015-12-08  2:48 UTC  (2+ messages)

[PATCH v2 net-next] net: hns: optimize XGE capability by reducing cpu usage
 2015-12-08  3:02 UTC 

[xen-unstable test] 65141: regressions - FAIL
 2015-12-08  2:46 UTC  (8+ messages)

[U-Boot] [PATCH] dm: core: Add platform specific bus translation function
 2015-12-08  2:46 UTC  (18+ messages)

Ques: [kernel/time/*] Is there any disadvantage in using sleep_range for more than 20ms delay ?
 2015-12-08  2:45 UTC  (3+ messages)

[PATCH kernel 0/9] KVM: PPC: Add in-kernel multitce handling
 2015-12-08  2:35 UTC  (10+ messages)
` [PATCH kernel 1/9] rcu: Define notrace version of list_for_each_entry_rcu
` [PATCH kernel 2/9] KVM: PPC: Make real_vmalloc_addr() public
` [PATCH kernel 3/9] KVM: PPC: Rework H_PUT_TCE/H_GET_TCE handlers
` [PATCH kernel 4/9] KVM: PPC: Use RCU for arch.spapr_tce_tables

MPLS decap with iproute2
 2015-12-08  2:37 UTC  (2+ messages)

[Qemu-devel] tcg: improve MAX_CODE_GEN_BUFFER_SIZE for arm
 2015-12-08  2:43 UTC 

[PATCH 0/1] Fix ext SDK installer regression
 2015-12-08  2:42 UTC  (2+ messages)
` [PATCH 1/1] toolchain-shar-extract.sh: ensure cleaned environment will work for ext SDK

[Ocfs2-devel] [PATCH] ocfs2: dlm: fix deadlock due to nested lock
 2015-12-08  2:41 UTC  (5+ messages)

[Qemu-devel] [PATCHv2 00/10] Clean up pseries machine versioning
 2015-12-08  2:38 UTC  (3+ messages)
` [Qemu-devel] [PATCHv2 07/10] pseries: DEFINE_SPAPR_MACHINE
  ` [Qemu-devel] [Qemu-ppc] "

[PATCH v4] block: create ioctl to discard-or-zeroout a range of blocks
 2015-12-08  2:40 UTC  (2+ messages)

Re:转发:提前抢双十二红包(AD)
 2015-12-08  2:35 UTC 

[Bug 93288] dpm malfunction on radeon hawaii r9 390X
 2015-12-08  2:34 UTC  (2+ messages)

Hang triggered by udev coldplug, looks like a race
 2015-12-08  2:33 UTC  (5+ messages)
  ` [V9fs-developer] "

[dpdk-announce] release candidate 2.2.0-rc3
 2015-12-08  2:31 UTC 

PAX: size overflow detected in function try_merge_map fs/btrfs/extent_map.c:238
 2015-12-08  2:24 UTC 

[PATCH v8 1/4] doc: add sample application guide for performance-thread
 2015-12-08  2:28 UTC  (4+ messages)
` [PATCH v9 3/4] examples: add l3fwd-thread example in performance-thread

[PATCH v4 00/16] perf tools: BPF related update and other improvements
 2015-12-08  2:25 UTC  (14+ messages)
` [PATCH v4 03/16] perf tools: Add API to config maps in bpf object
` [PATCH v4 04/16] perf tools: Enable BPF object configure syntax
` [PATCH v4 06/16] perf tools: Support perf event alias name
` [PATCH v4 07/16] perf tools: Enable passing event to BPF object
` [PATCH v4 08/16] perf tools: Support setting different slots in a BPF map separately
` [PATCH v4 09/16] perf tools: Enable indices setting syntax for BPF maps
` [PATCH v4 10/16] perf tools: Introduce bpf-output event
` [PATCH v4 11/16] perf data: Add u32_hex data type
` [PATCH v4 12/16] perf data: Support converting data from bpf_perf_event_output()
` [PATCH v4 13/16] perf tools: Always give options even it not compiled
` [PATCH v4 14/16] perf record: Support custom vmlinux path
` [PATCH v4 15/16] perf script: Add support for PERF_TYPE_BREAKPOINT
` [PATCH v4 16/16] perf tools: Clear struct machine during machine__init()


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.