All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-05-01 19:32:45 to 2014-05-01 21:02:36 UTC [more...]

[patch 1/2] mm, migration: add destination page freeing callback
 2014-05-01 21:02 UTC  (7+ messages)
` [patch 2/2] mm, compaction: return failed migration target pages back to freelist

[RFC PATCH 0/2] kpatch: dynamic kernel patching
 2014-05-01 21:01 UTC  (3+ messages)

random: Providing a seed value to VM guests
 2014-05-01 21:01 UTC  (10+ messages)

[PATCH v2] cpufreq: intel_pstate: Change the calculation of next pstate
 2014-05-01 21:00 UTC 

git send-email doesn't work with IPv6 and STARTTLS
 2014-05-01 20:55 UTC  (5+ messages)

[uml-devel] trinity commit 23dc478aba breaks syscall "mremap" at a 32 bit user mode linux
 2014-05-01 20:57 UTC  (7+ messages)

[PATCH 0/3] nfs: get rid of nfs_pgio_data, related cleanup
 2014-05-01 20:56 UTC  (5+ messages)
` [PATCH 2/3] nfs: rename members of nfs_pgio_data

[RFC PATCH 0/3] mtd: nand: add randomizer support
 2014-05-01 20:56 UTC  (7+ messages)

[PATCH] ASoC: fsl: select SND_SOC_IMX_PCM_DMA where needed
 2014-05-01 20:54 UTC  (6+ messages)
        ` [alsa-devel] "

[Buildroot] [PATCH] fs: also chown symlinks
 2014-05-01 20:53 UTC 

[PATCH] crypto:caam - Define setbits32() and clrbits32() for ARM in the Freescale CAAM driver
 2014-05-01 20:46 UTC  (2+ messages)

[PATCH] mk: fix build ignoring other installed versions
 2014-05-01 20:50 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] crypto:caam - Modify width of few read only registers
 2014-05-01 20:45 UTC  (2+ messages)

[meta-qt5][PATCH] qmake5_base.bbclass: Add install support for native builds
 2014-05-01 20:01 UTC 

[Buildroot] [git commit] uclibc: arc: bump to 8af9dc8
 2014-05-01 20:48 UTC 

[U-Boot] [PATCH] wandboard: add Future Eletronics 7" WVGA LCD extension board
 2014-05-01 20:47 UTC  (4+ messages)

[Buildroot] [git commit] libwebsockets : bump version
 2014-05-01 20:46 UTC 

Kvaser socketCAN support
 2014-05-01 20:46 UTC  (4+ messages)

[Buildroot] [PATCH 1/1 v2] libwebsockets : bump version
 2014-05-01 20:45 UTC  (2+ messages)

[Documentation][PATCH 1/3] RN: Fix script name
 2014-05-01 20:44 UTC  (3+ messages)
` [Documentation][PATCH 2/3] gitignore: Add scripts/doc-data.pckl
` [Documentation][PATCH 3/3] scripts: Point user to release-notes/README on usage

[meta-browser][PATCH v3 0/4] Introduce EGL/GLES and component build patches for Chromium
 2014-05-01 20:36 UTC  (5+ messages)
` [meta-browser][PATCH v3 1/4] chromium: Add component-build PACKAGECONFIG option
` [meta-browser][PATCH v3 2/4] chromium: Add variable to contain extra command-line arguments
` [meta-browser][PATCH v3 3/4] chromium: Add use-egl PACKAGECONFIG option
` [meta-browser][PATCH v3 4/4] chromium: Add ignore-lost-context "

[PATCH] watchdog: print all locks on a softlock
 2014-05-01 20:43 UTC  (4+ messages)

[PATCH] Use signed location for drmModeSetPlane
 2014-05-01 20:41 UTC  (2+ messages)

avr32: Replace __get_cpu_var with __this_cpu_write
 2014-05-01 20:41 UTC 

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

[PATCH] mke2fs: don't accept too-high revision levels
 2014-05-01 20:39 UTC  (2+ messages)
` [PATCH V2] mke2fs: prevent creation of filesystem with unsupported revision

alpha: Replace __get_cpu_var
 2014-05-01 20:39 UTC 

[RFC 00/16] kGraft
 2014-05-01 20:37 UTC  (7+ messages)
` [RFC 03/16] kgr: initial code
` [RFC 09/16] kgr: mark task_safe in some kthreads

[PATCH] PCI: quirk RTL8110SC INTx masking
 2014-05-01 20:36 UTC 

[PATCH] PCI/shpchp: fix a bus speed issue on hotplug
 2014-05-01 20:36 UTC  (6+ messages)

[Bug 75211] New: Division error in radeon_compute_pll_avivo (X hang)
 2014-05-01 20:33 UTC  (2+ messages)
` [Bug 75211] "

[Buildroot] [PATCH 0/3] Add u-boot.pbl support
 2014-05-01 20:33 UTC  (4+ messages)
` [Buildroot] [PATCH 1/3] host-xxd: new package

[Buildroot] [PATCH trivial] package .mk files: use 80 # signs in header
 2014-05-01 20:33 UTC  (2+ messages)

+ slub-use-sysfses-release-mechanism-for-kmem_cache-fix-fix.patch added to -mm tree
 2014-05-01 20:33 UTC 

[Buildroot] [git commit] package .mk files: use 80 # signs in header
 2014-05-01 20:32 UTC 

[meta-fsl-arm-extra][PATCH V2] linux-boundary (3.10.17): Move to GA kernel (srcrev 731f96)
 2014-05-01 20:32 UTC 

[PATCH] rwsem: Support optimistic spinning
 2014-05-01 20:32 UTC  (4+ messages)
` [PATCH v3] "

[meta-fsl-arm-extra][PATCH] linux-boundary_3.10.17: update to -ga release
 2014-05-01 20:31 UTC  (3+ messages)

[PATCH 00/15] ASoC: Arnds randconfig fixes for ASoC
 2014-05-01 20:31 UTC  (9+ messages)
` [PATCH 09/15] ASoC: Migo-R sound needs I2C
` [PATCH 10/15] ASoC: TLV320AIC23 and Simtec Hermes audio
` [PATCH 14/15] ASoC: Amstrad E3 needs TTY support for codec

[Buildroot] [PATCH] Rebuild busybox when an external config is updated
 2014-05-01 20:31 UTC  (3+ messages)

Can anyone boot a system using btrfs root with linux 3.14 or newer? - RESOLVED
 2014-05-01 20:27 UTC 

[Buildroot] [Bug 7016] New: Git issues in resulting buildroot tar
 2014-05-01 20:26 UTC  (9+ messages)
` [Buildroot] [Bug 7016] "

fs: dcookie: freeing active timer
 2014-05-01 20:23 UTC  (10+ messages)

+ slub-use-sysfses-release-mechanism-for-kmem_cache-fix.patch added to -mm tree
 2014-05-01 20:22 UTC 

A failing attempt to use Git in a centralized environment
 2014-05-01 20:21 UTC  (22+ messages)
  ` Pull is Evil (was: Re: A failing attempt to use Git in a centralized environment)
      ` Pull is Evil
                      `  "

net/wireless/chan.c: prohibited_flags wrongly set
 2014-05-01 20:20 UTC  (2+ messages)

[PATCH 1/2] PCI: Device driver function reset notification
 2014-05-01 20:20 UTC  (8+ messages)

[PATCH v3 00/11] Prevent one cause of "MP-BIOS bug: 8254 timer"... message from linux
 2014-05-01 20:19 UTC  (5+ messages)
` [PATCH v3 11/11] hvm/hpet: handle 1st period special

[PATCH] rwsem: Comments to explain the meaning of the rwsem's count field
 2014-05-01 20:18 UTC  (2+ messages)

[Buildroot] [PATCH v2] target-finalize: avoid stripping kernel modules with incorrect permissions
 2014-05-01 20:18 UTC  (2+ messages)

[Buildroot] [git commit] target-finalize: avoid stripping kernel modules with incorrect permissions
 2014-05-01 20:17 UTC 

[U-Boot] Pull request: u-boot-sh/master
 2014-05-01 20:16 UTC 

[PATCH] staging: rtl8723au: fix potential leak in update_bcn_wps_ie()
 2014-05-01 20:16 UTC  (3+ messages)

[PATCH] acpi-video: Add 4 new models to the use_native_backlight dmi list
 2014-05-01 20:16 UTC  (2+ messages)

[PATCH] vexpress: Initialise the sysregs before setting up the clocks
 2014-05-01 20:16 UTC  (2+ messages)

[Buildroot] [PATCHv2] btrfs-progs: new package
 2014-05-01 20:15 UTC  (2+ messages)

[Buildroot] [git commit] btrfs-progs: new package
 2014-05-01 20:14 UTC 

[U-Boot] Pull request: u-boot-sh/rmobile into u-boot-arm/master
 2014-05-01 20:14 UTC 

[PATCH 0/1] Add texinfo.bbclass; recipes that use texinfo utils at build-time inherit it
 2014-05-01 20:00 UTC  (2+ messages)
` [PATCH 1/1] "

[RFC][PATCH] selinux: Report result in avc messages
 2014-05-01 20:11 UTC  (6+ messages)

idmap problems with chown as root
 2014-05-01 20:11 UTC  (5+ messages)

+ slub-use-sysfses-release-mechanism-for-kmem_cache.patch added to -mm tree
 2014-05-01 20:10 UTC 

[Buildroot] [PATCH] smack: needs threads
 2014-05-01 20:07 UTC  (2+ messages)

[U-Boot] [PATCH v4 0/9] sunxi: initial upstreamining effort
 2014-05-01 20:07 UTC  (20+ messages)
` [U-Boot] [PATCH v4 1/9] sunxi: add sun7i clocks and timer support
` [U-Boot] [PATCH v4 2/9] sunxi: add sun7i pinmux and gpio support
` [U-Boot] [PATCH v4 3/9] sunxi: add sun7i dram setup support
` [U-Boot] [PATCH v4 6/9] sunxi: add gmac Ethernet support
` [U-Boot] [PATCH v4 7/9] sunxi: mmc support
` [U-Boot] [PATCH v4 8/9] sunxi: non-FEL SPL boot support for sun7i

[Buildroot] [git commit] smack: needs threads
 2014-05-01 20:07 UTC 

rebased target userback repo available
 2014-05-01 20:05 UTC 

[U-Boot] [PATCH 1/9] mmc: mmc header fix
 2014-05-01 20:03 UTC  (4+ messages)
` [U-Boot] [PATCH v5 00/12] DFU, MMC, Gadget, Goni, misc
  ` [U-Boot] [PATCH v5 06/12] ums: always initialize mmc before ums_disk_init()

[meta-qt5][PATCH] qmake4_base.bbclass: Add staging directory for native builds
 2014-05-01 20:02 UTC  (3+ messages)

[PATCH 0/4 v2] Split CIFS_SessSetup()
 2014-05-01 20:01 UTC  (5+ messages)
` [PATCH 2/4] cifs: Split ntlm and ntlmv2 authentication methods off CIFS_SessSetup()

Kernel Hang I2C1??
 2014-05-01 20:00 UTC  (14+ messages)

[U-Boot] [PATCH 1/8] ums: support block devices not MMC devices
 2014-05-01 20:00 UTC  (7+ messages)
` [U-Boot] [PATCH 3/8] ums: remove error-checking of MMC device size
` [U-Boot] [PATCH 7/8] ums: move all variable declarations to the start of the block

linux-3.14 nfsd regression
 2014-05-01 19:59 UTC  (9+ messages)

[PATCH 1/1] arch/m68k/hp300/config.c: convert printk to pr_foo()
 2014-05-01 19:59 UTC 

[PATCH 1/1] arch/m68k/apollo/config.c: convert printk to pr_foo()
 2014-05-01 19:58 UTC 

[PATCH net 0/4] Batch of mlx4 fixes for 3.15
 2014-05-01 19:54 UTC  (3+ messages)
` [PATCH net 1/4] net/mlx4_core: Adjust port number in qp_attach wrapper when detaching

[PATCH V2] ARCH/M68K/AMIGA: convert printk to pr_foo()
 2014-05-01 19:56 UTC 

[PATCH 0/1] acpi-video: Put the Acer Aspire V5-471G on the use_native_backlight dmi list
 2014-05-01 20:10 UTC  (4+ messages)
` [PATCH] "

[PATCH 1/2] of: add bq and radxa vendor prefixes
 2014-05-01 19:50 UTC  (5+ messages)
` [PATCH 2/2] ARM: dts: rockchip: add root compatible properties

+ bio-modify-__bio_add_page-to-accept-pages-that-dont-start-a-new-segment-v3.patch added to -mm tree
 2014-05-01 19:50 UTC 

[PATCH v3] tools/perf: allow overriding sysfs and proc finding with env var
 2014-05-01 19:45 UTC 

[PATCH net-next v3 0/3] BPF cleanups
 2014-05-01 19:47 UTC  (6+ messages)
` [PATCH net-next v3 1/3] net: filter: simplify label names from jump-table

[3.15-rc3] Bisected: xen-netback mangles packets between two guests on a bridge since merge of "TX grant mapping with SKBTX_DEV_ZEROCOPY instead of copy" series
 2014-05-01 19:39 UTC  (9+ messages)
            ` [Xen-devel] "

[PATCH] alsa-tools: Enable GTK support for X11, Wayland and DirectFB
 2014-05-01 19:38 UTC  (3+ messages)

[PATCH] sanity: Bump BitBake minimal version to 1.23.0
 2014-05-01 19:38 UTC 

[Cluster-devel] kernel packaging split up landing in Rawhide
 2014-05-01 19:37 UTC  (5+ messages)

[U-Boot] [PATCH] NAND: Add Micron MT29F16G identifier
 2014-05-01 19:34 UTC  (3+ messages)

[PATCH] fbdev/fb.h: silence warning with -Wsign-compare
 2014-05-01 19:32 UTC 


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.