All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-05-15 22:04:33 to 2014-05-16 00:04:42 UTC [more...]

[PATCH/RFC] ARM: shmobile: Enable PM_RUNTIME in defconfig
 2014-05-16  0:04 UTC  (2+ messages)

[PATCH v6 00/17] ARM: shmobile: r8a7779, marzen: CCF and multiplatform
 2014-05-16  0:04 UTC  (7+ messages)
` [PATCH v6 13/17] ARM: shmobile: marzen: Add to shmobile defconfig

A plea for more tooling usage
 2014-05-15 23:34 UTC  (3+ messages)

[PATCH 0/4 RESEND] writeback: Dirty list handling changes
 2014-05-15 23:55 UTC  (4+ messages)
` [PATCH 4/4] writeback: Remove pages_skipped from writeback_control

[PATCH 0/2] fixed sysrq & rcu patches
 2014-05-15 23:48 UTC  (4+ messages)
` [PATCH 2/2] sysrq,rcu: suppress RCU stall warnings while sysrq runs

Support for getting "manufacturer" from snd_seq_client_info and/or snd_ctl_card_info
 2014-05-15 23:47 UTC  (6+ messages)

[PATCH] arm: dts: exynos5: Remove multi core timer
 2014-05-15 23:46 UTC  (23+ messages)

[PATCH v2 00/15] PCI/iommu: Fix DMA alias problems
 2014-05-15 23:45 UTC  (5+ messages)

[dm-crypt] Required kernel crypto interface not available
 2014-05-15 23:43 UTC  (7+ messages)

[Ksummit-discuss] [TECH TOPIC] PM dependencies
 2014-05-15 23:43 UTC  (9+ messages)

[PATCH] net: ipv6: make "ip -6 route get mark xyz" work
 2014-05-15 23:38 UTC 

+ fs-add-generic-data-flush-to-fsync-fix-fix.patch added to -mm tree
 2014-05-15 23:36 UTC 

[review-request] V2: 6137 excessive load time for All Recipes page
 2014-05-15 23:36 UTC  (8+ messages)

[PATCH RFC] x86/hvm: unify HVM and PVH hypercall tables
 2014-05-15 23:35 UTC  (2+ messages)

[PATCHv2 0/4] ACPI / LPSS: Solution for two issues seen on Asus T100
 2014-05-15 23:29 UTC  (6+ messages)

[PATCH] checkpatch: Add --strict test for kmalloc/kzalloc with multiply
 2014-05-15 23:27 UTC  (5+ messages)
      ` [PATCH V2] checkpatch: Add warning "

"make oldconfig" kills config options when cross compiling
 2014-05-15 23:26 UTC  (2+ messages)

[GUILT v2 00/29] Teach guilt import-commit how to create legal patch names, and more
 2014-05-15 23:21 UTC  (9+ messages)
` [GUILT v2 12/29] "guilt header": more robust header selection
` [GUILT v2 13/29] Check that "guilt header '.*'" fails
` [GUILT v2 14/29] Use "git check-ref-format" to validate patch names
` [GUILT v2 15/29] Produce legal patch names in guilt-import-commit

[PATCH V2 1/2] fs: include device name in error messages about freezing
 2014-05-15 23:19 UTC  (17+ messages)
` [PATCH V2 2/2] fs: print a message when freezing/unfreezing filesystems

[PATCH v9 00/44] Use ref transactions for all ref updates
 2014-05-15 23:15 UTC  (45+ messages)
` [PATCH v9 01/44] refs.c: constify the sha arguments for ref_transaction_create|delete|update
` [PATCH v9 02/44] refs.c: allow passing NULL to ref_transaction_free
` [PATCH v9 03/44] refs.c: add a strbuf argument to ref_transaction_commit for error logging
` [PATCH v9 04/44] refs.c: add an err argument to repack_without_refs
` [PATCH v9 05/44] refs.c: make ref_update_reject_duplicates take a strbuf argument for errors
` [PATCH v9 06/44] refs.c: add an err argument to delete_ref_loose
` [PATCH v9 07/44] refs.c: make update_ref_write update a strbuf on failure
` [PATCH v9 08/44] update-ref.c: log transaction error from the update_ref
` [PATCH v9 09/44] refs.c: remove the onerr argument to ref_transaction_commit
` [PATCH v9 10/44] refs.c: change ref_transaction_update() to do error checking and return status
` [PATCH v9 11/44] refs.c: change ref_transaction_create "
` [PATCH v9 12/44] refs.c: ref_transaction_delete to check for error "
` [PATCH v9 13/44] tag.c: use ref transactions when doing updates
` [PATCH v9 14/44] replace.c: use the ref transaction functions for updates
` [PATCH v9 15/44] commit.c: use ref transactions "
` [PATCH v9 16/44] sequencer.c: use ref transactions for all ref updates
` [PATCH v9 17/44] fast-import.c: change update_branch to use ref transactions
` [PATCH v9 18/44] branch.c: use ref transaction for all ref updates
` [PATCH v9 19/44] refs.c: change update_ref to use a transaction
` [PATCH v9 20/44] refs.c: free the transaction before returning when number of updates is 0
` [PATCH v9 21/44] refs.c: ref_transaction_commit should not free the transaction
` [PATCH v9 22/44] fetch.c: clear errno before calling functions that might set it
` [PATCH v9 23/44] fetch.c: change s_update_ref to use a ref transaction
` [PATCH v9 24/44] fetch.c: use a single ref transaction for all ref updates
` [PATCH v9 25/44] receive-pack.c: use a reference transaction for updating the refs
` [PATCH v9 26/44] fast-import.c: use a ref transaction when dumping tags
` [PATCH v9 27/44] walker.c: use ref transaction for ref updates
` [PATCH v9 28/44] refs.c: make write_ref_sha1 static
` [PATCH v9 29/44] refs.c: make lock_ref_sha1 static
` [PATCH v9 30/44] refs.c: add transaction.status and track OPEN/CLOSED/ERROR
` [PATCH v9 31/44] refs.c: remove the update_ref_lock function
` [PATCH v9 32/44] refs.c: remove the update_ref_write function
` [PATCH v9 33/44] refs.c: remove lock_ref_sha1
` [PATCH v9 34/44] refs.c: make prune_ref use a transaction to delete the ref
` [PATCH v9 35/44] refs.c: make delete_ref use a transaction
` [PATCH v9 36/44] refs.c: pass the ref log message to _create/delete/update instead of _commit
` [PATCH v9 37/44] refs.c: pass NULL as *flags to read_ref_full
` [PATCH v9 38/44] refs.c: pack all refs before we start to rename a ref
` [PATCH v9 39/44] refs.c: move the check for valid refname to lock_ref_sha1_basic
` [PATCH v9 40/44] refs.c: call lock_ref_sha1_basic directly from commit
` [PATCH v9 41/44] refs.c: add a new flag for transaction delete for refs we know are packed only
` [PATCH v9 42/44] refs.c: pass a skip list to name_conflict_fn
` [PATCH v9 43/44] refs.c: make rename_ref use a transaction
` [PATCH v9 44/44] refs.c: remove forward declaration of write_ref_sha1

initramfs only supported in x86?
 2014-05-15 23:17 UTC  (4+ messages)

[PATCH v8 00/44] Use ref transactions for all ref updates
 2014-05-15 23:16 UTC  (20+ messages)
` [PATCH v8 04/44] refs.c: add an err argument to repack_without_refs
` [PATCH v8 10/44] refs.c: change ref_transaction_update() to do error checking and return status
` [PATCH v8 13/44] tag.c: use ref transactions when doing updates
` [PATCH v8 14/44] replace.c: use the ref transaction functions for updates
` [PATCH v8 17/44] fast-import.c: change update_branch to use ref transactions
` [PATCH v8 18/44] branch.c: use ref transaction for all ref updates
` [PATCH v8 19/44] refs.c: change update_ref to use a transaction

How to use grub2-extra-lua module
 2014-05-15 22:53 UTC  (2+ messages)

[Ksummit-discuss] [CORE TOPIC] [nomination] Move Fast and Oops Things
 2014-05-15 23:13 UTC 

[PATCH] ARM: OMAP: replace checks for CONFIG_USB_GADGET_OMAP
 2014-05-15 23:12 UTC  (4+ messages)

+ zsmalloc-make-zsmalloc-module-buildable.patch added to -mm tree
 2014-05-15 23:10 UTC 

+ mm-export-unmap_kernel_range.patch added to -mm tree
 2014-05-15 23:10 UTC 

[PATCH RFC 00/11] Remove mach-kirkwood
 2014-05-15 23:08 UTC  (7+ messages)
` [PATCH RFC 03/11] sound: ASoC: kirkwood: Remove ARCH_KIRKWOOD dependency

[PATCH v2.57] datapath: Add basic MPLS support to kernel
 2014-05-15 23:07 UTC  (2+ messages)

arm64 entry point
 2014-05-15 23:06 UTC 

+ ipcshm-document-new-limits-in-the-uapi-header-v3.patch added to -mm tree
 2014-05-15 23:06 UTC 

+ compilerh-avoid-sparse-errors-in-__compiletime_error_fallback.patch added to -mm tree
 2014-05-15 23:03 UTC 

[ath9k-devel] Weird Atheros 9485 http connecting problems
 2014-05-15 23:02 UTC  (5+ messages)

[PATCH] ARM: imx: clean up error handling
 2014-05-15 23:01 UTC  (5+ messages)

+ mm-exclude-duplicate-header.patch added to -mm tree
 2014-05-15 23:00 UTC 

[PATCH] sched: fix exec_start/task_hot on migrated tasks
 2014-05-15 22:59 UTC 

+ checkpatch-add-strict-test-for-kmalloc-kzalloc-with-multiply.patch added to -mm tree
 2014-05-15 22:58 UTC 

+ mm-replace-remap_file_pages-syscall-with-emulation-fix-3.patch added to -mm tree
 2014-05-15 22:57 UTC 

[PATCH net-next 0/2] tools: bpf_jit_disasm: trivial fixes
 2014-05-15 22:56 UTC  (3+ messages)
` [PATCH net-next 1/2] tools: bpf_jit_disasm: ignore image address for disasm
` [PATCH net-next 2/2] tools: bpf_jit_disasm: increase image buffer size

[PATCH v2 00/17] contrib: cleanup
 2014-05-15 22:56 UTC  (15+ messages)
` [PATCH v2 01/17] contrib: remove outdated README

[PATCH] remote-helpers: point at their upstream repositories
 2014-05-15 22:56 UTC 

[PATCH 0/4] acerhdf/thermal: adding new models and appropriate governor
 2014-05-15 22:53 UTC  (4+ messages)
` [PATCH v3 0/6] acerhdf/thermal: adding new models, appropriate governor and minor clean up

[PATCH v6 0/4] live migration dirty bitmap support for ARMv7
 2014-05-15 22:53 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/7] iotests: Allow out-of-tree run
 2014-05-15 22:52 UTC  (9+ messages)
` [Qemu-devel] [PATCH 1/7] "
` [Qemu-devel] [PATCH 2/7] configure: Enable out-of-tree iotests
` [Qemu-devel] [PATCH 3/7] iotests: Add default common.env
` [Qemu-devel] [PATCH 4/7] iotests: Source common.env
` [Qemu-devel] [PATCH 5/7] iotests: Use $PYTHON for Python scripts
` [Qemu-devel] [PATCH 6/7] iotests: Drop Python version from 065's Shebang
` [Qemu-devel] [PATCH 7/7] iotests: Fix 083 for out-of-tree builds

[PATCH v5 0/4] live migration dirty bitmap support for ARMv7
 2014-05-15 22:51 UTC  (5+ messages)
` [PATCH v5 2/4] live migration support for initial write protect of VM

[PATCH] i915: Add module option to support VGA arbiter on HD devices
 2014-05-15 22:50 UTC  (7+ messages)

+ fs-devpts-inodec-convert-printk-to-pr_foo-fix.patch added to -mm tree
 2014-05-15 22:45 UTC 

Hello From KM
 2014-05-15 22:42 UTC 

Hello From KM
 2014-05-15 22:42 UTC 

[PATCH] Fix for possible null pointer dereference in node.c
 2014-05-15 22:43 UTC  (4+ messages)

+ mm-hugetlb-move-the-error-handle-logic-out-of-normal-code-path.patch added to -mm tree
 2014-05-15 22:42 UTC 

Hello From KM
 2014-05-15 22:42 UTC 

Hello From KM
 2014-05-15 22:42 UTC 

[PATCH] mm, hugetlb: move the error handle logic out of normal code path
 2014-05-15 22:38 UTC  (6+ messages)

[Ksummit-discuss] [CORE TOPIC] Further include file restructuring and cleanups
 2014-05-15 22:37 UTC 

bq24190: What's the correct API to turn boost mode (OTG) on for the battery charger ?
 2014-05-15 22:35 UTC  (3+ messages)

Hello From KM
 2014-05-15 22:42 UTC 

[GIT PULL v2] arm64: crypto patches
 2014-05-15 22:35 UTC 

[PATCH 2/4] x86: SROP mitigation: implement signal canaries
 2014-05-15 22:32 UTC  (3+ messages)

RFC: Cleanup firmware backlight control method selection
 2014-05-15 22:29 UTC  (2+ messages)

+ mm-fix-some-indenting-in-cmpxchg_double_slab.patch added to -mm tree
 2014-05-15 22:25 UTC 

[Ksummit-discuss] [TECH TOPIC] Printk softlockups
 2014-05-15 22:20 UTC  (2+ messages)

[PATCH v3 00/18] nfs: support multiple requests per page
 2014-05-15 22:19 UTC  (4+ messages)
` [PATCH v3 06/18] nfs: add support for multiple nfs reqs "

Suspend and the ceph clients
 2014-05-15 22:19 UTC  (3+ messages)

[PATCH 0/3] Rework of_find_node_by_path() code
 2014-05-15 22:19 UTC  (3+ messages)
` [PATCH 1/3] lib: add glibc style strchrnul() variant

[PATCH] tools lib traceevent: Added support for __get_bitmask() macro
 2014-05-15 22:18 UTC 

mm: NULL ptr deref handling mmaping of special mappings
 2014-05-15 22:15 UTC  (13+ messages)

fail to bind '82541GI Gigabit Ethernet Controller' to IGB_UIO driver
 2014-05-15 22:15 UTC  (4+ messages)

regression: request-pull with signed tag lacks tags/ in master
 2014-05-15 22:13 UTC  (5+ messages)

[withdrawn] ipcmsg-loosen-check-for-full-queue.patch removed from -mm tree
 2014-05-15 22:13 UTC 

[Qemu-devel] [PATCH v4 14/18] target-i386: Add "migratable" property to "host" CPU model
 2014-05-15 22:12 UTC  (3+ messages)

[RFC PATCH 00/11] Add support for devtmpfs in user namespaces
 2014-05-15 22:15 UTC  (9+ messages)
  ` [lxc-devel] "

[PATCH] Fix for possible null pointer dereference in auth.c
 2014-05-15 22:10 UTC  (4+ messages)

[PATCH v2 00/11] arm64 crypto roundup
 2014-05-15 22:10 UTC  (7+ messages)
` [PATCH v2 09/11] arm64/crypto: add voluntary preemption to Crypto Extensions SHA1

perf_fuzzer crash on pentium 4
 2014-05-15 22:09 UTC  (10+ messages)

Data offset
 2014-05-15 22:07 UTC  (2+ messages)

[PATCH] serial: imx: Fix buggy transmissions when baudrate mismatches
 2014-05-15 22:05 UTC  (3+ messages)

perf: Add support for full Intel event lists v4
 2014-05-15 22:03 UTC  (4+ messages)
` [PATCH 1/9] perf, tools: Add jsmn `jasmine' JSON parser v2
` [PATCH 3/9] perf, tools: Add support for reading JSON event files v2
` [PATCH 6/9] perf, tools: Allow events with dot


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.