All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-10-18 19:16:40 to 2015-10-18 21:55:29 UTC [more...]

[U-Boot] [PATCH 0/9] x86: Fix up the MRC cache on ivybridge
 2015-10-18 21:55 UTC  (2+ messages)
` [U-Boot] [PATCH 1/9] rtc: mc146818: Add a comment to the #endif

[PATCH] userns/capability: Add user namespace capability
 2015-10-18 21:49 UTC  (13+ messages)

[PATCH 0/2] Add support for NXP LPC18xx EEPROM using nvmem
 2015-10-18 21:47 UTC  (9+ messages)
` [PATCH 1/2] nvmem: NXP LPC18xx EEPROM memory NVMEM driver
` [PATCH 2/2] DT: nvmem: Add NXP LPC18xx EEPROM memory binding documentation

[Buildroot] [PATCH 0/1] Add postgres server/client options
 2015-10-18 21:46 UTC  (4+ messages)
` [Buildroot] [PATCH 1/1] postgresql: add an option to build the server

[Buildroot] [PATCH] help entries for Init system config menu
 2015-10-18 21:46 UTC  (2+ messages)

e2fsprogs: Richacl support
 2015-10-18 21:44 UTC  (8+ messages)

[PATCH] staging: lustre: Replace sscanf with kstrtoint
 2015-10-18 21:41 UTC  (2+ messages)
` [PATCH v2] "

[Buildroot] [git commit] Config.in.legacy: remove empty line
 2015-10-18 21:41 UTC 

linux 3.4.43 : kernel crash at __nf_conntrack_confirm
 2015-10-18 21:40 UTC  (5+ messages)

[Buildroot] [PATCH v2] uclibc: clean-up test suite build command
 2015-10-18 21:39 UTC  (2+ messages)

[Buildroot] [git commit] uclibc: clean-up test suite build command
 2015-10-18 21:39 UTC 

[U-Boot] [PATCH] x86: Pass correct cpu_index to ap_init()
 2015-10-18 21:39 UTC  (3+ messages)

[U-Boot] [PATCH 1/3] x86: ivybridge: Fix saving mrc cache and enable it
 2015-10-18 21:39 UTC  (8+ messages)
` [U-Boot] [PATCH 2/3] x86: quark: Implement mrc cache
` [U-Boot] [PATCH 3/3] x86: galileo: Enable "

[U-Boot] [PATCH 00/13] x86: Provide a common MRC cache library and enable it for FSP
 2015-10-18 21:38 UTC  (42+ messages)
` [U-Boot] [PATCH 01/13] x86: Add ENABLE_MRC_CACHE Kconfig option
` [U-Boot] [PATCH 02/13] x86: Move mrccache.[c|h] to a common place
` [U-Boot] [PATCH 03/13] x86: Do sanity test on the cache record in mrccache_update()
` [U-Boot] [PATCH 04/13] x86: Add various minor tidy-ups in mrccache codes
` [U-Boot] [PATCH 05/13] x86: Add more common routines to manipulate mrc cache
` [U-Boot] [PATCH 06/13] x86: ivybridge: Use APIs provided in the mrccache lib
` [U-Boot] [PATCH 07/13] x86: Use struct mrc_region to describe a mrc region
` [U-Boot] [PATCH 08/13] x86: fsp: Pass mrc cache to fsp_init() and save it to gd after fsp_init()
` [U-Boot] [PATCH 09/13] x86: baytrail: Save mrc cache to spi flash
` [U-Boot] [PATCH 10/13] x86: Enable mrc cache for bayleybay and minnowmax
` [U-Boot] [PATCH 11/13] x86: baytrail: Issue full system reset in reset_cpu()
` [U-Boot] [PATCH 12/13] x86: Remove unused rw-mrc-cache properties in the link and panther dts files
` [U-Boot] [PATCH 13/13] x86: ivybridge: Correct two typos for MRC

[U-Boot] [PATCH 1/4] x86: fsp: Compact the output of hob command
 2015-10-18 21:38 UTC  (14+ messages)
` [U-Boot] [PATCH 2/4] x86: fsp: Print GUID whenever applicable in the hob command output
` [U-Boot] [PATCH 3/4] x86: fsp: Make hob command a sub-command to fsp
` [U-Boot] [PATCH 4/4] x86: fsp: Add a hdr sub-command to show header information

[PATCH] common: introduce XFS_IO_AVOID env var
 2015-10-18 21:37 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] Makefile: Generate U_BOOT_DMI_DATE for SMBIOS
 2015-10-18 21:38 UTC  (5+ messages)
` [U-Boot] [PATCH 2/2] x86: Add SMBIOS table support

[U-Boot] [PATCH v3 00/12] Better support of booting VxWorks via 'bootvx'
 2015-10-18 21:37 UTC  (25+ messages)
` [U-Boot] [PATCH v3 01/12] x86: Initialize GDT entry 1 to be the 32-bit CS as well
` [U-Boot] [PATCH v3 02/12] x86: Move install_e820_map() out of zimage.c
` [U-Boot] [PATCH v3 03/12] x86: Remove quotation mark in CONFIG_HOSTNAME
` [U-Boot] [PATCH v3 04/12] cmd: Convert CONFIG_CMD_ELF to Kconfig
` [U-Boot] [PATCH v3 05/12] cmd: Clean up cmd_elf a little bit
` [U-Boot] [PATCH v3 06/12] cmd: elf: Reorder load_elf_image_phdr() and load_elf_image_shdr()
` [U-Boot] [PATCH v3 07/12] cmd: bootvx: Avoid strlen() calls when constructing VxWorks bootline
` [U-Boot] [PATCH v3 08/12] cmd: bootvx: Pass netmask and gatewayip to "
` [U-Boot] [PATCH v3 09/12] cmd: bootvx: Always get VxWorks bootline from env
` [U-Boot] [PATCH v3 11/12] cmd: bootvx: Add asmlinkage to the VxWorks x86 entry
` [U-Boot] [PATCH v3 12/12] doc: Complement document about booting VxWorks

[U-Boot] [PATCH 0/6] x86: pci: Various bug fixes/enhancements
 2015-10-18 21:37 UTC  (19+ messages)
` [U-Boot] [PATCH 1/6] pci: Set PCI_COMMAND_IO bit for VGA device
` [U-Boot] [PATCH 2/6] video: vesa_fb: Fix wrong return value check of pci_find_class()
` [U-Boot] [PATCH 3/6] dm: pci: Fix pci_last_busno() to return the real last bus no
` [U-Boot] [PATCH 4/6] dm: pci: Enable VGA address forwarding on bridges
` [U-Boot] [PATCH 5/6] x86: ivybridge: Remove the dead codes that programs pci bridge
` [U-Boot] [PATCH 6/6] x86: Allow disabling IGD on Intel Queensbay

Surface 3 Type Cover touchpad: no multi-touch
 2015-10-18 21:36 UTC 

[Buildroot] [PATCH 1/1] taskd: new package
 2015-10-18 21:36 UTC 

[U-Boot] Remove sparc archiecture?
 2015-10-18 21:30 UTC  (4+ messages)

[Buildroot] [PATCH v2 1/2] package/kodi-visualisation-goom: new package
 2015-10-18 21:26 UTC  (4+ messages)
` [Buildroot] [PATCH v2 2/2] package/kodi-screensaver-rsxs: "

[Qemu-devel] [PULL v3 00/13] qemu-ga patch queue
 2015-10-18 21:21 UTC  (2+ messages)

LOAN OFFER
 2015-10-19 21:18 UTC 

[U-Boot] [PATCH v2 1/2] arm: add support for semihosting for ARMv7M targets
 2015-10-18 21:13 UTC  (2+ messages)
` [U-Boot] [PATCH v2 2/2] arm: fix compile warnings when semihosting is enabled on ARMv7M target

[Buildroot] [PATCH v4 00/35] efl bump to 1.15.2
 2015-10-18 21:09 UTC  (37+ messages)
` [Buildroot] [PATCH v4 01/35] package/expedite: move to package directory
` [Buildroot] [PATCH v4 02/35] package/libevas-generic-loaders: "
` [Buildroot] [PATCH v4 03/35] package/efl/libefl: new host-package
` [Buildroot] [PATCH v4 04/35] package/efl/libefl: new package
` [Buildroot] [PATCH v4 05/35] package/efl/libefl: regenerate the configure script
` [Buildroot] [PATCH v4 06/35] package/efl/libefl: add harfbuzz dependency
` [Buildroot] [PATCH v4 07/35] package/efl/libefl: add wayland dependency
` [Buildroot] [PATCH v4 08/35] package/efl/libefl: add libcurl dependency
` [Buildroot] [PATCH v4 09/35] package/efl/libefl: add libblkid dependency
` [Buildroot] [PATCH v4 10/35] package/efl/libefl: add webp dependency
` [Buildroot] [PATCH v4 11/35] package/efl/libefl: add frame buffer config option
` [Buildroot] [PATCH v4 12/35] package/efl/libefl: fix framebuffer support
` [Buildroot] [PATCH v4 13/35] package/efl/libefl: add jp2k config option
` [Buildroot] [PATCH v4 14/35] package/efl/libefl: add X11 support
` [Buildroot] [PATCH v4 15/35] package/efl/libefl: add OpenGL/OpenGLES support
` [Buildroot] [PATCH v4 16/35] package/efl/libefl: enable xinput2.2
` [Buildroot] [PATCH v4 17/35] package/efl/libefl: add systemd dependency
` [Buildroot] [PATCH v4 18/35] package/libevas-generic-loaders: bump to version 1.15.0
` [Buildroot] [PATCH v4 19/35] package/libevas-generic-loaders: add libraw dependency
` [Buildroot] [PATCH v4 20/35] package/efl/libelementary: bump to version 1.15.2
` [Buildroot] [PATCH v4 21/35] package/libelementary: add host package
` [Buildroot] [PATCH v4 22/35] package/efl: libefl and libelementary share the same version number
` [Buildroot] [PATCH v4 23/35] package/enlightenment: bump to version 0.19.12
` [Buildroot] [PATCH v4 24/35] package/expedite: bump to efl-1.15 branch
` [Buildroot] [PATCH v4 25/35] package/efl/libethumb: remove package
` [Buildroot] [PATCH v4 26/35] package/efl/libedje: "
` [Buildroot] [PATCH v4 27/35] package/efl/libembryo: "
` [Buildroot] [PATCH v4 28/35] package/efl/libeio: "
` [Buildroot] [PATCH v4 29/35] package/efl/libefreet: "
` [Buildroot] [PATCH v4 30/35] package/efl/libedbus: "
` [Buildroot] [PATCH v4 31/35] package/efl/libecore: "
` [Buildroot] [PATCH v4 32/35] package/efl/libevas: "
` [Buildroot] [PATCH v4 33/35] package/efl/libeet: "
` [Buildroot] [PATCH v4 34/35] package/efl/libeina: "
` [Buildroot] [PATCH v4 35/35] package/libemotion-generic-players: new package

[PATCH 1/1] x86: Fix reading the current exposure value of UVC
 2015-10-18 21:01 UTC 

[RFT - PATCH v2 0/2] KVM/arm64: add fp/simd lazy switch support
 2015-10-18 21:07 UTC  (5+ messages)

[Buildroot] [PATCH 1/1] package/shairport-sync: bump to version 2.6
 2015-10-18 21:06 UTC  (2+ messages)

[Buildroot] [git commit] package/shairport-sync: bump to version 2.6
 2015-10-18 21:05 UTC 

[Buildroot] [PATCH 0/3] linux: Fix appended DTB image generation
 2015-10-18 21:05 UTC  (4+ messages)
` [Buildroot] [PATCH 1/3] linux: de-duplicate DTB and Linux image installation
` [Buildroot] [PATCH 2/3] linux: only install the DTBs when not in appended DTB mode
` [Buildroot] [PATCH 3/3] linux: don't build appended DTB image in place and support multiple images

[PATCH v2 0/3] af_unix: fix use-after-free
 2015-10-18 20:58 UTC  (9+ messages)
` [PATCH v2 1/3] unix: fix use-after-free in unix_dgram_poll()

[PATCH net-next 0/4] BPF updates
 2015-10-18 20:59 UTC  (16+ messages)
` [PATCH net-next 3/4] bpf: add support for persistent maps/progs

Unable to get VT-d working on Supermicro X11SSZ-QF
 2015-10-18 20:58 UTC 

[PATCH] staging: ft1000: Remove boolean comparisons
 2015-10-18 20:58 UTC 

[PATCH] Bluetooth: btbcm: Read USB product information for Apple devices
 2015-10-18 20:48 UTC 

3.18 RT freezes on Raspberry Pi 2
 2015-10-18 20:46 UTC  (11+ messages)

[PATCH nft] src: add interface wildcard matching
 2015-10-18 20:39 UTC  (7+ messages)

[U-Boot] [PATCH v3 0/8] arm: Tidy up early init
 2015-10-18 20:38 UTC  (7+ messages)
` [U-Boot] [PATCH v3 2/8] board_init_f_mem(): Don't require memset()
` [U-Boot] [PATCH v3 7/8] zynq: Move SPL console init out of board_init_f()

[PATCH] Bluetooth: btbcm: Fix firmware version number calculation
 2015-10-18 20:37 UTC 

[Qemu-devel] Qemu: Guest Linux hangs on Mac OS X 10.11
 2015-10-18 20:37 UTC  (3+ messages)

[PATCH 0/9] scripts/tags.sh cleanup
 2015-10-18 20:34 UTC  (4+ messages)
` [PATCH 2/9] KVM: arm: Do not indent the arguments of DECLARE_BITMAP

[Buildroot] [PATCH v2 1/1] package/libdcadec: Add -fPIC to static build, enable shared build
 2015-10-18 20:30 UTC  (2+ messages)

[U-Boot] [PATCH v4 00/21] sf: Tunning spi-flash layer
 2015-10-18 20:27 UTC  (2+ messages)

[U-Boot] [PATCH v2 00/13] Better support of booting VxWorks via 'bootvx'
 2015-10-18 20:25 UTC  (6+ messages)
` [U-Boot] [PATCH v2 02/13] x86: fsp: Report correct number of E820 table entries

[PATCH] arm64: kvm: restore EL1N SP for panic
 2015-10-18 20:13 UTC  (3+ messages)

[Buildroot] [PATCH v2 1/2] bitstream: new package
 2015-10-18 20:13 UTC  (4+ messages)
` [Buildroot] [PATCH v2 2/2] dvblast: "

[PATCH] bus: imx-weim: Fix deferred probing
 2015-10-18 20:13 UTC 

Good Day
 2015-10-18 19:37 UTC 

Cash Awaiting Pick-Up
 2015-10-18 19:09 UTC 

[Buildroot] [PATCH 1/1] package/libdcadec: Add -fPIC to static build, enable shared build
 2015-10-18 20:02 UTC  (4+ messages)

[PATCH RFC 0/2] simplefb: Add regulator handling support
 2015-10-18 19:57 UTC  (7+ messages)

[PATCH] KVM/arm: kernel low level debug suport for ARM32 virtual platforms
 2015-10-18 19:57 UTC  (3+ messages)

[GIT PULL] On-demand device probing
 2015-10-18 19:53 UTC  (16+ messages)

[PATCH] KVM: arm64: Count guest exit due to various reasons
 2015-10-18 19:53 UTC  (2+ messages)

[PATCH] wireless-regdb: Update regulatory rules for Croatia (HR)
 2015-10-18 19:44 UTC  (4+ messages)
  ` [wireless-regdb] "

[linux-mingo-tip-master test] 63043: regressions - trouble: broken/fail/pass
 2015-10-18 19:38 UTC 

Good Day
 2015-10-18 19:22 UTC 

[PATCH 3.10 00/54] 3.10.91-stable review
 2015-10-18 19:38 UTC  (5+ messages)

[PATCH] staging: rtl8712: Remove boolean comparisons
 2015-10-18 19:35 UTC 

Stimate utilizator
 2015-10-18 19:32 UTC 

Page Table
 2015-10-18 19:26 UTC 

patch for rtl8712 driver, add support for sitecom WLA2100 (006c)
 2015-10-18 19:16 UTC  (4+ messages)
  ` [PATCH 3.10-3.18] Driver, staging rtl8712, add support for sitecom WLA2100


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.