All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-07-27 23:30:08 to 2015-07-28 00:39:40 UTC [more...]

Denys Dmytriyenko : u-boot-ti-staging: update to the latest 2015.07
 2015-07-28  0:39 UTC 

Denys Dmytriyenko : linux-ti-staging 4.1: update with latest feature merges
 2015-07-28  0:39 UTC 

Denys Dmytriyenko : linux-ti-staging 3.14: update to 3.14.48 stable
 2015-07-28  0:39 UTC 

Denys Dmytriyenko : linux-ti-staging 3.14: update to 3.14.48 stable
 2015-07-28  0:39 UTC 

Karthik Ramanan : ipumm-fw: Update download path and checksum
 2015-07-28  0:39 UTC 

Denys Dmytriyenko : Revert "u-boot-ti-staging: add version 2015.07-rc3"
 2015-07-28  0:39 UTC 

Denys Dmytriyenko : linux-ti-staging 3.14: update to 3.14.48 stable
 2015-07-28  0:39 UTC 

Karthik Ramanan : ipumm-fw: Update download path and checksum
 2015-07-28  0:39 UTC 

Denys Dmytriyenko : linux-ti-staging 4.1: update with latest feature merges
 2015-07-28  0:39 UTC 

Karthik Ramanan : ipumm-fw: Update download path and checksum
 2015-07-28  0:39 UTC 

Denys Dmytriyenko : u-boot-ti-staging: update to the latest 2015.07
 2015-07-28  0:39 UTC 

[PATCH v2] ARM: dts: Add SPI CS on exynos5250-snow
 2015-07-28  0:36 UTC  (4+ messages)

[Qemu-devel] [PATCH v2 00/45] ivshmem improvements (for 2.5)
 2015-07-28  0:32 UTC  (46+ messages)
` [Qemu-devel] [PATCH v2 01/45] char: add qemu_chr_free()
` [Qemu-devel] [PATCH v2 02/45] msix: add VMSTATE_MSIX_TEST
` [Qemu-devel] [PATCH v2 03/45] ivhsmem: read do not accept more than sizeof(long)
` [Qemu-devel] [PATCH v2 04/45] ivshmem: fix number of bytes to push to fifo
` [Qemu-devel] [PATCH v2 05/45] ivshmem: factor out the incoming fifo handling
` [Qemu-devel] [PATCH v2 06/45] ivshmem: remove unnecessary dup()
` [Qemu-devel] [PATCH v2 07/45] ivshmem: remove superflous ivshmem_attr field
` [Qemu-devel] [PATCH v2 08/45] ivshmem: remove useless doorbell field
` [Qemu-devel] [PATCH v2 09/45] ivshmem: more qdev conversion
` [Qemu-devel] [PATCH v2 10/45] ivshmem: remove last exit(1)
` [Qemu-devel] [PATCH v2 11/45] ivshmem: increase_dynamic_storage() improvements
` [Qemu-devel] [PATCH v2 12/45] ivshmem: remove useless ivshmem_update_irq() val argument
` [Qemu-devel] [PATCH v2 13/45] ivshmem: initialize max_peer to -1
` [Qemu-devel] [PATCH v2 14/45] ivshmem: remove max_peer field
` [Qemu-devel] [PATCH v2 15/45] ivshmem: improve debug messages
` [Qemu-devel] [PATCH v2 16/45] ivshmem: improve error
` [Qemu-devel] [PATCH v2 17/45] ivshmem: print error on invalid peer id
` [Qemu-devel] [PATCH v2 18/45] ivshmem: add a warning if eventfd value is 0
` [Qemu-devel] [PATCH v2 19/45] ivshmem: beautify a bit the code
` [Qemu-devel] [PATCH v2 20/45] ivshmem: use common return
` [Qemu-devel] [PATCH v2 21/45] ivshmem: use common is_power_of_2()
` [Qemu-devel] [PATCH v2 22/45] ivshmem: migrate with VMStateDescription
` [Qemu-devel] [PATCH v2 23/45] ivshmem: shmfd can be 0
` [Qemu-devel] [PATCH v2 24/45] ivshmem: check shm isn't already initialized
` [Qemu-devel] [PATCH v2 25/45] ivshmem: add device description
` [Qemu-devel] [PATCH v2 26/45] ivshmem: fix pci_ivshmem_exit()
` [Qemu-devel] [PATCH v2 27/45] ivshmem: replace 'guest' for 'peer' appropriately
` [Qemu-devel] [PATCH v2 28/45] ivshmem: error on too many eventfd received
` [Qemu-devel] [PATCH v2 29/45] ivshmem: reset mask on device reset
` [Qemu-devel] [PATCH v2 30/45] contrib: add ivshmem client and server
` [Qemu-devel] [PATCH v2 31/45] ivshmem-client: check the number of vectors
` [Qemu-devel] [PATCH v2 32/45] ivshmem-server: use a uint16 for client ID
` [Qemu-devel] [PATCH v2 33/45] ivshmem-server: fix hugetlbfs support
` [Qemu-devel] [PATCH v2 34/45] docs: update ivshmem device spec
` [Qemu-devel] [PATCH v2 35/45] ivshmem: add check on protocol version in QEMU
` [Qemu-devel] [PATCH v2 36/45] contrib: remove unnecessary strdup()
` [Qemu-devel] [PATCH v2 37/45] msix: implement pba write (but read-only)
` [Qemu-devel] [PATCH v2 38/45] qtest: add qtest_add_abrt_handler()
` [Qemu-devel] [PATCH v2 39/45] tests: add ivshmem qtest
` [Qemu-devel] [PATCH v2 40/45] ivshmem: do not keep shm_fd open
` [Qemu-devel] [PATCH v2 41/45] ivshmem: rename ivshmem_get_size/parse_mem_size
` [Qemu-devel] [PATCH v2 42/45] ivshmem: add hostmem backend
` [Qemu-devel] [PATCH v2 43/45] ivshmem: remove EventfdEntry.vector
` [Qemu-devel] [PATCH v2 44/45] ivshmem: rename MSI eventfd_table
` [Qemu-devel] [PATCH v2 45/45] ivshmem: use kvm irqfd for msi notifications

[PATCH v2] x86: Introduce ASM flags to bitops
 2015-07-28  0:35 UTC  (11+ messages)
` ASM flags in general

[PATCH v2 00/10] Enhance btrfs-find-root and open_ctree() to provide better chance on damaged btrfs
 2015-07-28  0:34 UTC  (4+ messages)
` [PATCH v2 10/10] btrfs-progs: Allow open_ctree use backup tree root or search it automatically if primary tree root is corrupted

[PATCH 0/2] ARM: shmobile: Add JPU device nodes to Renesas R-Car SoCs
 2015-07-28  0:34 UTC  (4+ messages)

[PATCH v2 00/25] replace ioremap_{cache|wt} with memremap
 2015-07-28  0:32 UTC  (13+ messages)
` [PATCH v2 08/25] arch: introduce memremap()

[PATCH v2] acpi: Use kstrtoul() instead of strtoul()/simple_strtoul()
 2015-07-28  0:32 UTC 

[PATCH] module: Fix missing to hold module_mutex lock in module_kallsyms_lookup_name
 2015-07-28  0:31 UTC  (2+ messages)

[PATCH 0/4] enable migration of driver pages
 2015-07-28  0:26 UTC  (12+ messages)
` [PATCH 2/4] mm/compaction: enable mobile-page migration
` [PATCH 4/4] mm: remove direct calling of migration

[PATCH 0/7] btrfs-progs: qgroup related enhance
 2015-07-28  0:25 UTC  (5+ messages)

[U-Boot] [PATCH 1/2] ti: armv7: enable EXT support in SPL (using ti_armv7_common.h)
 2015-07-28  0:23 UTC  (7+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/3] nand: lpc32xx: add SLC NAND driver
 2015-07-28  0:21 UTC  (7+ messages)

[PATCH 00/13 v4] Batch submission via GuC
 2015-07-28  0:18 UTC  (6+ messages)
` [PATCH 07/13 v4] drm/i915: GuC submission setup, phase 1

[PATCH net-next v2 0/2] ipv6: Avoid rt6_probe() taking writer lock in the fast path
 2015-07-28  0:17 UTC  (5+ messages)
` [PATCH net-next v2 1/2] ipv6: Re-arrange code in rt6_probe()
` [PATCH net-next v2 2/2] ipv6: Avoid rt6_probe() taking writer lock in the fast path

[PATCH] scripts/tags.sh: Include trace_*_rcuidle() in tags
 2015-07-28  0:17 UTC  (2+ messages)

[PATCH] HID: hid-input: Fix accessing freed memory during driver unbind
 2015-07-28  0:16 UTC 

[PATCH v2 0/3] bockw SD pull-ups
 2015-07-28  0:10 UTC  (2+ messages)

ixgbe vPMD RX functions and buffer number minimum requirement
 2015-07-28  0:10 UTC  (4+ messages)

[PATCH] HID: i2c-hid: Only disable irq wake if it was successfully enabled during suspend
 2015-07-28  0:08 UTC  (2+ messages)

[PATCH v3 0/2] dma: rename write-combine APIs with short form
 2015-07-28  0:04 UTC  (3+ messages)
` [PATCH v3 1/2] drivers/dma/iop-adma: Use dma_alloc_writecombine() kernel-style
` [PATCH v3 2/2] dma: rename dma_*_writecombine() to dma_*_wc()

[GIT PULL] f2fs urgent fix
 2015-07-28  0:04 UTC 

[Qemu-devel] [PATCH 0/4] hw/net: fix m68/ColdFire ethernet fec support
 2015-07-28  0:03 UTC  (5+ messages)

[PATCH v2 0/2] dma: rename write-combine APIs with short form
 2015-07-27 23:58 UTC  (4+ messages)

[PATCH char-misc-next 00/19] misc: mic: Enable COSM and remaining SCIF functionality
 2015-07-28  0:01 UTC  (18+ messages)
` [PATCH char-misc-next 03/19] misc: mic: MIC COSM bus
` [PATCH char-misc-next 04/19] misc: mic: Coprocessor State Management (COSM) driver
` [PATCH char-misc-next 05/19] misc: mic: COSM SCIF server
` [PATCH char-misc-next 06/19] misc: mic: COSM client driver
` [PATCH char-misc-next 07/19] misc: mic: Remove COSM functionality from the MIC host driver
` [PATCH char-misc-next 08/19] misc: mic: Remove COSM functionality from the MIC card driver
` [PATCH char-misc-next 09/19] misc: mic: Update MIC host daemon with COSM changes
` [PATCH char-misc-next 10/19] lib: convert iova.c into a library
` [PATCH char-misc-next 11/19] dma: Add support to program MIC x100 status descriptiors
` [PATCH char-misc-next 12/19] misc: mic: SCIF RMA header file and IOCTL changes
` [PATCH char-misc-next 13/19] misc: mic: SCIF RMA header file
` [PATCH char-misc-next 14/19] misc: mic: SCIF memory registration and unregistration
` [PATCH char-misc-next 15/19] misc: mic: SCIF RMA list operations
` [PATCH char-misc-next 16/19] misc: mic: SCIF remote memory map/unmap interface
` [PATCH char-misc-next 17/19] misc: mic: SCIF DMA and CPU copy interface
` [PATCH char-misc-next 18/19] misc: mic: SCIF fence
` [PATCH char-misc-next 19/19] misc: mic: SCIF RMA nodeqp and minor miscellaneous changes

RE.LOAN
 2015-07-27 23:31 UTC 

[PATCH RESEND] ath9k: Fix NF CCA limits for AR9287 and AR9227
 2015-07-27 23:55 UTC  (6+ messages)
` [ath9k-devel] "

[PATCHv2] net/ipv6: add sysctl option accept_ra_hop_limit
 2015-07-27 23:50 UTC  (2+ messages)

Bad change in commit 297d716f6260cc9421d971b124ca196b957ee458?
 2015-07-27 23:46 UTC  (2+ messages)

[pm:bleeding-edge 79/80] drivers/acpi/acpica/evgpeinit.c:380:2: error: implicit declaration of function 'strtoul'
 2015-07-27 23:43 UTC 

Stable backport of ASLR fixes?
 2015-07-27 23:42 UTC  (2+ messages)

[Intel-wired-lan] [PATCH 0/2] igb/ixgbe: Fix ordering of SR-IOV teardown
 2015-07-27 23:42 UTC  (7+ messages)
` [Intel-wired-lan] [PATCH 1/2] igb: Teardown SR-IOV before unregister_netdev()
` [Intel-wired-lan] [PATCH 2/2] ixgbe: "

[PATCH v3 00/51] PCI: Resource allocation cleanup for v4.3
 2015-07-27 23:30 UTC  (26+ messages)
` [PATCH v3 04/51] PCI: Optimize bus align/size calculation during sizing
` [PATCH v3 06/51] PCI: Don't add too much optional size for hotplug bridge mmio
` [PATCH v3 07/51] PCI: Reorder resources list for must/optional resources
` [PATCH v3 08/51] PCI: Remove duplicated code for resource sorting
` [PATCH v3 10/51] PCI: Treat ROM resource as optional during realloc
` [PATCH v3 18/51] PCI: Move comment to pci_need_to_release()
` [PATCH v3 20/51] PCI: Skip must+optional if there is no optional addon
` [PATCH v3 24/51] PCI: Better support for two alt_size
` [PATCH v3 25/51] PCI: Fix size calculation with old_size on rescan path
` [PATCH v3 27/51] PCI: Move ISA ioport align out of calculate_iosize
` [PATCH v3 31/51] PCI: Kill macro checking for bus io port sizing
` [PATCH v3 33/51] resources: Make allocate_resource return just fit resource
` [PATCH v3 34/51] PCI: Check pref compatible bit for mem64 resource of pcie device
` [PATCH v3 38/51] PCI: Restore pref mmio allocation logic for hostbridge without mmio64
` [PATCH v3 40/51] sparc/PCI: Add IORESOURCE_MEM_64 for 64-bit resource in of parsing
` [PATCH v3 42/51] of/PCI: Add IORESOURCE_MEM_64 for 64-bit resource
` [PATCH v3 43/51] PCI: Treat optional as must in first try for bridge rescan
` [PATCH v3 44/51] PCI: Get new realloc size for bridge for last try
` [PATCH v3 46/51] PCI: Don't release fixed resource for realloc
` [PATCH v3 47/51] PCI: Claim fixed resource during remove/rescan path
` [PATCH v3 48/51] PCI: Set resource to FIXED for lsi devices
` [PATCH v3 49/51] PCI, x86: Add pci=assign_pref_bars to re-allocate pref bars
` [PATCH v3 50/51] PCI: Introduce resource_disabled()
` [PATCH v3 51/51] PCI: Don't set flags to 0 when assign resource fail

[PATCH] git-add-interactive: edit current file in editor
 2015-07-27 23:41 UTC 

[Qemu-devel] [PATCH 0/5] RFC: generate QAPI doc from json
 2015-07-27 23:39 UTC  (4+ messages)
` [Qemu-devel] [PATCH 3/5] qapi: add qapi2texi script

ALPS DualPoint double click bug
 2015-07-27 23:38 UTC  (12+ messages)

[PATCH 0/6] ASoC: Fix sparse warnings
 2015-07-27 23:36 UTC  (3+ messages)
` [PATCH 3/6] ASoC: rcar ctu: Staticise local symbols

[PATCH v5 1/2] serial_core: add pci uart early console support
 2015-07-27 23:33 UTC  (4+ messages)
` [PATCH v6 "

[PATCH] Do not reserve crashkernel high memory if crashkernel low memory reserving failed
 2015-07-27 23:32 UTC  (5+ messages)
` [PATCH v2] "

[U-Boot] [PATCH 00/20] arm: rpi: Enable USB and Ethernet driver model Raspberry Pi
 2015-07-27 23:32 UTC  (19+ messages)
` [U-Boot] [PATCH 03/20] dm: usb: Add an errno.h header to usb_ether.c
` [U-Boot] [PATCH 04/20] dm: usb: Prepare dwc2 driver for driver-model conversion
` [U-Boot] [PATCH 05/20] dm: usb: Add driver-model support to dwc2
` [U-Boot] [PATCH 06/20] net: smsc95xx: Sort the include files
` [U-Boot] [PATCH 07/20] net: smsc95xx: Rename AX_RX_URB_SIZE to RX_URB_SIZE
` [U-Boot] [PATCH 08/20] net: smsc95xx: Correct the error numbers
` [U-Boot] [PATCH 09/20] net: smsc95xx: Prepare for conversion to driver model
` [U-Boot] [PATCH 10/20] net: smsc95xx: Add driver-model support
` [U-Boot] [PATCH 12/20] dm: Support address translation for simple-bus

[U-Boot] [PATCH v2 00/16] assortment of tegra fixes/enhancements
 2015-07-27 23:32 UTC  (5+ messages)
` [U-Boot] [PATCH v2 09/16] mtd/nand/tegra: alignment workaround

[U-Boot] [PATCH] dm: Make regmap and syscon optional
 2015-07-27 23:31 UTC  (2+ messages)

[U-Boot] [PATCH 00/55] dm: exynos: Driver model improvements leading to spring support
 2015-07-27 23:31 UTC  (54+ messages)
` [U-Boot] [PATCH 21/55] dm: power: Add a new driver for the TPS65090 PMIC
` [U-Boot] [PATCH 22/55] dm: power: Add support for TPS65090 FETs
` [U-Boot] [PATCH 23/55] dm: power: Add support for the S5M8767 PMIC
` [U-Boot] [PATCH 24/55] dm: power: Add support for S5M8767 regulators
` [U-Boot] [PATCH 25/55] dm: pmic: max77686: Correct a few nits
` [U-Boot] [PATCH 26/55] dm: pmic: Correct the pmic_reg_write() implementation
` [U-Boot] [PATCH 27/55] dm: power: max77686: Correct BUCK register access
` [U-Boot] [PATCH 29/55] dm: power: Don't return an error when regulators are not autoset
` [U-Boot] [PATCH 30/55] dm: pmic: Display the regulator limits on error
` [U-Boot] [PATCH 31/55] dm: video: Add support for video bridges
` [U-Boot] [PATCH 32/55] dm: video: Add support for the Parade PS8622/625 bridge
` [U-Boot] [PATCH 33/55] dm: video: Add support for the NXP PTN3460 bridge
` [U-Boot] [PATCH 34/55] exynos: spi: Convert the timeout to debug()
` [U-Boot] [PATCH 35/55] exynos: Correct return value in exynos_mmc_init()
` [U-Boot] [PATCH 36/55] exynos: Add support for the DisplayPort hotplug detect
` [U-Boot] [PATCH 37/55] exynos: video: Correct debug output
` [U-Boot] [PATCH 38/55] exynos: Tidy up CPU frequency display
` [U-Boot] [PATCH 39/55] dm: gpio: Check a GPIO is valid before using it
` [U-Boot] [PATCH 40/55] dts: exynos: snow: Add memory layout description
` [U-Boot] [PATCH 41/55] dts: exynos: pit: Add a new node for the parade video bridge driver
` [U-Boot] [PATCH 42/55] dts: exynos: snow: Add a new node for the NXP "
` [U-Boot] [PATCH 46/55] exynos: Remove unneeded device tree control #ifdefs

Using audit as extended inotify
 2015-07-27 23:30 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.