All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-04-02 02:59:32 to 2013-04-02 04:50:00 UTC [more...]

[PATCHv2 0/6] fb: vt8500: patches for 3.10
 2013-04-02  4:50 UTC  (14+ messages)
` [PATCHv2 1/6] video: vt8500: Make wmt_ge_rops optional
` [PATCHv2 2/6] video: vt8500: Remove unused platform_data/video-vt8500lcdfb.h
` [PATCHv2 3/6] video: vt8500: Correct descriptions in video/Kconfig
` [PATCHv2 4/6] drivers/video/wm8505fb.c: use devm_ functions
` [PATCHv2 5/6] video: vt8500: Adjust contrast in wm8505 framebuffer driver
` [PATCHv2 6/6] video: fb: vt8500: Convert framebuffer drivers to standardized binding

[PATCH 1/5] timer: move enum definition out of ifdef section
 2013-04-02  4:43 UTC  (3+ messages)

[PATCHv4 RESEND 0/6] arm: vt8500: Add support for pinctrl/gpio module
 2013-04-02  4:41 UTC  (14+ messages)
` [PATCHv4 1/6] of: Add support for reading a u32 from a multi-value property
` [PATCHv4 2/6] arm: vt8500: Increase available GPIOs on arch-vt8500
` [PATCHv4 3/6] pinctrl: gpio: vt8500: Add pincontrol driver for arch-vt8500
` [PATCHv4 4/6] arm: dts: vt8500: Update Wondermedia SoC dtsi files for pinctrl driver
` [PATCHv4 5/6] arm: vt8500: Remove gpio devicetree nodes
` [PATCHv4 6/6] gpio: vt8500: Remove arch-vt8500 gpio driver

perf event attrributes
 2013-04-02  4:42 UTC  (4+ messages)

[PATCH 2/2] HID: ignore appledisplay devices
 2013-04-02  4:42 UTC 

[PATCHv4 0/6] arm: vt8500: Add support for pinctrl/gpio module
 2013-04-02  4:39 UTC  (14+ messages)
` [PATCHv4 1/6] of: Add support for reading a u32 from a multi-value property
` [PATCHv4 2/6] arm: vt8500: Increase available GPIOs on arch-vt8500
` [PATCHv4 3/6] pinctrl: gpio: vt8500: Add pincontrol driver for arch-vt8500
` [PATCHv4 4/6] arm: dts: vt8500: Update Wondermedia SoC dtsi files for pinctrl driver
` [PATCHv4 5/6] arm: vt8500: Remove gpio devicetree nodes
` [PATCHv4 6/6] gpio: vt8500: Remove arch-vt8500 gpio driver

Howto make perf probe work
 2013-04-02  4:36 UTC  (4+ messages)
    ` Fw: Re: "

[PATCH v2] ARM: shmobile: Initial r8a7790 Lager board support
 2013-04-02  4:34 UTC  (3+ messages)

[PATCH 00/04 v2] ARM: shmobile: r8a7790 SoC
 2013-04-02  4:33 UTC  (3+ messages)

[PATCH] ARM: shmobile: r8a7790 SoC 64-bit DT support
 2013-04-02  4:33 UTC  (3+ messages)

[PATCH v3 0/5] ARM: shmobile: mackerel: streamline SD and MMC devices
 2013-04-02  4:33 UTC  (2+ messages)

[GIT PULL] Renesas ARM based SoC defconfig updates for v3.10 #2
 2013-04-02  4:31 UTC  (8+ messages)
` [PATCH 1/3] ARM: shmobile: marzen: defconfig: add GPIO RCAR driver support
` [PATCH 2/3] ARM: shmobile: marzen: defconfig: enable GPIO LEDs driver
` [PATCH 3/3] ARM: shmobile: ape6evm: add defconfig

Status of the patches under review at LMML (32 patches)
 2013-04-02  4:29 UTC 

[Qemu-devel] [PATCH v3 00/27] Modernize tcg/ppc64
 2013-04-02  4:23 UTC  (28+ messages)
` [Qemu-devel] [PATCH v3 01/27] disas: Disassemble all ppc insns for the host
` [Qemu-devel] [PATCH v3 02/27] tcg-ppc64: Use TCGReg everywhere
` [Qemu-devel] [PATCH v3 03/27] tcg-ppc64: Introduce and use tcg_out_rlw
` [Qemu-devel] [PATCH v3 04/27] tcg-ppc64: Introduce and use tcg_out_ext32u
` [Qemu-devel] [PATCH v3 05/27] tcg-ppc64: Introduce and use tcg_out_shli64
` [Qemu-devel] [PATCH v3 06/27] tcg-ppc64: Introduce and use tcg_out_shri64
` [Qemu-devel] [PATCH v3 07/27] tcg-ppc64: Cleanup tcg_out_movi
` [Qemu-devel] [PATCH v3 08/27] tcg-ppc64: Introduce and use TAI and SAI
` [Qemu-devel] [PATCH v3 09/27] tcg-ppc64: Rearrange integer constant constraints
` [Qemu-devel] [PATCH v3 10/27] tcg-ppc64: Improve constant add and sub ops
` [Qemu-devel] [PATCH v3 11/27] tcg-ppc64: Tidy or and xor patterns
` [Qemu-devel] [PATCH v3 12/27] tcg-ppc64: Improve and_i32 with constant
` [Qemu-devel] [PATCH v3 13/27] tcg-ppc64: Improve and_i64 "
` [Qemu-devel] [PATCH v3 14/27] tcg-ppc64: Streamline qemu_ld/st insn selection
` [Qemu-devel] [PATCH v3 15/27] tcg-ppc64: Implement rotates
` [Qemu-devel] [PATCH v3 16/27] tcg-ppc64: Implement bswap16 and bswap32
` [Qemu-devel] [PATCH v3 17/27] tcg-ppc64: Implement bswap64
` [Qemu-devel] [PATCH v3 18/27] tcg-ppc64: Implement compound logicals
` [Qemu-devel] [PATCH v3 19/27] tcg-ppc64: Handle constant inputs for some "
` [Qemu-devel] [PATCH v3 20/27] tcg-ppc64: Implement deposit
` [Qemu-devel] [PATCH v3 21/27] tcg-ppc64: Use I constraint for mul
` [Qemu-devel] [PATCH v3 22/27] tcg-ppc64: Use TCGType throughout compares
` [Qemu-devel] [PATCH v3 23/27] tcg-ppc64: Rewrite setcond
` [Qemu-devel] [PATCH v3 24/27] tcg-ppc64: Implement movcond
` [Qemu-devel] [PATCH v3 25/27] tcg-ppc64: Use getauxval for ISA detection
` [Qemu-devel] [PATCH v3 26/27] tcg-ppc64: Implement add2/sub2_i64
` [Qemu-devel] [PATCH v3 27/27] tcg-ppc64: Implement mulu2/muls2_i64

[PATCH 1/5] spi/mxs: Fix extra CS pulses and read mode in multi-transfer messages
 2013-04-02  4:22 UTC  (5+ messages)

[U-Boot] [PATCH] video: bcm2835: fix build issues
 2013-04-02  4:22 UTC  (4+ messages)

[PATCH 0/3] ARM: shmobile: Add SMSC support on Bock-W
 2013-04-02  4:20 UTC  (20+ messages)
` [PATCH 0/3 v2] "
  ` [PATCH 3/3 v2] ARM: shmobile: bockw: add SMSC ethernet support
  ` [PATCH 0/5 v3] ARM: shmobile: Add SMSC support on Bock-W
    ` [PATCH 1/5 v3] ARM: shmobile: r8a7778: remove pointless PLATFORM_INFO()
    ` [PATCH 2/5 v3] ARM: shmobile: r8a7778: add r8a7778_init_irq_extpin()
    ` [PATCH 3/5 v3] ARM: shmobile: bockw: add SMSC ethernet support
    ` [PATCH 4/5 v3] ARM: shmobile: bockw: enable network settings on bootargs
    ` [PATCH 5/5 v3] ARM: shmobile: bockw: enable SMSC ethernet on defconfig

[Qemu-devel] Ongoing big-endian vmxnet3 breakage
 2013-04-02  4:18 UTC 

[PATCH] ARM: kirkwood: DT board setup for CloudBox
 2013-04-02  4:17 UTC  (6+ messages)

[ath9k-devel] Announcement: open source AR9380 and later HAL
 2013-04-02  4:15 UTC  (6+ messages)
  ` [ath9k-devel] Source code for Bluetooth AR3012 drivers

Fail to build trinity
 2013-04-02  4:15 UTC  (2+ messages)

linux-next: build failure after merge of the wireless-next tree
 2013-04-02  4:07 UTC  (4+ messages)

[ath9k-devel] Cyclic throughput at a distance
 2013-04-02  4:11 UTC  (5+ messages)

s390x: kernel BUG at fs/ext4/inode.c:1591!
 2013-04-02  4:06 UTC  (5+ messages)
      ` bisected! (WAS Re: s390x: kernel BUG at fs/ext4/inode.c:1591!)

[PATCH 00/23] perf: integrate with kconfig and CONFIG driven features
 2013-04-02  3:54 UTC  (24+ messages)
` [PATCH 01/23] perf: initial infrasructure for kconfig
` [PATCH 02/23] perf: make perl support based on CONFIG_LIBPERL
` [PATCH 03/23] perf: make python support based on CONFIG_LIBPYTHON
` [PATCH 04/23] perf: make gtk2 support based on CONFIG_GTK2
` [PATCH 05/23] perf: make newt support based on CONFIG_NEWT
` [PATCH 06/23] perf: remove NEWT_SUPPORT in favor of CONFIG_NEWT
` [PATCH 07/23] perf: remove GTK2_SUPPORT in favor of CONFIG_GTK2
` [PATCH 08/23] perf: make elf support based on CONFIG_LIBELF
` [PATCH 09/23] perf: make cfi unwind support based on CONFIG_LIBUNWIND
` [PATCH 10/23] perf: make demangle support based on CONFIG_DEMANGLE
` [PATCH 11/23] perf: make dwarf support based on CONFIG_DWARF
` [PATCH 12/23] perf: add BIONIC config option
` [PATCH 13/23] perf: make numa support based on CONFIG_LIBNUMA
` [PATCH 14/23] perf: make backtrace support based on CONFIG_BACKTRACE
` [PATCH 15/23] perf: make libaudit support based on CONFIG_LIBAUDIT
` [PATCH 16/23] perf: consolidate CONFIG_LIBUNWIND checks in Makefile
` [PATCH 17/23] perf: remove LIBUNWIND_SUPPORT in favor of CONFIG_LIBUNWIND
` [PATCH 18/23] perf: deprecate LIBELF_SUPPORT in favor of CONFIG_LIBELF
` [PATCH 19/23] perf: deprecate DWARF_SUPPORT in favor of CONFIG_DWARF
` [PATCH 20/23] perf: consolidate CONFIG_LIBELF checks in Makefile
` [PATCH 21/23] perf: consolidate CONFIG_DWARF "
` [PATCH 22/23] perf: only add elf to EXTLIBS if CONFIG_LIBELF is set
` [PATCH 23/23] perf: only add elf-based object files "

[RFC 00/27] perf tools: Build changes and kbuild support
 2013-04-02  3:59 UTC  (5+ messages)
` [PATCH 04/27] perf tools: Move programs check into config/Makefile

linux-next: build failure after merge of the final tree (block tree related)
 2013-04-02  3:56 UTC  (3+ messages)

Invitation - Please Complete Your Profile
 2013-04-02  3:54 UTC 

[PATCH 01/23] perf: initial infrasructure for kconfig
 2013-04-02  3:53 UTC  (6+ messages)
` [PATCH 02/23] perf: make perl support based on CONFIG_LIBPERL
` [PATCH 03/23] perf: make python support based on CONFIG_LIBPYTHON
` [PATCH 04/23] perf: make gtk2 support based on CONFIG_GTK2
` [PATCH 05/23] perf: make newt support based on CONFIG_NEWT
` [PATCH 06/23] perf: remove NEWT_SUPPORT in favor of CONFIG_NEWT

THP: AnonHugePages in /proc/[pid]/smaps is correct or not?
 2013-04-02  3:48 UTC  (10+ messages)

[PATCH 2/2] mm: allow for outstanding swap writeback accounting
 2013-04-02  3:50 UTC 

[PATCH 1/2] mm: break up swap_writepage() for frontswap backends
 2013-04-02  3:50 UTC 

[PATCH 0/2] mm: swap: zswap/zcache writeback supporting
 2013-04-02  3:49 UTC 

[PATCH 0/2] make rpm-postinsts installed on target
 2013-04-02  3:31 UTC  (3+ messages)
` [PATCH 1/2] image.bbclass: allow override for ROOTFS_BOOTSTRAP_INSTALL
` [PATCH 2/2] rootfs_rpm.bbclass: make rpm-postinsts installed on target

[PATCH] eglibc: Let eglibc-extra-nss-dev exist as empty package
 2013-04-02  3:18 UTC 

[PATCH v2 00/13] ARM arch, sp804 and integrator timer CLKSRC_OF support
 2013-04-02  3:35 UTC  (5+ messages)
` [PATCH v2 02/13] ARM: convert arm/arm64 arch timer to use CLKSRC_OF init

[PATCH 1/6] ARM: dts: OMAP36xx: add device tree for ABB
 2013-04-02  3:35 UTC  (8+ messages)
` [PATCH 5/6] ARM: OMAP3+: ABB: introduce ABB driver
        ` [RFC PATCH "

[PATCH 0/5] vhost-scsi: Add support for host virtualized target
 2013-04-02  3:28 UTC  (4+ messages)
` [Qemu-devel] "

[PATCH 00/33] AIO cleanups/performance improvements
 2013-04-02  3:27 UTC  (7+ messages)
` [PATCH 18/33] aio: kill batch allocation
` [PATCH 19/33] aio: kill struct aio_ring_info
` [PATCH 20/33] aio: give shared kioctx fields their own cachelines

[patch v3 0/8] sched: use runnable avg in load balance
 2013-04-02  3:23 UTC  (9+ messages)
` [patch v3 1/8] Revert "sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-tracking"
` [patch v3 2/8] sched: set initial value of runnable avg for new forked task
` [patch v3 3/8] sched: only count runnable avg on cfs_rq's nr_running
` [patch v3 4/8] sched: update cpu load after task_tick
` [patch v3 5/8] sched: compute runnable load avg in cpu_load and cpu_avg_load_per_task
` [patch v3 6/8] sched: consider runnable load average in move_tasks
` [patch v3 7/8] sched: consider runnable load average in effective_load
` [patch v3 8/8] sched: use instant load for burst wake up

Private Assignment
 2013-04-02  4:18 UTC 

[PATCH 0/1] core-image-sato.bb: increase free space size
 2013-04-02  3:04 UTC  (4+ messages)
` [PATCH 1/1] "

precision measuring tools
 2013-04-02  3:19 UTC 

HVM firmware passthrough - helper library
 2013-04-02  3:19 UTC  (7+ messages)

linux-next: manual merge of the virtio tree with the rr-fixes tree
 2013-04-02  3:17 UTC 

[ANNOUNCE] 3.6.11.1-rt32
 2013-04-02  3:13 UTC  (2+ messages)

[patch 2/2 v3]raid5: create multiple threads to handle stripes
 2013-04-02  3:12 UTC  (11+ messages)

Reading linux boot args
 2013-04-02  3:12 UTC 

[U-Boot] [PATCH] Add initial support for mx6slevk board
 2013-04-02  3:10 UTC  (5+ messages)

[GIT PULL] writeback: convert writeback to unbound workqueue
 2013-04-02  3:09 UTC 

[PATCH] ARM: kprobes: fix test coverage missing failures
 2013-04-02  3:04 UTC 

kernel build error
 2013-04-02  3:04 UTC  (11+ messages)

[PATCH net-next 1/7] r8169: Remove firmware code
 2013-04-02  2:59 UTC  (4+ messages)
` [PATCH net-next 6/7] r8169: add a new chip for RTL8106E


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.