All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-09-18 15:19:17 to 2010-09-18 19:03:30 UTC [more...]

[B.A.T.M.A.N.] [PATCHv5] net: Add batman-adv meshing protocol
 2010-09-18 19:03 UTC  (2+ messages)
`  "

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS
 2010-09-18 19:03 UTC 

[000/123] 2.6.32.22-stable review
 2010-09-18 19:00 UTC  (50+ messages)
  ` [001/123] hwmon: (k8temp) Differentiate between AM2 and ASB1
  ` [002/123] xen: handle events as edge-triggered
  ` [003/123] xen: use percpu interrupts for IPIs and VIRQs
  ` [004/123] ALSA: hda - Rename iMic to Int Mic on Lenovo NB0763
  ` [005/123] sata_mv: fix broken DSM/TRIM support (v2)
  ` [006/123] x86, tsc, sched: Recompute cyc2ns_offsets during resume from sleep states
  ` [007/123] PCI: MSI: Remove unsafe and unnecessary hardware access
  ` [008/123] PCI: MSI: Restore read_msi_msg_desc(); add get_cached_msi_msg_desc()
  ` [009/123] sched: kill migration thread in CPU_POST_DEAD instead of CPU_DEAD
  ` [010/123] sched: revert stable c6fc81a sched: Fix a race between ttwu() and migrate_task()
  ` [011/123] staging: hv: Fix missing functions for net_device_ops
  ` [012/123] staging: hv: Fixed bounce kmap problem by using correct index
  ` [013/123] staging: hv: Fixed the value of the 64bit-hole inside ring buffer
  ` [014/123] staging: hv: Increased storvsc ringbuffer and max_io_requests
  ` [015/123] staging: hv: Fixed lockup problem with bounce_buffer scatter list
  ` [016/123] fuse: flush background queue on connection close
  ` [017/123] ath9k_hw: fix parsing of HT40 5 GHz CTLs
  ` [018/123] ocfs2: Fix incorrect checksum validation error
  ` [019/123] USB: ehci-ppc-of: problems in unwind
  ` [020/123] USB: Fix kernel oops with g_ether and Windows
  ` [021/123] USB: CP210x Add new device ID
  ` [022/123] USB: cp210x: Add B&G H3000 link cable ID
  ` [023/123] USB: ftdi_sio: Added custom PIDs for ChamSys products
  ` [024/123] USB: serial: Extra device/vendor ID for mos7840 driver
  ` [025/123] usb: serial: mos7840: Add USB ID to support the B&B Electronics USOPTL4-2P
  ` [026/123] USB: mos7840: fix DMA buffers on stack and endianess bugs
  ` [027/123] usb: serial: mos7840: Add USB IDs to support more B&B USB/RS485 converters
  ` [028/123] USB: Exposing second ACM channel as tty for Nokia S60 phones
  ` [029/123] USB: cdc-acm: add another device quirk
  ` [030/123] USB: Expose vendor-specific ACM channel on Nokia 5230
  ` [031/123] USB: cdc-acm: Adding second ACM channel support for various Nokia and one Samsung phones
  ` [032/123] USB: cdc-acm: Add pseudo modem without AT command capabilities
  ` [033/123] USB: cdc-acm: Fixing crash when ACM probing interfaces with no endpoint descriptors
  ` [034/123] ALSA: hda - Fix auto-parser of ALC269vb for HP pin NID 0x21
  ` [035/123] ALSA: seq/oss - Fix double-free at error path of snd_seq_oss_open()
  ` [036/123] sysfs: checking for NULL instead of ERR_PTR
  ` [037/123] tun: Dont add sysfs attributes to devices without sysfs directories
  ` [038/123] oprofile: fix crash when accessing freed task structs
  ` [039/123] oprofile, x86: fix init_sysfs error handling
  ` [040/123] oprofile, x86: fix init_sysfs() function stub
  ` [041/123] HID: usbhid: initialize interface pointers early enough
  ` [042/123] HID: fix suspend crash by moving initializations earlier
  ` [043/123] libata: skip EH autopsy and recovery during suspend
  ` [049/123] tmio_mmc: dont clear unhandled pending interrupts
  ` [072/123] sched: Make wakeup side and atomic variants of completion API irq safe
  ` [080/123] sched: Fix broken assertion
  ` [083/123] sched: Add pre and post wakeup hooks
  ` [090/123] sched: Implement head queueing for sched_rt
  ` [097/123] sched: _cpu_down(): Dont play with current->cpus_allowed

Compat-wireless release for 2010-09-18 is baked
 2010-09-18 19:02 UTC 

[PATCH] at91: fix arch_gettimeoffset fallout
 2010-09-18 19:01 UTC  (3+ messages)

[B.A.T.M.A.N.] Staging: batman-adv for 2.6.37 (3)
 2010-09-18 19:01 UTC  (13+ messages)
` [B.A.T.M.A.N.] [PATCH 01/12] Staging: batman-adv: checkpatch cleanup of comments
` [B.A.T.M.A.N.] [PATCH 02/12] Staging: batman-adv: Move mailing list address to .org
` [B.A.T.M.A.N.] [PATCH 03/12] Staging: batman-adv: Mark debugfs files as nonseekable
` [B.A.T.M.A.N.] [PATCH 04/12] Staging: batman-adv: wait for call_rcu before unloading module
` [B.A.T.M.A.N.] [PATCH 05/12] Staging: batman-adv: Introduce if_list_lock to protect if_list
` [B.A.T.M.A.N.] [PATCH 06/12] Staging: batman-adv: Always protect list_for_each_entry_rcu with RCU
` [B.A.T.M.A.N.] [PATCH 07/12] Staging: batman-adv: Remove unneeded rcu_read_lock
` [B.A.T.M.A.N.] [PATCH 08/12] Staging: batman-adv: Use synchronize_rcu instead of call_rcu
` [B.A.T.M.A.N.] [PATCH 09/12] Staging: batman-adv: Use refcnt to track usage count of batman_if
` [B.A.T.M.A.N.] [PATCH 10/12] Staging: batman-adv: count batman_if list queries as reference
` [B.A.T.M.A.N.] [PATCH 11/12] Staging: batman-adv: Track references of batman_if in set_primary_if
` [B.A.T.M.A.N.] [PATCH 12/12] Staging: batman-adv: Introduce update_primary_addr to update mac address

[PATCH 1/1][MTD] Adding IOCTLs for run-time partitioning support
 2010-09-18 18:57 UTC  (4+ messages)

[00/12] DMAENGINE: PL08X driver updates
 2010-09-18 18:52 UTC  (4+ messages)

wireless-testing or wireless-next
 2010-09-18 18:51 UTC  (3+ messages)

python-tlslite
 2010-09-18 18:49 UTC 

[00/11] 2.6.27.54-stable review
 2010-09-18 18:46 UTC  (12+ messages)
` [01/11] ALSA: seq/oss - Fix double-free at error path of snd_seq_oss_open()
` [02/11] ath9k_hw: fix parsing of HT40 5 GHz CTLs
` [03/11] tracing: Do not allow llseek to set_ftrace_filter
` [04/11] irda: off by one
` [05/11] bounce: call flush_dcache_page() after bounce_copy_vec()
` [06/11] x86-64, compat: Test %rax for the syscall number, not %eax
` [07/11] compat: Make compat_alloc_user_space() incorporate the access_ok()
` [08/11] hwmon: (f75375s) Shift control mode to the correct bit position
` [09/11] hwmon: (f75375s) Do not overwrite values read from registers
` [10/11] apm_power: Add missing break statement
` [11/11] x86-64, compat: Retruncate rax after ia32 syscall entry tracing

[PATCH] opp: introduce library for device-specific OPPs
 2010-09-18 18:41 UTC  (6+ messages)

ibmcam (xrilink_cit) and konica webcam driver porting to gspca update
 2010-09-18 18:39 UTC  (7+ messages)

[PATCH 1/2] powerpc: export ppc_tb_freq so that modules can reference it
 2010-09-18 18:36 UTC  (19+ messages)

gudev: a few missing annotations
 2010-09-18 18:34 UTC 

[PATCH] Staging: wlan-ng: p80211netdev.c cleanup
 2010-09-18 18:30 UTC  (2+ messages)

[PATCH 0/3] MTD: OneNAND: Fix OneNAND DMA error handling and 2KiB pagesize
 2010-09-18 18:29 UTC  (8+ messages)

Pull request: i.MX nand driver updates
 2010-09-18 18:29 UTC  (6+ messages)
      ` Pull request for 2.6.36

cpu hotplug
 2010-09-18 18:27 UTC  (3+ messages)

[mlmmj] pkg-mlmmj on alioth.debian.org
 2010-09-18 18:27 UTC 

[PATCH RESEND v4 0/4] nand prefetch-irq support and ecc layout chanage
 2010-09-18 18:24 UTC  (5+ messages)
` [PATCH RESEND v4 1/4] omap3: nand: prefetch in irq mode support

dvb-c usb device
 2010-09-18 18:23 UTC 

Fedora14 and glibc-initial
 2010-09-18 18:11 UTC  (4+ messages)

[BUG, PATCH 0/3] Fix {blame,cat-file} --textconv for cases with symlinks
 2010-09-18 18:08 UTC  (5+ messages)
` [PATCH 1/3] tests: Prepare --textconv tests for correctly-failing conversion program
` [PATCH 2/3] blame,cat-file: Demonstrate --textconv is wrongly running converter on symlinks
` [PATCH 3/3] RFC: blame,cat-file --textconv: Don't assume mode is ``S_IFREF | 0664''

OOPS in hiddev_open on connecting "Logitech MX620 Laser Cordless Mouse"
 2010-09-18 18:09 UTC  (2+ messages)

Afatech AF9015 & MaxLinear MXL5007T dual tuner 2
 2010-09-18 18:08 UTC  (2+ messages)

[PATCH] m25p80: Add support for the Winbond W25Q64
 2010-09-18 18:05 UTC  (2+ messages)

some non critical problems... (1. mdadm segfault -> write-mostly, 2. smart?)
 2010-09-18 18:01 UTC  (4+ messages)

[Buildroot] [review request] rework of libtool
 2010-09-18 17:59 UTC  (8+ messages)
` [Buildroot] [PATCH 1/7] libtool: bump to 2.2.6b + introduce 2 libtool packages + cross compile patch
` [Buildroot] [PATCH 2/7] package: modifications to work with new libtool policy
` [Buildroot] [PATCH 3/7] tslib: Fix installation with new autotools policy
` [Buildroot] [PATCH 4/7] bison: add host rules
` [Buildroot] [PATCH 5/7] expat: comply with new libtool policy
` [Buildroot] [PATCH 6/7] sysstat: bump to 9.1.5 and "
` [Buildroot] [PATCH 7/7] gstreamer: allow autoreconfigure with gettext 0.18

[PATCHSET #upstream] block, fs: replace HARDBARRIER with FLUSH/FUA, take#2
 2010-09-18 17:58 UTC  (10+ messages)
` [PATCH 23/41] dm: implement REQ_FLUSH/FUA support for bio-based dm

OOPS in hiddev_open on connecting "Logitech MX620 Laser Cordless Mouse"
 2010-09-18 17:56 UTC  (2+ messages)

[PATCH 00/04] wl1271: 11n Support, add support to 80211n spec
 2010-09-18 17:56 UTC  (7+ messages)
` [PATCH 04/04] wl1271: 11n Support, 11n Kconfig Configurable

linux-next: build failure after merge of the final tree (slab tree related)
 2010-09-18 17:47 UTC  (15+ messages)
                ` [PATCH 3/3] percpu: use percpu allocator on UP too

[Buildroot] [Bug 2563] New: [PATCH] cairo: Expose the configure option to disable some floating-point math
 2010-09-18 17:36 UTC  (2+ messages)
` [Buildroot] [Bug 2563] "

[PATCH] mtd: Expand nand_ecc_layout, deprecate ioctl ECCGETLAYOUT
 2010-09-18 17:24 UTC  (9+ messages)
` [PATCH v2 0/2] Deprecate ECCGETLAYOUT
        ` [PATCH v4] mtd: nand: Expand nand_ecc_layout, deprecate ioctl ECCGETLAYOUT

[PATCH v3] Fix mtd-utils bugs
 2010-09-18 17:20 UTC  (3+ messages)
` [v3 1/3] clean up the legacy interfaces in nandwrite.c

[Buildroot] [PATCH 01/21] alsa-lib: bump to 1.0.23
 2010-09-18 17:19 UTC  (8+ messages)
` [Buildroot] [PATCH 05/21] bison: bump to 2.4.3
` [Buildroot] [PATCH 09/21] gmp: bump to 5.0.1
` [Buildroot] [PATCH 18/21] ntp: convert to autotargets and bump to 4.2.6p2

[PATCH 2/2] nanddump: add --nobad to read bad blocks
 2010-09-18 17:16 UTC  (3+ messages)
` [PATCH] nanddump: Rename --nobad to --noskipbad

PATA IDE is slower in newer versions of kernel
 2010-09-18 17:12 UTC  (4+ messages)

[PATCH 0/2] PNPACPI: cope with invalid device IDs
 2010-09-18 17:11 UTC  (5+ messages)
` [PATCH 1/2] "

[PATCH 2/2] Add Swedish translation
 2010-09-18 16:46 UTC  (4+ messages)
    ` [L10N SE] "

Check out my photos on Facebook
 2010-09-18 16:50 UTC 

nouveau and multiple video cards
 2010-09-18 16:49 UTC  (4+ messages)

Find out on which branch a commit was originally made
 2010-09-18 16:41 UTC  (3+ messages)

[PATCH v2 4/4] omap4 hsmmc: Update ocr mask for MMC2 for regulator to use
 2010-09-18 16:34 UTC  (2+ messages)

[PATCH v2 3/4] omap4 hsmmc: Register offset handling
 2010-09-18 16:34 UTC  (2+ messages)

[PATCH v2 2/4] omap4 hsmmc: Fix the init if CONFIG_MMC_OMAP_HS is not set
 2010-09-18 16:34 UTC  (2+ messages)

[PATCH v2 1/4] omap4 hsmmc: Adding card detect support for MMC1
 2010-09-18 16:33 UTC  (2+ messages)

[PATCH v2 0/4] OMAP4 hsmmc :card detect and Register offset handling
 2010-09-18 16:33 UTC  (2+ messages)

[ath9k-devel] RX Filter question
 2010-09-18 16:22 UTC 

[RFC PATCH 0/6] staging:iio:imu driver merges, fixes and new features
 2010-09-18 16:06 UTC  (3+ messages)
` [PATCH 5/6] staging:iio:adis16300 merge into adis16350 driver

[PATCH 0/5] mm, highmem: kmap_atomic rework -v3
 2010-09-18 15:53 UTC  (17+ messages)
  ` [PATCH 1/5] mm: strictly nested kmap_atomic
  ` [PATCH 2/5] mm: stack based kmap_atomic
  ` [PATCH 3/5] mm: Remove pte_*map_nested()
  ` [PATCH 4/5] perf, x86: Fix up kmap_atomic type
  ` [PATCH 5/5] mm: highmem documentation

[PATCH 0/3] Fix the TIOCGICOUNT problem for good
 2010-09-18 15:58 UTC  (2+ messages)

(no subject)
 2010-09-18 15:56 UTC  (3+ messages)
` your mail

[PATCH 0/4] printk cleanups
 2010-09-18 15:53 UTC  (5+ messages)
` [PATCH 1/4] printk: Fixup declaration of kmsg_reasons
` [PATCH 2/4] printk: Add lock context annotation
` [PATCH 3/4] printk: Change type of 'boot_delay' to int *
` [PATCH 4/4] printk: Declare printk_ratelimit_state in ratelimit.h

[PATCH] CIFS: New read cache mechanism
 2010-09-18 15:51 UTC  (2+ messages)

[PATCH 0/2 V2] Adding support for adis16250/5 to adis16260 driver
 2010-09-18 15:48 UTC  (3+ messages)

Can 'git push' reset refs of the 'from' repo?
 2010-09-18 15:46 UTC 

[B.A.T.M.A.N.] [PATCH 9/9] batman-adv: count batman_if list queries as reference
 2010-09-18 15:41 UTC  (7+ messages)
` [B.A.T.M.A.N.] [PATCHv2 "
      ` [B.A.T.M.A.N.] [PATCH 1/2] batman-adv: Track references of batman_if in set_primary_if
      ` [B.A.T.M.A.N.] [PATCH 2/2] Introduce update_primary_addr to update mac address

[PATCH] xkbd_0.8.15.bb: Fix geometry flag to accept negative offsets
 2010-09-18 15:37 UTC  (2+ messages)

make[2]: *** No rule to make target `.config', needed by `arch/arm/boot/compressed/vmlinux.lds'
 2010-09-18 15:24 UTC 

cgroup oom regression introduced by 6a5ce1b94e1e5979f8db579f77d6e08a5f44c13b
 2010-09-18 15:21 UTC  (2+ messages)

RFC: control framework enhancements
 2010-09-18 15:18 UTC  (3+ messages)


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.