All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-01-05 00:02:23 to 2013-01-05 02:44:48 UTC [more...]

[PATCH 1/7] clk: add common of_clk_init() function
 2013-01-05  2:44 UTC  (4+ messages)
` [PATCH 2/7] clk: tegra: Use "

[PATCH 0/6] em28xx: make remote controls of devices with external IR IC working again
 2013-01-05  2:41 UTC  (3+ messages)
` [PATCH 4/6] em28xx: IR RC: get rid of function em28xx_get_key_terratec()

[v3 PATCH 0/9] watchdog/at91sam9_wdt: Convert to use the new framework
 2013-01-05  2:38 UTC  (16+ messages)
` [v3 PATCH 1/9] watchdog: add the function watchdog_is_open
` [v3 PATCH 2/9] watchdog/at91sam9_wdt: Remove at91wdt_private and add at91wdt_drvdata struct
` [v3 PATCH 3/9] watchdog/at91sam9_wdt: Convert to use the watchdog framework
` [v3 PATCH 4/9] watchdog/at91sam9_wdt: Adjust the options of watchdog_info
` [v3 PATCH 5/9] watchdog/at91sam9_wdt: Add nowayout helpers to Watchdog Timer Driver Kernel API
` [v3 PATCH 6/9] watchdog/at91sam9_wdt: Remove the __initdata of at91wdt_wdd
` [v3 PATCH 7/9] watchdog/at91sam9_wdt: Use module_platform_driver()
` [v3 PATCH 8/9] ARM: dts: add the watchdog nodes for at91sam9x5 and at91sam9n12 SoC
` [v3 PATCH 9/9] ARM: dts: add the watchdog nodes for at91sam9g25ek boards

[PATCH 0/6] ACPI / PM: ACPI power management update
 2013-01-05  2:37 UTC  (4+ messages)
` [PATCH 1/6] ACPI / PM: Change the way power transitions to D3cold are carried out

[PATCH v7 0/6] solve deadlock caused by memory allocation with I/O
 2013-01-05  2:25 UTC  (14+ messages)
` [PATCH v7 1/6] mm: teach mm by current context info to not do I/O during memory allocation
` [PATCH v7 2/6] PM / Runtime: introduce pm_runtime_set_memalloc_noio()
` [PATCH v7 3/6] block/genhd.c: apply pm_runtime_set_memalloc_noio on block devices
` [PATCH v7 4/6] net/core: apply pm_runtime_set_memalloc_noio on network devices
` [PATCH v7 5/6] PM / Runtime: force memory allocation with no I/O during Runtime PM callbcack
` [PATCH v7 6/6] USB: forbid memory allocation with I/O during bus reset

[PATCH V3 0/8] Per-cgroup page stat accounting
 2013-01-05  2:34 UTC  (5+ messages)
` [PATCH V3 2/8] Make TestSetPageDirty and dirty page accounting in one func

linux-next: manual merge of the driver-core.current tree with Linus tree
 2013-01-05  2:33 UTC  (2+ messages)

[RFC][PATCH 0/9 v1] ext4: extent status tree implementation (step2)
 2013-01-05  2:44 UTC  (6+ messages)
` [RFC][PATCH 3/9 v1] ext4: add physical block and status member into extent status tree

[PATCH] mm: remove redundant var retval in sys_brk
 2013-01-05  2:27 UTC 

[3.8-{rc1,rc2}] ata1.00: failed to get Identify Device Data, Emask 0x1
 2013-01-05  2:20 UTC  (5+ messages)

[BUG/PATCH] setup: Copy an environment variable to avoid overwrites
 2013-01-05  2:15 UTC  (3+ messages)

[PATCH BlueZ] core: Remove leftover from pending_uuids removal
 2013-01-05  2:15 UTC 

[U-Boot] [PATCH v3] mx6: Add workaround for ARM errata
 2013-01-05  2:07 UTC 

[PATCH] x86,perf: Add IvyBridge EP support
 2013-01-05 14:12 UTC  (2+ messages)

load/unload dccp module caused oops
 2013-01-05  2:02 UTC  (2+ messages)

[PATCH v7u1 00/31] x86, boot, 64bit: Add support for loading ramdisk and bzImage above 4G
 2013-01-05  2:02 UTC  (13+ messages)
` [PATCH v7u1 26/31] x86: Don't enable swiotlb if there is not enough ram for it

[RFC][PATCH 0/4] eglibc 2.17 upgrade
 2013-01-05  1:41 UTC  (7+ messages)
` [PATCH 1/4] eglibc: Upgrade recipes 2.16 -> 2.17
` [PATCH 2/4] eglibc_2.17: Fix Tibetian locale generation error
` [PATCH 3/4] cairo: Adds libxext in X11DEPENDS
` [PATCH 4/4] ofono: Fix build with eglibc 2.17

[U-Boot] is it possilbe to have uboot find the kernel in the file system?
 2013-01-05  1:53 UTC  (8+ messages)

[U-Boot] [RFC PATCH 0/44] RFC: Verified boot implementation based on FIT
 2013-01-05  1:52 UTC  (45+ messages)
` [U-Boot] [RFC PATCH 01/44] sandbox: config: Enable CONFIG_FIT and CONFIG_CMD_FIT
` [U-Boot] [RFC PATCH 02/44] bootstage: Don't build for HOSTCC
` [U-Boot] [RFC PATCH 03/44] mkimage: Move ARRAY_SIZE to header file
` [U-Boot] [RFC PATCH 04/44] libfdt: Add fdt_next_subnode() to permit easy subnode iteration
` [U-Boot] [RFC PATCH 05/44] image: Move timestamp #ifdefs to header file
` [U-Boot] [RFC PATCH 06/44] image: Export fit_check_ramdisk()
` [U-Boot] [RFC PATCH 07/44] image: Split FIT code into new image-fit.c
` [U-Boot] [RFC PATCH 08/44] image: Move HOSTCC image code to tools/
` [U-Boot] [RFC PATCH 09/44] image: Split hash node processing into its own function
` [U-Boot] [RFC PATCH 10/44] image: Convert fit_image_hash_set_value() to static, and rename
` [U-Boot] [RFC PATCH 11/44] image: Rename fit_image_check_hashes() to fit_image_verify()
` [U-Boot] [RFC PATCH 12/44] image: Move hash checking into its own functions
` [U-Boot] [RFC PATCH 13/44] image: Move error! string to common place
` [U-Boot] [RFC PATCH 14/44] image: Export fit_conf_get_prop_node()
` [U-Boot] [RFC PATCH 15/44] image: Rename fit_add_hashes() to fit_add_verification_data()
` [U-Boot] [RFC PATCH 16/44] image: Rename hash printing to fit_image_print_verification_data()
` [U-Boot] [RFC PATCH 17/44] sandbox: Add CONFIG_OF_HOSTFILE to read FDT from host file
` [U-Boot] [RFC PATCH 18/44] fdt: Add a parameter to fdt_valid()
` [U-Boot] [RFC PATCH 19/44] Add getenv_hex() to return an environment variable as hex
` [U-Boot] [RFC PATCH 20/44] fdt: Allow fdt command to check and update control FDT
` [U-Boot] [RFC PATCH 21/44] sandbox: fdt: Support fdt command for sandbox
` [U-Boot] [RFC PATCH 22/44] env: Fix minor comment typos in cmd_nvedit
` [U-Boot] [RFC PATCH 23/44] fdt: Skip checking FDT if the pointer is NULL
` [U-Boot] [RFC PATCH 24/44] Revert "fdt- Tell the FDT library where the device tree is"
` [U-Boot] [RFC PATCH 25/44] Add stdarg to vsprintf.h
` [U-Boot] [RFC PATCH 26/44] Add minor updates to README.fdt-control
` [U-Boot] [RFC PATCH 27/44] hash: Add a way to calculate a hash for any algortihm
` [U-Boot] [RFC PATCH 28/44] sandbox: config: Enable FIT signatures with RSA
` [U-Boot] [RFC PATCH 29/44] sandbox: Provide a way to map from host RAM to U-Boot RAM
` [U-Boot] [RFC PATCH 30/44] sandbox: image: Add support for booting images in sandbox
` [U-Boot] [RFC PATCH 31/44] image: Add signing infrastructure
` [U-Boot] [RFC PATCH 32/44] image: Support signing of images
` [U-Boot] [RFC PATCH 33/44] image: Verify signatures in FIT images
` [U-Boot] [RFC PATCH 34/44] image: Add RSA support for image signing
` [U-Boot] [RFC PATCH 35/44] mkimage: Put FIT loading in function and tidy error handling
` [U-Boot] [RFC PATCH 36/44] mkimage: Add -k option to specify key directory
` [U-Boot] [RFC PATCH 37/44] mkimage: Add -K to write public keys to an FDT blob
` [U-Boot] [RFC PATCH 38/44] mkimage: Add -F option to modify an existing .fit file
` [U-Boot] [RFC PATCH 39/44] mkimage: Add -c option to specify a comment for key signing
` [U-Boot] [RFC PATCH 40/44] mkimage: Add -r option to specify keys that must be verified
` [U-Boot] [RFC PATCH 41/44] libfdt: Add fdt_find_regions()
` [U-Boot] [RFC PATCH 42/44] image: Add support for signing of FIT configurations
` [U-Boot] [RFC PATCH 43/44] Add verified boot information and test
` [U-Boot] [RFC PATCH 44/44] WIP: sandbox: config: Add test config for verified boot

[PATCH v2] clk: mvebu: Remove inappropriate __init tagging
 2013-01-05  1:50 UTC 

[PATCH/RFC 0/1] Delete legacy power trace API
 2013-01-05  1:49 UTC  (2+ messages)
` [PATCH 1/1] tracing: remove deprecated "

[Qemu-devel] QEMU build fails with Clang?
 2013-01-05  1:48 UTC 

[PATCH 2/5] perf: Make EVENT_ATTR and EVENT_PTR global
 2013-01-05  1:47 UTC  (4+ messages)

[PATCH v2] clk: mvebu: Remove inappropriate __init tagging
 2013-01-05  1:47 UTC 

NULL pointer dereference in veth_stats_one
 2013-01-05  1:42 UTC  (7+ messages)

pv guest fails to boot after 4.2 upgrade
 2013-01-05  1:42 UTC 

[Bug 58984] New: DRM NOUVEAU: probe of 0001:01:00.0 failed with error -12
 2013-01-05  1:37 UTC  (4+ messages)
  ` [Bug 58984] "

[V2 PATCH 00/27] mv-usb fix and enhancement patches
 2013-01-05  1:35 UTC  (4+ messages)

kernel BUG at mm/huge_memory.c:1798!
 2013-01-05  1:32 UTC  (5+ messages)
    ` [PATCH] mm: thp: Acquire the anon_vma rwsem for lock during split

HDA regression on Fujitsu S7020 laptop (ALC260 codec)
 2013-01-05  1:31 UTC  (7+ messages)

RAID10: how much does chunk size matter? Can partial chunks be written?
 2013-01-05  1:30 UTC  (6+ messages)

3.8-rc2: pciehp waitqueue hang
 2013-01-05  1:28 UTC  (5+ messages)

[PATCH] block: delete super ancient PC-XT driver for 1980's hardware
 2013-01-05  1:27 UTC 

[U-Boot] [PATCH v2] mx6: Add workaround for ARM errata
 2013-01-05  1:27 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] video:cache:fix: Buffer alignment and dcache flush for lcd subsystem
 2013-01-05  1:25 UTC  (3+ messages)
` [U-Boot] [PATCH RESEND] "

strange behaviour of MC7700 with sierra_net
 2013-01-05  1:26 UTC  (4+ messages)
` [PATCH 1/2] usbnet: allow status interrupt URB to always be active

[PATCH v2 0/3] Tegra AC97 v2
 2013-01-05  1:18 UTC  (4+ messages)
  ` [PATCH v2 1/3] ASoC: tegra: add ac97 host driver
  ` [PATCH v2 2/3] ASoC: tegra: add ac97 host controller to device tree
  ` [PATCH v2 3/3] ASoC: tegra: add tegra machine driver using wm9712 codec

[PATCH] ARM: dts: imx25-karo-tx25: Put status entry in the end
 2013-01-05  1:13 UTC  (2+ messages)

[PATCH] ARM: imx: Do not select some errata that depends on !ARCH_MULTIPLATFORM
 2013-01-05  1:07 UTC  (3+ messages)

ppoll() stuck on POLLIN while TCP peer is sending
 2013-01-05  1:07 UTC  (5+ messages)

Basic failures building 1st Yocto Project and Yocto Raspberry Pi
 2013-01-05  1:06 UTC  (3+ messages)

PEBS (in perf) stopped working from 3.6 -> 3.7
 2013-01-05  1:05 UTC  (4+ messages)

[RFC PATCH] mm: memblock: fix wrong memmove size in memblock_merge_regions()
 2013-01-05  1:04 UTC  (3+ messages)

[Qemu-devel] [PATCH] build: change dist target to use xz
 2013-01-05  1:03 UTC  (4+ messages)

[PATCH 0/1] image.bbclass:specify the order of do_rootfs
 2013-01-05  0:45 UTC  (2+ messages)
` [PATCH 1/1] "

[U-Boot] [PATCH v3 0/2] Factorize ARM startup code as mush as possible
 2013-01-05  1:00 UTC  (9+ messages)
` [U-Boot] [PATCH v4 "
  ` [U-Boot] [PATCH v4 1/2] arm: move C runtime setup code in crt0.S

[PATCH 00/27] ACPICA 20121220 Release
 2013-01-05  0:59 UTC  (4+ messages)
` [PATCH 09/27] ACPICA: DEBUG_PRINT macros: Update to improve performance

[PATCH v5] input: qt2160: Add support for LEDs
 2013-01-05  0:59 UTC  (3+ messages)

ceph caps (Ganesha + Ceph pnfs)
 2013-01-05  0:51 UTC 

[PATCH] powerpc/oprofile: Fix error in oprofile power7_marked_instr_event() function
 2013-01-05  0:55 UTC  (2+ messages)

[Bug 58087] New: [-next] nouveau corrupts kernel mm allocator
 2013-01-05  0:52 UTC  (2+ messages)
  ` [Bug 58087] "

[PATCH] ACPI / PCI: Set root bridge ACPI handle in advance
 2013-01-05  0:54 UTC  (9+ messages)
` [Alternative 2][PATCH] "

Any idea about doing deduplication in ceph?
 2013-01-05  0:47 UTC  (2+ messages)

[PATCH] writeback: fix writeback cache thrashing
 2013-01-05  0:46 UTC  (9+ messages)

[RFC PATCH 0/5] x86,smp: make ticket spinlock proportional backoff w/ auto tuning
 2013-01-05  0:45 UTC  (5+ messages)
` [RFC PATCH 3/5] x86,smp: auto tune spinlock backoff delay factor

[PATCH v2] mm: bootmem: fix free_all_bootmem_core with odd bitmap alignment
 2013-01-05  0:42 UTC  (2+ messages)

master - lvmetad: add basic client-side debug logging
 2013-01-05  0:41 UTC 

[Qemu-devel] [PATCH v2 0/8] linux-user fixes
 2013-01-05  0:39 UTC  (9+ messages)
` [Qemu-devel] [PATCH 1/8] fdt: Use bswapN instead of bswap_N
` [Qemu-devel] [PATCH 2/8] bswap: Tidy base definitions of bswapN
` [Qemu-devel] [PATCH 3/8] bswap: Add host endian unaligned access functions
` [Qemu-devel] [PATCH 4/8] bswap: Rewrite all ld<type>_<endian>_p functions
` [Qemu-devel] [PATCH 5/8] bswap: Rewrite cpu_to_<endian><type>u with {ld, st}<type>_<endian>_p
` [Qemu-devel] [PATCH 6/8] linux-user: Rewrite __get_user/__put_user with __builtin_choose_expr
` [Qemu-devel] [PATCH 7/8] alpha-linux-user: Fix sigaction
` [Qemu-devel] [PATCH 8/8] user: Consider symbolic links as possible directories

[PATCH] gcc: restore FILESPATH
 2013-01-04 14:03 UTC 

ceph stability
 2013-01-05  0:37 UTC  (6+ messages)

[Qemu-devel] [PATCH] Modification to remove a h2g() call and calculate properly instead
 2013-01-05  0:35 UTC 

3.8-rc2: lockdep is complaining about mm_take_all_locks()
 2013-01-05  0:35 UTC  (5+ messages)
` [PATCH 1/2] lockdep, rwsem: provide down_write_nest_lock()
  ` [PATCH 2/2] mm: mmap: annotate vm_lock_anon_vma locking properly for lockdep

which Linux kernel version corresponds to 0.48argonaut?
 2013-01-05  0:34 UTC  (4+ messages)

[PATCH v6] KSM: numa awareness sysfs knob
 2013-01-05  0:30 UTC  (8+ messages)
` [PATCH v7 1/2] "

[U-Boot] [PATCH] mx6: Add workaround for ARM errata
 2013-01-05  0:29 UTC 

[PATCH 0/3 V2] ext2fsprogs: Symlink support
 2013-01-05  0:26 UTC  (3+ messages)

Usage of CEPH FS versa HDFS for Hadoop: TeraSort benchmark performance comparison issue
 2013-01-05  0:17 UTC  (8+ messages)

[PATCH] mm: bootmem: fix free_all_bootmem_core with odd bitmap alignment
 2013-01-05  0:22 UTC  (2+ messages)

805 warning messages when I build 05.06.00.00?
 2013-01-05  0:18 UTC 

[U-Boot] [PATCH v2] tools: imximage: Load a size that is multiple of 512
 2013-01-05  0:16 UTC  (5+ messages)

[PATCH] omap3isp: Add support for interlaced input data
 2013-01-05  0:09 UTC 

[PATCH] implement librados aio_stat
 2013-01-05  0:08 UTC  (4+ messages)
` [PATCH 0/2] Librados aio stat

[linux-lvm] question about extending snapshots
 2013-01-05  0:00 UTC 

[Qemu-devel] [RFC V4 00/30] QCOW2 deduplication
 2013-01-05  0:02 UTC  (3+ messages)
` [Qemu-devel] [RFC V4 12/30] qcow2: Load and save deduplication table header extension


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.