All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-04-21 07:03:43 to 2014-04-21 10:14:52 UTC [more...]

[LTP] compiling problems about mk/generic_leaf_target.inc
 2014-04-21 10:12 UTC 

[PATCHv4 0/8] Resource-managed extcon device register function
 2014-04-21 10:10 UTC  (9+ messages)
` [PATCHv4 1/8] extcon: Add resource-managed extcon "
` [PATCHv4 2/8] extcon: adc-jack: Use devm_extcon_dev_register()
` [PATCHv4 3/8] extcon: gpio: "
` [PATCHv4 4/8] extcon: max14577: "
` [PATCHv4 5/8] extcon: max77693: "
` [PATCHv4 6/8] extcon: max8997: "
` [PATCHv4 7/8] extcon: palmas: "
` [PATCHv4 8/8] extcon: arizona: "

[PATCH] arm: oprofile: add ARMv7 cortex-a15 support
 2014-04-21 10:11 UTC  (2+ messages)

[PATCH v5 ethtool 1/2] ethtool: Support for configurable RSS hash key
 2014-04-21 10:08 UTC  (2+ messages)
` [PATCH v5 ethtool 2/2] "

[PATCH v5 ethtool 0/2] patchset - Support for configurable RSS hash key
 2014-04-21 10:08 UTC 

i.MX28 milliseconds latencies, interrupts disabled in arch_cpu_idle?
 2014-04-21 10:09 UTC  (8+ messages)

[PATCH v6 net-next 1/2] ethtool: Support for configurable RSS hash key
 2014-04-21 10:08 UTC  (2+ messages)
` [PATCH v6 net-next 2/2] be2net: "

[PATCH v6 net-next 0/2] patchset: Support for configurable RSS hash key
 2014-04-21 10:07 UTC 

[PATCH] xfs: Fix wrong error codes being returned
 2014-04-21 10:04 UTC  (2+ messages)

[PATCH V2 00/19] tick: cleanups (Shouldn't change code behavior)
 2014-04-21  9:55 UTC  (20+ messages)
` [PATCH V2 01/19] tick: trivial cleanups
` [PATCH V2 02/19] tick: update doc style comments for 'struct tick_sched'
` [PATCH V2 03/19] tick: rearrange members of "
` [PATCH V2 04/19] tick: move declaration of 'tick_cpu_device' to tick.h
` [PATCH V2 05/19] tick: move definition of tick_get_device() "
` [PATCH V2 06/19] tick: create tick_get_cpu_device() to get tick_cpu_device on this cpu
` [PATCH V2 07/19] tick: initialize variables during their definitions
` [PATCH V2 08/19] tick-oneshot: move tick_is_oneshot_available() to tick-oneshot.c
` [PATCH V2 09/19] tick-oneshot: remove tick_resume_oneshot()
` [PATCH V2 10/19] tick-common: call tick_check_percpu() from tick_check_preferred()
` [PATCH V2 11/19] tick-common: remove tick_check_replacement()
` [PATCH V2 12/19] tick-common: don't pass 'cpu' & 'cpumask' to tick_setup_device()
` [PATCH V2 13/19] tick-common: remove local variable 'broadcast' from tick_resume()
` [PATCH V2 14/19] tick-sched: add comment about 'idle_active' in tick_nohz_idle_exit()
` [PATCH V2 15/19] tick-sched: define 'delta' inside 'if' block in update_ts_time_stats()
` [PATCH V2 16/19] tick-sched: remove parameters to {__}tick_nohz_task_switch() routines
` [PATCH V2 17/19] tick-sched: remove local variable 'now' from tick_setup_sched_timer()
` [PATCH V2 18/19] tick-sched: invert parameter of tick_check_oneshot_change()
` [PATCH V2 19/19] tick-sched: rearrange code in tick_do_update_jiffies64()

[linux-lvm] HOWTO: create a thick logical snapshot from C
 2014-04-21  9:59 UTC 

[RFC PATCH 0/2] Add support for Samsung GH7 PCIe controller
 2014-04-21  9:58 UTC  (7+ messages)
` [RFC PATCH 1/2] PCI: designware: Add ARM64 PCI support

[PATCH] ARM: dts: at91-sama5d3_xplained: add the regulator device node
 2014-04-21  9:54 UTC  (4+ messages)

[U-Boot] [RFC PATCH 0/5] introduce get_maintainer.pl
 2014-04-21  9:53 UTC  (5+ messages)
` [U-Boot] [RFC PATCH 3/5] MAINTAINERS.boards: add initial version

[PATCH] arm: dma-mapping: Fix mapping size value
 2014-04-21  9:53 UTC  (3+ messages)

[PATCH/RFC] ARM: shmobile: Koelsch DT serial integration prototype
 2014-04-21  9:50 UTC  (3+ messages)

[Buildroot] [PATCH 0/2] postgresql fix and update
 2014-04-21  9:50 UTC  (3+ messages)

[U-Boot] [PATCH] sandbox: ignore sandbox.dtb
 2014-04-21  9:50 UTC 

[Buildroot] [autobuild.buildroot.net] Build results for 2014-04-20
 2014-04-21  9:49 UTC  (2+ messages)
` [Buildroot] Analysis of build "

[PATCH] extcon: max14577: Properly handle regmap_irq_get_virq error
 2014-04-21  9:47 UTC  (2+ messages)

[U-Boot] [GIT PULL] u-boot-mips/master
 2014-04-21  9:46 UTC  (4+ messages)

question on read_barrier_depends
 2014-04-21  9:40 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] libcap: add menu entry to install tools
 2014-04-21  9:40 UTC  (2+ messages)

[U-Boot] [PATCH] sandbox: move source files from board/ to arch/sandbox/
 2014-04-21  9:39 UTC 

[PATCH] Btrfs-progs: mkfs: Remove 'zero_end =1' since it has been set to a value
 2014-04-21  9:38 UTC 

[PATCH 0/9] extcon: Support devm_extcon_dev_allocate/free()
 2014-04-21  9:36 UTC  (10+ messages)
` [PATCH 1/9] extcon: Add extcon_dev_allocate/free() to control the memory of extcon device
` [PATCH 2/9] extcon: Add devm_extcon_dev_allocate/free to manage the resource "
` [PATCH 3/9] extcon: max8997: Use devm_extcon_dev_allocate for extcon_dev
` [PATCH 4/9] extcon: max77693: "
` [PATCH 5/9] extcon: max14577: "
` [PATCH 6/9] extcon: palmas: "
` [PATCH 7/9] extcon: arizona: "
` [PATCH 8/9] extcon: adc-jack: "
` [PATCH 9/9] extcon: gpio: "

[PATCH v2 0/2] Add resolution change event
 2014-04-21  9:35 UTC  (4+ messages)
` [PATCH v2 1/2] v4l: "
` [PATCH v2 2/2] [media] s5p-mfc: Add support for "

[3.11.y.z extended stable] Patch "MIPS: Hibernate: Flush TLB entries in swsusp_arch_resume()" has been added to staging queue
 2014-04-21  9:30 UTC 

[3.11.y.z extended stable] Patch "MIPS: KVM: Pass reserved instruction exceptions to guest" has been added to staging queue
 2014-04-21  9:29 UTC  (2+ messages)

[Cocci] [3.11.y.z extended stable] Patch "IB/qib: add missing braces in do_qib_user_sdma_queue_create()" has been added to staging queue
 2014-04-21  9:28 UTC 

Estimado E-mail del usuario;
 2014-04-21  9:24 UTC 

[RFC PATCH] Suppress a device hot remove related lockdep warning
 2014-04-21  9:23 UTC  (13+ messages)
` [RFC PATCH v2] Use kernfs_break_active_protection() for device online store callbacks
    ` [RFC PATCH v3] "
                ` [RFC PATCH v4] "
                    ` [RFC PATCH v5 1/2] Use lock_device_hotplug() in cpu_probe_store() and cpu_release_store()
                      ` [RFC PATCH v5 2/2] Use kernfs_break_active_protection() for device online store callbacks

Disabling DAPM from ASoC framework
 2014-04-21  9:21 UTC  (3+ messages)

[Buildroot] [git commit] libcap: add menu entry to install tools
 2014-04-21  9:21 UTC 

[PATCH] pthread_attr_setstack.3: ATTRIBUTES: Note functions that are thread-safe
 2014-04-21  9:17 UTC 

[PATCH V2] mariadb: add perl and perl modules to RDEPENDS
 2014-04-21  9:13 UTC 

[ulogd RFC PATCH 0/2] introduce new string output plugin
 2014-04-21  9:05 UTC  (4+ messages)

test setup for l3fwd application running on VM
 2014-04-21  9:04 UTC 

[PATCH 0/2] Implement perf_callchain_user
 2014-04-21  8:51 UTC  (3+ messages)

[meta-oe][PATCH] fbida: update to latest git and make motif a PACKAGECONFIG option
 2014-04-21  8:55 UTC 

[wireless-next][PATCH 2/2] b43: remove leftover code for dual-core devices support
 2014-04-21  8:54 UTC  (3+ messages)
` [wireless-next][PATCH V2 2/2] b43: remove list of IEEE 802.11 devices

WAS: linux-rt fails to boot on > 3.12.5.-rt7 ... NOW IS: linux-rt-3.14 boots by reverting patches + nvidia uses __rt_mutex_init [which in 3.14 has been changed to EXPORT_SYMBOL_GPL]
 2014-04-21  8:48 UTC  (4+ messages)
    ` WAS: linux-rt fails to boot on > 3.12.5.-rt7 ... NOW IS: linux-rt-3.14 boots by reverting patches

[PATCH] mmc: rtsx: fix possible circular locking dependency
 2014-04-21  8:43 UTC  (4+ messages)
    ` Locking issues in "mmc: rtsx: add support for pre_req and post_req"

rtsx_pci_sdmmc lockdep splat
 2014-04-21  8:47 UTC  (4+ messages)

inotify, new idea?
 2014-04-21  8:42 UTC  (6+ messages)

3.14 regression: huge latency in read/select on tun
 2014-04-21  8:40 UTC  (8+ messages)

[U-Boot] [PATCH v5] arm: ep9315: Return back Cirrus Logic EDB9315A board support
 2014-04-21  8:39 UTC 

how to ignore forwarded traffic?
 2014-04-21  8:38 UTC  (2+ messages)

[Bug 33297] New: X hangs with nouveau and linux kernel 2.6.38-rc1
 2014-04-21  8:38 UTC  (6+ messages)
  ` [Bug 33297] "
  ` [Bug 33297] X hangs with nouveau
  ` [Bug 33297] X hangs with nouveau and gimp

[Buildroot] [git commit] postgresql: bump version to 9.3.4
 2014-04-21  8:36 UTC 

[Buildroot] [git commit] postgresql: change readline and zlib to be real optional selections
 2014-04-21  8:35 UTC 

[Buildroot] [PATCH] util-linux: fix chfn/chsh missing dependencies
 2014-04-21  8:35 UTC  (2+ messages)

[Buildroot] [git commit] util-linux: fix chfn/chsh missing dependencies
 2014-04-21  8:34 UTC 

[Buildroot] [PATCH 1/1] librtlsdr: new package
 2014-04-21  8:34 UTC  (3+ messages)

[PATCH] arm: exynos: generalize power register address calculation
 2014-04-21  8:29 UTC  (3+ messages)
` [PATCH v4] "

[PATCHSET cgroup/for-3.16] cgroup: implement unified hierarchy, v2
 2014-04-21  8:17 UTC  (6+ messages)
` [PATCH 12/12] cgroup: implement dynamic subtree controller enable/disable on the default hierarchy

[Xenomai] Pre/Post patches
 2014-04-21  8:15 UTC  (3+ messages)

[PATCH 00/28] nios2 Linux kernel port
 2014-04-21  8:14 UTC  (7+ messages)

[PATCH] pthread_attr_setscope.3: ATTRIBUTES: Note functions that are thread-safe
 2014-04-21  8:14 UTC 

[PATCH 00/15] wire up renameat2 syscall for various archs
 2014-04-21  8:10 UTC  (3+ messages)
` [PATCH 06/15] m68k: add renameat2 syscall

[PATCH 0/3] clocksource: Add Freescale FlexTimer Module (FTM) timer support
 2014-04-21  8:09 UTC  (14+ messages)
` [PATCH 1/3] clocksource: ftm: Add FlexTimer Module (FTM) Timer devicetree Documentation
` [PATCH 2/3] ARM: dts: vf610: Add Freescale FlexTimer Module timer node
` [PATCH 3/3] clocksource: Add Freescale FlexTimer Module (FTM) timer support

[PATCHv2 0/3] clocksource: Add Freescale FlexTimer Module (FTM) timer support
 2014-04-21  7:23 UTC  (12+ messages)
` [PATCHv2 1/3] clocksource: ftm: Add FlexTimer Module (FTM) Timer devicetree Documentation
` [PATCHv2 2/3] ARM: dts: vf610: Add Freescale FlexTimer Module timer node
` [PATCHv2 3/3] clocksource: Add Freescale FlexTimer Module (FTM) timer support

[PATCH 01/10] drm/i915/bdw: Implement a basic PM interrupt handler
 2014-04-21  8:04 UTC  (10+ messages)
` [PATCH 02/10] drm/i915: Enable PM Interrupts target via Display Interface
` [PATCH 03/10] drm/i915/chv: Enable Render Standby (RC6) for Cheeryview
` [PATCH 04/10] drm/i915/chv: Added CHV specific register read and write
` [PATCH 05/10] drm/i915/chv: Enable RPS (Turbo) for Cheeryview
` [PATCH 06/10] drm/i915/chv: Streamline CHV forcewake stuff
` [PATCH 07/10] drm/i915/chv: CHV doesn't need WaRsForcewakeWaitTC0
` [PATCH 08/10] drm/i915/chv: Skip gen6_gt_check_fifodbg() on CHV
` [PATCH 09/10] drm/i915/chv: Added CHV specific DDR fetch into init_clock_gating
` [PATCH 10/10] drm/i915/chv: Freq(opcode) request value for CHV

[PATCH] scripts/tags.sh: ignore code of user space tools
 2014-04-21  8:03 UTC 

[PATCH] powerpc/mm: Fix tlbie to add AVAL fields for 64K pages
 2014-04-21  8:02 UTC  (3+ messages)

recording rapl/power events
 2014-04-21  8:01 UTC 

[PATCH 1/3] cpufreq: ppc: Add missing #include <asm/smp.h>
 2014-04-21  8:01 UTC  (6+ messages)
` [PATCH 3/3] cpufreq: ppc: Fix handling of non-existent clocks

Why is SELINUXTYPE policy specific?
 2014-04-21  8:01 UTC  (2+ messages)

[meta-networking][PATCH 0/2] some fixes for vsftpd and ntp scripts
 2014-04-21  7:58 UTC  (3+ messages)
` [meta-networking][PATCH 1/2] vsftpd: fix install warning

[Buildroot] [git commit] mplayer: fix ARM floating point related build failures
 2014-04-21  7:57 UTC 

[Bug 73111] the machine reboots after X is launched, without acpi=off
 2014-04-21  7:54 UTC 

[PATCH 00/10] Enable RC6/Turbo on CHV
 2014-04-21  7:53 UTC 

[PATCH 0/6] mm: audit find_vma() callers
 2014-04-21  7:52 UTC  (7+ messages)
` [PATCH 2/6] m68k: call find_vma with the mmap_sem held in sys_cacheflush()

[PATCH] Documentation/memcg: warn about incomplete kmemcg state
 2014-04-21  7:47 UTC  (2+ messages)

[PATCH v3] makedumpfile: fix a segmentation fault when physical address exceeds 8TB boundary
 2014-04-21  7:34 UTC  (2+ messages)

[PATCH] makedumpfile: code cleanup: set_bitmap
 2014-04-21  7:33 UTC  (2+ messages)

[meta-networking][PATCH] dovecot: add libcap dependency
 2014-04-21  7:37 UTC 

(no subject)
 2014-04-21  7:33 UTC 

color box, display box, corrugated box, color card, blister card, color sleeve, hang tag, label
 2014-04-21  7:17 UTC 

[U-Boot] [PATCH] drivers/i2c/fsl_i2c: modify i2c_read to handle multi-byte write
 2014-04-21  7:32 UTC  (3+ messages)

[libata/ahci] 8a4aeec8d2d: +138.4% perf-stat.dTLB-store-misses, +37.2% perf-stat.dTLB-load-misses
 2014-04-21  7:29 UTC  (2+ messages)

[PATCH v7] fs: FAT: Add support for DOS 1.x formatted volumes
 2014-04-21  7:26 UTC  (2+ messages)

[RTC/PATCH] Add 'update-branch' hook
 2014-04-21  7:25 UTC  (2+ messages)

[BUG] qemu-xen-traditional can not open multi level incremental image
 2014-04-21  7:25 UTC 

[PATCH 1/1 v2] mmc: sdhci-pci-o2micro Add SeaBird SeaEagle SD3 support
 2014-04-21  7:21 UTC 

[PATCH 0/9] xfs_db, xfs_repair: improve CRC error detection
 2014-04-21  7:14 UTC  (9+ messages)
` [PATCH 4/9] repair: detect and correct CRC errors in directory blocks
` [PATCH 5/9] repair: detect CRC errors in AG headers
` [PATCH 7/9] repair: remove more dirv1 leftovers

Estimado E-mail del usuario;
 2014-04-21  7:02 UTC 

[dapm question] About "playback_widget" power on or not
 2014-04-21  7:10 UTC 

[PATCH 0/2] Support cpufreq driver for Exynos3250
 2014-04-21  7:03 UTC  (4+ messages)
` [PATCH 1/2] cpufreq: exynos: Use dev_err/info function instead of pr_err/info


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.