All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-01-04 21:56:17 to 2012-01-04 23:15:07 UTC [more...]

[PATCH] Documentation: Update stable address
 2012-01-04 23:25 UTC  (3+ messages)

[PATCH] fs/ext{3,4}: fix potential race when setversion ioctl updates inode
 2012-01-04 23:15 UTC  (3+ messages)

xt_physdev has no effect if net.bridge.bridge-nf-call-iptables=0
 2012-01-04 23:13 UTC  (10+ messages)
` [Bridge] "
  ` [Bridge] [PATCH] netfilter: Fix br_nf_pre_routing() in conjunction with bridge-nf-call-ip(6)tables=0
              `  "

linux-next: Tree for Jan 4
 2012-01-05  0:10 UTC  (3+ messages)
` linux-next: Tree for Jan 4 (usb/otg)
` linux-next: Tree for Jan 4 (gpu/drm/nouveau)

[PATCH 00/16] Misc Qt4 and udev changes pending from O.S. Systems
 2012-01-04 23:04 UTC  (5+ messages)
` [PATCH 14/16] udev: run depmod if modules.dep doesn't exist

Regarding Copy on Write in ext4
 2012-01-04 23:11 UTC  (2+ messages)

[PATCH 2/2] NFS: Cache state owners after files are closed
 2012-01-04 23:10 UTC  (10+ messages)
` [PATCH] NFS: Fix a few issues with cached state owners
          ` [PATCH] NFS: Cache state owners after files are closed

BlueZ old releases have new checksums
 2012-01-04 22:17 UTC  (7+ messages)
  ` [OE-core] "
      ` [oe] "

[PATCH 0/6] ath6kl: create ath6kl_core.ko
 2012-01-04 23:10 UTC  (14+ messages)
` [PATCH 1/6] ath6kl: rename vif init and cleanup functions
` [PATCH 2/6] ath6kl: unify cfg80211 init/cleanup functions
` [PATCH 3/6] ath6kl: create core.c
` [PATCH 4/6] ath6kl: get rid of AR_DBG_LVL_CHECK()
` [PATCH 5/6] ath6kl: convert ath6kl_dbg() and ath6kl_dbg_dump() into functions
` [PATCH 6/6] ath6kl: create ath6kl_core.ko

[GIT PULL] slab fixes for 3.2-rc4
 2012-01-04 23:10 UTC  (18+ messages)

linux-next: manual merge of the driver-core tree with Linus' tree
 2012-01-04 23:08 UTC  (2+ messages)

linux-next: manual merge of the driver-core tree with the arm tree
 2012-01-04 23:08 UTC  (2+ messages)

linux-next: manual merge of the driver-core tree with the powerpc tree
 2012-01-04 23:08 UTC  (2+ messages)

linux-next: manual merge of the driver-core tree with the s390 tree
 2012-01-04 23:07 UTC  (2+ messages)

linux-next: build failure after merge of the driver-core tree
 2012-01-04 23:07 UTC  (6+ messages)

linux-next: manual merge of the driver-core tree with the arm tree
 2012-01-04 23:09 UTC  (3+ messages)

linux-next: manual merge of the driver-core tree with the arm tree
 2012-01-04 23:08 UTC  (2+ messages)

[PATCH] fsl/mpic: Document and use the "big-endian" device-tree flag
 2012-01-04 23:22 UTC  (4+ messages)

[Bug 44466] New: Assertion 'LLVMOffsetOfElement' when running Furmark with wine
 2012-01-04 23:03 UTC  (3+ messages)
` [Bug 44466] "

linux-next: manual merge of the driver-core tree with the s5p tree
 2012-01-04 22:52 UTC  (2+ messages)

linux-next: manual merge of the driver-core tree with the tip tree
 2012-01-04 22:52 UTC  (2+ messages)

DM suspend locks up under load?
 2012-01-04 23:04 UTC 

[PATCH 1/2] bna: make ethtool_ops and strings const
 2012-01-04 23:02 UTC  (2+ messages)
` [PATCH 2/2] bna: fix sparse warnings/errors

[PULL] git://git.kernellabs.com/stoth/cx23885-hvr1850.git media-master branch
 2012-01-04 23:03 UTC  (3+ messages)

[PATCH] consolidate WARN_...ONCE() static variables
 2012-01-04 23:03 UTC  (2+ messages)

perf_events: proposed fix for broken intr throttling (repost)
 2012-01-04 23:02 UTC  (5+ messages)

credit scheduler svc->flags access race?
 2012-01-04 23:02 UTC  (2+ messages)

[PATCH 2/2] sfdisk: use is_blkdev
 2012-01-04 23:02 UTC 

[PATCH 1/2] blkdev: add is_blkdev function
 2012-01-04 23:02 UTC 

USB disconnect -> kernel panic
 2012-01-04 23:01 UTC  (3+ messages)

[3.2-rc7] slowdown, warning + oops creating lots of files
 2012-01-04 23:01 UTC  (4+ messages)

[PATCH net-next] xgmac: cleanups
 2012-01-04 23:01 UTC 

[PATCH net-next] make ethtool_ops const
 2012-01-04 22:59 UTC 

git log --since --until
 2012-01-04 22:58 UTC  (4+ messages)

[PATCH] intel: Update for new i915_drm.h defines
 2012-01-04 22:57 UTC  (4+ messages)

intel_decode for gen7 (finally!)
 2012-01-04 22:54 UTC  (18+ messages)
` [PATCH 01/17] intel: Add a regression test for 2D decode, which I'm about to refactor
` [PATCH 02/17] intel: Track the current packet location in the decode context
` [PATCH 03/17] intel: Drop the code for counting parsing failures
` [PATCH 04/17] intel: Plumb the context through the decode callchain
` [PATCH 05/17] intel: Use the context to simplify BR00 decode
` [PATCH 06/17] intel: Use the context to simplify BR01 decode
` [PATCH 07/17] intel: Make instr_out take the decode context
` [PATCH 08/17] intel: Avoid the need for most overflow checks by using a scratch page
` [PATCH 09/17] intel: Put the "gen" shorthand chipset identifier in the context
` [PATCH 10/17] intel: Parse the correct length for gen7 3DSTATE_MULTISAMPLE
` [PATCH 11/17] intel: Add support for parsing 965 3d packets using helper functions
` [PATCH 12/17] intel: Move the logic for getting 965 3d packet length to the packet table
` [PATCH 13/17] intel: Make most of the logic for 965 3d packet length checks table-driven
` [PATCH 14/17] intel: Add support for parsing gen7 URB packets
` [PATCH 15/17] intel: Add decode for gen7 state pointers
` [PATCH 16/17] intel: Add decode for gen7 constant buffer packets
` [PATCH 17/17] intel: Add minimal decode for remaining gen7 packets in use

sysrq-o broken since 2.6.38
 2012-01-04 22:52 UTC 

[RFC PATCH v1 0/2] virtio_net: Better low memory handling
 2012-01-04 22:52 UTC  (5+ messages)
` [RFC PATCH v1 1/2] virtio_net: Pass gfp flags when allocating rx buffers
` [RFC PATCH v1 2/2] virtio_net: Don't disable napi on low memory

linux-next: manual merge of the driver-core tree with the s5p tree
 2012-01-04 22:52 UTC  (2+ messages)

[RFC PATCH v1 0/2] virtio_net: Better low memory handling
 2012-01-04 22:52 UTC 

[Bug 35452] Pageflipping + nouveau + compiz + fullscreen == FAIL
 2012-01-04 22:51 UTC 

[PATCH/RFC v3 4/4] v4l: Update subdev drivers to handle framesamples parameter
 2012-01-04 22:51 UTC  (10+ messages)
` [PATCH/RFC v4 0/2] v4l2: Extend media bus format with framesamples field
  ` [PATCHv4 1/2] v4l: Add new framesamples field to struct v4l2_mbus_framefmt

Patch to add hp t5745 thin client to no-lvds list
 2012-01-04 22:50 UTC  (3+ messages)

[linux-lvm] DM suspend locks up under load?
 2012-01-04 22:50 UTC 

some ipk contents missed in rootfs - fuse_2.7.4
 2012-01-04 22:40 UTC  (4+ messages)

[U-Boot] [PATCH] mpc8313erdb: fix mtdparts address
 2012-01-04 22:48 UTC 

[ath9k-devel] Warning in ath_rc_get_highest_rix()
 2012-01-04 22:46 UTC 

meta-openembedded: avahi-ui-0.6.30: 'Fetcher failure for URL: 'file://fix_for_automake_1.11.2.patch'
 2012-01-04 22:38 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 0/9] XBZRLE delta for live migration of large memory apps
 2012-01-04 22:45 UTC  (7+ messages)
` [Qemu-devel] [PATCH v5 1/9] Add cache handling functions
` [Qemu-devel] [PATCH v5 9/9] Add XBRLE statistics information

[PATCH] serial: relocate remaining serial drivers from tty/ to tty/serial/
 2012-01-04 22:43 UTC  (8+ messages)

[PATCH 4/4 v2] input: wacom - add 0xE5 (MT device) support
 2012-01-04 22:44 UTC 

[PATCH 3/4 v2] input: wacom - use switch statement for wacom_tpc_irq()
 2012-01-04 22:44 UTC 

[PATCH] dm: verity target
 2012-01-04 22:42 UTC  (3+ messages)

[PATCH 2/4 v2] input : wacom - retrieve maximum number of touch points
 2012-01-04 22:43 UTC 

[PATCH 1/4 v2] input: wacom - use BTN_TOOL_FINGER to indicate touch device type
 2012-01-04 22:43 UTC 

fallocate() not "atomic" if insufficient disk space?
 2012-01-04 22:40 UTC  (3+ messages)

[Qemu-devel] [patch 0/4] block streaming base support (v2)
 2012-01-04 22:40 UTC  (6+ messages)
` [Qemu-devel] [patch 3/4] block stream: add support for partial streaming

serial ports now asserting DTR and RTS during boot; breaks connected hardware
 2012-01-04 22:37 UTC  (4+ messages)

[PATCH] acpi-apei-einj: add extensions to EINJ from rev 5.0 of acpi spec
 2012-01-04 22:29 UTC  (2+ messages)
` [PATCH] acpi/apei/einj: Add "

New Year Payment Alert!!!
 2012-01-04 22:35 UTC 

+ backlight-convert-pwm_bl-to-dev_pm_ops-fix.patch added to -mm tree
 2012-01-04 22:34 UTC 

+ backlight-convert-pwm_bl-to-dev_pm_ops.patch added to -mm tree
 2012-01-04 22:34 UTC 

+ backlight-convert-platform_lcd-to-devm_kzalloc.patch added to -mm tree
 2012-01-04 22:34 UTC 

[PATCH 2/2] backlight: Convert pwm_bl to dev_pm_ops
 2012-01-04 22:34 UTC  (2+ messages)

[lm-sensors] [PATCH 1/2] max1111.c: fix checkpatch warning
 2012-01-04 22:31 UTC  (2+ messages)

eeprom params for ice1724 module - recommendation?
 2012-01-04 22:30 UTC  (2+ messages)

ceph: always initialize the dentry in open_root_dentry()
 2012-01-04 22:30 UTC 

[lm-sensors] [PATCH 2/2] lm90.c: fix checkpatch error
 2012-01-04 22:29 UTC  (2+ messages)

[PATCH] lscpu: fix compiler warnings
 2012-01-04 22:28 UTC 

[PATCH 1/2] daemon: add tests
 2012-01-04 22:26 UTC  (6+ messages)

linux-next: build failure after merge of the vfs tree
 2012-01-04 22:26 UTC  (8+ messages)

[Qemu-devel] [PATCH v2 1/3] qerror: add check-qerror.sh to verify alphabetical order
 2012-01-04 22:23 UTC  (2+ messages)
` [Qemu-devel] [PATCH v2 3/3] block: use proper qerrors in qmp_block_resize

[lm-sensors] [PATCH] drivers/hwmon/lm57.h: fix checkpatch warnings
 2012-01-04 22:25 UTC  (2+ messages)
` [lm-sensors] [PATCH] drivers/hwmon/lm57.h: fix checkpatch

[RFC] m68k: Update defconfigs
 2012-01-04 22:22 UTC  (3+ messages)

[PATCH] serial/documentation: fix name of DCD cpp symbol
 2012-01-04 23:13 UTC  (4+ messages)

[PATCH] agp/intel: Add pci id for hostbridge from has/qemu
 2012-01-04 22:24 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] qerror: proper errors for qmp_block_resize()
 2012-01-04 22:21 UTC  (6+ messages)
` [Qemu-devel] [PATCH 3/3] block: use proper qerrors in qmp_block_resize

[PATCH] Documentation: Add explanation for two missing bits in the tainted flag
 2012-01-04 23:18 UTC  (2+ messages)

[PATCH] OMAP/I2C - Fix timeout problem during suspend
 2012-01-04 22:19 UTC  (2+ messages)

[PATCH V6 0/7] add a generic cpufreq driver
 2012-01-04 22:16 UTC  (4+ messages)

[PATCH] r8169: Enable suspend when device is idle from boot
 2012-01-04 22:07 UTC  (6+ messages)

[PATCH v3 0/4] Implement RTC support for S3C2443/S3C2416/S3C2450
 2012-01-04 22:14 UTC  (6+ messages)
` [PATCH 2/4] rtc-s3c: make room for more variants in devicetree block
  ` [PATCH v4 0/4] Implement RTC support for S3C2443/S3C2416/S3C2450
    ` [PATCH 1/4] ARM: SAMSUNG: cleanup of rtc register definitions

new_inode_smack() bogosities
 2012-01-04 22:13 UTC 

[U-Boot] add nand spl boot for qi_lb60 board
 2012-01-04 22:12 UTC  (3+ messages)

[PATCH] ARM/bcmring: fix build error with sp804 clockevents init
 2012-01-04 22:12 UTC  (2+ messages)

About needing to run "udevadm trigger" to get bluetooth adapter detected at boot
 2012-01-04 22:11 UTC  (2+ messages)

[meta-handheld][PATCH] linux(-kexecboot): upgrade from 3.1.6 to 3.1.7
 2012-01-04 21:58 UTC 

[PATCH] ARM/bcmring: missing sched.h inclusion in dma.c
 2012-01-04 22:11 UTC  (2+ messages)

[PATCH 0/3] More on pulling signed tags
 2012-01-04 22:10 UTC  (4+ messages)
` [PATCH 1/3] verify_signed_buffer: fix stale comment
` [PATCH 2/3] log-tree.c: small refactor in show_signature()
` [PATCH 3/3] log-tree: show mergetag in log --show-signature output

+ leds-add-driver-for-tca6507-led-controller-fix-44.patch added to -mm tree
 2012-01-04 22:10 UTC 

[PATCH 1/2][RFC] at91 : move pm.h header to include/mach
 2012-01-04 22:10 UTC  (3+ messages)

[git pull] Please pull powerpc.git next branch
 2012-01-04 22:06 UTC 

[Qemu-devel] [PATCH] Rename target_phys_addr_t to Phys
 2012-01-04 22:09 UTC  (3+ messages)

[PATCH 0/9] arm/tegra: fuse cleanup and emc device tree support
 2012-01-04 22:08 UTC  (4+ messages)
` [PATCH 2/9] arm/tegra: use APB DMA for accessing APB devices

problems I encountered using xen-4.1-testing and xen-unstable
 2012-01-04 22:07 UTC 

[lm-sensors] [PATCH 1/2] hwmon: add new hwmon-core interface
 2012-01-04 22:07 UTC  (2+ messages)

[RFC PATCH 0/4] Add some new camera controls
 2012-01-04 22:06 UTC  (6+ messages)
` [RFC PATCH 1/4] v4l: Add V4L2_CID_PRESET_WHITE_BALANCE menu control

[PATCH 1/2 net-next] cnic: Re-init dev->stats_addr after chip reset
 2012-01-04 22:12 UTC  (2+ messages)
` [PATCH 2/2 net-next] cnic: Improve error recovery on bnx2x devices

[PATCH] mm: do not drain pagevecs for mlock
 2012-01-04 22:05 UTC  (4+ messages)
` [PATCH 1/2] mm,mlock: drain pagevecs asynchronously

[PATCH] vmxnet3" make ethtool ops const
 2012-01-04 22:05 UTC  (2+ messages)

[RFC/PATCH 0/5] v4l: New camera controls
 2012-01-04 22:04 UTC  (5+ messages)
` [RFC/PATCH 1/5] v4l: Convert V4L2_CID_FOCUS_AUTO control to a menu control

[PATCH 3/6] ARM: at91/gpio: add DT support
 2012-01-04 22:04 UTC  (4+ messages)
` [PATCH v2 "

[PATCH] rds_rdma: don't assume infiniband device is PCI
 2012-01-04 22:03 UTC 

[PATCH 1/6] ARM: tegra: Remove use of TEGRA_GPIO_TO_IRQ
 2012-01-04 22:00 UTC  (6+ messages)
` [PATCH 6/6] gpio: tegra: Parameterize the number of banks

[WIP] sparc32: replace bootmem with memblock
 2012-01-04 21:59 UTC  (3+ messages)

cannot submit syncpipe, usb2 audio
 2012-01-04 21:50 UTC 

[PATCH] fix build error
 2012-01-04 21:57 UTC 

[PATCH] xen-netback: make ops structs const
 2012-01-04 21:56 UTC 

[PATCH] include: crash_dump.h: Add elf.h header
 2012-01-04 21:56 UTC  (3+ messages)

[PATCH v2 00/10] OMAP4: Add DT support for i2c and twl6030
 2012-01-04 21:56 UTC  (7+ messages)
` [PATCH v2 02/10] i2c: OMAP: Add DT support for i2c controller


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.