All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-10-22 17:35:31 to 2010-10-22 18:38:12 UTC [more...]

[00/66] 2.6.32.25-stable review
 2010-10-22 18:37 UTC  (2+ messages)
` [01/66] x86, cpu: After uncapping CPUID, re-run CPU feature detection

[U-Boot] building jornada_config _armboot_start undeclared (first use in this function)
 2010-10-22 18:38 UTC  (5+ messages)

[GIT PATCH] TTY/Serial merge for .37-rc1
 2010-10-22 18:21 UTC  (42+ messages)
` [PATCH 01/49] tty: add tty_struct->dev pointer to corresponding device instance
` [PATCH 03/49] serial: mfd: snprintf() returns largish values
` [PATCH 05/49] tty: Remove __GFP_NOFAIL from tty_add_file()
` [PATCH 08/49] ioctl: Use asm-generic/ioctls.h on cris (enables termiox)
` [PATCH 09/49] ioctl: Use asm-generic/ioctls.h on frv "
` [PATCH 10/49] ioctl: Use asm-generic/ioctls.h on h8300 "
` [PATCH 11/49] ioctl: Use asm-generic/ioctls.h on ia64 "
` [PATCH 16/49] serial-core: skip call set_termios/console_start when no_console_suspend
` [PATCH 17/49] serial-core: restore termios settings when resume console ports
` [PATCH 18/49] add ttyprintk driver
` [PATCH 19/49] Char: mxser, call pci_disable_device from probe/remove
` [PATCH 20/49] tty_io: check return code of tty_register_device
` [PATCH 21/49] serial: mrst_max3110: some code cleanup
` [PATCH 22/49] serial: mrst_max3110: Make the IRQ option runtime
` [PATCH 23/49] serial: max3107: Fix memory leaks when returning on error
` [PATCH 24/49] tty: Make tiocgicount a handler
` [PATCH 25/49] tty: Convert the USB drivers to the new icount interface
` [PATCH 26/49] tty: icount changeover for other main devices
` [PATCH 27/49] tty: Fix warning left over from TIOCGICOUNT changes
` [PATCH 28/49] tty: Add a new file /proc/tty/consoles
` [PATCH 29/49] vcs: add poll/fasync support
` [PATCH 30/49] vcs: invoke the vt update callback when /dev/vcs* is written to
` [PATCH 31/49] tty: MAINTAINERS: add drivers/serial/jsm/ as maintained driver
` [PATCH 32/49] serial: 8250: Don't delay after transmitter is ready
` [PATCH 33/49] serial: mark the 8250 driver as maintained
` [PATCH 34/49] serial: Factor out uart_poll_timeout() from 8250 driver
` [PATCH 35/49] altera_uart: Add support for polling mode (IRQ-less)
` [PATCH 36/49] altera_uart: Add support for getting mapbase and IRQ from resources
` [PATCH 37/49] altera_uart: Add support for different address strides
` [PATCH 38/49] altera_uart: Make it possible to use Altera UART and 8250 ports together
` [PATCH 39/49] altera_uart: Fixup type usage of port flags
` [PATCH 40/49] altera_uart: Fix missing prototype for registering an early console
` [PATCH 41/49] altera_uart: Don't use plain integer as NULL pointer
` [PATCH 42/49] 8250: allow platforms to override PM hook
` [PATCH 43/49] Alchemy: Add UART PM methods
` [PATCH 44/49] jsm: Remove the uart port on errors
` [PATCH 45/49] serial: mfd: add more baud rates support
` [PATCH 46/49] serial/imx: check that the buffer is non-empty before sending it out
` [PATCH 47/49] serial: abstraction for 8250 legacy ports
` [PATCH 48/49] serial: bfin_sport_uart: speed up sport RX sample rate to be 3% faster
` [PATCH 49/49] serial8250: ratelimit "too much work" error

should Documentation/howto/setup-git-server-over-http.txt be marked obsolete?
 2010-10-22 18:36 UTC  (4+ messages)

[PATCH] dma/coh901318: fix copy_to_user error path
 2010-10-22 18:30 UTC  (5+ messages)
  ` [PATCH] dma/coh901318: use simple_read_from_buffer

[PATCH] 90crypt: keys on external devices support
 2010-10-22 18:34 UTC  (11+ messages)

[RFC][PATCH 1/8] Removal of dead code from arch/blackfin/kernel/traps.c
 2010-10-22 18:25 UTC  (8+ messages)
` [RFC][PATCH 2/8] Removal of dead code from arch/blackfin/kernel/ipipe.c
` [RFC][PATCH 3/8] Removal of dead code from arch/blackfin/include/asm/irqflags.h
` [RFC][PATCH 4/8] Removal of dead code from arch/m68knommu/kernel/setup.c
` [RFC][PATCH 5/8] Removal of dead code from arch/m68knommu/platform/68VZ328/config.c
` [RFC][PATCH 6/8] Removal of dead code from arch/powerpc/kernel/process.c
` [RFC][PATCH 7/8] Removal of dead code from arch/powerpc/mm/tlb_low_64e.S and arch/powerpc/include/asm/exception-64e.h
` [RFC][PATCH 8/8] Removal of dead code from arch/h8300/kernel/time.c

[GIT PATCH] driver core merge for .37-rc1
 2010-10-22 18:25 UTC  (32+ messages)
` [PATCH 01/31] Dynamic Debug: Split out query string parsing/setup from proc_write
` [PATCH 02/31] Dynamic Debug: Introduce ddebug_query= boot parameter
` [PATCH 03/31] Dynamic Debug: Initialize dynamic debug earlier via arch_initcall
` [PATCH 04/31] driver core: platform: Use drv->driver.bus instead of assuming platform_bus_type
` [PATCH 05/31] uio: do not use PCI resources before pci_enable_device()
` [PATCH 06/31] driver core: platform_bus: allow runtime override of dev_pm_ops
` [PATCH 07/31] add Packet hub driver for Topcliff Platform controller hub
` [PATCH 08/31] pch_phub: fix build warnings
` [PATCH 09/31] debugfs: mark me as the maintainer
` [PATCH 10/31] base/platform: Safe handling for NULL platform data and resources
` [PATCH 11/31] base/platform: Simplifications for NULL platform data/resources handling
` [PATCH 12/31] driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devices
` [PATCH 13/31] SYSFS: Allow boot time switching between deprecated and modern sysfs layout
` [PATCH 14/31] uio: Fix lack of locking in init_uio_class
` [PATCH 15/31] uio: Don't clear driver data
` [PATCH 16/31] uio: Cleanup irq handling
` [PATCH 17/31] uio: Support 2^MINOR_BITS minors
` [PATCH 18/31] uio: Statically allocate uio_class and use class .dev_attrs
` [PATCH 19/31] FW_LOADER: fix kconfig dependency warning on HOTPLUG
` [PATCH 20/31] sysfs: Fail bin file mmap if vma close is implemented
` [PATCH 21/31] sysfs: only access bin file vm_ops with the active lock
` [PATCH 22/31] driver-core: base: change to new flag variable
` [PATCH 23/31] driver core: fix build for CONFIG_BLOCK not enabled
` [PATCH 24/31] kobject: Introduce kset_find_obj_hinted
` [PATCH 25/31] driver core: Introduce find_memory_block_hinted which utilizes kset_find_obj_hinted
` [PATCH 26/31] driver core: Convert link_mem_sections to use find_memory_block_hinted
` [PATCH 27/31] hpilo: Despecificate driver from iLO generation
` [PATCH 28/31] Driver core: Move find_memory_block routine
` [PATCH 29/31] Driver core: Add mutex for adding/removing memory blocks
` [PATCH 30/31] Driver core: Add section count to memory_block struct
` [PATCH 31/31] driver core: Display error codes when class suspend fails

[PATCH v2 1/4] setup_git_env: print the true $GIT_DIR for debugging
 2010-10-22 18:31 UTC  (9+ messages)
` [PATCH v2 4/4] builtins: check for startup_info->help, print and exit early
  ` [PATCH en/and-cascade-tests 0/7]
    ` [PATCH 1/7] branch -h: show usage even in an invalid repository
    ` [PATCH 5/7] ls-files -h: show usage even with corrupt index
    ` [PATCH 6/7] merge "

git send-email [options] <file | directory | rev-list options >
 2010-10-22 18:32 UTC 

ext4_clear_journal_err: Filesystem error recorded from previous mount: IO failure
 2010-10-22 18:32 UTC  (4+ messages)

[Qemu-devel] [PATCH] Refactor flush of per-CPU virtual TB cache
 2010-10-19 19:57 UTC 

[PATCH] e2fsck: Discard free data and inode blocks
 2010-10-22 18:31 UTC  (20+ messages)

[Qemu-devel] [PATCH] [arm m68k] Move helpers.h to helper.h
 2010-10-22 18:29 UTC 

git as an sfc member project
 2010-10-22 18:30 UTC 

[Qemu-devel] [PATCH] Allow generation of helpers with 5 arguments
 2010-10-22 18:28 UTC 

[RFC] Print diffs of UTF-16 to console / patches to email as UTF-8...?
 2010-10-22 18:28 UTC  (10+ messages)

[Qemu-devel] [PATCH] Use '_raw' memory access primitives
 2010-10-22 18:27 UTC 

[PATCH 0/6] ext4: rewrite I/O submission paths to use bio's directly
 2010-10-22 18:29 UTC  (3+ messages)
` [PATCH 1/6] ext4: call mpage_da_submit_io() from mpage_da_map_blocks()

[PATCH -mm 0/2] RapidIO: Changes to handling of RIO switches
 2010-10-22 18:28 UTC  (5+ messages)

[PATCHv5 1/3] ARM: mx5: Add gpio-keys to mx51 babbage board
 2010-10-22 18:28 UTC  (6+ messages)
` [PATCHv5 2/3] ARM: imx: Add gpio-keys to plat-mxc

Help: Guidance on "AP/VLAN" mode
 2010-10-22 18:27 UTC  (4+ messages)

[PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c
 2010-10-22 18:24 UTC  (8+ messages)

[Qemu-devel] [PATCH 1/2] Remove special handling of system include files (no longer needed)
 2010-10-22 18:23 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2/2] Replace remaining gcc format attributes by macro GCC_FMT_ATTR (format checking)
  ` [Qemu-devel] "

[RFC][PATCH 0/8] removal of dead code from few files
 2010-10-22 18:23 UTC 

[lm-sensors] New in this mailing list
 2010-10-22 18:22 UTC 

Fetcher error reporting
 2010-10-22 18:22 UTC 

KVM call minutes for Oct 19
 2010-10-22 18:20 UTC  (14+ messages)
` [Qemu-devel] "

[PATCH 00/13] cifs: clean up management of open filehandles (try #5)
 2010-10-22 18:20 UTC  (4+ messages)
` [PATCH 13/13] cifs: eliminate cifsInodeInfo->write_behind_rc

[PATCH] xs_bind retry binding forever
 2010-10-22 18:15 UTC  (6+ messages)

[UNSTABLE REPORT] Intel Integrated Graphics (IGD) VGA Passthrough to Microsoft Windows 7 Enterprise 90-day Trial with Xen 4.0.2-rc1-pre Hypervisor and pv-ops dom0 kernel 2.6.32.21
 2010-10-22 18:16 UTC 

The Linux binutils 2.20.51.0.12 is released
 2010-10-22 18:16 UTC 

[E1000-devel] 2.6.36-rc7-git2 - panic/GPF: e1000e/vlans?
 2010-10-22 18:15 UTC  (6+ messages)

[PATCH 1/3] vmxnet3: remove set_flag_le{16,64} helpers
 2010-10-22 18:10 UTC  (7+ messages)
` [PATCH 3/3] vmxnet3: fix typo setting confPA

[PATCH v2.6.36-rc7] init: don't call flush_scheduled_work() from do_initcalls()
 2010-10-22 18:09 UTC  (4+ messages)

C8000 cpu upgrade problem
 2010-10-22 18:09 UTC  (2+ messages)

[PATCH] OMAP: UART: fix wakeup registers for OMAP24xx UART2
 2010-10-22 18:07 UTC  (3+ messages)

[PATCH v2 3/6] TI816X: Update common OMAP machine specific sources
 2010-10-22 18:07 UTC  (3+ messages)

[PATCH] x86: define arch_vm_get_page_prot to set _PAGE_IOMAP on VM_IO vmas
 2010-10-22 18:05 UTC  (8+ messages)

[PATCH 1/3] OMAP: PM: formalize idle notifications
 2010-10-22 18:05 UTC  (3+ messages)

ASoC updates for 2.6.37
 2010-10-22 18:05 UTC  (2+ messages)

[Qemu-devel] Chandra invites you to MySpace
 2010-10-22 18:04 UTC 

[PATCH 0/2] reshape fixlets for 2.6.37
 2010-10-22 18:03 UTC  (3+ messages)
` [PATCH 1/2] md/raid5: skip wait for MD_CHANGE_DEVS acknowledgement in the external case
` [PATCH 2/2] md/raid5: initialize ->recovery_offset when growing raid_disks

[PATCH] cxgb3: slay double assignment
 2010-10-22 18:00 UTC 

[PATCH 0/3] mceusb: allow per-model data
 2010-10-22 17:59 UTC  (2+ messages)

[GIT PATCH] USB patches for .37-rc1
 2010-10-22 17:57 UTC  (3+ messages)
` [PATCH 132/141] USB: AM35x: Add musb support

[PATCH 0/3] imx: fix build of assembly code using P2V macros
 2010-10-22 17:57 UTC  (6+ messages)
` [PATCH 1/3] imx: make IMX_IO_ADDRESS assembly compatible

[PATCH] Add some help using the gpio commands at runtime
 2010-10-22 17:56 UTC  (4+ messages)
  ` [PATCH v2] "

[RFC v2 PATCH 1/1] PCI: override BIOS/firmware resource allocation
 2010-10-22 17:55 UTC  (4+ messages)

[PATCHv4 0/19]: New SCSI target framework (SCST) with dev handlers and 2 target drivers
 2010-10-22 17:56 UTC  (11+ messages)
` [PATCH 8/19]: SCST SYSFS interface implementation

SVN woes persist
 2010-10-22 17:55 UTC  (4+ messages)

RFC: "Demo Use Cases" documentation for the web page
 2010-10-22 17:51 UTC  (3+ messages)
`  "

Re :Re: [Help] SST39VF6401B Support
 2010-10-22 17:50 UTC  (4+ messages)
    `  "

[Qemu-devel] [PATCH 0/3]: v7: Threadlets: A generic task offloading framework
 2010-10-22 17:50 UTC  (3+ messages)
` [Qemu-devel] [PATCH 3/3] Add helper functions to enable virtio-9p make use of the threadlets

[RFC] mac80211: Fix ibss station got expired immediately
 2010-10-22 17:48 UTC  (5+ messages)

[PATCH 1/3] IMA: move read/write counters into struct inode
 2010-10-22 17:50 UTC  (12+ messages)

[RFC ssn PATCH 1/4] Supplementary Service Notifications
 2010-10-22 17:50 UTC  (2+ messages)

[RFC ssn PATCH 4/4] D-Bus API for Supplementary Service Notifications
 2010-10-22 17:47 UTC  (2+ messages)

Add dynamic video initialization to barebox
 2010-10-22 17:46 UTC  (7+ messages)
` [PATCH 01/11] imx: Separate framebuffer platformdata and the videomode
` [PATCH 03/11] Bring in dynamic videomode selection at runtime
` [PATCH 07/11] Adapt the existing imx-ipu fb driver to support runtime videomode selection

[Qemu-devel] [PATCH] sparc32: convert debug printf statements to tracepoints
 2010-10-22 17:32 UTC  (3+ messages)
` [Qemu-devel] "

[Qemu-devel] [PULL 0/4]: Monitor queue
 2010-10-22 17:33 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2/4] Silence compiler warning in json test case

[U-Boot] [PATCH] Prevent malloc with size 0
 2010-10-22 17:36 UTC  (5+ messages)

On Linux numbering scheme
 2010-10-22 17:36 UTC  (5+ messages)

[PATCH 00/19] quota: RFC SMP improvements for generic quota V2
 2010-10-22 17:35 UTC  (17+ messages)
` [PATCH 04/19] quota: Convert dq_state_lock to per-sb dq_state_lock
` [PATCH 05/19] quota: add quota format lock
` [PATCH 06/19] quota: make dquot lists per-sb
` [PATCH 07/19] quota: make per-sb hash array
` [PATCH 08/19] quota: remove global dq_list_lock
` [PATCH 09/19] quota: rename dq_lock
` [PATCH 10/19] quota: make per-sb dq_data_lock
` [PATCH 11/19] quota: protect dquot mem info with object's lock
` [PATCH 12/19] quota: drop dq_data_lock where possible
` [PATCH 13/19] quota: relax dq_data_lock dq_lock locking consistency
` [PATCH 14/19] quota: protect dqget() from parallels quotaoff via RCU
` [PATCH 15/19] quota: remove dq_state_lock
` [PATCH 16/19] fs: add unlocked helpers
` [PATCH 17/19] quota: Some stylistic cleanup for dquot interface
` [PATCH 18/19] quota: remove dqptr_sem
` [PATCH 19/19] quota: redesign dquot reference counting


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.