All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-10-18 20:10:58 to 2015-10-18 22:34:18 UTC [more...]

[PATCH 0/5] ARM: dts: add device tree support for NS, NSP, and NS2 clocks
 2015-10-18 22:34 UTC  (5+ messages)
` [RFC 3/5] ARM: dts: enable clock support for BCM5301X

[PATCH 0/5] drivers/tty: make more bool drivers explicitly non-modular
 2015-10-18 22:21 UTC  (10+ messages)
` [PATCH 1/5] drivers/tty: make hvc/hvc_vio.c "
` [PATCH 3/5] drivers/tty/serial: make serial/atmel_serial.c "
` [PATCH 4/5] drivers/tty/serial: make msm_serial.c "
  ` [PATCH 5/5] drivers/tty/serial: make 8250/8250_mtk.c "

potential integer truncation issues on 32 bit archs
 2015-10-18 22:21 UTC  (2+ messages)

[Dell XPS 13 9343] Random kernel Oops at boot with "acpi=ht", disappearing with "acpi=off"
 2015-10-18 22:18 UTC  (12+ messages)

[PATCH] common: introduce XFS_IO_AVOID env var
 2015-10-18 22:08 UTC  (3+ messages)

[PATCH] tty/serial: make early console depend on SERIAL_CORE=y
 2015-10-18 22:06 UTC  (2+ messages)

[PATCH 4.2 000/258] 4.2.4-stable review
 2015-10-18 22:05 UTC  (3+ messages)
` Xen build error in 4.2.4-rc1 (sched/preempt: Fix cond_resched_lock() and cond_resched_softirq())

[PATCH] userns/capability: Add user namespace capability
 2015-10-18 22:06 UTC  (14+ messages)

Patch "sched/preempt, xen: Use need_resched() instead of should_resched()" has been added to the 4.2-stable tree
 2015-10-18 22:05 UTC 

[PATCHv4 RESEND] staging: vme_user: provide DMA functionality
 2015-10-18 22:04 UTC  (5+ messages)
` [PATCHv5] "

Darlehen anbieten
 2015-10-18 21:58 UTC 

[PATCH v2 0/2] Fix unused clock disabling on LPC18xx
 2015-10-18 22:01 UTC  (2+ messages)

problem with modification time of packfiles
 2015-10-18 21:37 UTC 

[PATCH] staging: emxx_udc: Remove boolean comparisons
 2015-10-18 21:59 UTC 

[U-Boot] [PATCH 0/9] x86: Fix up the MRC cache on ivybridge
 2015-10-18 21:55 UTC  (10+ messages)
` [U-Boot] [PATCH 1/9] rtc: mc146818: Add a comment to the #endif
` [U-Boot] [PATCH 2/9] rtc: mc146818: Use probe() to set up the device
` [U-Boot] [PATCH 3/9] dm: rtc: Correct rtc_read32() return value
` [U-Boot] [PATCH 4/9] x86: ivybridge: Use 'ret' instead of 'rcode'
` [U-Boot] [PATCH 5/9] x86: ivybridge: Check the RTC return value
` [U-Boot] [PATCH 6/9] x86: ivybridge: Use CONFIG_ENABLE_MRC_CACHE option
` [U-Boot] [PATCH 7/9] x86: ivybridge: Fix car_uninit() to correctly set run state
` [U-Boot] [PATCH 8/9] x86: ivybridge: Measure the MRC code execution time
` [U-Boot] [PATCH 9/9] x86: ivybridge: Enable the MRC cache

[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

[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 


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.