All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-08-09 22:50:55 to 2013-08-10 00:32:12 UTC [more...]

[RFC v02 0/5] Power Capping Framework and RAPL Driver
 2013-08-10  0:39 UTC  (2+ messages)

cpufreq crash in pm/linux-next 08-07-2013
 2013-08-10  0:26 UTC 

should mesa_9.1.5.bbappend be upgraded to 9.1.6?
 2013-08-10  0:25 UTC  (3+ messages)

[PATCH] netfilter: nf_conntrack: fix tcp_in_window for Fast Open
 2013-08-10  0:25 UTC  (2+ messages)

[V10 PATCH 00/23]PVH xen: Phase I, Version 10 patches
 2013-08-10  0:23 UTC  (11+ messages)
` [V10 PATCH 09/23] PVH xen: introduce pvh_set_vcpu_info() and vmx_pvh_set_vcpu_info()
` [V10 PATCH 19/23] PVH xen: vmcs related changes

[Announcement] Yocto Project 1.5 Milestone 3 now available
 2013-08-10  0:22 UTC 

Beaglebone black not booting
 2013-08-10  0:20 UTC  (2+ messages)

[PATCH] usb: Move definition of USB_EHCI_BIG_ENDIAN_MMIO out side of the ifs
 2013-08-10  0:17 UTC 

[RFC][PATCH 0/2] x86/jump labels: Add the 5 byte or 2 byte jumps
 2013-08-10  0:14 UTC  (8+ messages)
` [RFC][PATCH 3/2] x86/jump labels: Count and display the short jumps used

[U-Boot] [PATCH v3 0/5] ARM: at91: atmel_nand: check ONFI ecc minimum requirement
 2013-08-10  0:13 UTC  (3+ messages)

[PATCH part4 0/4] Parse SRAT memory affinities earlier
 2013-08-10  0:12 UTC  (18+ messages)
` [PATCH part4 2/4] x86, acpica, acpi: Try to find if SRAT is overrided earlier
` [PATCH part4 4/4] x86, acpi, numa, mem_hotplug: Find hotpluggable memory in SRAT memory affinities

[U-Boot] [PATCH 1/7 v10] powerpc: deleted unused symbol CONFIG_SPL_NAND_MINIMAL and enabled some functionality for common SPL
 2013-08-10  0:10 UTC  (3+ messages)
` [U-Boot] [PATCH 6/7 v10] NAND: TPL : introduce the TPL based on the SPL

[Question] How to make a patch?
 2013-08-10  0:07 UTC  (4+ messages)

SCTP performance?
 2013-08-10  0:04 UTC  (3+ messages)

[PATCH v2] Enhanced support for MPC8xx/8xxx watchdog
 2013-08-10  0:02 UTC  (6+ messages)
` [v2] "

[GIT PATCH] Staging driver fixes for 3.11-rc5
 2013-08-09 23:53 UTC 

[GIT PATCH] USB fixes for 3.11-rc5
 2013-08-09 23:52 UTC 

bug in /etc/init.d/ceph debian
 2013-08-09 23:52 UTC  (10+ messages)

Build errors on mainline kernel
 2013-08-09 23:47 UTC  (2+ messages)

linux-next: Tree for Aug 9
 2013-08-09 23:46 UTC  (3+ messages)

[PATCH 001/001] CHAR DRIVERS: a simple device to give daemons a /sys-like interface
 2013-08-09 23:46 UTC  (19+ messages)

[PATCH v2 2/3] PCI: Separate stop and remove devices in pciehp
 2013-08-09 23:44 UTC  (6+ messages)

[PATCH] remote-hg: fix path when cloning with tilde expansion
 2013-08-09 23:43 UTC  (11+ messages)

Xen 4.4 development update
 2013-08-09 23:42 UTC  (4+ messages)

[PATCH v4 1/1] ASoc: kirkwood: add DT support to the mvebu audio subsystem
 2013-08-09 23:42 UTC  (13+ messages)

[PATCH] Fix an issue with runtime remapping and multilibs
 2013-08-09 23:41 UTC  (2+ messages)
` [PATCH] image.bbclass: Move runtime_mapping_rename to avoid conflict w/ multilib

[PATCH v4 00/13] Exynos5 IS driver
 2013-08-09 23:40 UTC  (11+ messages)
` [PATCH v4 09/13] [media] exynos5-fimc-is: Add the hardware pipeline control
` [PATCH v4 10/13] [media] exynos5-fimc-is: Add the hardware interface module
` [PATCH v4 11/13] [media] exynos5-is: Add Kconfig and Makefile
` [PATCH v4 12/13] V4L: s5k6a3: Change sensor min/max resolutions
` [PATCH v4 13/13] V4L: Add driver for s5k4e5 image sensor

[PATCH] zram: bug fix: delay lock holding in zram_slot_free_noity
 2013-08-09 23:39 UTC  (3+ messages)

[v3.10] [regression] [b43] : mac80211/minstrel: use the new rate control API
 2013-08-09 23:38 UTC  (2+ messages)

[PATCH 1/2] DT: Add documentation for spi-rt2880
 2013-08-09 23:35 UTC  (2+ messages)

[PATCH 0/2] .mailmap organization
 2013-08-09 23:32 UTC  (5+ messages)
` [PATCH 2/2] .mailmap: mark bouncing email addresses

[PATCH V3 RFC 00/16] EFI stub for ARM
 2013-08-09 23:26 UTC  (41+ messages)
` [PATCH 01/16] Move common EFI stub code from x86 arch code to common location
` [PATCH 02/16] Add system pointer argument to shared EFI stub related functions so they no longer use global system table pointer as they did when part of eboot.c. This code is now shared, so using a global variable as part of the interface is not that nice. Also, by avoiding any global variables in the ARM EFI stub, this allows the code to be position independent without requiring GOT fixups
` [PATCH 03/16] Rename memory allocation/free functions
` [PATCH 04/16] Add minimum address parameter to efi_low_alloc()
` [PATCH 05/16] rename __get_map() to efi_get_memory_map(), add parameter to optionally return mmap key. The mmap key is required to exit EFI boot services, and allows efi_get_memory_map() to be used for getting final memory map
` [PATCH 06/16] Enforce minimum alignment of 1 page on allocations. The efi_high_alloc() and efi_low_alloc() functions use the EFI_ALLOCATE_ADDRESS option to the EFI function allocate_pages(), which requires a minimum of page alignment, and rejects all other requests
` [PATCH 07/16] Allow efi_free() to be called with size of 0, and do nothing in that case
` [PATCH 08/16] Generalize handle_ramdisks() and rename to handle_cmdline_files()
` [PATCH 09/16] Renames in handle_cmdline_files() to complete generalization
` [PATCH 10/16] Move EFI_READ_CHUNK_SIZE define to shared location
` [PATCH 11/16] Add proper definitions for some EFI function pointers
` [PATCH 12/16] Fix types in EFI calls to match EFI function definitions
` [PATCH 13/16] resolve warnings found on ARM compile
` [PATCH 14/16] Add strstr to compressed string.c for ARM
` [PATCH 15/16] Add EFI stub "
` [PATCH 16/16] Add config EFI_STUB for ARM to Kconfig

[ 000/102] 3.10.6-stable review
 2013-08-09 23:29 UTC  (5+ messages)

[PATCH 0/2] btrfs-progs: more statics & removals
 2013-08-09 23:25 UTC  (6+ messages)
` [PATCH 2/2] btrfs-progs: mark static & remove unused from non-kernel code
  ` [PATCH 2/2 V2] "

x86: early boot crash: "alloc_low_page: ran out of memory" (bisected)
 2013-08-09 23:23 UTC  (2+ messages)

+ kernel-time-sched_clockc-correct-the-comparison-parameter-of-mhz.patch added to -mm tree
 2013-08-09 23:21 UTC 

[PATCH net-next] net: sctp: sctp_set_owner_w: fix panic during skb orphaning
 2013-08-09 23:20 UTC  (4+ messages)
` [PATCH] net: sctp: fix panic during skb_orphan()

git should not use a default user.email config value
 2013-08-09 23:19 UTC  (4+ messages)

[PATCH] ACPI, cpu hotplug: move try_offline_node() after acpi_unmap_lsapic()
 2013-08-09 23:29 UTC  (4+ messages)

[U-Boot] [PATCH] RFC: tegra: Avoid using I2C prior to relocation
 2013-08-09 23:17 UTC  (3+ messages)

[HANG] Trouble with NEC-based USB adapter in PCMCIA slot on E7110
 2013-08-09 23:14 UTC  (2+ messages)

+ genalloc-fix-overflow-of-ending-address-of-memory-chunk-fix.patch added to -mm tree
 2013-08-09 23:15 UTC 

+ genalloc-fix-overflow-of-ending-address-of-memory-chunk.patch added to -mm tree
 2013-08-09 23:15 UTC 

[PATCH] genalloc: fix overflow of ending address of memory chunk
 2013-08-09 23:13 UTC  (2+ messages)

[PATCH 0/6] LE parameters via debugfs
 2013-08-09 23:12 UTC  (7+ messages)
` [PATCH 1/6] Bluetooth: Discovery parameters per hci_dev
` [PATCH 2/6] Bluetooth: Export discovery parameters on debugfs
` [PATCH 3/6] Bluetooth: Set discovery parameters
` [PATCH 4/6] Bluetooth: Keep the LE connection parameters in its own structure
` [PATCH 5/6] Bluetooth: Add LE connection parameters to debugfs
` [PATCH 6/6] Bluetooth: Add support for setting LE connection parameters via debugfs

Re-tune x86 uaccess code for PREEMPT_VOLUNTARY
 2013-08-09 23:04 UTC  (14+ messages)
` [PATCH 01/13] x86: Add 1/2/4/8 byte optimization to 64bit __copy_{from,to}_user_inatomic
` [PATCH 02/13] x86: Include linux/sched.h in asm/uaccess.h
` [PATCH 03/13] tree-sweep: Include linux/sched.h for might_sleep users
` [PATCH 04/13] Move might_sleep and friends from kernel.h to sched.h
` [PATCH 05/13] sched: mark should_resched() __always_inline
` [PATCH 06/13] x86: Add 32bit versions of SAVE_ALL/RESTORE_ALL to calling.h
` [PATCH 07/13] Add might_fault_debug_only()
` [PATCH 08/13] x86: Move cond_resched into the out of line put_user code
` [PATCH 09/13] x86: Move cond_resched into the out of line get_user code
` [PATCH 10/13] x86: Move cond resched for copy_{from,to}_user into low level code 64bit
` [PATCH 11/13] sched: Inline the need_resched test into the caller for _cond_resched
` [PATCH 12/13] x86: move __copy_*_nocache might fault check out of line
` [PATCH 13/13] x86: drop cond rescheds from __copy_{from,to}_user

+ checkpatch-better-fix-of-spacing-errors.patch added to -mm tree
 2013-08-09 23:05 UTC 

[PATCH/RFC v3 00/19] Common Display Framework
 2013-08-09 23:03 UTC  (40+ messages)
` [PATCH/RFC v3 01/19] OMAPDSS: panels: Rename Kconfig options to OMAP2_DISPLAY_*
` [PATCH/RFC v3 02/19] video: Add Common Display Framework core
` [PATCH/RFC v3 03/19] video: display: Add video and stream control operations
` [PATCH/RFC v3 04/19] video: display: Add display entity notifier
` [PATCH/RFC v3 05/19] video: display: Graph helpers
` [PATCH/RFC v3 06/19] video: display: OF support
` [PATCH/RFC v3 07/19] video: display: Add pixel coding definitions
` [PATCH/RFC v3 08/19] video: display: Add MIPI DBI bus support
` [PATCH/RFC v3 09/19] video: panel: Add DPI panel support
` [PATCH/RFC v3 10/19] video: panel: Add R61505 "
` [PATCH/RFC v3 11/19] video: panel: Add R61517 "
` [PATCH/RFC v3 12/19] video: display: Add VGA Digital to Analog Converter support
` [PATCH/RFC v3 13/19] video: display: Add VGA connector support
` [PATCH/RFC v3 14/19] ARM: shmobile: r8a7790: Add DU clocks for DT
` [PATCH/RFC v3 15/19] ARM: shmobile: r8a7790: Add DU device node to device tree
` [PATCH/RFC v3 16/19] ARM: shmobile: marzen: Port DU platform data to CDF
` [PATCH/RFC v3 17/19] ARM: shmobile: lager: "
` [PATCH/RFC v3 18/19] ARM: shmobile: lager-reference: Add display device nodes to device tree
` [PATCH/RFC v3 19/19] drm/rcar-du: Port to the Common Display Framework

LG LW25 pin fix
 2013-08-09 23:01 UTC  (5+ messages)

[U-Boot] Unified u-boot feature set for simpler distro support
 2013-08-09 23:00 UTC  (4+ messages)

[PATCHv2] ARM: socfpga: dts: Add support for SD/MMC
 2013-08-09 22:58 UTC  (11+ messages)

[Qemu-devel] [RFC] [PATCHv8 00/30] aio / timers: Add AioContext timers and use ppoll
 2013-08-09 22:57 UTC  (6+ messages)
` [Qemu-devel] [RFC] [PATCHv8 13/30] aio / timers: Add aio_timer_new wrapper

32bit allyesconfig on 64bit system broke
 2013-08-09 22:57 UTC 

[patch 0/9] mm: thrash detection-based file cache sizing v3
 2013-08-09 22:53 UTC  (3+ messages)

[PATCH RESEND] x86: don't clear olpc_ofw_header when sentinel is detected
 2013-08-09 22:51 UTC  (2+ messages)
` [tip:x86/urgent] x86: Don' t "

[PATCH 0/2] RPM changes
 2013-08-09 22:51 UTC  (3+ messages)
` [PATCH 1/2] rpm: Change references from RPM_VENDOR_POKY to RPM_VENDOR_OE
` [PATCH 2/2] rpm: Enable compatibility with older RPM packages that have invalid platforms

[PATCH 00/20] ARM: pxa: move core and drivers to dmaengine
 2013-08-09 22:50 UTC  (2+ messages)


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.