All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-01-17 19:31:57 to 2016-01-17 23:34:59 UTC [more...]

[PATCH RFC 1/1] ASoC: fsl_ssi: Make fifo watermark and maxburst settings device tree options
 2016-01-17 23:34 UTC  (12+ messages)

[PATCH] Add a test for subtree rebase that loses commits
 2016-01-17 23:32 UTC  (7+ messages)
` [PATCH v2] Test rebase -Xsubtree
      ` [PATCH v3 contrib/subtree 1/1] Add a test for subtree rebase that loses commits

[PATCH v2] Remote subtree split --annotate
 2016-01-17 23:30 UTC  (6+ messages)
` [PATCH] contrib/subtree: Remove --annotate

[GIT PULL] Btrfs
 2016-01-17 23:30 UTC 

[PATCH 0/1] Extensible SDK regression fix
 2016-01-17 23:26 UTC  (2+ messages)
` [PATCH 1/1] classes/populate_sdk_ext: fix task dependency regression

BUG: git subtree split gets confused on removed and readded directory
 2016-01-17 23:23 UTC  (4+ messages)

[Qemu-devel] CMSG_SPACE() causing compile time error on Mac OS X
 2016-01-17 23:22 UTC  (2+ messages)

[PATCH v2 0/2] fix rk3066a based boards hang when cpufreq changes
 2016-01-17 23:16 UTC  (3+ messages)

[BUG] Assertion '(sp == 0) || (peoi[sp-1].vector < vector)' failed at irq.c:1163
 2016-01-17 23:12 UTC  (7+ messages)

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

[PATCH v4] surface pro 4: Add support for Surface Pro 4 Buttons
 2016-01-17 23:10 UTC  (2+ messages)
` [PATCH v5] "

[PATCH] drm/vc4: fix warning in validate printf
 2016-01-17 23:10 UTC  (2+ messages)

Pinnacle PCTV DVB-S2 Stick (461e) - HD Streams with artefacts
 2016-01-17 23:07 UTC  (5+ messages)

mvsdio not working on OpenRD
 2016-01-17 23:05 UTC  (7+ messages)

[PATCH 1/2] ARM: DTS: kirkwood-openrd: fix pin names for UART/SD selection
 2016-01-17 23:03 UTC  (6+ messages)
` [PATCH 2/2] ARM: DTS: kirkwood-openrd: fix SD slot default configuration

[PATCH] README: cosmetic fixes
 2016-01-17 22:54 UTC  (3+ messages)

[PATCH v6] contrib/subtree: fix "subtree split" skipped-merge bug
 2016-01-17 22:41 UTC  (4+ messages)
` [PATCH v7] "

[PATCH v4] contrib/subtree: fix "subtree split" skipped-merge bug
 2016-01-17 22:40 UTC  (7+ messages)
` [PATCH v5] "

[ovmf test] 78360: regressions - FAIL
 2016-01-17 22:34 UTC 

[PATCH] led: core: RfC - add RGB LED handling to the core
 2016-01-17 22:31 UTC  (4+ messages)

[PATCH v2] ALSA: at73c213: manage SSC clock
 2016-01-17 22:31 UTC  (2+ messages)

[Bug 93551] Divinity: Original Sin Enhanced Edition(Native) crash on start
 2016-01-17 22:28 UTC  (2+ messages)

[PATCH 1/4] image.bbclass: Separate out image generation into a new task, do_image
 2016-01-17 22:27 UTC  (3+ messages)

[PATCH] image: Handle image types containing '-' correctly
 2016-01-17 22:25 UTC 

[PATCH 0/4] ls-remote: introduce symref argument
 2016-01-17 22:15 UTC  (6+ messages)
` [PATCH 4/4] ls-remote: add support for showing symrefs

Hint HB6 - kernel doesn't see chips behind it
 2016-01-17 21:04 UTC  (3+ messages)

[Bug 104571] New: ext4_mb_generate_buddy block bitmap and bg descriptor inconsistent
 2016-01-17 22:15 UTC  (2+ messages)
` [Bug 104571] "

[Buildroot] [PATCH 1/1] package/libevent: Fix broken download URL
 2016-01-17 22:10 UTC 

Fwd: 8192 WiFi Realtek 8192E disconnects after a while and fails to reconnect
 2016-01-17 22:07 UTC  (3+ messages)

[Bug 93747] Proprietary game Minecraft fails to enter fullscreen
 2016-01-17 22:07 UTC 

Fixing SIGILL on Pentium 4
 2016-01-17 22:05 UTC  (2+ messages)

[Buildroot] [PATCH] package/scrub: new package
 2016-01-17 22:04 UTC 

[U-Boot] [PATCH 0/6] dm: x86: Remove pirq_init() and cpu_irq_init()
 2016-01-17 22:03 UTC  (7+ messages)
` [U-Boot] [PATCH 1/6] dm: x86: Create a driver for x86 interrupts
` [U-Boot] [PATCH 2/6] dm: x86: Set up interrupt routing from interrupt_init()
` [U-Boot] [PATCH 3/6] dm: x86: Add a common PIRQ init function
` [U-Boot] [PATCH 4/6] dm: x86: quark: Add an interrupt driver
` [U-Boot] [PATCH 5/6] dm: x86: queensbay: "
` [U-Boot] [PATCH 6/6] dm: x86: Drop the weak cpu_irq_init() function

[PATCH 3/3] ASoC: fsl_ssi: remove register defaults
 2016-01-17 22:02 UTC  (14+ messages)

[Buildroot] [PATCH 1/1] package/uboot-tools: bump to version 2016.01
 2016-01-17 22:01 UTC  (5+ messages)

[Buildroot] [git commit] package/uboot-tools: bump to version 2016.01
 2016-01-17 22:00 UTC 

[git pull] drm for 4.5-rc1
 2016-01-17 22:00 UTC  (4+ messages)

[Buildroot] [PATCH 1/1] boot/uboot: bump to version 2016.01
 2016-01-17 22:00 UTC  (2+ messages)

[Buildroot] [git commit] boot/uboot: bump to version 2016.01
 2016-01-17 21:59 UTC 

[U-Boot] [PATCH 0/4] ARM: sheevaplug: misc fixes
 2016-01-17 21:59 UTC  (2+ messages)

[PATCH v4 00/10] Add VMX TSC scaling support
 2016-01-17 21:58 UTC  (11+ messages)
` [PATCH v4 01/10] x86/hvm: Scale host TSC when setting/getting guest TSC
` [PATCH v4 02/10] x86/time.c: Scale host TSC in pvclock properly
` [PATCH v4 03/10] svm: Remove redundant TSC scaling in svm_set_tsc_offset()
` [PATCH v4 04/10] x86/hvm: Collect information of TSC scaling ratio
` [PATCH v4 05/10] x86: Add functions for 64-bit integer arithmetic
` [PATCH v4 06/10] x86/hvm: Setup TSC scaling ratio
` [PATCH v4 07/10] x86/hvm: Replace architecture TSC scaling by a common function
` [PATCH v4 08/10] x86/hvm: Move saving/loading vcpu's TSC to common code
` [PATCH v4 09/10] vmx: Add VMX RDTSC(P) scaling support
` [PATCH v4 10/10] docs: Add descriptions of TSC scaling in xl.cfg and tscmode.txt

Copying between lzo compressed BtrFS's: de/re-compressing
 2016-01-17 21:57 UTC  (6+ messages)

perf tracepoints for regular user?
 2016-01-17 21:56 UTC  (3+ messages)

[Buildroot] [git commit] configs/orangepipc: bump u-boot to 2016.01
 2016-01-17 21:55 UTC 

[Buildroot] [git commit] orangepipc: readme.txt: fix typo
 2016-01-17 21:55 UTC 

[Buildroot] [git commit] configs/sheevaplug: bump kernel to 4.4
 2016-01-17 21:55 UTC 

[Buildroot] [git commit] configs/sheevaplug: bump u-boot to 2016.01
 2016-01-17 21:55 UTC 

[Buildroot] [git commit] configs/orangepipc: add host-dosfstools
 2016-01-17 21:55 UTC 

[U-Boot] [PATCH 0/8] net: Split out the Ethernet uclass into its own file
 2016-01-17 21:52 UTC  (9+ messages)
` [U-Boot] [PATCH 1/8] tegra: Report errors from PCI init
` [U-Boot] [PATCH 2/8] net: Don't call board/cpu_eth_init() with driver model
` [U-Boot] [PATCH 3/8] net: Move common init into a new eth_common.c file
` [U-Boot] [PATCH 4/8] net: Move environment functions to the common file
` [U-Boot] [PATCH 5/8] net: Move remaining common functions to eth_common.c
` [U-Boot] [PATCH 6/8] net: Move driver-model code into its own file
` [U-Boot] [PATCH 7/8] net: Rename eth.c to eth_lecacy.c
` [U-Boot] [PATCH 8/8] net: Probe PCI before looking for ethernet devices

[char-misc-next v4 5/7] watchdog: mei_wdt: register wd device only if required
 2016-01-17 21:47 UTC  (4+ messages)
` [char-misc-next, v4, "

[PATCH] ALSA: at73c213: manage SSC clock
 2016-01-17 21:44 UTC  (5+ messages)

[Buildroot] [PATCH v2] package/pkg-cmake: use MinSizeRel for size optimized build
 2016-01-17 21:39 UTC  (2+ messages)

Release Candidate Build for yocto-2.0.1.rc2.rc2 now available
 2016-01-17 21:30 UTC 

[PATCH v2 26/31] sound/usb: Update ALSA driver to use Managed Media Controller API
 2016-01-17 21:22 UTC  (6+ messages)

[Buildroot] [PATCH 1/1] package/mplayer: add optional dependencies to libgl, libvpx and opus
 2016-01-17 21:18 UTC 

[GIT PULL] sound updates for 4.5-rc1
 2016-01-17 21:15 UTC  (2+ messages)

[U-Boot] Kconfig bug (optional choice deselected by following option)
 2016-01-17 21:14 UTC  (7+ messages)

[PATCH] prevent autofs to try the wrong IP protocol
 2016-01-17 21:14 UTC 

[Qemu-devel] Using directory as initrd
 2016-01-17 21:04 UTC 

[PATCHv2] pwm: avoid holding mutex in interrupt context
 2016-01-17 21:01 UTC 

[Buildroot] [PATCH 1/1] package/alsa-utils: Add util alsaloop
 2016-01-17 21:00 UTC 

[PATCH] Add compile-time check for __ARCH_SI_PREAMBLE_SIZE
 2016-01-17 21:00 UTC 

[PATCH] MAINTAINERS: update bq27xxx driver
 2016-01-17 20:53 UTC  (2+ messages)

[PATCH 0/2] Use acpi_dev_present()
 2016-01-17 20:49 UTC  (3+ messages)
` [PATCH 2/2] acer-wmi: "
` [PATCH 1/2] eeepc-wmi: "

[U-Boot] Banan Pro (ahci-sunxi) SATA port stopped working after switching to U-Boot v2016.01
 2016-01-17 20:44 UTC 

[Qemu-devel] ping: [PATCH v12] block/raw-posix.c: Make physical devices usable in QEMU under Mac OS X host
 2016-01-17 20:43 UTC 

[Buildroot] could not read symbols: Bad value error on musl based buildroot env on rpi2 config
 2016-01-17 20:35 UTC  (2+ messages)

[Buildroot] [PATCH v2] package/libbroadvoice: Broken on BR2_arc with gcc <= 4.8
 2016-01-17 20:27 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/libbroadvoice: Not available on BR2_arc
 2016-01-17 20:24 UTC  (3+ messages)

[U-Boot] [PATCH 00/18] dm: video: Introduce initial driver-model video support
 2016-01-17 20:07 UTC  (5+ messages)
` [U-Boot] [PATCH 08/18] dm: video: Add a 'normal' text console driver
` [U-Boot] [PATCH 09/18] dm: video: Add a driver for a rotated text console

[PATCH] ARM: sunxi: Add CPU regulator for cpufreq
 2016-01-17 19:59 UTC  (3+ messages)

[Buildroot] [PATCH] imx-kobs: fix build for recent toolchains
 2016-01-17 19:58 UTC  (2+ messages)

[PATCH] vhost: fix leak of fds and mmaps
 2016-01-17 19:57 UTC  (2+ messages)
` [PATCH v2 1/1] "

kernel crash when balancing raid56 after low on space
 2016-01-17 19:54 UTC  (2+ messages)

xfs deadlocks since upgrading to 4.1.15
 2016-01-17 19:48 UTC  (5+ messages)

Build cancellation from toaster
 2016-01-17 19:43 UTC  (15+ messages)

[Gta04-owner] [PATCH 0/4] UART slave device support - version 4
 2016-01-17 19:38 UTC  (16+ messages)

[PATCH v3 0/9] Add the family patches to support for kylin board
 2016-01-17 19:37 UTC  (4+ messages)
` [PATCH v3 7/9] ARM: dts: rockchip: add the sdmmc "

[RFC/PATCHSET 00/17] perf tools: Add support for hierachy view (v2)
 2016-01-17 19:31 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.