All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-12-08 02:48:00 to 2015-12-08 04:26:19 UTC [more...]

[PATCH v2 00/14] perf tools: Move perf subcommand framework into lib/tools
 2015-12-08  4:21 UTC  (10+ messages)
` [PATCH v2 01/14] perf: Fix 'make clean'
` [PATCH v2 06/14] perf: Split up cache.h
` [PATCH v2 08/14] perf: Save cmdline arguments earlier
` [PATCH v2 09/14] perf: Remove check for unused PERF_PAGER_IN_USE
` [PATCH v2 10/14] perf: Move cmd_version() to builtin-version.c
` [PATCH v2 11/14] perf: Move help_unknown_cmd() to its own file
` [PATCH v2 12/14] perf tools: Move strlcpy() to tools/lib/string.c
` [PATCH v2 13/14] perf tools: Move tools/lib/string.c to libapi
` [PATCH v2 14/14] perf tools: Move subcommand framework and related utils "

[GIT PULL 00/14] perf/core improvements and fixes
 2015-12-08  4:24 UTC  (2+ messages)

[GIT PULL] perf fixes
 2015-12-08  4:22 UTC 

[PATCH] arago.conf: bump version
 2015-12-08  4:17 UTC 

Denys Dmytriyenko : layer.conf: add ti-rpc-rtos to ABI safe list
 2015-12-08  4:16 UTC 

Denys Dmytriyenko : layer.conf: add ti-rpc-rtos to ABI safe list
 2015-12-08  4:15 UTC 

Audit Framework and namespaces
 2015-12-08  4:14 UTC  (3+ messages)

[PATCH 0/4] [RFC] cpumask: Robustify the var-cpumask allocation APIs
 2015-12-08  4:13 UTC  (5+ messages)
` [PATCH 1/4] cpumask: Migrate 'alloc_cpumask_var()' users to 'zalloc_cpumask_var()'

^= usage
 2015-12-08  4:10 UTC 

[PATCH v3 0/4] Add PWM clock support for bcm2835
 2015-12-08  4:09 UTC  (6+ messages)
` [PATCH v3 4/4] clk: bcm2835: Add PWM clock support to the device tree

[PATCH] layer.conf: add ti-rpc-rtos to ABI safe list
 2015-12-08  4:07 UTC 

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

move btrfs clone ioctls to common code V2
 2015-12-08  4:05 UTC  (3+ messages)
` [PATCH 1/4] locks: new locks_mandatory_area calling convention

I/O errors without erros from underlying device
 2015-12-08  4:02 UTC  (4+ messages)

[PATCH] powerpc: warn on spurious irq events (but ratelimited)
 2015-12-08  1:38 UTC 

[PATCH] NFC: added the sysfs entry for nfcsim workqueue delay
 2015-12-08  3:59 UTC  (4+ messages)

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

[Qemu-devel] [PATCH v7 00/31] qapi visitor cleanups (post-introspection cleanups subset E)
 2015-12-08  3:55 UTC  (32+ 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 17/31] qapi: Document visitor interfaces, add assertions
` [Qemu-devel] [PATCH v7 18/31] qapi: Add visit_type_null() visitor
` [Qemu-devel] [PATCH v7 19/31] qmp: Tighten output visitor rules
` [Qemu-devel] [PATCH v7 20/31] spapr_drc: Expose 'null' in qom-get when there is no fdt
` [Qemu-devel] [PATCH v7 21/31] qapi: Simplify excess input reporting in input visitors
` [Qemu-devel] [PATCH v7 22/31] qapi: Add type.is_empty() helper
` [Qemu-devel] [PATCH v7 23/31] qapi: Fix command with named empty argument type
` [Qemu-devel] [PATCH v7 24/31] qapi: Eliminate empty visit_type_FOO_fields
` [Qemu-devel] [PATCH v7 25/31] qapi: Canonicalize missing object to :empty
` [Qemu-devel] [PATCH v7 26/31] qapi-visit: Unify struct and union visit
` [Qemu-devel] [PATCH v7 27/31] qapi: Rework deallocation of partial struct
` [Qemu-devel] [PATCH v7 28/31] qapi: Split visit_end_struct() into pieces
` [Qemu-devel] [PATCH v7 29/31] qapi: Simplify semantics of visit_next_list()
` [Qemu-devel] [PATCH v7 30/31] qapi: Change visit_type_FOO() to no longer return partial objects
` [Qemu-devel] [PATCH v7 31/31] RFC: qapi: Adjust layout of FooList types

[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)

[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  (6+ messages)
` [PATCH 1/3] usb: misc: generic_onboard_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 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  (2+ 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  (5+ messages)
` [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)


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.