All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-09-16 19:41:03 to 2012-09-16 23:20:53 UTC [more...]

[U-Boot] [PATCH 00/71] serial: Massive rework of the serial subsystem
 2012-09-16 23:20 UTC  (29+ messages)
` [U-Boot] [PATCH 01/71] serial: Coding style cleanup of struct serial_device
` [U-Boot] [PATCH 02/71] serial: Rename .init() and .uninit() in serial_device
` [U-Boot] [PATCH 03/71] serial: Properly spell out the structure member names of serial_driver
` [U-Boot] [PATCH 04/71] serial: pxa: Implement default_serial_console in serial_pxa.c
` [U-Boot] [PATCH 05/71] serial: pxa: Make use of default_serial_console in serial_pxa
` [U-Boot] [PATCH 06/71] serial: pxa: Make local functions static
` [U-Boot] [PATCH 07/71] serial: mpc512x: Properly define CONFIG_SYS_PSC3 in config files
` [U-Boot] [PATCH 08/71] serial: Implement serial_initfunc() macro
` [U-Boot] [PATCH 09/71] serial: mpc8xx: Move serial registration from serial_initialize()
` [U-Boot] [PATCH 10/71] serial: s3c24xx: "
` [U-Boot] [PATCH 11/71] serial: pxa: "
` [U-Boot] [PATCH 12/71] serial: s5p: "
` [U-Boot] [PATCH 13/71] serial: microblaze: "
` [U-Boot] [PATCH 14/71] serial: mpc512x: "
` [U-Boot] [PATCH 15/71] serial: ns16550: "
` [U-Boot] [PATCH 16/71] serial: bfin: Remove the bfin_serialN_device exports from serial.h
` [U-Boot] [PATCH 17/71] serial: bfin: Adjust serial_register_bfin_uart()
` [U-Boot] [PATCH 18/71] serial: zoom2: Remove zoom2 serial prototypes from serial.h
` [U-Boot] [PATCH 19/71] serial: bfin: Flip the jtag serial console to CONFIG_SERIAL_MULTI
` [U-Boot] [PATCH 20/71] serial: mips: Implement CONFIG_SERIAL_MULTI into au1x00 serial driver
` [U-Boot] [PATCH 21/71] serial: mips: Implement CONFIG_SERIAL_MULTI into asc "
` [U-Boot] [PATCH 22/71] serial: mips: Implement CONFIG_SERIAL_MULTI into JZ "
` [U-Boot] [PATCH 23/71] serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc5xx "
` [U-Boot] [PATCH 24/71] serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc8220 "
` [U-Boot] [PATCH 25/71] serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc8260 serial drivers
` [U-Boot] [PATCH 26/71] serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc85xx serial driver
` [U-Boot] [PATCH 27/71] serial: powerpc: Implement CONFIG_SERIAL_MULTI into iop480 "
` [U-Boot] [PATCH 28/71] serial: sparc: Implement CONFIG_SERIAL_MULTI into leon2 "

Excessive kernel time inside ttm when scrolling on a r700 in a multimonitor setup
 2012-09-16 23:18 UTC 

[Powertop] [PATCH 1/2] perf: Pass 0 as a third argument to ioctl on perf_fd
 2012-09-16 23:17 UTC 

[PATCH V4] mfd: add MAX8907 core driver
 2012-09-16 23:16 UTC  (2+ messages)

[PATCH] drm/nouveau: POST the card before GPIO initialization
 2012-09-16 23:15 UTC  (4+ messages)

[U-Boot] [RFC PATCH v2 0/6] Port of MUSB driver from Linux
 2012-09-16 23:14 UTC  (7+ messages)
` [U-Boot] [RFC PATCH v2 1/6] linux/usb/ch9.h: update with the version from Linux tree
` [U-Boot] [RFC PATCH v2 2/6] usb: use linux/usb/ch9.h instead of usbdescriptors.h
` [U-Boot] [RFC PATCH v2 3/6] musb-new: port of Linux musb driver
` [U-Boot] [RFC PATCH v2 4/6] musb-new: dsps backend driver
` [U-Boot] [RFC PATCH v2 5/6] am33xx: init OTG hardware and new musb gadget driver
` [U-Boot] [RFC PATCH v2 6/6] am335x_evm: enable both musb gadget and host

Help! How to get arguments to last function call of blocked task?
 2012-09-16 23:13 UTC 

[Qemu-devel] [PATCH 00/11] target-sh4: misc optimizations and cleanup
 2012-09-16 23:12 UTC  (12+ messages)
` [Qemu-devel] [PATCH 01/11] target-sh4: mark a few helpers const and pure
` [Qemu-devel] [PATCH 02/11] target-sh4: use float32_muladd() to implement fmac
` [Qemu-devel] [PATCH 03/11] target-sh4: implement addc and subc using TCG
` [Qemu-devel] [PATCH 04/11] target-sh4: implement addv and subv "
` [Qemu-devel] [PATCH 05/11] target-sh4: optimize xtrct
` [Qemu-devel] [PATCH 06/11] target-sh4: optimize swap.w
` [Qemu-devel] [PATCH 07/11] target-sh4: remove gen_clr_t() and gen_set_t()
` [Qemu-devel] [PATCH 08/11] target-sh4: rework exceptions handling
` [Qemu-devel] [PATCH 09/11] target-sh4: cleanup DisasContext
` [Qemu-devel] [PATCH 10/11] target-sh4: remove useless code
` [Qemu-devel] [PATCH 11/11] gdbstub/sh4: fix build with USE_SOFTFLOAT_STRUCT_TYPES

[Bug 43829] New: Resuming my AMD A4-300 based laptop leaves the screen black
 2012-09-16 23:11 UTC  (2+ messages)
` [Bug 43829] Resuming my AMD A4-3300 "

[PATCH v3] rtc: tps65910: Add RTC driver for TPS65910 PMIC RTC
 2012-09-16 23:11 UTC  (2+ messages)

[PATCH v2] backlight: Add TPS65217 WLED driver
 2012-09-16 23:09 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/5] target-arm: misc optimizations
 2012-09-16 23:08 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/5] target-arm: use globals for CC flags
` [Qemu-devel] [PATCH 2/5] target-arm: convert add_cc and sub_cc helpers to TCG
` [Qemu-devel] [PATCH 3/5] target-arm: convert shl and shr "
` [Qemu-devel] [PATCH 4/5] target-arm: optimize helper_sar
` [Qemu-devel] [PATCH 5/5] target-arm: mark a few integer helpers const and pure

What is NFSv4 READDIR doesn't return a filehandle
 2012-09-16 23:05 UTC 

Linux 3.6-rc6
 2012-09-16 22:59 UTC 

[Buildroot] [PATCH 0/11 v3] Rework the gettext handling
 2012-09-16 22:57 UTC  (12+ messages)
` [Buildroot] [PATCH 01/11] gettext: remove option to build statically
` [Buildroot] [PATCH 02/11] gettext: remove the gettext-target make target, unused
` [Buildroot] [PATCH 03/11] gettext: remove libintl handling
` [Buildroot] [PATCH 04/11] Remove all references to libintl
` [Buildroot] [PATCH 05/11] gettext: convert to autotools-package
` [Buildroot] [PATCH 06/11] doc: update after gettext changes
` [Buildroot] [PATCH 07/11] package/lshw: add missing dependency on gettext
` [Buildroot] [PATCH 08/11] package/pulseaudio: fix build-dependency "
` [Buildroot] [PATCH 09/11] toolchain/common: rename BR2_NEEDS_GETTEXT
` [Buildroot] [PATCH 10/11] toolchain/common: introduce blind options BR2_NEEDS_GETTEXT{, _IF_LOCALE}
` [Buildroot] [PATCH 11/11] packages: use the new gettext mechanism

[Powertop] [PATCH 2/2] perf: Check return value of strdup
 2012-09-16 22:48 UTC 

[PATCH 00/24] ARM: readl/writel conversion fallout
 2012-09-16 22:46 UTC  (16+ messages)
` [PATCH 06/24] ARM: integrator: use __iomem pointers for MMIO
` [PATCH 13/24] ARM: nomadik: "
` [PATCH 17/24] ARM: OMAP: "

[PATCH]Documentation:Fixes some translation error in Documentation/zh_CN/gpio.txt
 2012-09-16 22:41 UTC  (2+ messages)

[Bug 52244] New: [ 4.876531] [drm] nouveau 0000:01:00.0: GPU lockup - switching to software fbcon
 2012-09-16 22:38 UTC  (2+ messages)
  ` [Bug 52244] "

[PATCH net-next 1/2] net: provide a default dev->ethtool_ops
 2012-09-16 22:35 UTC  (4+ messages)

[PATCH] Input: Add new driver into Input Subsystem for Synaptics DS4 touchscreen I2C devices
 2012-09-16 22:33 UTC  (2+ messages)

[lm-sensors] [PATCH] applesmc: Bump max wait and rearrange udelay
 2012-09-16 22:30 UTC  (12+ messages)
          `  "

[PATCH] of: add of_find_child_by_name implementation
 2012-09-16 22:24 UTC 

hello
 2012-09-16 22:21 UTC 

[Bug 26891] New: Radeon KMS on Macs with EFI boot
 2012-09-16 22:19 UTC  (4+ messages)
` [Bug 26891] Radeon KMS fails with inaccessible AtomBIOS on systems with (U)EFI boot

[lm-sensors] No such subfeature known when sensors -s
 2012-09-16 22:19 UTC  (2+ messages)

[Patch] can-utils/slcanpty.c pseudo-terminal interface
 2012-09-16 22:12 UTC 

[PATCH 0/8] enable support for AMBA drivers under x86
 2012-09-16 22:13 UTC  (7+ messages)
` [PATCH 1/8] DMA: PL330: use prefix in reg names to build "
` [PATCH 3/8] pl080.h: moved from arm/include/asm/hardware to include/linux/amba/

[PATCH] Support for Asus MyCinema U3100Mini Plus
 2012-09-16 22:10 UTC  (14+ messages)

triggering an gpio-irq on both edges
 2012-09-16 22:09 UTC  (2+ messages)

[PATCH] Add support for Logitech Harmony Adapter for PS3
 2012-09-16 22:03 UTC  (18+ messages)
                        ` [KERNEL PATCH] HID: Add support for Sony BD Remote

[RFCv3 API PATCH 00/31] Full series of API fixes from the 2012 Media Workshop
 2012-09-16 21:59 UTC  (5+ messages)
` [RFCv3 API PATCH 15/31] v4l2-core: Add new V4L2_CAP_MONOTONIC_TS capability

[hzhuang1:mfd_pmic 12/12] WARNING: drivers/built-in.o(.data+0x1a228): Section mismatch in reference
 2012-09-16 21:57 UTC 

[PATCH] gpiolib: add another might_sleep
 2012-09-16 21:55 UTC  (4+ messages)

[hzhuang1:testing/88pm860x 24/31] drivers/mfd/max8925-core.c:626:10: error: too few arguments to fun
 2012-09-16 21:52 UTC 

[PATCH] Fix queueing work if !bdi_cap_writeback_dirty()
 2012-09-16 21:49 UTC  (10+ messages)

[Qemu-devel] [PATCH v3 0/1] virtio-rng: hardware random number generator
 2012-09-16 20:42 UTC  (2+ messages)

[PATCH 00/11][xt-addons] xt_psd: ipv6 support
 2012-09-16 21:29 UTC  (12+ messages)
` [PATCH 01/11] xt_psd: consider protocol when searching port list
` [PATCH 02/11] xt_psd: move parts of main match function to helpers
` [PATCH 03/11] xt_psd: avoid if (c=h) do {..} while (c = c->next)
` [PATCH 04/11] xt_psd: move match functionality to helpers
` [PATCH 05/11] xt_psd: remove unneeded variables
` [PATCH 06/11] xt_psd: split struct host into generic and af-dependent structure
` [PATCH 07/11] xt_psd: move table cleanup into helper
` [PATCH 08/11] xt_psd: use tcph->dest directly
` [PATCH 09/11] xt_psd: move l4 header fetching into helper
` [PATCH 10/11] xt_psd: move ipv4 state locking responsibility to caller
` [PATCH 11/11] psd: add ipv6 support

[PATCH 0/8 RESEND] sta2x11-mfd patches
 2012-09-16 21:25 UTC  (2+ messages)

[Buildroot] [PATCH] erlang: don't build the Java stuff on the host
 2012-09-16 21:25 UTC  (2+ messages)

[Buildroot] [git commit] erlang: don't build the Java stuff on the host
 2012-09-16 21:25 UTC 

[Buildroot] [PATCH] libmad: add Thumb2 patches from Debian
 2012-09-16 21:24 UTC  (2+ messages)

[Buildroot] [PATCH] linux: bump default to kernel version 3.5.4
 2012-09-16 21:23 UTC  (2+ messages)

[qemu-upstream-4.2-testing baseline test] 13787: tolerable FAIL
 2012-09-16 21:23 UTC 

[Buildroot] [PATCH] kernel-headers: bump 3.{0, 4, 5}.x stable versions
 2012-09-16 21:22 UTC  (2+ messages)

[Buildroot] [git commit] libmad: add Thumb2 patches from Debian
 2012-09-16 21:22 UTC 

[Buildroot] [git commit] linux: bump default to kernel version 3.5.4
 2012-09-16 21:19 UTC 

[Buildroot] [git commit] kernel-headers: bump 3.{0, 4, 5}.x stable versions
 2012-09-16 21:19 UTC 

[PATCH 0/6] cpuidle : per cpu latencies
 2012-09-16 21:02 UTC  (5+ messages)
` [PATCH 3/6] acpi : remove pointless cpuidle device state_count init

[PATCH 0/3 v4] net: introduce phylib
 2012-09-16 21:01 UTC  (3+ messages)
` [PATCH 1/1] "

xen on illumos(OpenSolaris) based platform
 2012-09-16 21:01 UTC  (3+ messages)

[RFC/PATCH] Input: Add in-kernel input events transformation framework
 2012-09-16 20:57 UTC 

[Qemu-devel] [PATCH] ignore more generated files
 2012-09-16 20:55 UTC  (3+ messages)

[PATCH] Allow user to choose between path or fs-label instead of UUID
 2012-09-16 20:51 UTC  (3+ messages)

Advice on mmap() "feature"
 2012-09-16 20:52 UTC  (2+ messages)

Compat-wireless release for 2012-09-16 is baked
 2012-09-16 20:51 UTC 

cross compiling util-linux
 2012-09-16 20:49 UTC  (3+ messages)

[PATCH v4] patch.bbclass: increase security
 2012-09-16 20:04 UTC  (3+ messages)

[refpolicy] [PATCH] Add Debian location for rtkit-daemon daemon
 2012-09-16 20:45 UTC  (9+ messages)

[alsa-devel] [PATCH] ASoC: ams-delta: fix card initalization failure
 2012-09-16 20:44 UTC  (4+ messages)
` [PATCH] ASoC: ams-delta: Convert to use snd_soc_register_card()

Forcing link order for autotools recipe
 2012-09-16 20:42 UTC  (2+ messages)

NFS: kernel forces trailing slash for export in /proc/self/mounts
 2012-09-16 20:41 UTC  (6+ messages)
    ` Bug#669314: "

[Bug 54988] New: [C51PV] Garbage on initial Console Screen
 2012-09-16 20:38 UTC  (6+ messages)
  ` [Bug 54988] "

[PATCH 00/29] Move OMAP2+ over to use COMMON clock
 2012-09-16 20:36 UTC  (4+ messages)

[Qemu-devel] [PATCH] vmware_vga: Redraw only visible area
 2012-09-16 20:36 UTC  (4+ messages)

2.6.39: crash w/threadirqs option enabled
 2012-09-16 20:34 UTC  (9+ messages)
              ` Low os-jitter operating system

[PATCH 1/2] [v2] filetype: Improve FAT detection
 2012-09-16 20:33 UTC  (2+ messages)
` [PATCH 2/2] fs/fat: Handle MBR on the first sector

Problem with nand_mxs driver
 2012-09-16 20:30 UTC  (2+ messages)

[PATCH 0/5] Assorted clean ups and a fix
 2012-09-16 20:29 UTC  (6+ messages)
` [PATCH 1/5] rt2x00: Code clean up in rt2800lib
  ` [PATCH 2/5] rt2x00: rt2800 - Fix default vgc values for RT3572
    ` [PATCH 3/5] rt2x00: rt2800lib - code cleanup
      ` [PATCH 4/5] rt2x00: Code style cleanup in rt2800lib.c
        ` [PATCH 5/5] rt2x00: Clean up RFCSR1 programming in rt2800_config_channel_rf3xxx

Getting debugfs mountpoint?
 2012-09-16 20:23 UTC  (2+ messages)

[Qemu-devel] [PATCH] configure: do not quote $PKG_CONFIG
 2012-09-16 20:21 UTC  (4+ messages)

[Buildroot] [autobuild.buildroot.net] Build results for 2012-09-14
 2012-09-16 20:15 UTC  (2+ messages)

[Qemu-devel] [PATCH] allow make {dist,}clean work w/out configure
 2012-09-16 20:07 UTC  (4+ messages)
` [Qemu-devel] [PATCH] allow make {dist, }clean "
  ` [Qemu-devel] [PATCH v2] "

[PATCH 4/4] hfsplus: add support of manipulation by attributes file
 2012-09-16 20:04 UTC  (2+ messages)

[PATCH 7/8] Doc clean: add See Also links
 2012-09-16 20:02 UTC  (4+ messages)

20% performance drop on PostgreSQL 9.2 from kernel 3.5.3 to 3.6-rc5 on AMD chipsets
 2012-09-16 19:57 UTC  (9+ messages)
` 20% performance drop on PostgreSQL 9.2 from kernel 3.5.3 to 3.6-rc5 on AMD chipsets - bisected

Unable to clone GIT project
 2012-09-16 19:48 UTC  (3+ messages)

[PATCH v5] hashtable: introduce a small and naive hashtable
 2012-09-16 19:48 UTC  (5+ messages)

[Qemu-devel] [PATCH] fix warnings from printf target addresses
 2012-09-16 19:46 UTC  (2+ messages)
` [Qemu-devel] [PATCH] include address in invalid memory region accesses

[Bug 46557] New: nouveau: nv40 display corruption in framebuffer and X lockups unless nouveau.noaccel=1
 2012-09-16 19:45 UTC  (2+ messages)
  ` [Bug 46557] nouveau: NV4E acceleration corruption when DMA above 31-bit (2 Gig barrier)

[PATCH] mtd mtdraw: Fix partial page read
 2012-09-16 19:44 UTC  (4+ messages)

[PATCHv3 0/9] Fixes in response to review comments
 2012-09-16 19:42 UTC  (11+ messages)
` [PATCHv3 2/9] ir-rx51: Handle signals properly


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.