All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2007-07-10 02:27:31 to 2007-07-10 06:06:04 UTC [more...]

[RFC 0/4] Using a generic bus_type for virtio
 2007-07-10  6:06 UTC  (7+ messages)
` [RFC 1/4] New virtio bus driver

[RFC][PATCH -mm 0/6] Freezer update
 2007-07-10  6:03 UTC  (10+ messages)
` [RFC][PATCH -mm 2/6] Freezer: Do not send signals to kernel threads
` [RFC][PATCH -mm 3/6] Freezer: Be more verbose
` [RFC][PATCH -mm 4/6] Freezer: Prevent new tasks from inheriting TIF_FREEZE set

[PATCH 00/20] KVM updates for 2.6.23, part 2
 2007-07-10  6:03 UTC  (10+ messages)
` [PATCH 17/20] SMP: Implement on_cpu()

[KJ] Do you have the skills?
 2007-07-10  5:59 UTC  (3+ messages)

[Hdaps-devel] [PATCH] hdaps - switch to using input-polldev
 2007-07-10  5:56 UTC  (4+ messages)

kexec fails (pretty often)
 2007-07-10  5:55 UTC  (4+ messages)

[PATCH][RFC] kvm-scheduler integration
 2007-07-10  5:53 UTC  (9+ messages)
      ` [kvm-devel] "

ELF64 header on i386
 2007-07-10  5:52 UTC  (3+ messages)
` [PATCH] Determine ELF32/ELF64 automatically "

Man Lebt nur einmal - probiers aus ! dividend preference -- used in the Java API
 2007-07-10  5:50 UTC 

mmu_gather changes & generalization
 2007-07-10  5:46 UTC 

kvm-27 vs 28 I/O speed
 2007-07-10  5:44 UTC  (4+ messages)

Please pull from 'for_paulus' branch
 2007-07-10  5:42 UTC 

"svn switch" equivalent when using git-svn -- git-filter-branch?
 2007-07-10  5:40 UTC  (2+ messages)

overflows while calculating volume->used_bytes
 2007-07-10  5:37 UTC 

[Xen-staging] [xen-unstable] Extended the physinfo sysctl to export NUMA cpu_to_node topology info
 2007-07-10  5:36 UTC  (2+ messages)
` [PATCH] "

[RFC,PATCH 00/20] svc: sunrpc server side transport switch
 2007-07-10  5:35 UTC  (21+ messages)
` [RFC,PATCH 01/20] svc: Add svc_sock_ops
` [RFC,PATCH 02/20] svc: sko_detach and sko_free
` [RFC,PATCH 03/20] svc: svc_prep_reply_hdr
` [RFC,PATCH 04/20] svc: sko_has_wspace
` [RFC,PATCH 05/20] svc: svc_max_payload
` [RFC, PATCH 06/20] svc: export svc_sock_enqueue, svc_sock_received
` [RFC,PATCH 07/20] svc: centralise close handling
` [RFC,PATCH 08/20] svc: centralise accept handling
` [RFC,PATCH 09/20] svc: Add SK_LISTENER sock flag
` [RFC,PATCH 10/20] svc: Add generic refcount services
` [RFC,PATCH 11/20] svc: cleanup svc_sock initialization
` [RFC, PATCH 12/20] scv: Create transport neutral debug bit RPCDBG_SVCTRANS
` [RFC,PATCH 13/20] svc: Add svc_[un]register_transport
` [RFC,PATCH 14/20] svc: Register TCP/UDP Transports
` [RFC,PATCH 15/20] svc: transport file implementation
` [RFC,PATCH 16/20] svc: sko_create_svc
` [RFC,PATCH 17/20] svc: Add sko_get_name service
` [RFC,PATCH 18/20] svc: Add sko_defer routine
` [RFC,PATCH 19/20] knfsd: call svc_create_svcsock
` [RFC,PATCH 20/20] knfsd: create listener via portlist write

[PATCH 2/2] Some cosmetic changes to remote library
 2007-07-10  5:33 UTC  (2+ messages)

x86 setup code rewrite in C
 2007-07-10  5:25 UTC  (70+ messages)
` [x86 setup 01/33] x86 setup: MAINTAINERS: formally take responsibility for the i386 boot code
  ` [x86 setup 02/33] hd.c: remove BIOS/CMOS queries
  ` [x86 setup 03/33] include/asm-i386/boot.h: This is <asm/boot.h>, not <linux/boot.h>
  ` [x86 setup 04/33] Unify the CPU features vectors between i386 and x86-64
  ` [x86 setup 05/33] Change CONFIG_X86_MINIMUM_CPU_MODEL to CONFIG_X86_MINIMUM_CPU_FAMILY
  ` [x86 setup 06/33] Clean up struct screen_info (<linux/screen_info.h>)
  ` [x86 setup 07/33] Use a new CPU feature word to cover all Intel features that are spread around
  ` [x86 setup 08/33] Define zero-page offset 0x1e4 as a scratch field, and use it
  ` [x86 setup 09/33] Make definitions for struct e820entry and struct e820map consistent
  ` [x86 setup 10/33] Make struct boot_params a real structure, and remove obsolete fields
  ` [x86 setup 11/33] x86-64: add CONFIG_PHYSICAL_ALIGN for consistency with i386
  ` [x86 setup 12/33] x86-64: add symbolic constants for the boot segment selectors
  ` [x86 setup 13/33] Header file to produce 16-bit code with gcc
  ` [x86 setup 14/33] Top header file for new x86 setup code
  ` [x86 setup 15/33] Simple bitops for the "
  ` [x86 setup 16/33] String-handling functions "
  ` [x86 setup 17/33] A20 handling code
  ` [x86 setup 18/33] APM probing code
  ` [x86 setup 19/33] Command-line parsing code for the new x86 setup code
  ` [x86 setup 20/33] Console-writing "
  ` [x86 setup 21/33] Version string "
  ` [x86 setup 22/33] CPU features verification "
  ` [x86 setup 23/33] EDD probing code "
  ` [x86 setup 24/33] MCA support for "
  ` [x86 setup 25/33] Memory probing support for the "
  ` [x86 setup 26/33] Voyager "
  ` [x86 setup 27/33] Video mode probing "
  ` [x86 setup 28/33] Code for actual protected-mode entry
  ` [x86 setup 29/33] Assembly header and main routine for new x86 setup code
  ` [x86 setup 30/33] Linker script for the "
  ` [x86 setup 31/33] Use the new x86 setup code for i386
  ` [x86 setup 32/33] Use the new x86 setup code for x86-64; unify with i386
  ` [x86 setup 33/33] Remove old i386 setup code

[RFC/PATCH] git-branch: default to --track
 2007-07-10  5:23 UTC  (15+ messages)
  ` [PATCH] branch.autosetupmerge: allow boolean values, or "all"
          ` [PATCH] branch --track: code cleanup and saner handling of local branches
                  ` [PATCH 1/2] Add for_each_remote() function, and extend remote_find_tracking()
                  ` [PATCH 2/2] branch --track: code cleanup and saner handling of local branches

[PATCH] ide: Use inline function for eieio
 2007-07-10  5:23 UTC  (2+ messages)

Patches added to 2.6.23 branch
 2007-07-10  5:22 UTC  (3+ messages)

Monitor mode with RTL8187
 2007-07-10  5:21 UTC  (2+ messages)

[PATCH 0/16] Pid namespaces
 2007-07-10  5:18 UTC  (11+ messages)
` [PATCH 4/16] Change data structures for pid namespaces
` [PATCH 6/16] Helpers to obtain pid numbers
` [PATCH 7/16] Helpers to find the task by its numerical ids
` [PATCH 8/16] Masquerade the siginfo when sending a pid to a foreign namespace

[patch 00/10] [RFC] SLUB patches for more functionality, performance and maintenance
 2007-07-10  5:16 UTC  (20+ messages)
` [patch 09/10] Remove the SLOB allocator for 2.6.23
                  ` [PATCH] x86_64 - Use non locked version for local_cmpxchg()

PXA2xx keyboard driver fix
 2007-07-10  5:15 UTC  (3+ messages)

[PATCH] Kprobes on select architectures no longer EXPERIMENTAL
 2007-07-10  5:13 UTC 

Sysfs and suicidal attributes
 2007-07-10  5:09 UTC  (2+ messages)

- input-delete-useless-reference-to-dead-module_parm-macro.patch removed from -mm tree
 2007-07-10  5:05 UTC 

- joydevc-automatic-re-calibration.patch removed from -mm tree
 2007-07-10  5:05 UTC 

[git pull] Input updates for post-2.6.22
 2007-07-10  5:02 UTC 

operator=
 2007-07-10  5:00 UTC 

sysfs: release mutex when kmalloc() failed in sysfs_open_file()
 2007-07-10  4:56 UTC 

+ x86_64-get-mp_bus_to_node-as-early.patch added to -mm tree
 2007-07-10  4:49 UTC  (5+ messages)
` [PATCH 1/4] try parent numa_node at first before using default

[PATCH 1/2] Add allocation and freeing functions for struct refs
 2007-07-10  4:47 UTC 

Determine version of kernel that produced vmcore
 2007-07-10  4:45 UTC  (9+ messages)

[patch -rss] Make RSS accounting display more user friendly
 2028-02-27  7:39 UTC  (9+ messages)

[PATCH] ext2/ext3/ext4: Add block bitmap validation
 2007-07-10  4:43 UTC 

[PATCH 2/3] Virtio draft IV: the block driver
 2007-07-10  4:42 UTC  (3+ messages)

[patch 2/7] Blackfin: on-chip ethernet MAC controller driver
 2007-07-10  3:56 UTC  (4+ messages)

[PATCH v3] Make fetch-pack a builtin with an internal API
 2007-07-10  4:38 UTC 

Does the Netxen driver work?
 2007-07-10  4:33 UTC  (2+ messages)

maps2-add-proc-pid-pagemap-interface.patch
 2007-07-10  4:28 UTC  (3+ messages)

SMART problems in 2.6.22
 2007-07-10  4:24 UTC  (3+ messages)

Races in net_rx_action vs netpoll?
 2007-07-09 22:27 UTC  (2+ messages)

how to do directory renames in fast-import
 2007-07-10  4:16 UTC  (3+ messages)
` [PATCH] Support wholesale "

[RFC] Allow LSM to use IP address/port number. (was Re: [PATCH 1/1] Add post accept()/recvmsg() hooks.)
 2007-07-10  4:11 UTC  (7+ messages)
    ` [RFC] Allow LSM to use IP address/port number

[parisc-linux] glibc is broken because of gcc
 2007-07-10  4:11 UTC 

[parisc-linux] glibc is broken because of gcc
 2007-07-10  4:08 UTC 

Probieren Sie es - Mann Lebt nur einmal You also made a -- else. Something more
 2007-07-10  3:58 UTC 

Confuse with big endian bitwise field
 2007-07-10  3:58 UTC  (5+ messages)

[U-Boot-Users] [PATCH 30/30] Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!
 2007-07-10  3:56 UTC 

[U-Boot-Users] [PATCH 29/30] include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK
 2007-07-10  3:56 UTC 

[U-Boot-Users] [PATCH 28/30] include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK
 2007-07-10  3:56 UTC 

[U-Boot-Users] [PATCH 27/30] include/configs/[T-Z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK
 2007-07-10  3:55 UTC 

[U-Boot-Users] [PATCH 26/30] include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK
 2007-07-10  3:55 UTC 

[U-Boot-Users] [PATCH 25/30] include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK
 2007-07-10  3:54 UTC 

[U-Boot-Users] [PATCH 24/30] include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK
 2007-07-10  3:54 UTC 

[U-Boot-Users] [PATCH 23/30] Retire CONFIG_COMMANDS finally
 2007-07-10  3:54 UTC 

Fwd: xfs_fsr and null byte areas in files (REPOST) / file data checksumming
 2007-07-10  3:53 UTC  (3+ messages)

[U-Boot-Users] [PATCH 22/30] Update README.* to reference new CONFIG_CMD_* names now
 2007-07-10  3:53 UTC 

[PATCH 1/1] libata: pata_pdc2027x PLL input clock fix
 2007-07-10  3:52 UTC  (3+ messages)

[U-Boot-Users] [PATCH 21/30] cpu/m*: Remove obsolete references to CONFIG_COMMANDS
 2007-07-10  3:53 UTC 

[U-Boot-Users] [PATCH 20/30] cpu/[7a-ln-z]*: Remove obsolete references to CONFIG_COMMANDS
 2007-07-10  3:52 UTC 

[U-Boot-Users] [PATCH 19/30] board/[q-z]*: Remove obsolete references to CONFIG_COMMANDS
 2007-07-10  3:52 UTC 

[U-Boot-Users] [PATCH 18/30] board/[m-p]*: Remove obsolete references to CONFIG_COMMANDS
 2007-07-10  3:51 UTC 

[U-Boot-Users] [PATCH 17/30] board/[f-l]*: Remove obsolete references to CONFIG_COMMANDS
 2007-07-10  3:51 UTC 

[U-Boot-Users] [PATCH 16/30] board/[d-e]*: Remove obsolete references to CONFIG_COMMANDS
 2007-07-10  3:51 UTC 

[U-Boot-Users] [PATCH 15/30] board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDS
 2007-07-10  3:50 UTC 

[U-Boot-Users] [PATCH 14/30] rtc/: Remove obsolete references to CONFIG_COMMANDS
 2007-07-10  3:50 UTC 

[U-Boot-Users] [PATCH 13/30] lib_{arm, avr32, blackfin, generic, i386}/: Remove obsolete references to CONFIG_COMMANDS
 2007-07-10  3:49 UTC 

[U-Boot-Users] [PATCH 12/30] lib_{m68k, microblaze, mips, ppc}/: Remove obsolete references to CONFIG_COMMANDS
 2007-07-10  3:49 UTC 

[U-Boot-Users] [PATCH 11/30] fs/: Remove obsolete references to CONFIG_COMMANDS
 2007-07-10  3:48 UTC 

[U-Boot-Users] [PATCH 10/30] tools/: Remove obsolete references to CONFIG_COMMANDS
 2007-07-10  3:48 UTC 

[U-Boot-Users] [PATCH 09/30] net/: Remove obsolete references to CONFIG_COMMANDS
 2007-07-10  3:47 UTC 

[U-Boot-Users] [PATCH 08/30] drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS
 2007-07-10  3:47 UTC 

[U-Boot-Users] [PATCH 07/30] drivers/[a-m]*: Remove obsolete references to CONFIG_COMMANDS
 2007-07-10  3:46 UTC 

[U-Boot-Users] [PATCH 06/30] disk/: Remove obsolete references to CONFIG_COMMANDS
 2007-07-10  3:46 UTC 

[U-Boot-Users] [PATCH 05/30] include/: Remove obsolete references to CONFIG_COMMANDS
 2007-07-10  3:45 UTC 

[NET]: Avoid copying writable clones in tunnel drivers
 2007-07-09 22:33 UTC  (2+ messages)

[U-Boot-Users] [PATCH 04/30] common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS
 2007-07-10  3:45 UTC 

[U-Boot-Users] [PATCH 03/30] common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS
 2007-07-10  3:44 UTC 

[U-Boot-Users] [PATCH 02/30] common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS
 2007-07-10  3:43 UTC 

[PATCH 1/3] [IPV6]: Restore semantics of Routing Header processing
 2007-07-10  3:42 UTC  (3+ messages)

[U-Boot-Users] [PATCH 01/30] common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS
 2007-07-10  3:41 UTC 

[U-Boot-Users] [PATCH 00/30] Finally kill off CONFIG_COMMANDS and CONFIG_BOOTP_MASK
 2007-07-10  3:41 UTC 

[PATCH -rc7 1/1] netpoll: Fix a leak-n-bug in netpoll_cleanup()
 2007-07-09 22:22 UTC  (2+ messages)

[PATCH] net : make ip_tos2prio const
 2007-07-09 22:33 UTC  (2+ messages)

[NET]: Fix gen_estimator timer removal race
 2007-07-09 22:30 UTC  (3+ messages)

[PATCH] [RESEND] Improve idmap parallelism
 2007-07-10  3:18 UTC  (5+ messages)

[Printing-architecture] RESCHEDULE - OP SC - please respond ASAP
 2007-07-10  3:05 UTC  (2+ messages)

[PATCH] Remove process freezer from suspend to RAM pathway
 2007-07-10  3:03 UTC  (6+ messages)

[PATCH v2] Allow exec on 32-bit from readable, non-exec pages, with a warning
 2007-07-10  3:01 UTC  (2+ messages)

[PATCH 2/4] [Net] Support accelerated network plugin modules
 2007-07-10  2:49 UTC  (2+ messages)
` [PATCH 2/4] [Net] Support accelerated network pluginmodules

[mm-patch]Documentation:reference notifiers.txt in freezing-of-tasks.txt
 2007-07-10  2:48 UTC  (2+ messages)

Power Mangement Interfaces
 2007-07-10  2:45 UTC  (5+ messages)
` Hibernate after alarm wakes from STR
    ` [linux-pm] "
    `  "

mptsas drops then re-adds hard drive
 2007-07-10  2:30 UTC 

how to combine two clones in a collection
 2007-07-10  2:35 UTC  (2+ messages)

Hibernation Redesign (was: malicious filesystems (was Re: [linux-pm] Re: [PATCH] Remove process freezer from suspend to RAM)
 2007-07-10  2:28 UTC  (5+ messages)
` Hibernation Redesign

[PATCH 000 of 20] knfsd: Support 'secinfo' exports with related cleanups
 2007-07-10  2:28 UTC  (20+ messages)
` [PATCH 001 of 20] knfsd: nfsd: make all exp_finding functions return -errno's on err
` [PATCH 012 of 20] knfsd: nfsd4: make readonly access depend on pseudoflavor
` [PATCH 013 of 20] knfsd: nfsd: factor out code from show_expflags
` [PATCH 014 of 20] knfsd: nfsd: display export secinfo information
` [PATCH 015 of 20] knfsd: nfsd4: make readonly access depend on pseudoflavor
` [PATCH 016 of 20] knfsd: rpc: add gss krb5 and spkm3 oid values
` [PATCH 017 of 20] knfsd: nfsd4: implement secinfo
` [PATCH 018 of 20] knfsd: nfsd4: secinfo handling without secinfo= option
` [PATCH 019 of 20] knfsd: nfsd: allow auth_sys nlm on rpcsec_gss exports
` [PATCH 020 of 20] knfsd: nfsd: enforce per-flavor id squashing


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.