public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-02-13 19:36:36 to 2009-02-14 01:47:54 UTC [more...]

[PATCH 0/9] x86/apic: hooks for Xen dom0 support
 2009-02-14  1:09 UTC  (2+ messages)
` [Xen-devel] "

[PATCH 1/9] xen/dom0: handle acpi lapic parsing in Xen dom0
 2009-02-14  1:12 UTC  (10+ messages)
` [PATCH 2/9] xen: hook io_apic read/write operations
  ` [PATCH 3/9] xen: create dummy ioapic mapping
    ` [PATCH 0/9] *** SUBJECT HERE ***
      ` [PATCH 4/9] xen: implement pirq type event channels
      ` [PATCH 5/9] x86/io_apic: add get_nr_irqs_gsi()
      ` [PATCH 6/9] xen/apic: identity map gsi->irqs
      ` [PATCH 7/9] xen: direct irq registration to pirq event channels
      ` [PATCH 8/9] xen: bind pirq to vector and event channel
      ` [PATCH 9/9] xen: pre-initialize legacy irqs early

[patch 00/48] 2.6.28.6-stable review
 2009-02-14  1:13 UTC  (48+ messages)
  ` [patch 01/48] x86, vmi: put a missing paravirt_release_pmd in pgd_dtor
  ` [patch 02/48] nbd: fix I/O hang on disconnected nbds
  ` [patch 03/48] mac80211: restrict to AP in outgoing interface heuristic
  ` [patch 04/48] w1: w1 temp calculation overflow fix
  ` [patch 05/48] zd1211rw: adding 0ace:0xa211 as a ZD1211 device
  ` [patch 06/48] zd1211rw: treat MAXIM_NEW_RF(0x08) as UW2453_RF(0x09) for TP-Link WN322/422G
  ` [patch 07/48] parport: parport_serial, dont bind netmos ibm 0299
  ` [patch 08/48] syscall define: fix uml compile bug
  ` [patch 09/48] kernel-doc: fix syscall wrapper processing
  ` [patch 10/48] Fix page writeback thinko, causing Berkeley DB slowdown
  ` [patch 11/48] write-back: fix nr_to_write counter
  ` [patch 12/48] writeback: fix break condition
  ` [patch 13/48] mm: rearrange exit_mmap() to unlock before arch_exit_mmap
  ` [patch 14/48] powerpc/fsl-booke: Fix mapping functions to use phys_addr_t
  ` [patch 15/48] lockd: fix regression in lockds handling of blocked locks
  ` [patch 16/48] sctp: Fix crc32c calculations on big-endian arhes
  ` [patch 17/48] sctp: Correctly start rtx timer on new packet transmissions
  ` [patch 18/48] sctp: Properly timestamp outgoing data chunks for rtx purposes
  ` [patch 19/48] net: Fix frag_list handling in skb_seq_read
  ` [patch 20/48] net: Fix OOPS in skb_seq_read()
  ` [patch 21/48] drivers/net/skfp: if !capable(CAP_NET_ADMIN): inverted logic
  ` [patch 22/48] ipv4: fix infinite retry loop in IP-Config
  ` [patch 23/48] net: Fix userland breakage wrt. linux/if_tunnel.h
  ` [patch 24/48] net: packet socket packet_lookup_frame fix
  ` [patch 25/48] packet: Avoid lock_sock in mmap handler
  ` [patch 26/48] sungem: Soft lockup in sungem on Netra AC200 when switching interface up
  ` [patch 27/48] udp: Fix UDP short packet false positive
  ` [patch 28/48] udp: increments sk_drops in __udp_queue_rcv_skb()
  ` [patch 29/48] ipv6: Disallow rediculious flowlabel option sizes
  ` [patch 30/48] ipv6: Copy cork options in ip6_append_data
  ` [patch 32/48] sky2: fix hard hang with netconsoling and iface going up
  ` [patch 33/48] tun: Add some missing TUN compat ioctl translations
  ` [patch 34/48] tun: Fix unicast filter overflow
  ` [patch 35/48] virtio_net: Fix MAX_PACKET_LEN to support 802.1Q VLANs
  ` [patch 36/48] tcp: splice as many packets as possible at once
  ` [patch 37/48] tcp: Fix length tcp_splice_data_recv passes to skb_splice_bits
  ` [patch 31/48] net: 4 bytes kernel memory disclosure in SO_BSDCOMPAT gsopt try #2
  ` [patch 38/48] sparc: Enable syscall wrappers for 64-bit (CVE-2009-0029)
  ` [patch 39/48] sparc64: Annotate sparc64 specific syscalls with SYSCALL_DEFINEx()
  ` [patch 40/48] ALSA: hda - Add missing terminator in slave dig-out array
  ` [patch 41/48] ALSA: mtpav - Fix initial value for input hwport
  ` [patch 42/48] HID: adjust report descriptor fixup for MS 1028 receiver
  ` [patch 43/48] ide/libata: fix ata_id_is_cfa() (take 4)
  ` [patch 44/48] libata: fix EH device failure handling
  ` [patch 45/48] netfilter: fix tuple inversion for Node information request
  ` [patch 46/48] netfilter: xt_sctp: sctp chunk mapping doesnt work
  ` [patch 47/48] x86: microcode_amd: fix wrong handling of equivalent CPU id

[PATCH 0/9] PM: Fixes related to suspend and hibernation for 2.6.29
 2009-02-14  1:07 UTC  (10+ messages)
` [PATCH 1/9] Consolidate driver_probe_done() loops into one place
` [PATCH 2/9] PM/resume: wait for device probing to finish
` [PATCH 3/9] PM/hibernate: fix "swap breaks after hibernation failures"
` [PATCH 4/9] PM: fix build for CONFIG_PM unset
` [PATCH 5/9] swsusp: dont fiddle with swappiness
` [PATCH 6/9] swsusp: clean up shrink_all_zones()
` [PATCH 7/9] PM: Fix pm_notifiers during user mode hibernation
` [PATCH 8/9] PM: Wait for console in resume
` [PATCH 9/9] PM: Fix suspend_console and resume_console to use only one semaphore

[patch 00/47] 2.6.27.18-stable review
 2009-02-14  0:59 UTC  (48+ messages)
  ` [patch 01/47] Fix page writeback thinko, causing Berkeley DB slowdown
  ` [patch 02/47] iwlwifi: scan correct setting of valid rx_chains
  ` [patch 03/47] kernel-doc: fix syscall wrapper processing
  ` [patch 04/47] lockd: fix regression in lockds handling of blocked locks
  ` [patch 05/47] nbd: fix I/O hang on disconnected nbds
  ` [patch 06/47] parport: parport_serial, dont bind netmos ibm 0299
  ` [patch 07/47] powerpc: Fix swapcontext system for VSX + old ucontext size
  ` [patch 08/47] powerpc/fsl-booke: Fix mapping functions to use phys_addr_t
  ` [patch 09/47] syscall define: fix uml compile bug
  ` [patch 10/47] w1: w1 temp calculation overflow fix
  ` [patch 11/47] write-back: fix nr_to_write counter
  ` [patch 12/47] writeback: fix break condition
  ` [patch 13/47] x86, vmi: put a missing paravirt_release_pmd in pgd_dtor
  ` [patch 14/47] zd1211rw: adding 0ace:0xa211 as a ZD1211 device
  ` [patch 15/47] zd1211rw: treat MAXIM_NEW_RF(0x08) as UW2453_RF(0x09) for TP-Link WN322/422G
  ` [patch 16/47] sctp: Fix crc32c calculations on big-endian arhes
  ` [patch 17/47] sctp: Correctly start rtx timer on new packet transmissions
  ` [patch 18/47] sctp: Properly timestamp outgoing data chunks for rtx purposes
  ` [patch 19/47] drivers/net/skfp: if !capable(CAP_NET_ADMIN): inverted logic
  ` [patch 20/47] ipv4: fix infinite retry loop in IP-Config
  ` [patch 21/47] ipv6: Disallow rediculious flowlabel option sizes
  ` [patch 22/47] ipv6: Copy cork options in ip6_append_data
  ` [patch 23/47] net: 4 bytes kernel memory disclosure in SO_BSDCOMPAT gsopt try #2
  ` [patch 24/47] net: packet socket packet_lookup_frame fix
  ` [patch 25/47] sky2: fix hard hang with netconsoling and iface going up
  ` [patch 26/47] sungem: Soft lockup in sungem on Netra AC200 when switching interface up
  ` [patch 27/47] tun: Add some missing TUN compat ioctl translations
  ` [patch 28/47] tun: Fix unicast filter overflow
  ` [patch 29/47] udp: Fix UDP short packet false positive
  ` [patch 30/47] udp: increments sk_drops in __udp_queue_rcv_skb()
  ` [patch 31/47] virtio_net: Fix MAX_PACKET_LEN to support 802.1Q VLANs
  ` [patch 32/47] net: Fix frag_list handling in skb_seq_read
  ` [patch 33/47] net: Fix OOPS in skb_seq_read()
  ` [patch 34/47] packet: Avoid lock_sock in mmap handler
  ` [patch 35/47] tcp: splice as many packets as possible at once
  ` [patch 36/47] tcp: Fix length tcp_splice_data_recv passes to skb_splice_bits
  ` [patch 37/47] sparc: Enable syscall wrappers for 64-bit (CVE-2009-0029)
  ` [patch 38/47] sparc64: Annotate sparc64 specific syscalls with SYSCALL_DEFINEx()
  ` [patch 39/47] netfilter: fix tuple inversion for Node information request
  ` [patch 40/47] netfilter: xt_sctp: sctp chunk mapping doesnt work
  ` [patch 41/47] bluetooth hid: enable quirk handling for Apple Wireless Keyboards in 2.6.27
  ` [patch 42/47] HID: adjust report descriptor fixup for MS 1028 receiver
  ` [patch 43/47] libata: fix EH device failure handling
  ` [patch 44/47] ide/libata: fix ata_id_is_cfa() (take 4)
  ` [patch 45/47] x86: fixup config space size of CPU functions for AMD family 11h
  ` [patch 46/47] mac80211: fix a buffer overrun in station debug code
  ` [patch 47/47] ALSA: mtpav - Fix initial value for input hwport

[BUG] Suspend tries to suspend devices already in D3
 2009-02-14  0:48 UTC  (4+ messages)

#tj-percpu has been rebased
 2009-02-14  0:45 UTC  (7+ messages)

[PATCH -next/mmotm/resend/lost] wireless: fix for CONFIG_NL80211=n
 2009-02-14  0:39 UTC 

[RFC 0/6] x86 tip asm ENTRY,ENDPROC cleanup
 2009-02-14  0:34 UTC  (9+ messages)
` [RFC 1/6] x86: asm linkage - introduce GLOBAL macro
` [RFC 2/6] x86: linkage - get rid of _X86 macros
` [RFC 3/6] x86: copy.S - use GLOBAL,ENDPROC macros
` [RFC 4/6] x86: pmjump "
` [RFC 5/6] x86: compressed head_64 - use ENTRY,ENDPROC macros
` [RFC 6/6] x86: compressed head_32 "

ACPI hotplug panic with current git head
 2009-02-14  0:30 UTC  (4+ messages)

irqflags.h changes
 2009-02-14  0:32 UTC  (2+ messages)

[PATCH 0/7] V3 of the async function call patches
 2009-02-14  0:22 UTC  (3+ messages)
` [PATCH 1/7] async: Asynchronous function calls to speed up kernel boot

[PATCH] Make context switch and migration software counters work again
 2009-02-14  0:13 UTC  (3+ messages)

[PATCH v2] psmouse: run kpsmoused only while needed
 2009-02-14  0:05 UTC  (2+ messages)

[Announce] 2.6.29-rc4-rt1
 2009-02-13 23:48 UTC  (13+ messages)
` [patch] generic-ipi: remove kmalloc, cleanup
` [Announce] 2.6.29-rc4-rt2
        ` [patch] rt: sysprof hrtimer fix

+ work_on_cpu-rewrite-it-to-create-a-kernel-thread-on-demand.patch added to -mm tree
 2009-02-13 21:21 UTC  (3+ messages)

[PATCH 0/2] fix memmap init for handling memory hole v2
 2009-02-13 23:38 UTC  (4+ messages)
` [PATCH 1/2] clean up for early_pfn_to_nid

[RFC v13][PATCH 00/14] Kernel based checkpoint/restart
 2009-02-13 23:28 UTC  (12+ messages)
          ` What can OpenVZ do?

Re:[PATCH] Implement barrier support for single device DM devices
 2009-02-13 23:26 UTC  (2+ messages)
    ` Fwd: [PATCH] "

[PATCH 0/3] OMAP3: add ES3.1 support; disable USBTLL SAR < ES3.1
 2009-02-13 23:01 UTC  (3+ messages)
` [PATCH 1/3] ARM: OMAP: Fix omap34xx revision detection for ES3.1

[PATCH] net: replace commatas with semicolons
 2009-02-13 22:59 UTC  (2+ messages)

[tip:x86/headers] x86: fix "__udivdi3" [drivers/scsi/aha1542.ko] undefined
 2009-02-13 22:51 UTC  (3+ messages)

[PATCH 0/1] Fix resume breakage of USB PCI controllers behind cardbus bridges
 2009-02-13 22:41 UTC  (2+ messages)
` [PATCH 1/1] USB/PCI: Fix resume breakage of "

git-send-email
 2009-02-13 22:25 UTC  (6+ messages)

next-20090206: deadlock on ext4
 2009-02-13 22:21 UTC  (6+ messages)

Linux v2.6.29-rc5
 2009-02-13 22:20 UTC 

[git pull] Please pull powerpc.git merge branch
 2009-02-13 22:12 UTC 

[git pull] PCI fixes
 2009-02-13 22:07 UTC 

get/put unaligned helpers
 2009-02-13 22:07 UTC  (2+ messages)

mmotm 2009-02-13-12-20 uploaded (i386 mm/filemap.c argh)
 2009-02-13 22:00 UTC  (2+ messages)

irq-disabled vs vmap vs text_poke
 2009-02-13 21:41 UTC  (7+ messages)

[PATCH] PCI: Documentation: fix minor PCIe HOWTO thinko
 2009-02-13 21:32 UTC  (2+ messages)

[PATCH 1/2] PCI: quirks, don't mark one netmos as class other
 2009-02-13 21:21 UTC  (2+ messages)

[PATCH 4/6] drivers/pci: introduce missing kfree
 2009-02-13 21:16 UTC  (2+ messages)

[PATCH] PCI: add missing KERN_* constants to printks
 2009-02-13 21:16 UTC  (3+ messages)
` [PATCHv3] "

[PATCH] PCI: enhance physical slot debug information
 2009-02-13 21:15 UTC  (2+ messages)

[PATCH] pci/msi: Use #ifdefs instead of weak functions
 2009-02-13 21:13 UTC  (2+ messages)

[PATCH] Bluetooth USB: fix kernel panic during suspend - 2.6.24
 2009-02-13 19:09 UTC  (2+ messages)

PROBLEM: cannot get stable system since 2.6.28 kernel
 2009-02-13 20:48 UTC  (5+ messages)

Acer Aspire One fan control
 2009-02-13 19:45 UTC  (5+ messages)

[RFC] [PATCH] PCI mmconfig without ACPI
 2009-02-13 20:40 UTC  (3+ messages)

[GIT PULL] Btrfs updates for 2.6.29-rc
 2009-02-13 20:25 UTC 

[PATCHv2 0/5] VFS: DazukoFS, stackable-fs, file access control
 2009-02-13 20:25 UTC  (10+ messages)
` [PATCHv2 1/5] "
  ` [PATCHv2 2/5] "

[RFC PATCH v2 00/12] PCI core learns hotplug
 2009-02-13 20:19 UTC  (13+ messages)
` [RFC PATCH v2 01/12] PCI: don't scan existing devices
` [RFC PATCH v2 02/12] PCI: pci_scan_slot() returns newly found devices
` [RFC PATCH v2 03/12] PCI: always scan child buses
` [RFC PATCH v2 04/12] PCI: properly clean up ASPM link state on device remove
` [RFC PATCH v2 05/12] PCI: beef up pci_do_scan_bus()
` [RFC PATCH v2 06/12] PCI: Introduce /sys/bus/pci/rescan
` [RFC PATCH v2 07/12] PCI: Introduce /sys/bus/pci/devices/.../remove
` [RFC PATCH v2 08/12] PCI: Introduce /sys/bus/pci/devices/.../rescan
` [RFC PATCH v2 09/12] PCI Hotplug: restore fakephp interface with complete reimplementation
` [RFC PATCH v2 10/12] PCI Hotplug: rename legacy_fakephp to fakephp
` [RFC PATCH v2 11/12] PCI Hotplug: schedule fakephp for feature removal
` [RFC PATCH v2 12/12] PCI: more whitespace cleanups

[PATCH] idle_at_tick is only used when CONFIG_SMP is set
 2009-02-13 16:17 UTC 

Slow file transfer speeds with CFQ IO scheduler in some cases
 2009-02-13 20:08 UTC  (12+ messages)

[GIT PULL] clean header untangling
 2009-02-13 20:05 UTC  (8+ messages)
  ` [PATCH] x86 headers: remove duplicate pud_large() definition
    ` [PATCH] x86 headers: include linux/types.h

linux-next: Tree for February 13
 2009-02-13 20:03 UTC  (5+ messages)
` next Feb 13 drivers/scsi/aha1542.ko build break

[PATCH] fb: hide cursor in graphics mode
 2009-02-13 20:06 UTC  (10+ messages)
` [Linux-fbdev-devel] "

[PATCH] idle_at_tick is only used when CONFIG_SMP is set
 2009-02-13 19:35 UTC 

[PATCH 0/16] DMA-API debugging facility v3
 2009-02-13 19:48 UTC  (5+ messages)
` [PATCH 08/16] dma-debug: add core checking functions

more untangling
 2009-02-13 19:40 UTC 

[git pull] drm
 2009-02-13 19:38 UTC  (4+ messages)
` "Can not ioremap virtual address" (was Re: [git pull] drm)

[ltt-dev] [RFC git tree] Userspace RCU (urcu) for Linux (repost)
 2009-02-13 19:36 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