All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-08-09 21:40:43 to 2013-08-09 23:26:04 UTC [more...]

[PATCH V3 RFC 00/16] EFI stub for ARM
 2013-08-09 23:26 UTC  (8+ 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 v4 00/13] Exynos5 IS driver
 2013-08-09 23:25 UTC  (19+ messages)
` [PATCH v4 03/13] [media] exynos5-fimc-is: Add driver core files
` [PATCH v4 04/13] [media] exynos5-fimc-is: Add common driver header files
` [PATCH v4 05/13] [media] exynos5-fimc-is: Add register definition and context header
` [PATCH v4 06/13] [media] exynos5-fimc-is: Add isp subdev
` [PATCH v4 07/13] [media] exynos5-fimc-is: Add scaler subdev
` [PATCH v4 08/13] [media] exynos5-fimc-is: Add sensor interface
` [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 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)

should mesa_9.1.5.bbappend be upgraded to 9.1.6?
 2013-08-09 23:22 UTC 

[Question] How to make a patch?
 2013-08-09 23:22 UTC  (2+ messages)

SCTP performance?
 2013-08-09 23:21 UTC  (2+ messages)

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

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

[PATCH net-next] net: sctp: sctp_set_owner_w: fix panic during skb orphaning
 2013-08-09 23:20 UTC  (5+ 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 0/2] .mailmap organization
 2013-08-09 23:19 UTC  (4+ messages)
` [PATCH 2/2] .mailmap: mark bouncing email addresses

[PATCH] ACPI, cpu hotplug: move try_offline_node() after acpi_unmap_lsapic()
 2013-08-09 23:29 UTC  (5+ 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

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

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 001/001] CHAR DRIVERS: a simple device to give daemons a /sys-like interface
 2013-08-09 23:04 UTC  (22+ messages)

[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  (12+ 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  (6+ messages)
` [patch 8/9] mm: thrash detection-based file cache sizing

[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  (3+ messages)

[PATCH 1/3 V3] mmc:core: parse voltage from device-tree
 2013-08-09 22:42 UTC  (2+ messages)

[PATCH 06/20] tile: support LSI MEGARAID SAS HBA hybrid dma_ops
 2013-08-09 22:42 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2 0/2] remote-hg: shared repo upgrade fix
 2013-08-09 22:38 UTC  (3+ messages)
` [PATCH v2 1/2] remote-hg: ensure shared repo is initialized
` [PATCH v2 2/2] remote-hg: add shared repo upgrade

Stripped 802.1q from frames
 2013-08-09 20:47 UTC 

[Bug 67927] New: R600_DEBUG=sb: Celestia show 2 earths, one wrongly rendered
 2013-08-09 22:39 UTC  (2+ messages)
` [Bug 67927] "

[PATCH 0/2] power: Add APM X-Gene SoC system reboot driver
 2013-08-09 22:37 UTC  (9+ messages)
` [PATCH 1/2] power: Add APM X-Gene "
  ` [PATCH 2/2] power: arm64: Add DTS entry for APM X-Gene "

[RFC PATCH] ARM: smp_twd: Fix twd_get_clock() to get clock from dts or clock framework
 2013-08-09 22:35 UTC 

[Buildroot] AVR32 toolchain build failure
 2013-08-09 22:34 UTC  (16+ messages)

Feature request: post-receive rss generation
 2013-08-09 22:34 UTC 

[PATCH 3/3] power_supply: add throttle state
 2013-08-09 22:29 UTC  (2+ messages)

linux-next: manual merge of the akpm tree with the ext4 tree
 2013-08-09 22:34 UTC  (3+ messages)

+ fs-convert-fs-shrinkers-to-new-scan-count-api-fix-fix-2.patch added to -mm tree
 2013-08-09 22:33 UTC 

[PATCH 1/3] power_supply: Add charger control properties
 2013-08-09 22:23 UTC  (2+ messages)

[PATCHv3 0/9] ARM: OMAP2+: AM33XX: Add suspend-resume support
 2013-08-09 22:28 UTC  (15+ messages)
` [PATCHv3 8/9] ARM: OMAP2+: AM33XX: Basic suspend resume support

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

i915: build warning in i915_hangcheck_elapsed
 2013-08-09 22:26 UTC 

[PATCH v3 0/3] Introduce new SATA queued commands
 2013-08-09 22:26 UTC  (9+ messages)
` [PATCH v3 1/3] libata: Populate host-to-device FIS "auxiliary" field

Missing USB devices
 2013-08-09 22:24 UTC  (5+ messages)

[PATCH 2/2] drivers: power: Add support for BATTERY_ARIESVE
 2013-08-09 22:19 UTC  (2+ messages)

noob usage question
 2013-08-09 22:22 UTC  (2+ messages)

[PATCH 0/4] enic: This patchset adds support for Cisco Low Latency NIC
 2013-08-09 22:21 UTC  (3+ messages)
` [PATCH 3/4] drivers/net: enic: Make ASIC information available to USNIC

Feature Request : dummy paddings for mapping memory holes in privcmd
 2013-08-09 22:18 UTC 

master - WHATSNEW: typo
 2013-08-09 22:18 UTC 

Need to support mapping in bar1
 2013-08-09 22:17 UTC  (6+ messages)

[PATCH] git exproll: steps to tackle gc aggression
 2013-08-09 22:16 UTC  (11+ messages)

[PATCH] mmp: fix 64-bit handling of s_mmp_block
 2013-08-09 22:02 UTC 

crash in __jbd2_journal_file_buffer
 2013-08-09 22:11 UTC  (5+ messages)

master - RAID: Fix bug making lvchange unable to change recovery rate for RAID
 2013-08-09 22:10 UTC 

[PATCH 33/35] power: use dev_get_platdata()
 2013-08-09 22:04 UTC  (2+ messages)

[PATCH 1/2] rtlwifi: rtl8192cu: fix function declaration header
 2013-08-09 22:08 UTC  (5+ messages)
` [PATCH 2/2] rtlwifi: sparse warnings: cast to restricted type

[PATCH 00/35] cpufreq: Introduce cpufreq_table_validate_and_show()
 2013-08-09 22:08 UTC  (9+ messages)
` [PATCH 35/35] cpufreq: tegra: use cpufreq_table_validate_and_show()

[v3.9] [regression] [b43] : mac80211/minstrel: use the new rate control API
 2013-08-09 22:05 UTC  (3+ messages)

[PATCH V2] brcmsmac: Fix WARNING caused by lack of calls to dma_mapping_error()
 2013-08-09 22:05 UTC  (3+ messages)
` [PATCH v3] "

[iptables-nftables RFC v3 PATCH 00/16] Xtables extensions: full support (pure nft or compat layer)
 2013-08-09 22:02 UTC  (9+ messages)
` [iptables-nftables RFC v3 PATCH 11/16] nft: Refactor firewall printing so it reuses already parsed cs struct
` [iptables-nftables RFC v3 PATCH 14/16] xtables: Support pure nft expressions for DNAT extension
` [iptables-nftables RFC v3 PATCH 15/16] nft: Add a function to reset the counters of an existing rule
` [iptables-nftables RFC v3 PATCH 16/16] xtables: Support -Z options for a given rule number

[PATCH 1/4] drivers/net: enic: Adding support for Cisco Low Latency NIC
 2013-08-09 22:00 UTC  (2+ messages)
` [PATCH 1/4 v2] "

[PATCHv8 00/10] MSI support for Marvell EBU PCIe driver
 2013-08-09 21:54 UTC  (8+ messages)
` [PATCHv8 04/10] of: pci: add registry of MSI chips

[PATCH] power: power: replace strict_strtol() with kstrtol()
 2013-08-09 21:50 UTC  (2+ messages)

Repo with only one file
 2013-08-09 21:54 UTC  (10+ messages)

[PATCH] m68k: handle Atari interrupts in multi-platform kernels
 2013-08-09 21:50 UTC  (2+ messages)

[PATCH 0/2] remote-hg: shared repo upgrade fix
 2013-08-09 21:47 UTC  (5+ messages)
` [PATCH 2/2] remote-hg: add shared repo upgrade

still recovery issues with cuttlefish
 2013-08-09 21:44 UTC  (13+ messages)

cpuidle and un-eoid interrupts at the local apic
 2013-08-09 21:44 UTC  (10+ messages)

AMD FX-4130 part only runs at 2.6/3.4GHz
 2013-08-09 21:42 UTC 

Fwd: Understanding disassembly x86 + understanding function call + parameter pass and stack frame
 2013-08-09 21:40 UTC  (4+ 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.