messages from 2014-04-25 15:45:37 to 2014-04-25 16:36:03 UTC [more...]
Geo-Replication and Disaster Recovery
2014-04-25 16:36 UTC
[PATCH v2 00/10] arm64: UEFI support
2014-04-25 16:09 UTC (28+ messages)
` [PATCH v2 01/10] lib: add fdt_empty_tree.c
` [PATCH v2 02/10] doc: efi-stub.txt updates for ARM
` [PATCH v2 03/10] efi: add helper function to get UEFI params from FDT
` [PATCH v2 04/10] arm64: Add function to create identity mappings
` [PATCH v2 05/10] efi: Add shared FDT related functions for ARM/ARM64
` [PATCH v2 06/10] arm64: add EFI runtime services
` [PATCH v2 07/10] doc: arm: add UEFI support documentation
` [PATCH v2 08/10] arm64: efi: add EFI stub
` [PATCH v2 09/10] doc: arm64: add description of EFI stub support
` [PATCH v2 10/10] efi/arm64: ignore dtb= when UEFI SecureBoot is enabled
[PATCH] pci/pciehp: Allow polling/irq mode to be decided on a per-port basis
2014-04-25 16:34 UTC (3+ messages)
[RFC v2 00/10] kdb: Kiosk (reduced capabilities) mode
2014-04-25 16:29 UTC (11+ messages)
` [RFC v3 0/9] kdb: Allow selective reduction in capabilities (was "kiosk mode")
` [RFC v3 1/9] sysrq: Implement __handle_sysrq_nolock to avoid recursive locking in kdb
` [RFC v3 2/9] kdb: Remove currently unused kdbtab_t->cmd_flags
` [RFC v3 3/9] kdb: Rename kdb_repeat_t to kdb_cmdflags_t, cmd_repeat to cmd_flags
` [RFC v3 4/9] kdb: Rename kdb_register_repeat() to kdb_register_flags()
` [RFC v3 5/9] kdb: Use KDB_REPEAT_* values as flags
` [RFC v3 6/9] kdb: Remove KDB_REPEAT_NONE flag
` [RFC v3 7/9] kdb: Categorize kdb commands (similar to SysRq categorization)
` [RFC v3 8/9] kdb: Add enable mask for groups of commands
` [RFC v3 9/9] kdb: Allow access to sensitive commands to be restricted by default
[Cocci] semantic patch feasibility
2014-04-25 16:34 UTC (6+ messages)
stack trace of threads that wake up a specific target userspace thread blocking in epoll_wait
2014-04-25 16:33 UTC
[PATCH 0/4] APOL Enhancements to support additional policy features
2014-04-25 16:32 UTC (2+ messages)
[PATCH 0/5] iio: exynos_adc: fix minor nits in the driver
2014-04-25 16:32 UTC (12+ messages)
` [PATCH 1/5] iio: exynos_adc: use indio_dev->dev structure to handle child nodes
` [PATCH 2/5] iio: exynos_adc: rearrange clock and regulator enable/disable calls
` [PATCH 3/5] iio: exynos_adc: reduce timeout and use wait_for_completion_timeout
` [PATCH 4/5] iio: exynos_adc: do a soft reset in case of timeout
` [PATCH 5/5] iio: exynos_adc: do a reinit_completion before the conversion
[PATCH v3 1/1] pinctrl: add Intel BayTrail GPIO/pinctrl support
2014-04-25 16:31 UTC (14+ messages)
[OSSTEST] Add a flight to test qemu.org's ("mainline") master branch
2014-04-25 16:31 UTC (4+ messages)
Dirty/Access bits vs. page content
2014-04-25 16:30 UTC (17+ messages)
[PATCH v2] libxl: Support PV consoles
2014-04-25 16:30 UTC (3+ messages)
` [libvirt] "
[PATCH 1/1] ARM: dts: omap3-igep0020: use SMSC9221 timings
2014-04-25 16:30 UTC (3+ messages)
[PATCH v2] ARM: OMAP5: Switch to THUMB mode if needed on secondary CPU
2014-04-25 16:27 UTC (3+ messages)
[PATCH] vfs: rw_copy_check_uvector() - free iov on error
2014-04-25 16:27 UTC (9+ messages)
Clarification needed on use of put_user inside a loop
2014-04-25 16:21 UTC (2+ messages)
how to include already compiled object files to kernel
2014-04-25 16:24 UTC
[PATCH 0/5] examples: add a new makefile to build all examples
2014-04-25 16:24 UTC (3+ messages)
[PATCH] ARM: tegra: use correct audio CODEC on Jetson TK1
2014-04-25 16:23 UTC (2+ messages)
[PATCH v3 0/3] Input: gpio-keys - clean up series
2014-04-25 16:22 UTC (4+ messages)
` [PATCH v3 1/3] Input: gpio_keys - use dev instead of pdev in gpio_keys_setup_key()
` [PATCH v3 2/3] Input: gpio_keys - convert to use devm_*
` [PATCH v3 3/3] Input: gpio_keys - convert struct descriptions to kernel-doc
IB/cma: Make timeout dependent on the subnet timeout
2014-04-25 16:21 UTC (8+ messages)
[PATCH v5 0/5] Add USB nodes for am43xx epos and gp evm
2014-04-25 16:19 UTC (18+ messages)
` [PATCH v5 1/5] doc: Add "ti,am437x-dwc3" comaptible for dwc3 glue
` [PATCH v5 2/5] ARM: dts: am43xx clock data
` [PATCH v5 3/5] ARM: dts: AM4372: Add USB nodes
` [PATCH v5 4/5] ARM: dts: am437x-gp-evm: Enable USB
` [PATCH v5 5/5] ARM: dts: am43x-epos-evm: "
[PATCH 00/38] MMC updates, plus CuBox-i WiFi support
2014-04-25 16:20 UTC (8+ messages)
` [PATCH 21/38] mmc: sdhci: hack up driver to make it more compliant with UHS-1
[PATCH v3 00/19] Use ref transactions from most callers
2014-04-25 16:14 UTC (20+ messages)
` [PATCH v3 01/19] refs.c: constify the sha arguments for ref_transaction_create|delete|update
` [PATCH v3 02/19] refs.c: allow passing NULL to ref_transaction_free
` [PATCH v3 03/19] refs.c: make ref_transaction_commit return an error string
` [PATCH v3 04/19] refs.c: return error string from ref_update_reject_duplicates on failure
` [PATCH v3 05/19] update-ref.c: use the error string from _commit to print better message
` [PATCH v3 06/19] refs.c: make update_ref_write to return error string on failure
` [PATCH v3 07/19] refs.c: remove the onerr argument to ref_transaction_commit
` [PATCH v3 08/19] refs.c: change ref_transaction_update() to do error checking and return status
` [PATCH v3 09/19] refs.c: change ref_transaction_create "
` [PATCH v3 10/19] refs.c: ref_transaction_delete to check for error "
` [PATCH v3 11/19] tag.c: use ref transactions when doing updates
` [PATCH v3 12/19] replace.c: use the ref transaction functions for updates
` [PATCH v3 13/19] commit.c: use ref transactions "
` [PATCH v3 14/19] sequencer.c: use ref transactions for all ref updates
` [PATCH v3 15/19] fast-import.c: change update_branch to use ref transactions
` [PATCH v3 16/19] branch.c: use ref transaction for all ref updates
` [PATCH v3 17/19] refs.c: change update_ref to use a transaction
` [PATCH v3 18/19] refs.c: free the transaction before returning when number of updates is 0
` [PATCH v3 19/19] refs.c: pass **transaction to commit and have it clear the pointer
Real-time scheduling policies and hyper-threading
2014-04-25 16:19 UTC (7+ messages)
[U-Boot] ARM: zynq: sdhci clock frequency init question
2014-04-25 16:19 UTC
[PATCH v2 2/2] ARM: shmobile: Armadillo800EVA: Move st1232 reset pin handling
2014-04-25 16:18 UTC (2+ messages)
` [PATCH v2 2/2] ARM: shmobile: armadillo800eva defconfig: Enable REGULATOR_GPIO and LEDS_GPIO
[PATCH v2 1/2] ARM: shmobile: Armadillo800EVA-reference: Remove usage of shmobile_timer
2014-04-25 16:18 UTC (2+ messages)
` [PATCH v2 1/2] ARM: shmobile: armadillo800eva: Add LED support
[U-Boot] [PATCH] imx6: ventana: fix system-serial dt property
2014-04-25 16:18 UTC
[U-Boot] SPI NOR MTD's
2014-04-25 16:18 UTC
[meta-oe][PATCH 1/4] htop: upgrade to 1.0.3 and apply brokensep
2014-04-25 16:15 UTC (4+ messages)
` [meta-oe][PATCH 2/4] xterm: upgrade to 303, set B=S, licence tweak
` [meta-oe][PATCH 3/4] tcpdump: inherit brokensep
` [meta-oe][PATCH 4/4] bridge-utils: apply brokensep
Még Vannak Hajhullási Problémáid? Olvassa El Ezt
2014-04-25 15:14 UTC
What is missing from Git v2.0
2014-04-25 16:14 UTC (19+ messages)
[PATCH] [media] ivtv: avoid GFP_KERNEL in atomic context
2014-04-25 16:14 UTC
[PATCH] drm/i915: remove extraneous VGA power domain put calls
2014-04-25 16:14 UTC (2+ messages)
[PATCH v2 00/18] USB support for Armada 38x and Armada 375
2014-04-25 16:13 UTC (17+ messages)
` [PATCH v2 02/18] usb: host: xhci-plat: Add clocks support
` [PATCH v2 05/18] ARM: mvebu: Add Device Tree description of xHCI hosts on Armada 38x
` [PATCH v2 14/18] ARM: mvebu: Add support for USB cluster on the Armada 375 SoC
tests/test-script.sh missing from 1.0.1 tar.bz2?
2014-04-25 16:14 UTC (3+ messages)
[PATCH] virtio-rng: support multiple virtio-rng devices
2014-04-25 16:12 UTC
[PATCH lttng-ust] Fix linking failure when cross-compiling
2014-04-25 16:12 UTC
[PATCH 1/2] regulator: arizona-micsupp: Fix build errors with CONFIG_OF not defined
2014-04-25 16:11 UTC (3+ messages)
` [PATCH 2/2] regulator: arizona-ldo1: Fix build errors for when "
[PATCH] videobuf2-dma-sg: Fix NULL pointer dereference BUG
2014-04-25 16:11 UTC
[PATCH v2 0/4] xhci: fixes for 3.15-rc usb-linus
2014-04-25 16:20 UTC (5+ messages)
` [PATCH v2 1/4] usb: xhci: Prefer endpoint context dequeue pointer over stopped_trb
` [PATCH v2 2/4] xhci: Switch Intel Lynx Point ports to EHCI on shutdown
` [PATCH v2 3/4] xhci: extend quirk for Renesas cards
` [PATCH v2 4/4] usb/xhci: fix compilation warning when !CONFIG_PCI && !CONFIG_PM
[PATCH v2] mtd: nand: Add support to use nand_base poi databuf as bounce buffer
2014-04-25 16:10 UTC (6+ messages)
[PATCH osstest] ts-xen-build: collect built seabios and ovmf versions
2014-04-25 16:11 UTC
[PATCH 0/2] Fix rxclk rate measurement
2014-04-25 16:10 UTC (3+ messages)
` [PATCH 1/2] ASoC: fsl_spdif: Fix clock source for "
[PATCH 1/2] staging: comedi: addi_apci_1564: board does not have analog inputs
2014-04-25 16:08 UTC (4+ messages)
` [PATCH 2/2] staging: comedi: addi_apci_1564: board does not have analog outputs
[PATCH V3] Add support for flag status register on Micron chips
2014-04-25 15:50 UTC (5+ messages)
[PATCH v4 0/5] rework sched_domain topology description
2014-04-25 16:05 UTC (14+ messages)
` [PATCH v4 5/5] sched: ARM: create a dedicated scheduler topology table
[PATCH 00/18 v2] nfs: support multiple requests per page
2014-04-25 16:04 UTC (7+ messages)
` [PATCH 15/18 v2] pnfs: support multiple verfs per direct req
Freescale SEC1 and AEAD / IPSEC
2014-04-25 16:03 UTC (2+ messages)
[PATCH] net: guard against coalescing packets from buggy network drivers
2014-04-25 16:01 UTC (3+ messages)
[PATCH V6] serial/uart/8250: Add tunable RX interrupt trigger I/F of FIFO buffers
2014-04-25 16:01 UTC (4+ messages)
` "
[Cluster-devel] [PATCH] dlm_controld: fix name printing error in logging
2014-04-25 15:59 UTC (2+ messages)
[PATCH 0/5] tty/serial: Add helpers to use GPIOs to control modem lines and implement atmel_serial.c
2014-04-25 15:58 UTC (3+ messages)
pid ns feature request
2014-04-25 15:58 UTC
[PATCH] Staging: octeon-usb: fixed a macro coding style issue
2014-04-25 15:58 UTC (3+ messages)
[Bug 77930] New: radeon regression after update to kernel 3.13.6 (stable)
2014-04-25 15:58 UTC (4+ messages)
` [Bug 77930] radeon regression after update to kernel 3.13.7 (stable)
[PATCH] vtpmmgr: fix 32-bit compilation
2014-04-25 15:57 UTC (4+ messages)
[PATCH] test/gem_userptr_*: Fix compile fail
2014-04-25 15:55 UTC
[PATCH] x86/HVM: replace open-coded non-local cache flushing
2014-04-25 15:55 UTC (3+ messages)
[PATCH V3 00/13] JSON infrastructure and new "xl-json" format
2014-04-25 15:53 UTC (4+ messages)
` [PATCH V3 13/13] xl: introduce "
[Qemu-trivial] [PATCH] qmp: Remove unused variable
2014-04-25 15:51 UTC (3+ messages)
[PATCH v3 part1 00/11] Enable ACPI on ARM64 in Kconfig
2014-04-25 15:51 UTC (4+ messages)
` [PATCH v3 part1 04/11] ARM64 / ACPI: Introduce arm-core.c and its related head file
[PATCH 1/4] dt: bindings: Typo s/clocks-names/clock-names/g
2014-04-25 15:47 UTC (3+ messages)
[linux-3.10 test] 25987: regressions - FAIL
2014-04-25 15:49 UTC
[Patch net] sched, cls: check if we could overwrite actions when changing a filter
2014-04-25 15:48 UTC (12+ messages)
[B.A.T.M.A.N.] [PATCH 1/7] cfg80211: export expected throughput through get_station()
2014-04-25 15:47 UTC (9+ messages)
` [B.A.T.M.A.N.] [PATCH 5/7] mac80211: minstrel - implement get_expected_throughput() API
` "
` [B.A.T.M.A.N.] [PATCH 7/7] cfg80211: implement cfg80211_get_station cfg80211 API
` "
Harmful LESS flags
2014-04-25 15:47 UTC (7+ messages)
[PATCH osstest v5] Add libvirt build and test jobs
2014-04-25 15:45 UTC (2+ messages)
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.