All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-12-11 00:46:14 to 2013-12-11 01:37:47 UTC [more...]

[PATCH v3 00/36] mtd: st_spi_fsm: Add new driver
 2013-12-11  1:37 UTC  (12+ messages)
` [PATCH v3 11/36] mtd: st_spi_fsm: Search for preferred FSM message sequence configurations
` [PATCH v3 15/36] mtd: st_spi_fsm: Fetch boot-device from mode pins
` [PATCH v3 22/36] mtd: st_spi_fsm: Provide the default read/write configurations

[PATCH] mm,x86: fix span coverage in e820_all_mapped()
 2013-12-11  1:35 UTC  (9+ messages)

[Qemu-devel] [PATCH 0/7] x86 CPU subclasses, take 6
 2013-12-11  1:36 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/7] target-i386: Eliminate CONFIG_KVM #ifdefs
  ` [Qemu-devel] [PATCH 1/7 v2] "

kni question
 2013-12-11  1:35 UTC 

[patch] mm, page_alloc: make __GFP_NOFAIL really not fail
 2013-12-11  1:35 UTC  (7+ messages)
    ` [patch alternative] mm, page_alloc: warn for non-blockable __GFP_NOFAIL allocation failure
      ` [patch] checkpatch: add warning of future __GFP_NOFAIL use

[V6 PATCH 0/7]: PVH dom0
 2013-12-11  1:35 UTC  (5+ messages)
` [V6 PATCH 6/7] pvh dom0: Add and remove foreign pages
  ` [V6 PATCH 6.2/7] "

[PATCH v2 0/3] nohz_full clean up and bug fix
 2013-12-11  1:33 UTC  (4+ messages)
` [PATCH v2 3/3] nohz_full: update cpu load fix in nohz_full

[PATCH 0/8] Modernize pm8921 with irqdomains + regmap
 2013-12-11  1:32 UTC  (8+ messages)
` [PATCH 3/8] regmap: Add support for using regmap over ssbi

[PATCHSET 00/17] tracing/uprobes: Add support for more fetch methods (v8)
 2013-12-11  1:30 UTC  (13+ messages)
` [PATCH 10/17] tracing/probes: Move 'symbol' fetch method to kprobes
` [PATCH 12/17] tracing/probes: Implement 'memory' fetch method for uprobes
` [PATCH 16/17] uprobes: Allocate ->utask before handler_chain() for tracing handlers

[PATCH] clk: divider: read before write for HIWORD mask
 2013-12-11  1:29 UTC 

[PATCH] hwmon: HIH-6130: Support I2C bus drivers without I2C_FUNC_SMBUS_QUICK
 2013-12-11  1:28 UTC  (4+ messages)
` [lm-sensors] "

[PATCH v3 00/74] e2fsprogs patchbomb 12/2013
 2013-12-11  1:26 UTC  (74+ messages)
` [PATCH 01/74] libext2fs: don't overflow when punching indirect blocks with large blocks
` [PATCH 02/74] libext2fs: fix tests that set LARGE_FILE
` [PATCH 03/74] mke2fs: load configfile blocksize setting before 64bit checks
` [PATCH 04/74] libext2fs: use ext2fs_punch() to truncate quota file
` [PATCH 05/74] debugfs: fix init_filesys help text
` [PATCH 06/74] tune2fs: forbid changing uuid on an uninit_bg filesystem
` [PATCH 07/74] libext2fs: tweak inline data error wording
` [PATCH 08/74] libext2fs: don't allow ridiculously large logical block numbers
` [PATCH 09/74] libext2fs: fix another minor grammatical error in the error catalog
` [PATCH 10/74] debugfs: fix various minor bogosity
` [PATCH 11/74] misc: use the checksum predicate function, not raw flag tests
` [PATCH 12/74] libext2fs: make symlinks safe for 64bit blocks and extents
` [PATCH 13/74] debugfs: handle 64bit block numbers
` [PATCH 14/74] libext2fs: fileio should use 64bit io routines
` [PATCH 15/74] resize2fs: rewrite extent/dir/ea block checksums when migrating
` [PATCH 16/74] debugfs: don't leak fd when calling dump_file
` [PATCH 17/74] debugfs: don't leak mmp_s memory
` [PATCH 18/74] e2fsck: fix memory leaks
` [PATCH 19/74] misc: don't leak file descriptors
` [PATCH 20/74] mke2fs: don't leak memory
` [PATCH 21/74] e4defrag: don't crash if umounts the filesystem races with us
` [PATCH 22/74] e4defrag: defensively check results of sysconf(_SC_PAGESIZE)
` [PATCH 23/74] e2image: check return value from check_if_mounted
` [PATCH 24/74] dumpe2fs: check return values
` [PATCH 25/74] libss: fix fd error handling
` [PATCH 26/74] libss: fix memory handling errors
` [PATCH 27/74] libquota: fix memory leak
` [PATCH 28/74] libext2fs: check return values
` [PATCH 29/74] libext2fs: fix memory leaks
` [PATCH 30/74] libext2fs: fix a broken close() test
` [PATCH 31/74] libext2fs: fail fileio write if we can't allocate a block
` [PATCH 32/74] libext2fs: fix punching extents when there are no left extents
` [PATCH 33/74] libext2fs: don't error out when punching a totally sparse file
` [PATCH 34/74] e2fsck: in rehash, mark newly allocated extent blocks as found
` [PATCH 35/74] libext2fs: zero block contents past EOF when setting size
` [PATCH 36/74] libext2fs: detect
` [PATCH 37/74] libext2fs: don't always read backup group descriptors on a 1k-block meta_bg fs
` [PATCH 38/74] libext2fs: mark group data blocks when loading block bitmap
` [PATCH 39/74] e2fsck: remove uninit block bitmap calculation
` [PATCH 40/74] libext2fs: no need to clear BLOCK_UNINIT during ext2fs_reserve_super_and_bgd
` [PATCH 41/74] tests: adjust test output to reflect block_uninit calculated block bitmaps
` [PATCH 42/74] libext2fs: only punch complete clusters
` [PATCH 43/74] libext2fs: don't update the summary counts when doing implied cluster allocation
` [PATCH 44/74] e2fsck: only release clusters when shortening a directory during a rehash
` [PATCH 45/74] e2fsck: print cluster ranges when encountering bitmap errors
` [PATCH 46/74] e2fsck: try implied cluster allocation when expanding a dir
` [PATCH 47/74] resize2fs: during shrink, don't free in-use bg data clusters
` [PATCH 48/74] resize2fs: don't free in-use clusters when moving blocks
` [PATCH 49/74] mke2fs: set block_validity as a default mount option
` [PATCH 50/74] libext2fs: support allocating uninit blocks in bmap2()
` [PATCH 51/74] libext2fs: file IO routines should handle uninit blocks
` [PATCH 52/74] resize2fs: convert fs to and from 64bit mode
` [PATCH 53/74] resize2fs: when toggling 64bit, don't free in-use bg data clusters
` [PATCH 54/74] resize2fs: adjust reserved_gdt_blocks when changing group descriptor size
` [PATCH 55/74] libext2fs: support modifying arbitrary extended attributes
` [PATCH 56/74] libext2fs: various tweaks to the xattr editor APIs
` [PATCH 57/74] libext2fs: extend xattr api to query number of attrs
` [PATCH 58/74] libext2fs: free key/value pairs before reading
` [PATCH 59/74] debugfs: dump all extended attributes
` [PATCH 60/74] libext2fs: ensure that inline data is always written to ibody
` [PATCH 61/74] libext2fs: fix ext2fs_open2() truncation of the superblock parameter
` [PATCH 62/74] misc: add fuse2fs, a FUSE server for e2fsprogs
` [PATCH 63/74] fuse2fs: translate ACL structures
` [PATCH 64/74] Subject: [PATCH] fuse2fs: support allocating uninit blocks in fallocate
` [PATCH 65/74] fuse2fs: handle 64-bit dates correctly
` [PATCH 67/74] tests: check correct handling of reading and writing uninit extents
` [PATCH 68/74] tests: Add block_validity speed test
` [PATCH 69/74] Subject: [PATCH] tests: test what happens if we run out of space
` [PATCH 70/74] tests: add stale data after truncate test
` [PATCH 71/74] tests: check mapping of really high logical block offsets
` [PATCH 72/74] Subject: [PATCH] tests: enable using fuse2fs with metadata checksum test
` [PATCH 73/74] tests: add large symlink test
` [PATCH 74/74] tests: test date handling

[question] sched: idle_avg and migration latency
 2013-12-11  1:25 UTC  (4+ messages)

Resume regression on MBA2,1 triggered by 2167e2399dc5e69c62db56d933e9c8cbe107620a
 2013-12-11  1:25 UTC 

static variables
 2013-12-11  1:25 UTC 

[PATCH] arm: Correct virt_addr_valid
 2013-12-11  1:23 UTC  (2+ messages)
` [PATCH] arm64: "

[PATCH -v1.1 0/2] perf tool: Carve out fs.* stuff
 2013-12-11  1:21 UTC  (5+ messages)
` [PATCH 1/2] tools/: Convert to new topic libraries

BTRFS doesn't handle USB device disconnect
 2013-12-11  1:17 UTC 

[PATCH 1/1] improve the performance of dm-log-userspace
 2013-12-11  1:17 UTC  (2+ messages)

[PATCH 3.12 00/62] 3.12.5-stable review
 2013-12-11  1:17 UTC  (8+ messages)
` [PATCH 3.12 46/62] irq: Enable all irqs unconditionally in irq_resume

[PATCH 3.4 00/25] 3.4.74-stable review
 2013-12-11  1:17 UTC  (3+ messages)

[PATCH 3.10 00/52] 3.10.24-stable review
 2013-12-11  1:17 UTC  (3+ messages)

[U-Boot] [PATCH v3 4/4] cmd_eeprom: bug fix for i2c read/write
 2013-12-11  1:13 UTC  (6+ messages)
` [U-Boot] [U-Boot, v3, "

[Qemu-devel] [RFC] sdl2 + virtio-gpu repost
 2013-12-11  1:12 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/8] ui/sdl2 : initial port to SDL 2.0 (v2.0)

[xen-4.2-testing test] 22382: regressions - FAIL
 2013-12-11  1:11 UTC 

XFS security fix never sent to -stable?
 2013-12-11  1:10 UTC  (9+ messages)

Setting file timestamps to commit time (git-checkout)
 2013-12-11  1:08 UTC  (6+ messages)

[PATCH v8 0/5] Bluetooth LE 6LoWPAN
 2013-12-11  1:08 UTC  (5+ messages)
` [PATCH v8 4/5] Bluetooth: Enable 6LoWPAN support for BT LE devices
` [PATCH v8 5/5] Bluetooth: Manually enable or disable 6LoWPAN between devices

Help with mpt2sas kernel message
 2013-12-11  1:00 UTC 

mdadm and the list appreciation
 2013-12-11  1:06 UTC 

Can no longer shutdown after drm/radeon: Implement radeon_pci_shutdown
 2013-12-11  0:37 UTC 

[Qemu-devel] [PATCH 00/11 v2] Refactor PCI/SHPC/PCIE hotplug to use a more generic hotplug API
 2013-12-11  1:01 UTC  (12+ messages)
` [Qemu-devel] [PATCH 01/11] qom: do not register interface "types" in the type table
` [Qemu-devel] [PATCH 02/11] qom: detect bad reentrance during object_class_foreach
` [Qemu-devel] [PATCH 03/11] define hotplug interface
` [Qemu-devel] [PATCH 04/11] qdev: add to BusState "hotplug-handler" link
` [Qemu-devel] [PATCH 05/11] qdev: add "hotplugable" property to Device
` [Qemu-devel] [PATCH 06/11] hw/acpi: move typeinfo to the file end
` [Qemu-devel] [PATCH 07/11] qdev:pci: refactor PCIDevice to use generic "hotplugable" property
` [Qemu-devel] [PATCH 08/11] acpi/piix4pm: convert ACPI PCI hotplug to use hotplug-handler API
` [Qemu-devel] [PATCH 09/11] pci/shpc: convert SHPC "
` [Qemu-devel] [PATCH 10/11] pci/pcie: convert PCIE "
` [Qemu-devel] [PATCH 11/11] hw/pci: switch to a generic hotplug handling for PCIDevice

[patch 1/2] mm, memcg: avoid oom notification when current needs access to memory reserves
 2013-12-11  1:03 UTC  (14+ messages)

dm-cache questions
 2013-12-11  1:03 UTC  (4+ messages)

[Qemu-devel] [PATCH arm-devs v3 0/9] Fix Support for ARM A9 CBAR
 2013-12-11  1:03 UTC  (7+ messages)
` [Qemu-devel] [PATCH arm-devs v3 3/9] target-arm: Define and use ARM_FEATURE_CBAR
` [Qemu-devel] [PATCH arm-devs v3 4/9] target-arm/cpu: Convert reset CBAR to a property

process 'stuck' at exit
 2013-12-11  1:02 UTC  (4+ messages)

[U-Boot] [PATCH] spl/Makefile: merge LIBS-y += arch/$(ARCH)/imx-common
 2013-12-11  1:00 UTC 

[PATCH] ARM: shmobile: r8a7778: add USB Func DMAEngine support
 2013-12-11  0:59 UTC  (2+ messages)

[RFC 00/22] Gen7 batch buffer command parser
 2013-12-11  0:58 UTC  (3+ messages)

Radeon crash with v3.13-rc3-157-g17b2112
 2013-12-11  0:58 UTC  (6+ messages)

3.11.4: kernel BUG at fs/buffer.c:1268
 2013-12-11  0:57 UTC  (2+ messages)

process 'stuck' at exit
 2013-12-11  0:55 UTC  (11+ messages)

[PATCH ulogd] ulogd: use AC_SEARCH_LIBS for libpthread
 2013-12-11  0:56 UTC  (3+ messages)

[PATCH] ARM/KVM: inject data abort on unhandled memory access
 2013-12-11  0:55 UTC  (4+ messages)

BUG: held lock freed! (udp_queue_rcv_skb)
 2013-12-11  0:54 UTC  (2+ messages)

[Printing-architecture] Mainfeatures of cups 1.7.0
 2013-12-11  0:54 UTC  (2+ messages)

[PATCH v5 0/8] mm: sched: numa: several fixups
 2013-12-11  0:50 UTC  (18+ messages)
` [PATCH v5 1/8] sched/numa: fix set cpupid on page migration twice against thp
` [PATCH v5 2/8] sched/numa: drop sysctl_numa_balancing_settle_count sysctl
` [PATCH v5 3/8] sched/numa: use wrapper function task_node to get node which task is on
` [PATCH v5 4/8] sched/numa: fix set cpupid on page migration twice against normal page
` [PATCH v5 5/8] sched/numa: use wrapper function task_faults_idx to calculate index in group_faults
` [PATCH v5 6/8] sched/numa: fix period_slot recalculation
` [PATCH v5 7/8] sched/numa: fix record hinting faults check
` [PATCH v5 8/8] sched/numa: drop unnecessary variable in task_weight

[PATCH 000/124] [dora] fixes for dora (cover leter only)
 2013-12-11  0:52 UTC  (3+ messages)

[PATCH] KVM: PPC: Use schedule instead of cond_resched
 2013-12-10 14:21 UTC 

[Qemu-devel] Qemu on android
 2013-12-11  0:51 UTC 

[PATCH RT 0/5] Linux 3.4.72-rt90-rc1
 2013-12-11  0:50 UTC  (6+ messages)
` [PATCH RT 1/5] cpu_down: move migrate_enable() back
` [PATCH RT 2/5] a few open coded completions
` [PATCH RT 3/5] lockdep: Correctly annotate hardirq context in irq_exit()
` [PATCH RT 4/5] rtmutex: use a trylock for waiter lock in trylock
` [PATCH RT 5/5] Linux 3.4.72-rt90-rc1

[Qemu-devel] [PATCH v3] Fix QEMU build on OpenBSD on x86 archs
 2013-12-11  0:49 UTC 

[PATCH] ARM: shmobile: r8a7778: add SSIx DMAEngine support
 2013-12-11  0:48 UTC  (2+ messages)

[PATCH RT 0/5] Linux 3.8.13.13-rt26-rc1
 2013-12-11  0:46 UTC  (6+ messages)
` [PATCH RT 1/5] cpu_down: move migrate_enable() back
` [PATCH RT 2/5] a few open coded completions
` [PATCH RT 3/5] lockdep: Correctly annotate hardirq context in irq_exit()
` [PATCH RT 4/5] rtmutex: use a trylock for waiter lock in trylock
` [PATCH RT 5/5] Linux 3.8.13.13-rt26-rc1

[Qemu-devel] [PATCH 1/2] hpet: fix build with CONFIG_HPET off
 2013-12-11  0:50 UTC  (2+ messages)
` [Qemu-devel] [PATCH 2/2] pc: use macro for HPET type


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.