All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-04-22 18:45:30 to 2013-04-22 20:07:18 UTC [more...]

[PATCH v2 0/6] correct load_balance()
 2013-04-22 20:07 UTC  (4+ messages)

[merged] infiniband-rename-random32-to-prandom_u32.patch removed from -mm tree
 2013-04-22 20:07 UTC 

[merged] timer_list-convert-timer-list-to-be-a-proper-seq_file-v5.patch removed from -mm tree
 2013-04-22 20:07 UTC 

[merged] timer_list-convert-timer-list-to-be-a-proper-seq_file.patch removed from -mm tree
 2013-04-22 20:07 UTC 

[merged] timer_list-split-timer_list_show_tickdevices.patch removed from -mm tree
 2013-04-22 20:07 UTC 

[merged] signal-stop-info-leak-via-the-tkill-and-the-tgkill-syscalls.patch removed from -mm tree
 2013-04-22 20:07 UTC 

[merged] mm-vmscan-fix-error-return-in-kswapd_run.patch removed from -mm tree
 2013-04-22 20:06 UTC 

[merged] hfsplus-fix-potential-overflow-in-hfsplus_file_truncate.patch removed from -mm tree
 2013-04-22 20:06 UTC 

[merged] avr32-fix-build-error-in-atstk1006_defconfig.patch removed from -mm tree
 2013-04-22 20:06 UTC 

[merged] hugetlbfs-add-swap-entry-check-in-follow_hugetlb_page.patch removed from -mm tree
 2013-04-22 20:06 UTC 

[PATCH V2 0/3] trace-cmd: Support a raw format for outputting timestamp
 2013-04-22 20:06 UTC  (3+ messages)
` [PATCH V2 1/3] trace-cmd: Define general functions for outputting/inputting saved_cmdlines

[merged] drivers-video-mmp-corec-fix-use-after-free-bug.patch removed from -mm tree
 2013-04-22 20:06 UTC 

[merged] fix-hugetlb-memory-check-in-vma_dump_size.patch removed from -mm tree
 2013-04-22 20:06 UTC 

[merged] hugetlbfs-stop-setting-vm_dontdump-in-initializing-vmavm_hugetlb.patch removed from -mm tree
 2013-04-22 20:06 UTC 

[merged] checkpatch-fix-stringification-macro-defect.patch removed from -mm tree
 2013-04-22 20:06 UTC 

[merged] thinkpad-acpi-kill-hotkey_thread_mutex.patch removed from -mm tree
 2013-04-22 20:06 UTC 

[merged] arch-x86-mm-init_64c-fix-build-warning-when-config_memory_hotremove=n.patch removed from -mm tree
 2013-04-22 20:06 UTC 

[Nftables RFC] High level library proposal
 2013-04-22 20:05 UTC  (3+ messages)

Preemptable Ticket Spinlock
 2013-04-22 20:05 UTC  (6+ messages)

[PATCH 0/3] ARM: Kirkwood: Add DT support for (eSATA) Sheevaplug
 2013-04-22 20:03 UTC  (10+ messages)
` [PATCH 1/3] mmc: mvsdio: Support inverted CD and WP GPIO lines
` [PATCH 2/3] ARM: Kirkwood: Add dts files for Sheevaplug and eSATA Sheevaplug
` [PATCH 3/3] ARM: Kirkwood: Add DT support for Sheevaplug and Sheevaplug eSATA

Ceph Developer Summit
 2013-04-22 20:03 UTC  (4+ messages)
    ` [ceph-users] "

[PATCH 1/3] linux-omap-psp: Update commit
 2013-04-22 20:02 UTC  (5+ messages)
` [PATCH 3/3] u-boot-am33x: Update u-boot recipe to 2013.01.01

[PATCH v2 00/33] Various cleanups around reference packing and peeling
 2013-04-22 19:52 UTC  (34+ messages)
` [PATCH v2 01/33] refs: document flags constants REF_*
` [PATCH v2 02/33] refs: document the fields of struct ref_value
` [PATCH v2 03/33] refs: document do_for_each_ref() and do_one_ref()
` [PATCH v2 04/33] refs: document how current_ref is used
` [PATCH v2 05/33] refs: define constant PEELED_LINE_LENGTH
` [PATCH v2 06/33] do_for_each_ref_in_dirs(): remove dead code
` [PATCH v2 07/33] get_packed_ref(): return a ref_entry
` [PATCH v2 08/33] peel_ref(): use function get_packed_ref()
` [PATCH v2 09/33] repack_without_ref(): "
` [PATCH v2 10/33] refs: extract a function ref_resolves_to_object()
` [PATCH v2 11/33] refs: extract function peel_object()
` [PATCH v2 12/33] peel_object(): give more specific information in return value
` [PATCH v2 13/33] peel_ref(): fix return value for non-peelable, not-current reference
` [PATCH v2 14/33] refs: extract a function peel_entry()
` [PATCH v2 15/33] refs: change the internal reference-iteration API
` [PATCH v2 16/33] t3210: test for spurious error messages for dangling packed refs
` [PATCH v2 17/33] repack_without_ref(): silence errors "
` [PATCH v2 18/33] search_ref_dir(): return an index rather than a pointer
` [PATCH v2 19/33] refs: change how packed refs are deleted
` [PATCH v2 20/33] t3211: demonstrate loss of peeled refs if a packed ref is deleted
` [PATCH v2 21/33] repack_without_ref(): write peeled refs in the rewritten file
` [PATCH v2 22/33] refs: extract a function write_packed_entry()
` [PATCH v2 23/33] pack-refs: rename handle_one_ref() to pack_one_ref()
` [PATCH v2 24/33] pack-refs: merge code from pack-refs.{c,h} into refs.{c,h}
` [PATCH v2 25/33] pack_one_ref(): rename "path" parameter to "refname"
` [PATCH v2 26/33] refs: use same lock_file object for both ref-packing functions
` [PATCH v2 27/33] pack_refs(): change to use do_for_each_entry()
` [PATCH v2 28/33] refs: inline function do_not_prune()
` [PATCH v2 29/33] pack_one_ref(): use function peel_entry()
` [PATCH v2 30/33] pack_one_ref(): use write_packed_entry() to do the writing
` [PATCH v2 31/33] pack_one_ref(): do some cheap tests before a more expensive one
` [PATCH v2 32/33] refs: change do_for_each_*() functions to take ref_cache arguments
` [PATCH v2 33/33] refs: handle the main ref_cache specially

[Qemu-devel] [PATCH 00/16 v4] target-i386: CPU hot-add with cpu-add QMP command
 2013-04-22 20:01 UTC  (14+ messages)
` [Qemu-devel] [PATCH 05/16] introduce CPU hot-plug notifier
` [Qemu-devel] [PATCH 07/16] cpu: introduce get_arch_id() method and override it for target-i386
` [Qemu-devel] [PATCH 12/16] target-i386: cpu: attach ICC bus to CPU on its creation

[PATCH 1/2] Add RDMA_*_USNIC enums for the Cisco Ethernet Virtual NIC
 2013-04-22 20:00 UTC  (15+ messages)
` [PATCH 2/2] Ad IB_MTU_1500|9000 enums

[PATCH v8 1/2] xen: introduce vcpu_block and vcpu_block_enable_events
 2013-04-22 20:00 UTC  (2+ messages)

(unknown),
 2013-04-22 20:00 UTC 

xfs_iunlink_remove: xfs_inotobp() returned error 22 -- debugging
 2013-04-22 19:59 UTC  (2+ messages)

[PATCH 1/4] intel_error_decode: Whitespacing fix
 2013-04-22 20:00 UTC  (8+ messages)
` [PATCH 2/4] intel_error_decode: HEAD stuff
` [PATCH 3/4] intel_error_decode: Fix ACTHD/HEAD mess with libdrm
` [PATCH 4/4] intel_error_decode: Future proof ring count

[BUG] increased us/sys-load due to tty-layer in 2.6.38+ ?!
 2013-04-22 19:55 UTC  (3+ messages)

[PATCH] t4202 (log): add failing test for log with subtree
 2013-04-22 19:54 UTC  (12+ messages)

called althought it is marked as AVOID
 2013-04-22 19:53 UTC  (2+ messages)

[PATCH net-next V7 0/4] Bundle fixes for Xen netfront / netback
 2013-04-22 19:53 UTC  (5+ messages)

[PATCH] oom: add pending SIGKILL check for chosen victim
 2013-04-22 19:51 UTC  (2+ messages)

[PATCH net-next 0/5] be2net patch-set
 2013-04-22 19:50 UTC  (2+ messages)

[PATCH -next] net: avoid inet dependency on aes crypto
 2013-04-22 19:50 UTC  (3+ messages)

Locating merge that dropped a change
 2013-04-22 19:49 UTC  (3+ messages)
` [RFC/PATCH] Make --full-history consider more merges

Patching from .bbappend
 2013-04-22 19:49 UTC 

[PATCH] Net-next: ipv4: type issue, remove erroneous semicolon
 2013-04-22 19:44 UTC  (2+ messages)

[PATCH] NFS: Retry SETCLIENTID with AUTH_SYS instead of AUTH_NONE
 2013-04-22 19:42 UTC 

[PATCH v4 net-next 0/6] bnx2x: refactor nvram related code and update version
 2013-04-22 19:41 UTC  (2+ messages)

[xen-unstable test] 17780: tolerable FAIL - PUSHED
 2013-04-22 19:41 UTC 

BitBake changes in the Yocto Project 1.5 cycle
 2013-04-22 19:12 UTC  (3+ messages)
  ` [OE-core] "

[patch 0/3] s390: network patches for net-next
 2013-04-22 19:39 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3 RFC v2] Support for LED state extension to Qemu VNC server
 2013-04-22 19:36 UTC  (5+ messages)
` [Qemu-devel] [PATCH 2/3] vnc: Support for LED state extension
` [Qemu-devel] [PATCH 3/3] doc: document the Pseudo-encoding of LED state

[PATCH] usb: storage: Add usb_stor_dbg, reduce object size
 2013-04-22 19:35 UTC  (5+ messages)
` [PATCH] usb: storage: Convert US_DEBUGP to usb_stor_dbg
    ` [PATCH V2] "

3.8.8 kernel crash while editing a file
 2013-04-22 19:33 UTC 

[PATCH] Net: rxrpc: signed and unsigned issue, need type cast for n_elem
 2013-04-22 19:34 UTC  (2+ messages)

[PATCH] i2c-xiic.c must always write 16-bit words to TX_FIFO
 2013-04-22 19:34 UTC 

[PATCH] rbd: enforce parent overlap
 2013-04-22 19:33 UTC  (3+ messages)

Accessing Variables and the Data Store from Python
 2013-04-22 19:15 UTC 

[Qemu-devel] Support for VNC LED state extension proposal
 2013-04-22 19:32 UTC  (7+ messages)

3.8.8 fc18 kernel crash when editing a file
 2013-04-22 19:30 UTC 

[PATCH] [RFC] powerpc: Add VDSO version of time
 2013-04-22 19:29 UTC  (3+ messages)

[PATCH v7 0/5] input: Connectability
 2013-04-22 19:27 UTC  (4+ messages)

sparc64, mm BUG in 3.9-rc8
 2013-04-22 19:27 UTC  (3+ messages)

Meta-OpenEmbedded - Dylan maintenance
 2013-04-22 19:08 UTC 

IFB ingress traffic shaping with NAT
 2013-04-22 19:26 UTC  (2+ messages)

[PATCH] git-imap-send.txt: remove the use of sslverify=false in GMail example
 2013-04-22 19:26 UTC  (2+ messages)
` [PATCH] git-imap-send.txt: remove the use of sslverify=false

[PATCH 0/4] arm64: Initial patch-set for APM X-Gene SOC family
 2013-04-22 19:25 UTC  (4+ messages)
` [PATCH 2/4] arm64: Initial defconfig "

thinkpad_acpi: unhandled HKEY event 0x6050
 2013-04-22 19:25 UTC 

[PATCH v5 00/14] ARM: samsung-time: Prepare for multiplatform support
 2013-04-22 19:21 UTC  (5+ messages)

[PATCH 3/5] net/cpsw: don't rely on netif_running() to check which device is active
 2013-04-22 19:21 UTC  (4+ messages)
  ` [PATCH 3/5 v2] net/cpsw: don't rely only "

backporting bcache-testing to kernel 3.4
 2013-04-22 19:21 UTC 

[Qemu-devel] [PATCH 00/12] S390: Add virtio-ccw firmware
 2013-04-22 19:18 UTC  (13+ messages)
` [Qemu-devel] [PATCH 01/12] S390: Make IPL reset address dynamic
` [Qemu-devel] [PATCH 02/12] S390: IPL: Support ELF firmware
` [Qemu-devel] [PATCH 03/12] S390: IPL: Use different firmware for different machines
` [Qemu-devel] [PATCH 04/12] S390: ccw firmware: Add start assembly
` [Qemu-devel] [PATCH 05/12] S390: ccw firmware: Add main program
` [Qemu-devel] [PATCH 06/12] S390: ccw firmware: Add sclp output
` [Qemu-devel] [PATCH 07/12] S390: ccw firmware: Add virtio device drivers
` [Qemu-devel] [PATCH 08/12] S390: ccw firmware: Add glue header
` [Qemu-devel] [PATCH 09/12] S390: ccw firmware: Add bootmap interpreter
` [Qemu-devel] [PATCH 10/12] S390: ccw firmware: Add Makefile
` [Qemu-devel] [PATCH 11/12] S390: ccw firmware: Add compiled blob
` [Qemu-devel] [PATCH 12/12] S390: CCW: Use new, working firmware by default

[RFC PATCH v2 00/13] ARM: DT cpu bindings updates
 2013-04-22 19:18 UTC  (5+ messages)

[PATCH] capture the failure result of 310
 2013-04-22 19:17 UTC  (3+ messages)

bcache strange behaviour in write back mode
 2013-04-22 19:15 UTC 

[PATCH RESEND] ARM: EXYNOS: no more support non-DT for EXYNOS SoCs
 2013-04-22 19:11 UTC  (5+ messages)

[ath9k-devel] How to block a concrete channel?
 2013-04-22 19:11 UTC  (2+ messages)
`  "

[Buildroot] [PATCH 1/2] busybox: move patches to new model
 2013-04-22 19:09 UTC  (3+ messages)

[meta-oe][PATCH v2 1/2] qtserialport: Adds initial recipe
 2013-04-22 18:45 UTC  (2+ messages)
` [meta-oe][PATCH v2 2/2] qtserialport-e: Various fixes per openembedded-devel list comments

Authentication question with RBD+STGT
 2013-04-22 19:02 UTC  (2+ messages)

[GIT PULL] nohz: Adaptively stop the tick, finally
 2013-04-22 18:59 UTC  (11+ messages)
` [PATCH 01/10] posix_timers: Fix pre-condition to stop the tick on full dynticks
` [PATCH 02/10] perf: Kick full dynticks CPU if events rotation is needed
` [PATCH 03/10] perf: New helper to prevent full dynticks CPUs from stopping tick
` [PATCH 04/10] sched: Kick full dynticks CPU that have more than one task enqueued
` [PATCH 05/10] sched: New helper to prevent from stopping the tick in full dynticks
` [PATCH 06/10] nohz: Re-evaluate the tick from the scheduler IPI
` [PATCH 07/10] nohz: Implement full dynticks kick
` [PATCH 08/10] nohz: Prepare to stop the tick on irq exit
` [PATCH 09/10] nohz: Re-evaluate the tick for the new task after a context switch
` [PATCH 10/10] nohz: Disable the tick when irq resume in full dynticks CPU

pull-request: mac80211-next 2013-04-22
 2013-04-22 18:59 UTC  (2+ messages)

[PATCH net-next V2 0/5] net/mlx4: HW timestamping support
 2013-04-22 19:01 UTC  (3+ messages)
` [PATCH net-next V2 5/5] net/mlx4_en: Add a service task

[Qemu-devel] [PATCH qom-cpu 0/9] x86: feature words array (v11) + "feature-words" property
 2013-04-22 19:00 UTC  (10+ messages)
` [Qemu-devel] [PATCH qom-cpu 1/9] target-i386: cleanup: Group together level, xlevel, xlevel2 fields
` [Qemu-devel] [PATCH qom-cpu 2/9] target-i386/kvm.c: Code formatting changes
` [Qemu-devel] [PATCH qom-cpu 3/9] target-i386/cpu.c: Break lines so they don't get too long
` [Qemu-devel] [PATCH qom-cpu 4/9] target-i386: Replace cpuid_*features fields with a feature word array
` [Qemu-devel] [PATCH qom-cpu 5/9] target-i386: Add ECX information to FeatureWordInfo
` [Qemu-devel] [PATCH qom-cpu 6/9] target-i386: Add "feature-words" property
` [Qemu-devel] [PATCH qom-cpu 7/9] target-i386: Use FeatureWord loop on filter_features_for_kvm()
` [Qemu-devel] [PATCH qom-cpu 8/9] target-i386: Introduce X86CPU.filtered_features field
` [Qemu-devel] [PATCH qom-cpu 9/9] target-i386: Add "filtered-features" property to X86CPU

[PATCH v2] NMI: fix NMI period is not correct when cpu frequency changes issue
 2013-04-22 18:59 UTC  (6+ messages)

pull request: b43-next 2013-04-13
 2013-04-22 18:52 UTC  (2+ messages)

linux-next ARM multi-platform randconfig errors
 2013-04-22 18:59 UTC  (2+ messages)

[Xenomai] Default options in the debian package
 2013-04-22 18:57 UTC  (13+ messages)

pull request: bluetooth-next 2013-04-18
 2013-04-22 18:57 UTC  (2+ messages)

[PATCH] DM RAID: Add ability to restore transiently failed devices on resume
 2013-04-22 18:57 UTC  (3+ messages)

[GIT] [3.10] NFC pull request
 2013-04-22 18:55 UTC  (2+ messages)

[PATCH 00/22] xfs: metadata CRCs, fourth version
 2013-04-22 18:55 UTC  (3+ messages)
` [PATCH 15/22] xfs: add CRCs to dir2/da node blocks

[Qemu-devel] [PATCH 0/2] fix win32 compilation
 2013-04-22 18:53 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] add missing inclusions of config-host.h
` [Qemu-devel] [PATCH 2/2] win32: add readv/writev emulation

[U-Boot] [PATCH 1/1] TPM: STMicroelectronics u-boot driver I2C
 2013-04-22 18:53 UTC  (2+ messages)

[PATCH] drm/i915: make sure GPU freq drops to minimum after entering RC6
 2013-04-22 18:52 UTC  (3+ messages)
` [PATCH] drm/i915: make sure GPU freq drops to minimum after entering RC6 v2

corrupted empty space - again [corrected formating]
 2013-04-22 18:49 UTC 

[PATCH] fanotify: fix support of large files
 2013-04-22 18:49 UTC  (4+ messages)
`  "

[PATCH v3 0/12] NUMA CPU Reconfiguration using PRRN
 2013-04-22 18:47 UTC  (5+ messages)
` [PATCH v3 9/12] Update NUMA VDSO information
` [PATCH v3 10/12] Re-enable Virtual Private Home Node capabilities
` [PATCH v3 11/12] Enable PRRN Event handling
` [PATCH v3 12/12] Add /proc interface to control topology updates

[Xenomai] Trouble with Xenomai - Desktop issues
 2013-04-22 18:47 UTC  (5+ messages)

[Xen-API] [Proposal] Additional mailing lists for specific purposes
 2013-04-22 18:45 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.