messages from 2016-01-17 21:58:59 to 2016-01-18 01:21:27 UTC [more...]
I am translating the book in Korean
2016-01-18 1:21 UTC (2+ messages)
[PATCH v10 0/7] Add VT-d Posted-Interrupts support
2016-01-18 1:20 UTC (6+ messages)
` [PATCH v10 6/7] vmx: VT-d posted-interrupt core logic handling
[PATCH] appletalk: Pass IP-over-DDP packets through when 'ipddp0' interface is not present
2016-01-18 1:16 UTC (3+ messages)
[Qemu-devel] [PATCH v9 0/3] qapi: child add/delete support
2016-01-18 1:17 UTC (2+ messages)
[PATCH] remote control support
2016-01-18 1:16 UTC (13+ messages)
` [PATCH 1/8] Add Reliable Asynchronous Transfer Protocol
` [PATCH 2/8] barebox remote control
` [PATCH 3/8] fs: Add RATP fs support
` [PATCH 6/8] host side for barebox remote control
` [PATCH 8/8] barebox remote control: Documentation
[PATCH v3] zsmalloc: fix migrate_zspage-zs_free race condition
2016-01-18 1:15 UTC (2+ messages)
[PATCH v3 0/9] Add the family patches to support for kylin board
2016-01-18 1:11 UTC (6+ messages)
` [PATCH v3 8/9] ARM: dts: rockchip: add reboot-mode node for rk3036 SoCs
[Qemu-devel] [PATCH v4 0/2] block: Reject negative values for throttling options
2016-01-18 1:09 UTC (4+ messages)
` [Qemu-devel] [PATCH v4 1/2] blockdev: Error out on negative throttling option values
[PATCH] MAINTAINERS: Update mailing list for Renesas SoC Development
2016-01-18 1:04 UTC (2+ messages)
[PATCH] prevent autofs to try the wrong IP protocol
2016-01-18 1:04 UTC (2+ messages)
Fwd: 8192 WiFi Realtek 8192E disconnects after a while and fails to reconnect
2016-01-18 1:03 UTC (4+ messages)
[PATCH v2] zsmalloc: fix migrate_zspage-zs_free race condition
2016-01-18 1:02 UTC (4+ messages)
[PATCH v2] lib/spinlock_debug.c: prevent an infinite recursive cycle in spin_dump()
2016-01-18 0:58 UTC
[U-Boot] [PATCH v2 00/55] dm: x86: Convert ivybridge code to use driver model
2016-01-18 0:53 UTC (57+ 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 0/4] add support for vNVDIMM
2016-01-18 0:52 UTC (4+ messages)
` [PATCH 4/4] hvmloader: add support to load extra ACPI tables from qemu
[PATCH docs] Add dbus method cold_reset() for bmc dbus object
2016-01-18 0:51 UTC (3+ messages)
[PATCH] drm/rockchip/dsi: fix handling mipi_dsi_pixel_format_to_bpp result
2016-01-18 0:46 UTC (2+ messages)
[PATCH] powerpc: Simplify module TOC handling
2016-01-18 0:44 UTC
[Bug 93748] [r600g]OpenCL driver causes ImageMagick to segfault
2016-01-18 0:39 UTC
[PATCH] image: Handle image types containing '-' correctly
2016-01-18 0:34 UTC (2+ messages)
Divulgue seus produtos na internet - 467535
2016-01-18 0:33 UTC
[ovmf test] 78376: regressions - FAIL
2016-01-18 0:30 UTC
BTRFS: bdev /dev/mapper/dshelf1 errs: wr 2970, rd 848, flush 0, corrupt 189, gen 0
2016-01-18 0:27 UTC
[PATCH v3] isdn: divamnt: use y2038-safe ktime_get_ts64() for trace data timestamps
2016-01-18 0:27 UTC (3+ messages)
[U-Boot] [PATCH 00/18] dm: video: Introduce initial driver-model video support
2016-01-18 0:26 UTC (19+ messages)
` [U-Boot] [PATCH 10/18] common: Move LCD and video memory reservation together
` [U-Boot] [PATCH 11/18] dm: common: Add memory reservation for the video uclass
` [U-Boot] [PATCH 12/18] dm: video: Implement the bmp command for driver model
` [U-Boot] [PATCH 13/18] dm: stdio: video: Plumb the video uclass into stdio
` [U-Boot] [PATCH 14/18] sandbox: Move CONFIG_VIDEO_SANDBOX_SDL to Kconfig
` [U-Boot] [PATCH 15/18] dm: video: sandbox: Convert sandbox to use driver model for video
` [U-Boot] [PATCH 16/18] dm: video: test: Add tests for the video uclass
` [U-Boot] [PATCH 17/18] dm: video: test: Add tests for rotated consoles
` [U-Boot] [PATCH 18/18] dm: video: test: Test that bitmap display works correctly
[PATCH net v4] ovs: limit ovs recursions in ovs_execute_actions to not corrupt stack
2016-01-18 0:26 UTC (3+ messages)
[PATCHv2 1/4] net: phy: at803x: Don't set gbit features for the AR8030 phy
2016-01-18 0:24 UTC (3+ messages)
[RFC PATCH 0/4] sched: Improve cpu load accounting with nohz
2016-01-18 0:23 UTC (7+ messages)
Problem with resetting LED in led_classdev_unregister in case of USB LED device removal
2016-01-18 0:20 UTC (2+ messages)
[v16 3/4] ext4: adds FS_IOC_FSSETXATTR/FS_IOC_FSGETXATTR interface support
2016-01-18 0:16 UTC (2+ messages)
[PATCH 1/2] arm64: insn: remove BUG_ON from codegen
2016-01-18 0:15 UTC (9+ messages)
` [PATCH 2/2] arm64: bpf: add extra pass to handle faulty codegen
[PATCH net] sctp: the temp asoc's transports should not be hashed/unhashed
2016-01-18 0:12 UTC (3+ messages)
include/net/tcp_memcontrol.h:4:54: warning: ‘struct cgroup_subsys’ declared inside parameter list
2016-01-18 0:10 UTC (3+ messages)
[v16 2/4] ext4: adds project quota support
2016-01-18 0:07 UTC (2+ messages)
Do You Authorize Change of Beneficiary Account?
2016-01-17 23:49 UTC
Do You Authorize Change of Beneficiary Account?
2016-01-17 23:49 UTC
Do You Authorize Change of Beneficiary Account?
2016-01-17 23:49 UTC
[PATCHv2] pwm: avoid holding mutex in interrupt context
2016-01-17 23:59 UTC (2+ messages)
[RFC 0/4] MIPS: ath79: introduce AR9331 devicetree support
2016-01-17 23:56 UTC (8+ messages)
` [RFC 1/4] WIP: MIPS: ath79: make ar933x clks more devicetree-friendly
` [RFC 2/4] MIPS: dts: qca: introduces AR9331 devicetree
` [RFC 3/4] MIPS: ath79: add initial support for TP-LINK MR3020
` [RFC 4/4] WIP: MIPS: add tl-mr3020-dt-raw_defconfig
[Qemu-devel] [PATCH 00/10] Cleanups to error reporting on ppc and spapr (v2)
2016-01-17 23:56 UTC (3+ messages)
Can a utility program be written to swap 2 nodes over, given the Node number and 2 'Wrong order of keys' ? [sdb]
2016-01-17 23:56 UTC
[Qemu-devel] [PATCH 0/3] Reduce abuse of rtas_st / rtas_ld
2016-01-17 23:51 UTC (2+ messages)
[PATCH 1/1] contrib/subtree: Make testing easier
2016-01-17 23:47 UTC
[PATCH 09/10] dt-bindings: video: exynos5433-decon: add bindings for DECON-TV
2016-01-17 23:45 UTC (5+ messages)
` [PATCH v2 "
[Qemu-devel] CMSG_SPACE() causing compile time error on Mac OS X
2016-01-17 23:45 UTC (3+ messages)
[PATCH] Add a test for subtree rebase that loses commits
2016-01-17 23:43 UTC (9+ messages)
` [PATCH v2] Test rebase -Xsubtree
` [PATCH v3 contrib/subtree 1/1] Add a test for subtree rebase that loses commits
` [PATCH v4 1/1] contrib/subtree: "
[U-Boot] Board specific hook for performing pre-os tweaks
2016-01-17 23:36 UTC
[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 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 (3+ 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)
[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 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
[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 (2+ 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 (3+ 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 (2+ messages)
` [PATCH v4 10/10] docs: Add descriptions of TSC scaling in xl.cfg and tscmode.txt
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.