linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-01-29 14:54:04 to 2013-01-29 20:56:00 UTC [more...]

[PATCH v2] vfio-pci: Add support for VGA region access
 2013-01-29 20:55 UTC 

linux-next: new arch/metag tree
 2013-01-29 20:51 UTC  (2+ messages)

[PATCH v3 00/44] Meta Linux Kernel Port
 2013-01-29 20:50 UTC  (6+ messages)

[PATCH v3 0/9] devcg: introduce proper hierarchy support
 2013-01-29 20:50 UTC  (21+ messages)
` [PATCH v3 1/9] device_cgroup: prepare exception list handling functions for two lists
` [PATCH v3 2/9] devcg: reorder device exception functions
` [PATCH v3 3/9] device_cgroup: keep track of local group settings
` [PATCH v3 4/9] devcg: expand may_access() logic
` [PATCH v3 5/9] devcg: prepare may_access() for hierarchy support
` [PATCH v3 6/9] devcg: use css_online and css_offline
` [PATCH v3 7/9] devcg: split single exception copy from dev_exceptions_copy()
` [PATCH v3 8/9] devcg: refactor dev_exception_clean()
` [PATCH v3 9/9] devcg: propagate local changes down the hierarchy

[PATCHv3 0/6] zswap: compressed swap caching
 2013-01-29 20:49 UTC  (8+ messages)
` [PATCHv3 1/6] debugfs: add get/set for atomic types
` [PATCHv3 5/6] zswap: add to mm/

[PATCH V7 0/3] handle polling errors in vhost/vhost_net
 2013-01-29 20:45 UTC  (2+ messages)

How to find an unused TAP device with kernel 3.8 ?
 2013-01-29 20:45 UTC  (4+ messages)
` [PATCH] tun: fix carrier on/off status
  ` [PATCHv2] "

[PATCH 0/5] mv643xx_eth: use mvmdio MDIO bus driver
 2013-01-29 20:41 UTC  (18+ messages)
` [PATCH 1/5] net: mvmdio: unmap base register address at driver removal
` [PATCH 2/5] net: mvmdio: rename base register cookie from smireg to regs
` [PATCH 3/5] net: mvmdio: enhance driver to support SMI error/done interrupts
` [PATCH 4/5] net: mvmdio: allow Device Tree and platform device to coexist
` [PATCH 5/5] mv643xx_eth: convert to use the Marvell Orion MDIO driver

[PATCH] fb: udlfb: fix hang at disconnect
 2013-01-29 20:35 UTC  (9+ messages)
` [PATCH 1/3] semaphore: introduce down_timeout_killable()
  ` [PATCH 2/3 v2] fb: udlfb: fix hang at disconnect

Uhhuh. NMI received for unknown reason 2c on CPU 0
 2013-01-29 20:28 UTC 

Linux 3.8-rc4
 2013-01-29 20:13 UTC  (17+ messages)

Web10g TCP statistics patch - mainlining into kernel?
 2013-01-29 19:34 UTC  (4+ messages)
  ` [Web10g-user] "

[RFC 0/1] ima/evm: signature verification support using asymmetric keys
 2013-01-29 20:10 UTC  (23+ messages)
` [RFC 1/1] ima: digital signature verification "

[PATCH] generic dynamic per cpu refcounting
 2013-01-29 20:02 UTC  (15+ messages)
                  ` [PATCH] module: Convert to generic percpu refcounts

New Defect(s) reported by Coverity Scan
 2013-01-29 20:00 UTC 

[PATCH 0/1] tty: set_termios/set_termiox should not return -EINTR
 2013-01-29 19:49 UTC  (4+ messages)
` [PATCH 1/1] "

bzImage 2.12
 2013-01-29 19:36 UTC  (10+ messages)

[PATCH 3/3] signalfd: add ability to read siginfo-s without dequeuing signals
 2013-01-29 19:03 UTC  (2+ messages)
` [PATCH 3/3] signalfd: add ability to read siginfo-s without dequeuing signals (v2)

[GIT PULL] EFI fixes for v3.8
 2013-01-29 19:03 UTC  (2+ messages)

[PATCH] regulator: clear state each invocation of of_regulator_match
 2013-01-29 19:01 UTC 

[PATCH] Add -Werror build option
 2013-01-29 18:56 UTC  (2+ messages)

[PATCH 5/5] ARM: ux500: select the DB8540 pin controller
 2013-01-29 18:51 UTC  (4+ messages)

[PATCH 1/2] regulator: tps65217: Fix using wrong dev argument for calling of_regulator_match
 2013-01-29 18:46 UTC  (5+ messages)
` [PATCH 2/2] regulator: tps65910: "

[PATCH V6 00/30] loop: Issue O_DIRECT aio using bio_vec
 2013-01-29 18:45 UTC  (31+ messages)
` [PATCH V6 01/30] iov_iter: move into its own file
` [PATCH V6 02/30] iov_iter: iov_iter_copy_from_user() should use non-atomic copy
` [PATCH V6 03/30] iov_iter: add copy_to_user support
` [PATCH V6 04/30] fuse: convert fuse to use iov_iter_copy_[to|from]_user
` [PATCH V6 05/30] iov_iter: hide iovec details behind ops function pointers
` [PATCH V6 06/30] iov_iter: add bvec support
` [PATCH V6 07/30] iov_iter: add a shorten call
` [PATCH V6 08/30] iov_iter: let callers extract iovecs and bio_vecs
` [PATCH V6 10/30] dio: add bio_vec support to __blockdev_direct_IO()
` [PATCH V6 11/30] fs: pull iov_iter use higher up the stack
` [PATCH V6 12/30] aio: add aio_kernel_() interface
` [PATCH V6 13/30] aio: add aio support for iov_iter arguments
` [PATCH V6 14/30] bio: add bvec_length(), like iov_length()
` [PATCH V6 15/30] loop: use aio to perform io on the underlying file
` [PATCH V6 16/30] fs: create file_readable() and file_writable() functions
` [PATCH V6 17/30] fs: use read_iter and write_iter rather than aio_read and aio_write
` [PATCH V6 19/30] ocfs2: add support for read_iter, write_iter, and direct_IO_bvec
` [PATCH V6 20/30] ext4: add support for read_iter and write_iter
` [PATCH V6 21/30] nfs: add support for read_iter, write_iter
` [PATCH V6 22/30] nfs: simplify swap
` [PATCH V6 23/30] btrfs: add support for read_iter and write_iter
` [PATCH V6 24/30] block_dev: add support for read_iter, write_iter
` [PATCH V6 25/30] xfs: add support for read_iter and write_iter
` [PATCH V6 26/30] gfs2: Convert aio_read/write ops to read/write_iter
` [PATCH V6 27/30] udf: convert file ops from aio_read/write "
` [PATCH V6 28/30] afs: add support for read_iter and write_iter
` [PATCH V6 29/30] ecrpytfs: Convert aio_read/write ops to read/write_iter
` [PATCH V6 30/30] ubifs: convert file ops from aio_read/write "

One of these things (CONFIG_HZ) is not like the others
 2013-01-29 18:43 UTC  (11+ messages)

[patch] TTY: synclink, small cleanup in dtr_rts()
 2013-01-29 18:38 UTC  (12+ messages)
      ` coccinelle and bitmask arithmetic (was: Re: [patch] TTY: synclink, small cleanup in dtr_rts())

[RFC] arm: use built-in byte swap function
 2013-01-29 18:10 UTC  (8+ messages)

[PATCH 0/7] ARM: DT: tegra114: add dt entry for gpio/pinmux/dma/i2c/serial/kbc
 2013-01-29 18:10 UTC  (5+ messages)
` [PATCH 3/7] ARM: DT: tegra114: add APB DMA controller DT entry
` [PATCH 6/7] ARM: DT: tegra114:add aliases and DMA requestor for serial controller

[PATCH 1/1] USB: option: add support for Telit LE920
 2013-01-29 17:48 UTC  (4+ messages)

[PATCH 1/2] sched: move scheduler sysctl bits into dedicated header file
 2013-01-29 18:05 UTC  (6+ messages)

[PATCH] x86, efi: remove attribute check from setup_efi_pci
 2013-01-29 17:54 UTC  (2+ messages)

[PATCH v3 00/71] Synopsys ARC Linux kernel Port (Part #1)
 2013-01-29 17:52 UTC  (6+ messages)
` [PATCH v3 02/71] ARC: Build system: Makefiles, Kconfig, Linker script

[BUG?] false positive in soft lockup detector while unlzma initramfs on slow cpu
 2013-01-29 17:18 UTC  (3+ messages)

[GIT PULL] cputime: Full dynticks task/cputime accounting v7
 2013-01-29 17:08 UTC  (11+ messages)

[PATCH v3 00/71] Synopsys ARC Linux kernel Port (Part #2)
 2013-01-29 17:05 UTC  (3+ messages)
` [PATCH v3 40/71] ARC: OProfile support

[PATCH] staging:ozwpan: Fix following warning
 2013-01-29 17:00 UTC 

[PATCH] firewire: Fix ohci free_irq() warning
 2013-01-29 17:01 UTC  (5+ messages)

[PATCH 0/11] ksm: NUMA trees and page migration
 2013-01-29 16:51 UTC  (5+ messages)

[GIT PULL][FOR REVIEW] Regulators: Bring the AB8500 into the 20th century
 2013-01-29 16:41 UTC 

[PATCH 0/2] Table lookup for mux clock type
 2013-01-29 16:38 UTC  (5+ messages)
` [PATCH 2/2] clk: tegra: adapt tegra periph clk to mux table/mask

[PATCH 1/3] x86: KVM: Fix warnings by returning bool
 2013-01-29 16:36 UTC  (2+ messages)

[PATCH] drivers/block/xsysace - replace in(out)_8/in(out)_be16/in(out)_le16 with generic iowrite(read)8/16(be)
 2013-01-29 16:27 UTC  (2+ messages)

[PATCH] perf evsel: Fix memory leaks on evsel->counts
 2013-01-29 16:26 UTC  (3+ messages)

[PATCH] x86: Hyper-V: register clocksource only if its advertised
 2013-01-29 16:14 UTC  (13+ messages)

[PATCH] dw_dmac: apply default dma_mask if needed
 2013-01-29 16:12 UTC  (3+ messages)

[RFC PATCH 0/2] ARM: update cpuinfo to print CPU model name
 2013-01-29 16:11 UTC  (6+ messages)
` [RFC PATCH 1/2] ARM: kernel: "
` [RFC PATCH 2/2] ARM: OMAP4: setup CPU model name during ID initialisation

[PATCH 2 2/2] coccicheck: Allow to show the executed command line
 2013-01-29 16:03 UTC 

[PATCH 2 1/2] coccicheck: Allow the user to give a V= (verbose) argument
 2013-01-29 16:03 UTC 

[PATCH 09/30] USB: ehci-omap: Use devm_request_and_ioremap()
 2013-01-29 16:01 UTC  (3+ messages)

boot warnings due to swap: make each swap partition have one address_space
 2013-01-29 15:56 UTC  (6+ messages)

[PATCH] uio_pdrv_genirq: don't re-setup irq if already configured by OF
 2013-01-29 15:55 UTC 

[RFC/PATCH] perf x86: Add off-core event constraints for Sandy/IvyBridge micro architecture
 2013-01-29 15:49 UTC  (3+ messages)

[GIT PULL] XFS update for 3.8-rc6
 2013-01-29 15:42 UTC 

[PATCH] Documentation: update top level 00-INDEX file with new additions
 2013-01-29 15:34 UTC 

[PATCH v3 10/30] USB: ehci-omap: Use PHY APIs to get the PHY device and put it out of suspend
 2013-01-29 15:33 UTC  (3+ messages)

ARM: OMAP2+: omap2plus_defconfig: enable omap1 rtc
 2013-01-29 15:03 UTC 

[PATCH 0/2] ACPI / scan: Additional changes
 2013-01-29 13:59 UTC  (4+ messages)
` [PATCH 1/2] ACPI / scan: Make namespace scanning and trimming mutually exclusive

[PATCH 0/9] dasd: implement block timeout
 2013-01-29 15:27 UTC  (4+ messages)
` [PATCH 8/9] dasd: Add 'timeout' attribute

[PATCH] dw_dmac: adjust slave_id accordingly to request line base
 2013-01-29 15:27 UTC  (4+ messages)

[PATCH] staging/omapdrm: Use kmemdup rather than duplicating its implementation
 2013-01-29 15:24 UTC  (2+ messages)

[PATCH] usb: ehci: s5p: Power-off VBUS during suspend
 2013-01-29 15:21 UTC  (2+ messages)

[PATCH] 8250/16?50: Add support for Broadcom TruManage redirected serial port
 2013-01-29 15:18 UTC  (3+ messages)

[PATCHSET] idr: deprecate idr_remove_all()
 2013-01-29 15:13 UTC  (4+ messages)
` [PATCH 10/14] dlm: don't use idr_remove_all()

[RFC] ACPI scan handlers
 2013-01-29 14:50 UTC  (5+ messages)
` [PATCH 1/4] ACPI / scan: Introduce struct acpi_scan_handler

[PATCH] tracing: fix twice trace iterator init
 2013-01-29 14:58 UTC  (2+ messages)

linux-next: build failure after merge of the usb tree
 2013-01-29 14:59 UTC  (6+ messages)

3.8-rc2: lockdep warning in nouveau driver
 2013-01-29 14:56 UTC  (2+ messages)

[PATCH v2 0/6] of, of_gpio, of_spi: Bugfix and improve of_parse_phandle_with_args, of_gpio_named_count and of_spi_register_master
 2013-01-29 14:53 UTC  (5+ messages)
` [PATCH v2 1/6] of: Return -EEXIST from of_parse_phandle_with_args for holes in phandle list
` [PATCH v2 3/6] of_spi: Initialize cs_gpios properly
` [PATCH v2 4/6] of_spi: Document cs_gpios and cs_gpio in kernel-doc
` [PATCH v2 5/6] of_spi: Add fetching of of_gpio flags to of_spi_register_master

[PATCH] printk: Avoid softlockups in console_unlock()
 2013-01-29 14:54 UTC  (11+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).