All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-12-29 05:56:52 to 2015-12-29 07:56:03 UTC [more...]

[PATCH v1 0/6] misc: add reboot mode driver
 2015-12-29  7:55 UTC  (7+ messages)

CEPH build
 2015-12-29  7:44 UTC 

"git stash pop" is doing an unwanted "git add" when there are conflicts
 2015-12-29  7:53 UTC  (5+ messages)

[PATCH 0/14] counting trailers with shortlogs
 2015-12-29  7:50 UTC  (16+ messages)
` [PATCH 01/14] move string functions out of git-compat-util
` [PATCH 02/14] log: refactor add_header to drop some magic numbers
` [PATCH 03/14] strutil: add skip_prefix_icase
` [PATCH 04/14] shortlog: use skip_prefix_icase to parse "Author" lines
` [PATCH 05/14] shortlog: use strbufs to read from stdin
` [PATCH 06/14] shortlog: replace hand-parsing of author with pretty-printer
` [PATCH 07/14] shortlog: optimize "--summary" mode
` [PATCH 08/14] shortlog: optimize out useless "<none>" normalization
` [PATCH 09/14] shortlog: optimize out useless string list
` [PATCH 10/14] shortlog: change "author" variables to "ident"
` [PATCH 11/14] shortlog: allow grouping by committer ident
` [PATCH 12/14] trailer: factor out config reading
` [PATCH 13/14] trailer: add interface for parsing commit trailers
` [PATCH 14/14] shortlog: match commit trailers with --ident

[PATCH] doc: PCI: altera: Fix the 'ranges' property in example
 2015-12-29  7:48 UTC  (5+ messages)

[PATCH] ARM: OMAPFB: panel-sony-acx565akm: fix missing mutex unlocks
 2015-12-29  7:46 UTC  (9+ messages)
` [PATCH v2] "

[GIT PULL] UEFI support for 32-bit ARM
 2015-12-29  7:40 UTC  (5+ messages)

On Lindent shortcomings and massive style fixing
 2015-12-29  7:32 UTC  (4+ messages)

[U-Boot] [PATCH 0/7] add fw_cfg interface support for qemu-x86 targets
 2015-12-29  7:31 UTC  (24+ messages)
` [U-Boot] [PATCH 1/7] x86: qemu: add fw_cfg support
` [U-Boot] [PATCH 2/7] x86: qemu: add a cpu uclass driver for qemu target
` [U-Boot] [PATCH 3/7] x86: fix a typo in function name
` [U-Boot] [PATCH 4/7] x86: qemu: use actual CPU number for allocating memory
` [U-Boot] [PATCH 5/7] x86: qemu: add qemu_fwcfg_fdt_fixup()
` [U-Boot] [PATCH 6/7] x86: qemu: fixup cpu node in device tree
` [U-Boot] [PATCH 7/7] qemu-x86: add documentaion for the fw_cfg interface

[Buildroot] [autobuild.buildroot.net] Build results for 2015-12-28
 2015-12-29  7:30 UTC 

Additional patches in my watchdog-next branch
 2015-12-29  7:21 UTC  (8+ messages)

plan about YP 2.0.1
 2015-12-29  7:16 UTC  (2+ messages)

[PATCH] iommu:Check that iommu_device_create has completed successfully in alloc_iommu
 2015-12-29  7:15 UTC  (3+ messages)

[Qemu-devel] [PATCH COLO-Frame v13 00/39] COarse-grain LOck-stepping(COLO) Virtual Machines for Non-stop Service (FT)
 2015-12-29  7:14 UTC  (41+ messages)
` [Qemu-devel] [PATCH COLO-Frame v13 01/39] configure: Add parameter for configure to enable/disable COLO support
` [Qemu-devel] [PATCH COLO-Frame v13 02/39] migration: Introduce capability 'x-colo' to migration
` [Qemu-devel] [PATCH COLO-Frame v13 03/39] COLO: migrate colo related info to secondary node
` [Qemu-devel] [PATCH COLO-Frame v13 04/39] migration: Export migrate_set_state()
` [Qemu-devel] [PATCH COLO-Frame v13 05/39] migration: Add state records for migration incoming
` [Qemu-devel] [PATCH COLO-Frame v13 06/39] migration: Integrate COLO checkpoint process into migration
` [Qemu-devel] [PATCH COLO-Frame v13 07/39] migration: Integrate COLO checkpoint process into loadvm
` [Qemu-devel] [PATCH COLO-Frame v13 08/39] migration: Rename the'file' member of MigrationState
` [Qemu-devel] [PATCH COLO-Frame v13 09/39] COLO/migration: Create a new communication path from destination to source
` [Qemu-devel] [PATCH COLO-Frame v13 10/39] COLO: Implement colo checkpoint protocol
` [Qemu-devel] [PATCH COLO-Frame v13 11/39] COLO: Add a new RunState RUN_STATE_COLO
` [Qemu-devel] [PATCH COLO-Frame v13 12/39] QEMUSizedBuffer: Introduce two help functions for qsb
` [Qemu-devel] [PATCH COLO-Frame v13 13/39] COLO: Save PVM state to secondary side when do checkpoint
` [Qemu-devel] [PATCH COLO-Frame v13 14/39] ram: Split host_from_stream_offset() into two helper functions
` [Qemu-devel] [PATCH COLO-Frame v13 15/39] COLO: Load PVM's dirty pages into SVM's RAM cache temporarily
` [Qemu-devel] [PATCH COLO-Frame v13 16/39] ram/COLO: Record the dirty pages that SVM received
` [Qemu-devel] [PATCH COLO-Frame v13 17/39] COLO: Load VMState into qsb before restore it
` [Qemu-devel] [PATCH COLO-Frame v13 18/39] COLO: Flush PVM's cached RAM into SVM's memory
` [Qemu-devel] [PATCH COLO-Frame v13 19/39] COLO: Add checkpoint-delay parameter for migrate-set-parameters
` [Qemu-devel] [PATCH COLO-Frame v13 20/39] COLO: synchronize PVM's state to SVM periodically
` [Qemu-devel] [PATCH COLO-Frame v13 21/39] COLO failover: Introduce a new command to trigger a failover
` [Qemu-devel] [PATCH COLO-Frame v13 22/39] COLO failover: Introduce state to record failover process
` [Qemu-devel] [PATCH COLO-Frame v13 23/39] COLO: Implement failover work for Primary VM
` [Qemu-devel] [PATCH COLO-Frame v13 24/39] COLO: Implement failover work for Secondary VM
` [Qemu-devel] [PATCH COLO-Frame v13 25/39] qmp event: Add COLO_EXIT event to notify users while exited from COLO
` [Qemu-devel] [PATCH COLO-Frame v13 26/39] COLO failover: Shutdown related socket fd when do failover
` [Qemu-devel] [PATCH COLO-Frame v13 27/39] COLO failover: Don't do failover during loading VM's state
` [Qemu-devel] [PATCH COLO-Frame v13 28/39] COLO: Process shutdown command for VM in COLO state
` [Qemu-devel] [PATCH COLO-Frame v13 29/39] COLO: Update the global runstate after going into colo state
` [Qemu-devel] [PATCH COLO-Frame v13 30/39] savevm: Split load vm state function qemu_loadvm_state
` [Qemu-devel] [PATCH COLO-Frame v13 31/39] savevm: Introduce two helper functions for save/find loadvm_handlers entry
` [Qemu-devel] [PATCH COLO-Frame v13 32/39] COLO: Separate the process of saving/loading ram and device state
` [Qemu-devel] [PATCH COLO-Frame v13 33/39] COLO: Split qemu_savevm_state_begin out of checkpoint process
` [Qemu-devel] [PATCH COLO-Frame v13 34/39] net/filter-buffer: Add default filter-buffer for each netdev
` [Qemu-devel] [PATCH COLO-Frame v13 35/39] filter-buffer: Accept zero interval
` [Qemu-devel] [PATCH COLO-Frame v13 36/39] filter-buffer: Introduce a helper function to enable/disable default filter
` [Qemu-devel] [PATCH COLO-Frame v13 37/39] filter-buffer: Introduce a helper function to release packets
` [Qemu-devel] [PATCH COLO-Frame v13 38/39] colo: Use default buffer-filter to buffer and "
` [Qemu-devel] [PATCH COLO-Frame v13 39/39] COLO: Add block replication into colo process

[PATCH v4 00/10] Untracked cache improvements
 2015-12-29  7:09 UTC  (11+ messages)
` [PATCH v4 01/10] dir: free untracked cache when removing it
` [PATCH v4 02/10] update-index: use enum for untracked cache options
` [PATCH v4 03/10] update-index: add --test-untracked-cache
` [PATCH v4 04/10] update-index: add untracked cache notifications
` [PATCH v4 05/10] update-index: move 'uc' var declaration
` [PATCH v4 06/10] dir: add {new,add}_untracked_cache()
` [PATCH v4 07/10] dir: add remove_untracked_cache()
` [PATCH v4 08/10] dir: simplify untracked cache "ident" field
` [PATCH v4 09/10] config: add core.untrackedCache
` [PATCH v4 10/10] t7063: add tests for core.untrackedCache

[Qemu-devel] [RFC PATCH v2 00/10] Add colo-proxy based on netfilter
 2015-12-29  7:08 UTC  (4+ messages)

[Buildroot] [PATCH 1/1] xdotool: new package
 2015-12-29  7:07 UTC  (2+ messages)

[PATCH] mm,oom: Use hold off timer after invoking the OOM killer
 2015-12-29  6:59 UTC  (2+ messages)

[PATCH] drm/i915: Unbind objects in shrinker only if device is runtime active
 2015-12-29  7:05 UTC  (3+ messages)
` [PATCH 1/2] "
  ` [PATCH 2/2] drm/i915: Add rpm get/put in i915_shrinker_oom

[PATCH] usb: f_fs: avoid race condition with ffs_epfile_io_complete
 2015-12-29  6:36 UTC 

[PATCH 0/2] compiling with -fsanitize=undefined
 2015-12-29  6:45 UTC  (6+ messages)
` [PATCH 1/2] avoid shifting signed integers 31 bits
` [PATCH 2/2] bswap: add NO_UNALIGNED_LOADS define

[U-Boot] [PATCH re-send v6 00/17] device model bring-up of ti-qspi on dra72, dra74 and am437x-sk evm
 2015-12-29  6:45 UTC  (2+ messages)

[PATCH v2] f2fs: serialize block allocation of dio writes to enhance multithread performance
 2015-12-29  6:43 UTC 

[U-Boot] [PATCH v7] spi: Add support for dual and quad mode
 2015-12-29  6:44 UTC  (2+ messages)

[U-Boot] [PATCH v2 00/10] spi: Cleanup set
 2015-12-29  6:43 UTC  (4+ messages)
` [U-Boot] [PATCH v2 09/10] sf: Make IO modes at last in read modes

Donation/Charity
 2015-12-29  5:14 UTC 

[RFC PATCH 2/2] f2fs: export a threshold in sysfs for controlling dio serialization
 2015-12-29  6:39 UTC  (3+ messages)

[U-Boot] [PATCH] sf: Make IO modes at last in read modes
 2015-12-29  6:29 UTC  (2+ messages)

[PATCH] f2fs: fix to stop recovering dot dentries in a readonly fs
 2015-12-29  6:26 UTC  (3+ messages)

Donation/Charity
 2015-12-29  5:06 UTC 

[PATCH] BTRFS: Adds an option to select RAID Stripe size
 2015-12-29  6:03 UTC  (11+ messages)

Donation/Charity
 2015-12-29  5:03 UTC 

Donation/Charity
 2015-12-29  5:02 UTC 

[PATCH 3/5] f2fs: report readonly status in ->fsync
 2015-12-29  6:21 UTC  (5+ messages)

Donation/Charity
 2015-12-29  5:02 UTC 

Donation/Charity
 2015-12-29  5:01 UTC 

Donation/Charity
 2015-12-29  5:01 UTC 

Donation/Charity
 2015-12-29  5:01 UTC 

Donation/Charity
 2015-12-29  5:00 UTC 

gstreamer problem in yocto
 2015-12-29  6:16 UTC 

Donation/Charity
 2015-12-29  4:58 UTC 

[Qemu-devel] [PATCH] trace: Fix format specifiers for existing arguments
 2015-12-29  6:13 UTC  (2+ messages)

[PATCH 00/42] ACPICA: 20151218 Release
 2015-12-29  6:04 UTC  (54+ messages)
` [PATCH 16/42] ACPICA: acpiexec/acpinames: Update for error checking macros
` [PATCH 17/42] ACPICA: Concatenate operator: Add extensions to support all ACPI objects
` [PATCH 18/42] ACPICA: Debug Object: Cleanup output
` [PATCH 19/42] ACPICA: Debug object: Fix output for a NULL object
` [PATCH 20/42] ACPICA: Update for output of the Debug Object
` [PATCH 21/42] ACPICA: Namespace: Add scope information to the simple object repair mechanism
` [PATCH 22/42] ACPICA: Namespace: Add String -> ObjectReference conversion support
` [PATCH 23/42] ACPICA: getopt: Comment update, no functional change
` [PATCH 24/42] ACPICA: Tools: Add spacing and missing options in acpibin tool
` [PATCH 25/42] ACPICA: Add new exception code, AE_IO_ERROR
` [PATCH 26/42] ACPICA: iasl/Disassembler: Support ASL ElseIf operator
` [PATCH 27/42] ACPICA: Parser: Add constants for internal namepath function
` [PATCH 28/42] ACPICA: Parser: Fix for SuperName method invocation
` [PATCH 29/42] ACPICA: Update parameter type for ObjectType operator
` [PATCH 30/42] ACPICA: Update internal #defines for ObjectType operator. No functional change
` [PATCH 31/42] ACPICA: Update for CondRefOf and RefOf operators
` [PATCH 32/42] ACPICA: Cleanup code related to the per-table module level improvement
` [PATCH 33/42] ACPICA: Events: Deploys acpi_ev_find_region_handler()
` [PATCH 34/42] ACPICA: Events: Uses common_notify for address space handlers
` [PATCH 35/42] ACPICA: Utilities: Reorder initialization code
` [PATCH 36/42] ACPICA: Events: Fix an issue that region object is re-attached to another scope when it is already attached
` [PATCH 37/42] ACPICA: Events: Split acpi_ev_associate_reg_method() from region initialization code
` [PATCH 38/42] ACPICA: Events: Enhance acpi_ev_execute_reg_method() to ensure no _REG evaluations can happen during OS early boot stages
` [PATCH 39/42] ACPICA: Events: Introduce ACPI_REG_DISCONNECT invocation to acpi_ev_execute_reg_methods()
` [PATCH 40/42] ACPICA: Add "root node" case to the ACPI name repair code
` [PATCH 41/42] ACPICA: Add per-table execution of module-level code
` [PATCH 42/42] ACPICA: Update version to 20151218

[PATCH v2 0/3] improve symbolic-ref robustness
 2015-12-29  6:03 UTC  (6+ messages)
` [PATCH 1/3] create_symref: modernize variable names
` [PATCH 2/3] create_symref: use existing ref-lock code
` [PATCH 3/3] create_symref: write reflog while holding lock
` [RFC/PATCH 4/3] create_symref: drop support for writing symbolic links

[GIT PULL 7/9] ARM: EXYNOS: dts: DeviceTree for v4.5
 2015-12-29  6:03 UTC  (3+ messages)
` [GIT PULL] ARM: EXYNOS: dts: DeviceTree for v4.5, 2nd try

Donation/Charity
 2015-12-29  4:48 UTC 

deque: New module
 2015-12-29  6:00 UTC  (3+ messages)

[ [PATCH v2] 00/13] Add virtio support in arm/arm64
 2015-12-29  5:56 UTC  (10+ messages)
` [PATCH] eal: map io resources for non x86 architectures


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.