All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2007-12-13 04:48:42 to 2007-12-13 07:10:40 UTC [more...]

[Bugme-new] [Bug 9555] New: Suspend to RAM horks keyboard autorepeat, system bell, trackpad
 2007-12-13  7:03 UTC  (4+ messages)
    ` [stable] "

[patch 00/60] 2.6.23-stable review
 2007-12-13  6:53 UTC  (46+ messages)
  ` [patch 01/60] libertas: properly account for queue commands
  ` [patch 02/60] NET: random : secure_tcp_sequence_number should not assume CONFIG_KTIME_SCALAR
  ` [patch 03/60] NETFILTER: Fix NULL pointer dereference in nf_nat_move_storage()
  ` [patch 04/60] rd: fix data corruption on memory pressure Future of Linux 2.6.22.y series
  ` [patch 05/60] sched: some proc entries are missed in sched_domain sys_ctl debug code
  ` [patch 06/60] PKT_SCHED: Check subqueue status before calling hard_start_xmit
  ` [patch 07/60] Fix synchronize_irq races with IRQ handler
  ` [patch 08/60] Input: ALPS - add support for model found in Dell Vostro 1400
  ` [patch 09/60] Input: ALPS - add signature for ThinkPad R61
  ` [patch 10/60] USB: make the microtek driver and HAL cooperate
  ` [patch 11/60] USB: fix up EHCI startup synchronization
  ` [patch 12/60] tmpfs: restore missing clear_highpage
  ` [patch 13/60] I4L: fix isdn_ioctl memory overrun vulnerability
  ` [patch 14/60] forcedeth: new mcp79 pci ids
  ` [patch 15/60] forcedeth boot delay fix
  ` [patch 16/60] hrtimers: avoid overflow for large relative timeouts (CVE-2007-5966)
  ` [patch 17/60] KVM: x86 emulator: implement movnti mem, reg
  ` [patch 18/60] KVM: x86 emulator: fix access registers for instructions with ModR/M byte and Mod = 3
  ` [patch 19/60] KVM: x86 emulator: invd instruction
  ` [patch 20/60] KVM: SVM: Intercept the invd and wbinvd instructions
  ` [patch 21/60] KVM: x86 emulator: Use emulator_write_emulated and not emulator_write_std
  ` [patch 22/60] KVM: Fix hang on uniprocessor
  ` [patch 23/60] KVM: SVM: Fix FPU leak while emulating clts
  ` [patch 24/60] KVM: Skip pio instruction when it is emulated, not executed
  ` [patch 25/60] KVM: VMX: Force vm86 mode if setting flags during real mode
  ` [patch 26/60] KVM: VMX: Reset mmu context when entering "
  ` [patch 27/60] x86 setup: add a near jump to serialize %cr0 on 386/486
  ` [patch 28/60] isdn: avoid copying overly-long strings
  ` [patch 29/60] futex: fix for futex_wait signal stack corruption
  ` [patch 30/60] Freezer: Fix APM emulation breakage
  ` [patch 31/60] PNP: increase the maximum number of resources
  ` [patch 32/60] wait_task_stopped(): pass correct exit_code to wait_noreap_copyout()
  ` [patch 33/60] fb_ddc: fix DDC lines quirk
  ` [patch 35/60] esp_scsi: fix reset cleanup spinlock recursion
  ` [patch 36/60] nf_nat: fix memset error
  ` [patch 37/60] netfilter: Fix kernel panic with REDIRECT target
  ` [patch 56/60] libata: kill spurious NCQ completion detection

[PATCH 6/7] [NETDEV]: tehuti Fix possible causing oops of net_rx_action
 2007-12-13  7:07 UTC  (3+ messages)
  ` [PATCH 6/7] : "

[Ocfs2-devel] BTW: could some oracle people make the oss.oracle.com website more faster?
 2007-12-13  7:03 UTC  (5+ messages)

[NFS] e-pitted
 2007-12-13  7:02 UTC 

mdadm break / restore soft mirror
 2007-12-13  7:02 UTC 

[PATCH] [00/48] libertas update
 2007-12-13  7:00 UTC  (49+ messages)
` [PATCH 49/48] libertas: fix use-after-free error
` [PATCH 50/48] libertas: add opaque extra argument to cmd callback function
` [PATCH 51/48] libertas: clean up lbs_interrupt()
` [PATCH 52/48] libertas: make lbs_cmd() usage nicer
` [PATCH 53/48] libertas: remove pre_open_check()
` [PATCH 54/48] libertas: clean up is_command_allowed_in_ps()
` [PATCH 55/48] libertas: make rtap and normal modes mutually exclusive, clean up open/stop
` [PATCH 56/48] libertas: improve reliability of firmware reloading on USB
` [PATCH 57/48] libertas: switch to a waitqueue and timer for handling USB firmware load
` [PATCH 58/48] libertas: don't run thread while firmware not yet ready
` [PATCH 59/48] libertas: clean up direct command handling
` [PATCH 60/48] libertas: add simple copyback command callback
` [PATCH 61/48] libertas: convert GET_HW_SPEC to a direct command
` [PATCH 62/48] libertas: switch USB cardp->priv to 'struct lbs_private *' and resulting fix
` [PATCH 63/48] libertas: move removal of lbs_rtap file to lbs_stop_card()
` [PATCH 64/48] libertas: wait for 'firmware ready' event from firmware after loading
` [PATCH 65/48] libertas: rename and re-type bufvirtualaddr to cmdbuf
` [PATCH 66/48] libertas: fix debug output in lbs_cmd_copyback() function
` [PATCH 67/48] libertas: convert CMD_MESH_ACCESS to a direct command
` [PATCH 68/48] libertas: remove casts from lbs_cmd() and lbs_cmd_with_response() macros
` [PATCH 69/48] libertas: fix case of FWT_ACCESS_LIST_ROUTE and FWT_ACCESS_LIST_NEIGHBOR commands
` [PATCH 70/48] libertas: convert DATA_RATE to a direct command
` [PATCH 71/48] libertas: convert RF_CHANNEL "
` [PATCH 72/48] libertas: endianness fixes for get_channel/set_channel
` [PATCH 73/48] libertas: make some more functions static
` [PATCH 74/48] libertas: fix sparse endianness warnings in scan.c
` [PATCH 75/48] libertas: add lbs_mesh sysfs attribute for enabling mesh
` [PATCH 76/48] libertas: kill references to mesh autostart
` [PATCH 77/48] libertas: kill rx_urb_recall and eth_dev members of struct usb_card_rec
` [PATCH 78/48] libertas: whitespace cleanup in host.h
` [PATCH 79/48] libertas: allow get/set SSID on mshX device
` [PATCH 80/48] libertas: allow setting channel "
` [PATCH 81/48] libertas: add missing newline on debug message
` [PATCH 82/48] libertas: disable mesh temporarily while setting eth channel/assoc
` [PATCH 83/48] libertas: add debugging output to lbs_mesh_config()
` [PATCH 84/48] libertas: be more careful about command responses matching cur_cmd
` [PATCH 85/48] libertas: add missing newlines in debugging statements
` [PATCH 86/48] libertas: slight cleanup of netif queue stop/wake
` [PATCH 87/48] libertas: add lbs_host_sleep_cfg() command function
` [PATCH 88/48] libertas: switch lbs_cmd() to take a _pointer_ to the command structure
` [PATCH 89/48] libertas: make worker thread not freezable
` [PATCH 90/48] libertas: implement suspend and resume core methods
` [PATCH 91/48] libertas: implement suspend/resume for USB devices
` [PATCH 92/48] libertas: add ethtool support for wake-on-lan configuration
` [PATCH 93/48] libertas: make lbs_update_channel() function non-static
` [PATCH 94/48] libertas: cope with both old and new mesh TLV values
` [PATCH 95/48] libertas: pass channel argument directly to lbs_mesh_config()
` [PATCH 96/48] libertas: use spin_is_locked() instead of spin_trylock() in lbs_interrupt()

git-svn: expand handling of From: and Signed-off-by:
 2007-12-13  6:58 UTC 

[Bluez-users] eSCO over HCI
 2007-12-13  6:55 UTC 

[patch 00/36] 2.6.22-stable review
 2007-12-13  6:42 UTC  (38+ messages)
  ` [patch 01/36] atl1: disable broken 64-bit DMA
  ` [patch 02/36] rd: fix data corruption on memory pressure Future of Linux 2.6.22.y series
  ` [patch 03/36] wait_task_stopped(): pass correct exit_code to wait_noreap_copyout()
  ` [patch 04/36] USB: make the microtek driver and HAL cooperate
  ` [patch 05/36] USB: fix up EHCI startup synchronization
  ` [patch 06/36] tmpfs: restore missing clear_highpage
  ` [patch 07/36] nf_nat: fix memset error
  ` [patch 08/36] libcrc32c: keep intermediate crc state in cpu order
  ` [patch 09/36] isdn: avoid copying overly-long strings
  ` [patch 10/36] I4L: fix isdn_ioctl memory overrun vulnerability
  ` [patch 11/36] hrtimers: avoid overflow for large relative timeouts (CVE-2007-5966)
  ` [patch 12/36] futex: fix for futex_wait signal stack corruption
  ` [patch 13/36] forcedeth: new mcp79 pci ids
  ` [patch 14/36] forcedeth boot delay fix
  ` [patch 15/36] fb_ddc: fix DDC lines quirk
  ` [patch 16/36] TCP: Problem bug with sysctl_tcp_congestion_control function
  ` [patch 17/36] TCP: MTUprobe: fix potential sk_send_head corruption
  ` [patch 18/36] PFKEY: Sending an SADB_GET responds with an SADB_GET
  ` [patch 19/36] NET: Corrects a bug in ip_rt_acct_read()
  ` [patch 20/36] IPV4: Remove bogus ifdef mess in arp_process
  ` [patch 21/36] CRYPTO api: Fix potential race in crypto_remove_spawn
  ` [patch 22/36] ATM: initialize lock and tasklet earlier
  ` [patch 23/36] UNIX: EOF on non-blocking SOCK_SEQPACKET
  ` [patch 24/36] TEXTSEARCH: Do not allow zero length patterns in the textsearch infrastructure
  ` [patch 25/36] TCP: illinois: Incorrect beta usage
  ` [patch 26/36] RXRPC: Add missing select on CRYPTO
  ` [patch 27/36] IPV6: Restore IPv6 when MTU is big enough
  ` [patch 28/36] DECNET: dn_nl_deladdr() almost always returns no error
  ` [patch 29/36] BRIDGE: Lost call to br_fdb_fini() in br_init() error path
  ` [patch 30/36] knfsd: Validate filehandle type in fsid_source
  ` [patch 31/36] Revert "Fix SMP poweroff hangs"
  ` [patch 32/36] XFS: Make xfsbufd threads freezable
  ` [patch 33/36] XFRM: Fix leak of expired xfrm_states
  ` [patch 34/36] NETFILTER: xt_TCPMSS: remove network triggerable WARN_ON
  ` [patch 35/36] libata: kill spurious NCQ completion detection
  ` [patch 36/36] BRIDGE: Properly dereference the br_should_route_hook
  ` [stable] [patch 00/36] 2.6.22-stable review

[RFC] ehea: kdump support using new shutdown hook
 2007-12-13  6:41 UTC  (6+ messages)

How to duplicate packets in PRE_ROUTING hook and send it to multiple machines in simpe way
 2007-12-13  6:46 UTC 

How can I access my usb stick
 2007-12-13  6:34 UTC  (2+ messages)
  ` Fwd: "

[U-Boot-Users] Request to mailing list U-Boot-Users rejected
 2007-12-13  6:31 UTC  (4+ messages)

[PATCH 4/4] sky2: rtnl_lock out of loop will be faster
 2007-12-13  6:26 UTC  (3+ messages)

[PATCH] Enable VPID (Virtual Processor Identification)
 2007-12-13  6:26 UTC 

[PATCH] Enable EPT (Extended Page Table)
 2007-12-13  6:25 UTC 

git describe candidate filtering
 2007-12-13  6:12 UTC  (3+ messages)

[PATCH -stable] libata: kill spurious NCQ completion detection
 2007-12-13  6:11 UTC  (3+ messages)
` patch libata-kill-spurious-ncq-completion-detection.patch queued to -stable tree

[PATCH, RFC] hacks to allow -rt to run kernbench on POWER
 2007-12-13  6:10 UTC  (3+ messages)

trey
 2007-12-13  6:04 UTC 

How to Build Rootfile system
 2007-12-13  6:03 UTC 

McSPI interfaces in newer kernel
 2007-12-13  5:58 UTC  (2+ messages)

net-2.6.235 warning
 2007-12-13  5:55 UTC 

[RFH] convert shortlog to use parse_options
 2007-12-13  5:52 UTC 

2.6.24-rc3-mm1
 2007-12-13  5:36 UTC  (11+ messages)
            ` [PATCH] REQ-flags to/from BIO-flags bugfix

[PATCH] IPv6: Fix the return value of ipv6_getsockopt
 2007-12-13  5:44 UTC 

Physician List in the USA
 2007-12-13  4:25 UTC 

[Qemu-devel] [BUG][PATCH] setsockopt() errno
 2007-12-13  5:31 UTC 

2.6.23.9-rt13
 2007-12-13  5:33 UTC 

2.6.23.8-rt11, tasks freezing
 2007-12-13  5:33 UTC 

[PATCH] b43: Fix rfkill radio LED
 2007-12-13  5:32 UTC 

+ i2c-fix-drivers-media-video-bt866c.patch added to -mm tree
 2007-12-13  5:30 UTC 

ANN: Sonkei
 2007-12-13  5:23 UTC  (2+ messages)

[PATCH] b43: Fix rfkill radio LED
 2007-12-13  5:27 UTC 

Possible issue with dangling PCI BARs
 2007-12-13  5:26 UTC  (2+ messages)

Using VT-D to grant a Windows DomU access to a PCI Express graphics card?
 2007-12-13  5:25 UTC  (8+ messages)
` Using VT-D to grant a Windows DomU access to a PCIExpress "
        ` Using VT-D to grant a Windows DomU access to aPCIExpress "
            ` Using VT-D to grant a Windows DomU access toaPCIExpress "

[PATCH 1/3] [IPSEC]: Make xfrm_lookup flags argument a bit-field
 2007-12-13  5:25 UTC  (5+ messages)
  ` [IPSEC]: Make callers of xfrm_lookup to use XFRM_LOOKUP_WAIT
      ` [DECNET]: Fix inverted wait flag in xfrm_lookup call

[Qemu-devel] [BUG][PATCH] nanosleep doesn't write remaining time
 2007-12-13  5:12 UTC 

[RFC] move free page back to MIGRATE_MOVABLE?
 2007-12-13  5:19 UTC 

acpi_osi Linux report and questions
 2007-12-13  5:06 UTC 

[PATCH] Do ioremap and allocation for sleep on 3400 once at boot
 2007-12-13  5:15 UTC 

[PATCH 0/2] Add crashdump shutdown hooks
 2007-12-13  5:13 UTC  (4+ messages)
` [PATCH 2/2] kdump shutdown hook support

[PATCH] Convert therm_windtunnel.c to use the kthread API
 2007-12-13  4:57 UTC 

Enjoy gambling in the most reliable online casino!
 2007-12-13  4:56 UTC 

[PATCH] Convert therm_pm72.c to use the kthread API
 2007-12-13  4:54 UTC 

[PATCH] fix invalidate_inode_pages2_range not to clear ret
 2007-12-13  4:50 UTC 

[PATCH 0/19] desc_struct integration
 2007-12-13  2:01 UTC  (21+ messages)
` [PATCH 0/19 - v3] "
  ` [PATCH 01/19] unify desc_struct
    ` [PATCH 02/19] unify struct desc_ptr
      ` [PATCH 03/19] change gdt acessor macro name
        ` [PATCH 04/19] removed unused variable
          ` [PATCH 05/19] introduce gate_desc type
            ` [PATCH 06/19] change write_idt_entry signature
              ` [PATCH 07/19] introduce ldt_desc type
                ` [PATCH 08/19] modify write_ldt function
                  ` [PATCH 09/19] introduce fill_ldt
                    ` [PATCH 10/19] provide tss_desc
                      ` [PATCH 11/19] change write_gdt_entry signature
                        ` [PATCH 12/19] change write_ldt_entry signature
                          ` [PATCH 13/19] move constants to desc_defs.h
                            ` [PATCH 14/19] unify non-paravirt parts of desc.h
                              ` [PATCH 15/19] use the same data type for tls_array
                                ` [PATCH 16/19] modify get_desc_base
                                  ` [PATCH 17/19] unify paravirt pieces of descriptor handling
                                    ` [PATCH 18/19] move _set_gate and its users to a common location
                                      ` [PATCH 19/19] unify set_tss_desc

Xilinx devicetrees
 2007-12-13  4:52 UTC  (8+ 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.