All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-07-29 02:35:17 to 2013-07-29 05:32:26 UTC [more...]

[PATCH 00/18] mm, hugetlb: remove a hugetlb_instantiation_mutex
 2013-07-29  5:32 UTC  (18+ messages)
` [PATCH 01/18] mm, hugetlb: protect reserved pages when softofflining requests the pages
` [PATCH 02/18] mm, hugetlb: change variable name reservations to resv
` [PATCH 03/18] mm, hugetlb: unify region structure handling
` [PATCH 04/18] mm, hugetlb: region manipulation functions take resv_map rather list_head
` [PATCH 05/18] mm, hugetlb: protect region tracking via newly introduced resv_map lock
` [PATCH 06/18] mm, hugetlb: remove vma_need_reservation()
` [PATCH 07/18] mm, hugetlb: pass has_reserve to dequeue_huge_page_vma()
` [PATCH 08/18] mm, hugetlb: do hugepage_subpool_get_pages() when avoid_reserve
` [PATCH 09/18] mm, hugetlb: unify has_reserve and avoid_reserve to use_reserve
` [PATCH 10/18] mm, hugetlb: call vma_has_reserve() before entering alloc_huge_page()
` [PATCH 11/18] mm, hugetlb: move down outside_reserve check
` [PATCH 12/18] mm, hugetlb: remove a check for return value of alloc_huge_page()
` [PATCH 13/18] mm, hugetlb: grab a page_table_lock after page_cache_release
` [PATCH 14/18] mm, hugetlb: clean-up error handling in hugetlb_cow()
` [PATCH 15/18] mm, hugetlb: move up anon_vma_prepare()
` [PATCH 16/18] mm, hugetlb: return a reserved page to a reserved pool if failed

[PATCH v3 0/9] mm, hugetlb: clean-up and possible bug fix
 2013-07-29  5:28 UTC  (19+ messages)
` [PATCH v3 1/9] mm, hugetlb: move up the code which check availability of free huge page
` [PATCH v3 2/9] mm, hugetlb: trivial commenting fix
` [PATCH v3 3/9] mm, hugetlb: clean-up alloc_huge_page()
` [PATCH v3 4/9] mm, hugetlb: fix and clean-up node iteration code to alloc or free
` [PATCH v3 5/9] mm, hugetlb: remove redundant list_empty check in gather_surplus_pages()
` [PATCH v3 6/9] mm, hugetlb: do not use a page in page cache for cow optimization
` [PATCH v3 7/9] mm, hugetlb: add VM_NORESERVE check in vma_has_reserves()
` [PATCH v3 8/9] mm, hugetlb: remove decrement_hugepage_resv_vma()
` [PATCH v3 9/9] mm, hugetlb: decrement reserve count if VM_NORESERVE alloc page cache

[PATCH 0/3] networking: Use ETH_ALEN where appropriate
 2013-07-29  5:29 UTC  (9+ messages)
` [PATCH 1/3] uapi: Convert some uses of 6 to ETH_ALEN
` [PATCH 2/3] include: Convert ethernet mac address declarations to use ETH_ALEN
` [PATCH 3/3] ethernet: Convert mac address uses of 6 to ETH_ALEN

[RFC PATCH 0/5] cpuidle/ppc: Timer offload framework to support deep idle states
 2013-07-29  5:28 UTC  (10+ messages)
` [RFC PATCH 4/5] cpuidle/ppc: CPU goes tickless if there are no arch-specific constraints

[PATCH v4 1/2] gpio/omap: don't create an IRQ mapping for every GPIO on DT
 2013-07-29  5:24 UTC  (8+ messages)

md/raid5: raid5d livelocks after drive failure during resync
 2013-07-29  5:25 UTC  (2+ messages)

[PATCH] x86, apic: Enable x2APIC physical when cpu < 256 native
 2013-07-29 17:05 UTC  (9+ messages)

[PATCH 1/3] net/usb/r815x: replace USB buffer from stack to DMA-able
 2013-07-29  5:20 UTC  (4+ messages)
` [PATCH v2 "

[Bug 67435] New: HDMI audio silent on Radeon Mobility HD4650
 2013-07-29  5:17 UTC  (2+ messages)
` [Bug 67435] "

[Qemu-devel] [PATCH] mips_malta: fix copy of the 0x1fc00000
 2013-07-29  5:12 UTC  (2+ messages)

question about striped_read
 2013-07-29  5:02 UTC  (14+ messages)
  `  "

[PATCH] regulator:pfuze100: add MODULE_LICENSE() in pfuze100 driver
 2013-07-29  5:01 UTC  (2+ messages)

linux-next: manual merge of the char-misc tree with Linus' tree
 2013-07-29  5:01 UTC 

A short digression on FOSS (Re: understanding speculative preallocation)
 2013-07-29  4:57 UTC  (8+ messages)

linux-next: build failure after merge of the spi tree
 2013-07-29  5:00 UTC  (2+ messages)

[PATCH -next] staging: xillybus: remove duplicated include from xillybus_core.c
 2013-07-29  4:59 UTC 

[U-Boot] [PATCH 0/3] arm, am335x: add support for siemens boards
 2013-07-29  4:58 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] arm, spl: add watchdog library to SPL
` [U-Boot] [PATCH 2/3 v2] arm, am335x: add watchdog support
` [U-Boot] [PATCH 3/3] arm, am335x: add support for 3 siemens boards

XEN
 2013-07-29  4:57 UTC  (3+ messages)

[PATCH v3 0/9] virtio: console: fixes for bugs and races with unplug
 2013-07-29  4:56 UTC  (14+ messages)
` [PATCH v3 6/9] virtio: console: add locks around buffer removal in port unplug path
` [PATCH v3 7/9] virtio: console: add locking "
` [PATCH v3 8/9] virtio: console: fix locking around send_sigio_to_port()
` [PATCH v3 9/9] virtio: console: prevent use-after-free of port name in port unplug
  ` [PATCH v3 1/9] virtio: console: fix race with port unplug and open/close
  ` [PATCH v3 3/9] virtio: console: clean up port data immediately at time of unplug
  ` [PATCH v3 2/9] virtio: console: fix race in port_fops_open() and port unplug
  ` [PATCH v3 4/9] virtio: console: fix raising SIGIO after "
  ` [PATCH v3 5/9] virtio: console: return -ENODEV on all read operations after unplug

[PATCH] push: fix typo in advice message
 2013-07-29  4:55 UTC  (2+ messages)

[PATCH 1/5] atkbd: Fix key release for Fn keys on Samsung series 5 ultra 540UC
 2013-07-29  4:53 UTC  (8+ messages)
` [PATCH 2/5] atkbd: Fix key release for Fn keys on Samsung series 5 550P5C
` [PATCH 3/5] input.h: add keycodes for Fn Lock
` [PATCH 4/5] atkbd: add support for handling KEY_FNLOCK
` [PATCH 5/5] atkbd: only enable SW_FNLOCK on keyboards that have FN LOCK key

[Qemu-devel] [PATCH v5] spapr-vscsi: add task management
 2013-07-29  4:49 UTC 

[Qemu-devel] [PATCH] spapr-vscsi: fix SOLNT bit in SRP_RSP
 2013-07-29  4:48 UTC  (2+ messages)
` [Qemu-trivial] "

[PATCH V2 2/2] ARM: EXYNOS: cpuidle: Allow C1 state only in supported SOC's
 2013-07-29  4:46 UTC  (7+ messages)
` [PATCH] ARM: EXYNOS: cpuidle: Skip C1 cpuidle state for exynos5440

Linux 3.11-rc3
 2013-07-29  4:45 UTC  (2+ messages)

[PATCH] regulator: pfuze100: Fix module alias prefix
 2013-07-29  4:48 UTC  (2+ messages)

[PATCH 1/2] pinctrl: st: Convert to use devm_ioremap_resource
 2013-07-29  4:22 UTC  (2+ messages)
` [PATCH 2/2] pinctrl: st: Staticize local symbols

[Qemu-devel] [PATCH 0/6] mips_malta: fixes to support YAMON firmware
 2013-07-29  4:33 UTC  (3+ messages)
` [Qemu-devel] [PATCH 2/6] mips_malta: correct reading MIPS revision at 0x1fc00010

[PATCH -next] staging: gdm724x: remove duplicated include from gdm_lte.c
 2013-07-29  4:33 UTC 

[SPAM] 4.8MM Business Contacts - $99
 2013-07-29  4:32 UTC 

[Qemu-devel] [RFC for-next 0/2] QOM VMStateDescription remix
 2013-07-29  4:30 UTC  (3+ messages)
` [Qemu-devel] [RFC for-next 2/2] cpu: Move VMSTATE_CPU() into TYPE_CPU VMStateDescription

How can I get the output information of DBGOUT?
 2013-07-29  4:29 UTC 

[PATCH -next] staging: comedi: dt9812: remove duplicated include from dt9812.c
 2013-07-29  4:28 UTC 

[PATCH -next] x86: ce4100: remove duplicated include from ce4100.c
 2013-07-29  4:27 UTC 

[PATCH] l10n: de.po: translate 99 new messages
 2013-07-29  4:26 UTC 

[Qemu-devel] [RFC PATCH 0/4] hmp/qmp: add snapshot option to nbd export
 2013-07-29  4:25 UTC  (5+ messages)
` [Qemu-devel] [RFC PATCH 1/4] block/backup: delete target after completion callback
` [Qemu-devel] [RFC PATCH 2/4] nbd: call drive_put_ref() only if dinfo exists
` [Qemu-devel] [RFC PATCH 3/4] qmp: Add "snapshot=" option to nbd-server-add
` [Qemu-devel] [RFC PATCH 4/4] hmp: add -s switch to nbd_server_add

[PATCH] git-rebase: fix typo
 2013-07-29  4:24 UTC 

Linux kernel 3.11-rc3 released
 2013-07-29  4:23 UTC 

[RFC][PATCH 0/6]provide a common machine configuration to developer for customizing specific machine
 2013-07-29  4:09 UTC  (7+ messages)
` [RFC][PATCH 1/6]qemuarm.conf: provide a common qemuarm machine configuration
` [RFC][PATCH 2/6]qemuarm.conf: provide a common qemux86-64 "
` [RFC][PATCH 3/6]qemuppc.conf: provide a common qemuppc "
` [RFC][PATCH 4/6]qemumips.conf: provide a common qemumips "
` [RFC][PATCH 5/6]qemumips64.conf: provide a common qemumips64 "
` [RFC][PATCH 6/6]qemuarm.conf: provide a common qemuarm "

Linux 3.10.4
 2013-07-29  4:10 UTC  (2+ messages)

[PATCH 1/2] regulator: pfuze100: REGULATOR_PFUZE100 needs to select REGMAP_I2C
 2013-07-29  4:09 UTC  (2+ messages)
` [PATCH 2/2] regulator: pfuze100: Use i2c_[set|get]_clientdata

Linux 3.4.55
 2013-07-29  4:09 UTC  (2+ messages)

Linux 3.0.88
 2013-07-29  4:09 UTC  (2+ messages)

blueprint: mds memory efficiency
 2013-07-29  4:06 UTC 

[PATCH] generic-ipi: Fix misleading smp_call_function_any() description
 2013-07-29  3:52 UTC 

[PATCH 2/2] cpuset: correct the disoder comment of two functions
 2013-07-29  3:46 UTC  (3+ messages)

[PATCH 1/2] cpuset: get rid of the useless forward declaration of cpuset
 2013-07-29  3:46 UTC  (3+ messages)

[Qemu-devel] [PATCH qom-next for-1.6 00/20] timer: QOM cast cleanups
 2013-07-29  3:50 UTC  (3+ messages)
` [Qemu-devel] [PATCH qom-next for-1.6 17/20] pxa2xx_timer: QOM cast cleanup

Fail to pull kernel source from daniel's repo
 2013-07-29  3:50 UTC  (2+ messages)

[PATCH 1/3] mmc:core: parse voltage from device-tree
 2013-07-29  2:56 UTC  (6+ messages)
` [PATCH 2/3] mmc:sdhc: get voltage from sdhc host
` [PATCH 3/3] mmc:esdhc: add support to get voltage from device-tree

[Qemu-devel] [PATCH qom-cpu for-1.6] cpu: Fix VMSTATE_CPU() semantics
 2013-07-29  3:44 UTC  (2+ messages)

[PATCH 2/2] cifs: file: initialize oparms.reconnect before using it
 2013-07-29  3:40 UTC  (2+ messages)

Which repo should I clone?
 2013-07-29  3:39 UTC 

[PATCH] imap-send: use Apple's Security framework for base64 encoding
 2013-07-29  3:35 UTC  (2+ messages)

hello from adoptashot
 2013-07-29  3:34 UTC 

Inconsistent Performance
 2013-07-29  3:32 UTC 

[PATCH RFC nohz_full 0/7] v4 Provide infrastructure for full-system idle
 2013-07-29  3:36 UTC  (5+ messages)
` [PATCH RFC nohz_full 1/7] nohz_full: Add Kconfig parameter for scalable detection of all-idle state
  ` [PATCH RFC nohz_full 7/7] nohz_full: Force RCU's grace-period kthreads onto timekeeping CPU

[Bug 60644] New: MPT2SAS drops all HDDs when under high I/O
 2013-07-29  3:32 UTC  (3+ messages)
` [Bug 60644] "

e2fsprogs/debugfs/write: Input/output error when file size is zero
 2013-07-29  2:33 UTC  (4+ messages)
` [PATCH] debugfs: properly set up extent header in do_write

[PATCH 0/2 V2] e2fsprogs/debugfs: do sparse copy when src is a sparse file
 2013-07-29  2:37 UTC  (3+ messages)
` [PATCH 1/2] debugfs.c: the max length of debugfs argument is too short

[PATCH] e2fsck: check extent-mapped directories with really large logical blocks
 2013-07-29  1:05 UTC 

[PATCH] e2fsck: correctly deallocate invalid extent-mapped symlinks
 2013-07-29  2:08 UTC 

[Qemu-devel] [RFC v2 0/5] arm AioContext with its own timer stuff
 2013-07-29  3:16 UTC  (6+ messages)
` [Qemu-devel] [RFC v2 1/5] timer: protect timers_state with lock
` [Qemu-devel] [RFC v2 2/5] timer: pick out timer list info from QemuClock
` [Qemu-devel] [RFC v2 3/5] timer: make qemu_clock_enable sync between disable and timer's cb
` [Qemu-devel] [RFC v2 4/5] timer: associate three timerlists with AioContext
` [Qemu-devel] [RFC v2 5/5] timer: run timers on aio_poll

[PATCH -next 0/7] mtd: tests: reduce duplication among mtd tests modules
 2013-07-29  3:15 UTC  (7+ messages)
` [PATCH -next 1/7] mtd: tests: introduce mtd_test module

[Buildroot] [PATCH] kobs-ng: new package
 2013-07-29  3:14 UTC 

[Buildroot] [PATCH] kobs-ng: new package
 2013-07-29  3:14 UTC 

[PATCH] xfs: introduce object readahead to log recovery
 2013-07-29  3:12 UTC  (9+ messages)

[PATCH] powerpc: Feed entire flattened device tree into the random pool
 2013-07-29  3:11 UTC  (6+ messages)
  ` [PATCH] of: "

[PATCH 0/3] ACPI / PM: Device PM cleanups
 2013-07-29  3:11 UTC  (4+ messages)
` [PATCH 2/3] ACPI / PM: Make messages in acpi_device_set_power() print device names

Broken headphone and speaker amplifier supplies for the rt5640 driver
 2013-07-29  3:04 UTC  (4+ messages)
  ` Broken headphone and speaker amplifier suppliesforthe "

[PATCH 1/2] ARM: imx_v6_v7_defconfig: Cleanup imx_v6_v7_defconfig
 2013-07-29  3:04 UTC  (2+ messages)
` [PATCH 2/2] ARM: imx_v6_v7_defconfig: Add SATA support

[Ocfs2-devel] Another null poiner issue reports, is the code modified ok? thanks a lot
 2013-07-29  3:02 UTC 

linux-next: manual merge of the drm tree with Linus' tree
 2013-07-29  2:58 UTC 

[PATCH] libceph: fix deadlock in ceph_build_auth()
 2013-07-29  2:58 UTC 

[PATCH jiffies] Avoid undefined behavior from signed overflow
 2013-07-29  2:55 UTC  (3+ messages)

[PATCH] tests: add another test for uninit extents past eof
 2013-07-29  2:44 UTC 

[lm-sensors] w83627ehf: Wrong values reported after resuming from suspend/hibernation
 2013-07-29  2:47 UTC  (2+ messages)

[PATCH V2] SPI: DUAL and QUAD support
 2013-07-29  2:44 UTC  (4+ messages)

build regressions 2013-07-28
 2013-07-29  2:37 UTC 

[PATCH 0/9] Add namespace support for syslog v2
 2013-07-29  2:31 UTC  (4+ messages)
` [PATCH 2/9] syslog_ns: add syslog_ns into user_namespace
` [PATCH 5/9] syslog_ns: make permisiion check per user namespace
` [PATCH 6/9] syslog_ns: use init syslog_ns for console action


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.