All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-02-22 22:31:11 to 2011-02-22 23:47:59 UTC [more...]

[PATCH v3 00/15] Mark "init", "clone", and "add" output for translation
 2011-02-22 23:42 UTC  (74+ messages)
` [PATCH v4 00/73] No-op gettextize core Git C programs
` [PATCH v4 01/73] gettext: add no-op _() and N_() wrappers
` [PATCH v4 02/73] gettext tests: add GETTEXT_POISON to simulate unfriendly translator
` [PATCH v4 03/73] gettext: do not poison translations unless GIT_GETTEXT_POISON envvar is set
` [PATCH v4 04/73] Makefile: "pot" target to extract messages marked for translation
` [PATCH v4 05/73] gettextize: git-init basic messages
` [PATCH v4 06/73] gettextize: git-init "Initialized [...] repository" message
` [PATCH v4 07/73] gettextize: git-clone basic messages
` [PATCH v4 08/73] gettextize: git-clone "Cloning into" message
` [PATCH v4 09/73] "
` [PATCH v4 10/73] gettextize: git-add basic messages
` [PATCH v4 11/73] gettextize: git-add "The following paths are ignored" message
` [PATCH v4 12/73] gettextize: git-add "did not match any files" message
` [PATCH v4 13/73] gettextize: git-add "remove '%s'" message
` [PATCH v4 14/73] gettextize: git-add "Unstaged changes" message
` [PATCH v4 15/73] gettextize: git-branch basic messages
` [PATCH v4 16/73] gettextize: git-branch "remote branch '%s' not found" message
` [PATCH v4 17/73] gettextize: git-branch "Deleted branch [...]" message
` [PATCH v4 18/73] gettextize: git-branch "git branch -v" messages
` [PATCH v4 19/73] gettextize: git-branch "(no branch)" message
` [PATCH v4 20/73] gettextize: git-checkout basic messages
` [PATCH v4 21/73] gettextize: git-checkout: our/their version message
` [PATCH v4 22/73] gettextize: git-checkout describe_detached_head messages
` [PATCH v4 23/73] gettextize: git-checkout "HEAD is now at" message
` [PATCH v4 24/73] gettextize: git-checkout "Switched to a .. branch" message
` [PATCH v4 25/73] gettextize: git-commit basic messages
` [PATCH v4 26/73] gettextize: git-commit "middle of a merge" message
` [PATCH v4 27/73] gettextize: git-commit formatting messages
` [PATCH v4 28/73] gettextize: git-commit print_summary messages
` [PATCH v4 29/73] gettextize: git-commit "enter the commit message" message
` [PATCH v4 30/73] gettextize: git-commit advice messages
` [PATCH v4 31/73] gettextize: git-diff basic messages
` [PATCH v4 32/73] gettextize: git-fetch "
` [PATCH v4 33/73] gettextize: git-fetch formatting messages
` [PATCH v4 34/73] gettextize: git-fetch update_local_ref messages
` [PATCH v4 35/73] gettextize: git-fetch split up "(non-fast-forward)" message
` [PATCH v4 36/73] gettextize: git-grep basic messages
` [PATCH v4 37/73] gettextize: git-grep "--open-files-in-pager" message
` [PATCH v4 38/73] gettextize: git-log basic messages
` [PATCH v4 39/73] gettextize: git-log "--OPT does not make sense" messages
` [PATCH v4 40/73] gettextize: git-merge basic messages
` [PATCH v4 41/73] gettextize: git-merge "Updating %s..%s" message
` [PATCH v4 42/73] gettextize: git-merge "You have not concluded your merge" messages
` [PATCH v4 43/73] gettextize: git-merge "Wonderful" message
` [PATCH v4 44/73] gettextize: git-mv basic messages
` [PATCH v4 45/73] gettextize: git-mv "bad" messages
` [PATCH v4 46/73] gettextize: git-rm basic messages
` [PATCH v4 47/73] gettextize: git-reset "
` [PATCH v4 48/73] gettextize: git-reset reset_type_names messages
` [PATCH v4 49/73] gettextize: git-reset "Unstaged changes after reset" message
` [PATCH v4 50/73] gettextize: git-tag basic messages
` [PATCH v4 51/73] gettextize: git-tag tag_template message
` [PATCH v4 52/73] gettextize: git-push basic messages
` [PATCH v4 53/73] gettextize: git-push "prevent you from losing" message
` [PATCH v4 54/73] gettextize: git-status basic messages
` [PATCH v4 55/73] gettextize: git-status "nothing to commit" messages
` [PATCH v4 56/73] gettextize: git-status shortstatus messages
` [PATCH v4 57/73] gettextize: git-status "Changes to be committed" message
` [PATCH v4 58/73] gettextize: git-status "Initial commit" message
` [PATCH v4 59/73] gettextize: git-status "renamed: " message
` [PATCH v4 60/73] gettextize: git-archive basic messages
` [PATCH v4 61/73] gettextize: git-bundle "
` [PATCH v4 62/73] gettextize: git-clean "
` [PATCH v4 63/73] gettextize: git-clean clean.requireForce messages
` [PATCH v4 65/73] gettextize: git-gc basic messages
` [PATCH v4 66/73] gettextize: git-gc "Auto packing the repository" message
` [PATCH v4 67/73] gettextize: git-notes basic commands
` [PATCH v4 68/73] gettextize: git-notes GIT_NOTES_REWRITE_MODE error message
` [PATCH v4 69/73] gettextize: git-revert basic messages
` [PATCH v4 70/73] gettextize: git-revert "Your local changes" message
` [PATCH v4 71/73] gettextize: git-revert literal "me" messages
` [PATCH v4 72/73] gettextize: git-revert split up "could not revert/apply" message
` [PATCH v4 73/73] gettextize: git-shortlog basic messages

+ mm-simplify-anon_vma-refcounts.patch added to -mm tree
 2011-02-22 23:29 UTC 

[PATCH 0/2] Improved node descriptions
 2011-02-22 23:43 UTC  (6+ messages)

[RFC][PATCH] ext2: Resolve i_nlink race in ext2_rename
 2011-02-22 23:42 UTC 

[U-Boot] [PATCH] Add A9 CPU complex support
 2011-02-22 23:41 UTC  (3+ messages)
` [U-Boot] [PATCH] arm: Tegra2: add support for A9 CPU init

[Buildroot] [git commit master 1/1] package/multimedia: mark festival packages as broken
 2011-02-22 23:40 UTC 

[RFC 0/8] Reliably generate large request from SRP
 2011-02-22 23:38 UTC  (6+ messages)

[PATCH 0/5] blk-throttle: writeback and swap IO control
 2011-02-22 23:37 UTC  (36+ messages)
` [PATCH 3/5] page_cgroup: make page tracking available for blkio
` [PATCH 4/5] blk-throttle: track buffered and anonymous pages

[PATCH] ARM: imx/mach-mx25_3ds: Use IMX_GPIO_NR instead of hard-coded values
 2011-02-22 23:36 UTC  (2+ messages)
` Build failure on i.MX25 [Was: [PATCH] ARM: imx/mach-mx25_3ds: Use IMX_GPIO_NR instead of hard-coded values]

[opensuse-factory] /sbin/fstrim: /home: FITRIM ioctl failed: Operation not supported
 2011-02-22 23:34 UTC 

[Ocfs2-devel] [PATCH] Treat writes as new when holes span across page boundaries
 2011-02-22 23:34 UTC  (11+ messages)

[PATCH 0/2] Common struct clk implementation, v13
 2011-02-22 23:33 UTC  (4+ messages)
` [PATCH] wip: convert imx27 to common struct clk

[PATCH 1/6] Staging: hv: vmbus_drv.c Replaced DPRINT with native pr_XXX
 2011-02-22 23:32 UTC  (6+ messages)
` [PATCH 2/6] Staging: hv: hv.c Removed all DPRINT and debug - using pr_err now
  ` [PATCH 3/6] Staging: hv: channel.c Removed debug DPRINTS use pr_err for errors
    ` [PATCH 4/6] Staging: hv: channel_mgmt.c Removed DPRINT and implemented pr_XX
      ` [PATCH 5/6] Staging: hv: ring_buffer.c Removed DPRINT replaced with pr_XX
        ` [PATCH 6/6] Staging: hv: connection.c "

[PATCH 1/3] pxa: Enable pxa-pcm-audio on pxa210/pxa25x platform
 2011-02-22 23:29 UTC  (6+ messages)
` [PATCH 2/3] tosa: register wm9712 codec device
` [PATCH 3/3] ASoC: correct pxa AC97 DAI names

Setting the root password in an image
 2011-02-22 23:31 UTC 

+ mm-move-anon_vma-ref-out-from-under-config_foo.patch added to -mm tree
 2011-02-22 23:29 UTC 

[PATCH v1 0/5] Exporting DMI entries via syfs
 2011-02-22 23:31 UTC  (5+ messages)
` [PATCH v1 2/5] firmware: Basic dmi-sysfs support

+ mm-rename-drop_anon_vma-to-put_anon_vma.patch added to -mm tree
 2011-02-22 23:29 UTC 

[PATCH] colibri : don't register pxa2xx-pcmcia nodes on non-colibri platforms
 2011-02-22 23:30 UTC 

[v3 RFC PATCH 0/4] Implement multiqueue virtio-net
 2011-02-22  7:47 UTC  (2+ messages)

[GIT PATCH] USB fixes for .38
 2011-02-22 23:27 UTC 

[PATCH, resend] x86/PCI: don't export a __devinit function
 2011-02-22 23:25 UTC  (4+ messages)

[PATCH] tty: add TIOCVHANGUP to allow clean tty shutdown of all ttys
 2011-02-22 23:15 UTC  (3+ messages)
` [PATCH] tty: add TIOCVHANGUP: time for revoke() in f_ops ?

Some doubts on MUTEX
 2011-02-22 23:20 UTC  (2+ messages)

[Qemu-devel] [patch 0/3] live block copy (v2)
 2011-02-22 23:14 UTC  (7+ messages)
` [Qemu-devel] [patch 2/3] Add support for live block copy
  ` [Qemu-devel] "

[PATCH v3 0/6] Tegra board patches
 2011-02-22 23:14 UTC  (6+ messages)
` [PATCH 1/6] ARM: tegra: add tegra_gpio_table and tegra_gpio_config

[PATCH] jump label: introduce static_branch() interface
 2011-02-22 23:12 UTC  (2+ messages)

[PATCH] USB-sound: prevent kernel panic on disconnect
 2011-02-22 23:10 UTC  (8+ messages)
        ` ALSA: usb-audio: fix oops due to cleanup race when disconnecting

[Qemu-devel] virtio-serial semantics for binary data and guest agents
 2011-02-22 23:09 UTC  (2+ messages)
` [Qemu-devel] "

cvsimport still not working with cvsnt
 2011-02-22 23:08 UTC  (19+ messages)

reiserfsck (v3): out of disk space
 2011-02-22 23:08 UTC  (3+ messages)

[rtc-linux] [PATCH 04/10] RTC: Cleanup rtc_class_ops->read_alarm()
 2011-02-22 23:07 UTC  (11+ messages)

[PATCH] gma500: Intel GMA500 staging driver
 2011-02-22 22:59 UTC  (3+ messages)

[PATCH 06/12] PTI header file
 2011-02-22 22:55 UTC  (12+ messages)
` [PATCH 07/12] n_tracerouter and n_tracesink additions
  ` [PATCH 08/12] n_tracesink ldisc addition
    ` [PATCH 09/12] n_tracesink header file

[PATCH] Generic CPU save/restore PM support
 2011-02-22 22:54 UTC  (8+ messages)
` [PATCH 5/6] ARM: pm: convert samsung platforms to generic suspend/resume support
        ` SAMSUNG: any example code for soc_camera, tv output, etc...?

[PATCH] cross.bbclass: Fix many QA RPATH errors for distros preferring libtool-2.2
 2011-02-22 22:47 UTC  (4+ messages)

[RFC] block integrity: Fix write after checksum calculation problem
 2011-02-22 22:53 UTC  (4+ messages)

[PATCH 0/3] xen: Use PM/Hibernate events for save/restore/chkpt
 2011-02-22 22:53 UTC  (10+ messages)
` [PATCH 2/3] xen: use freeze/restore/thaw PM events for suspend/resume/chkpt
    ` [Xen-devel] "

hwmod: multi-omap: disabling smartreflex on AM3517
 2011-02-22 22:53 UTC  (11+ messages)

Fix NUMA problems in transparent hugepages and KSM
 2011-02-22 22:52 UTC  (7+ messages)
` [PATCH 6/8] Add __GFP_OTHER_NODE flag

[PATCH] ARM: Fix compile after delay page freeing patch
 2011-02-22 22:46 UTC  (5+ messages)
` [PATCH] ARM: fix build failure

[PATCH 0/2] Add missing const to char* declarations
 2011-02-22 22:43 UTC  (3+ messages)
` [PATCH 1/2] checkout: add missing const to describe_detached_head
` [PATCH 2/2] update-index --refresh --porcelain: add missing const

[PATCH] NFSD: fix decode_cb_sequence4resok
 2011-02-22 22:43 UTC 

I want to add the following to mcs constraints in SELinux policy
 2011-02-22 22:42 UTC  (3+ messages)

Make "terminator behavior" the default with --pretty=format: ?
 2011-02-22 22:41 UTC  (4+ messages)

[00/70] 2.6.37.2-stable review
 2011-02-22 22:20 UTC  (17+ messages)
` [03/70] [SCSI] mptfusion: Fix Incorrect return value in mptscsih_dev_reset
` [08/70] drm/radeon/kms: improve 6xx/7xx CS error output
` [09/70] drm/radeon/kms: add bounds checking to avivo pll algo
` [10/70] drm/radeon/kms: hopefully fix pll issues for real (v3)
` [12/70] vt: fix issue when fbcon wants to takeover a second time
` [14/70] HID: magicmouse: Dont report REL_{X, Y} for Magic Trackpad
` [16/70] x86: Clear irqstack thread_info
` [18/70] xen: p2m: correctly initialize partial p2m leaf
` [21/70] xfs: fix dquot shaker deadlock
` [23/70] HID: Switch turbox/mosart touchscreen to hid-mosart
` [24/70] CRED: Fix kernel panic upon security_file_alloc() failure
` [26/70] CRED: Fix BUG() upon security_cred_alloc_blank() failure
` [27/70] CRED: Fix memory and refcount leaks upon security_prepare_creds() failure
` [28/70] staging: brcm80211: bugfix for softmac crash on multi cpu configurations
` [30/70] pci: use security_capable() when checking capablities during config space read
` [32/70] nfsd: correctly handle return value from nfsd_map_name_to_*

[PATCH] s3fb: fix 15/16bpp modes with over 115MHz pixclocks on 86C365 Trio3D
 2011-02-22 22:36 UTC  (2+ messages)

[PATCH] Make of_read_number() handle unaligned data
 2011-02-22 22:36 UTC 

Two questions about stripe_cache_size
 2011-02-22 22:35 UTC  (5+ messages)

[PATCH] IIO: trigger: New Blackfin specific trigger driver iio-trig-bfin-timer
 2011-02-22 22:35 UTC  (3+ messages)
  ` [Device-drivers-devel] "

Problem with git shell on mac
 2011-02-22 22:34 UTC  (2+ messages)

does hibernate to disk try hard enough to free memory?
 2011-02-22 22:32 UTC  (5+ messages)

[0/7, v9] NUMA Hotplug Emulator (v9)
 2011-02-22 22:31 UTC  (3+ messages)

Linux 2.6.38-rc5
 2011-02-22 22:31 UTC  (9+ messages)
` [PATCH] fix backlight brightness on intel LVDS panel after reopening lid


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.