All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2007-10-12 21:08:51 to 2007-10-12 22:56:41 UTC [more...]

static LSM objection
 2007-10-12 22:20 UTC  (2+ messages)

[PATCH 01/75] platform: prefix MODALIAS with "platform:"
 2007-10-12 22:17 UTC  (65+ messages)
  ` [PATCH 02/75] HOWTO: update ja_JP/HOWTO with latest changes
    ` [PATCH 03/75] Driver core: make sysfs uevent-attributes static
      ` [PATCH 04/75] Driver core: change add_uevent_var to use a struct
        ` [PATCH 05/75] Driver core: add CONFIG_UEVENT_HELPER_PATH
          ` [PATCH 06/75] Driver core: remove subsys_set_kset
            ` [PATCH 07/75] Driver core: remove kset_set_kset_s
              ` [PATCH 08/75] Driver core: remove subsys_put()
                ` [PATCH 09/75] Driver core: remove subsys_get()
                  ` [PATCH 10/75] Driver core: remove put_bus()
                    ` [PATCH 11/75] Driver core: remove get_bus()
                      ` [PATCH 12/75] kobjects: fix up improper use of the kobject name field
                        ` [PATCH 13/75] cdev: remove unneeded setting of cdev names
                          ` [PATCH 14/75] Drivers: clean up direct setting of the name of a kset
                            ` [PATCH 15/75] kobject: remove the static array for the name
                              ` [PATCH 16/75] Driver core: clean up removed functions from the documentation
                                ` [PATCH 17/75] debugfs: helper for decimal challenged
                                  ` [PATCH 18/75] sysfs/file.c - use mutex instead of semaphore
                                    ` [PATCH 19/75] sysfs: cleanup semaphore.h
                                      ` [PATCH 20/75] sysfs: Remove first pass at shadow directory support
                                        ` [PATCH 21/75] sysfs: cosmetic changes in sysfs_lookup()
                                          ` [PATCH 22/75] sysfs: simplify sysfs_rename_dir()
                                            ` [PATCH 23/75] sysfs: make sysfs_add/remove_one() call link/unlink_sibling() implictly
                                              ` [PATCH 24/75] sysfs: make sysfs_add_one() automatically check for duplicate entry
                                                ` [PATCH 25/75] sysfs: make sysfs_addrm_finish() return void
                                                  ` [PATCH 26/75] dmi-id: Use dynamic sysfs attributes
                                                    ` [PATCH 27/75] dmi-id: Possible cleanup
                                                      ` [PATCH 28/75] Convert from class_device to device for drivers/video
                                                        ` [PATCH 29/75] Convert from class_device to device in drivers/char
                                                          ` [PATCH 30/75] Driver core: exclude kobject_uevent.c for !CONFIG_HOTPLUG
                                                            ` [PATCH 31/75] Driver core: add uevent file for bus and driver
                                                              ` [PATCH 32/75] Driver core: kerneldoc - kobject_uevent_env is not "usually KOBJ_MOVE"
                                                                ` [PATCH 33/75] Fix Firmware class name collision
                                                                  ` [PATCH 34/75] drivers/base/power/: make 2 functions static
                                                                    ` [PATCH 35/75] sysfs: Fix typos in fs/sysfs/file.c
                                                                      ` [PATCH 36/75] sysdev: remove global sysdev drivers list
                                                                        ` [PATCH 37/75] Driver core: Make platform_device.id an int
                                                                          ` [PATCH 38/75] sysfs: fix i_mutex locking in sysfs_get_dentry()
                                                                            ` [PATCH 39/75] sysfs: Move all of inode initialization into sysfs_init_inode
                                                                              ` [PATCH 40/75] sysfs: Remove sysfs_instantiate
                                                                                ` [PATCH 41/75] sysfs: Use kill_anon_super
                                                                                  ` [PATCH 42/75] sysfs: Make sysfs_mount static
                                                                                    ` [PATCH 43/75] sysfs: In sysfs_lookup don't open code sysfs_find_dirent
                                                                                      ` [PATCH 44/75] sysfs: Simplify readdir
                                                                                        ` [PATCH 45/75] sysfs: Rewrite sysfs_drop_dentry
                                                                                          ` [PATCH 46/75] sysfs: Introduce sysfs_rename_mutex
                                                                                            ` [PATCH 47/75] sysfs: simply sysfs_get_dentry
                                                                                              ` [PATCH 48/75] sysfs: Remove s_dentry
                                                                                                ` [PATCH 49/75] sysfs: Rewrite rename in terms of sysfs dirents
                                                                                                  ` [PATCH 50/75] sysfs: Rewrite sysfs_move_dir "
                                                                                                    ` [PATCH 51/75] PTY: add kernel parameter to overwrite legacy pty count
                                                                                                      ` [PATCH 52/75] sysfs: spit a warning to users when they try to create a duplicate sysfs file
                                                                                                        ` [PATCH 53/75] sysfs: fix comments of sysfs_add/remove_one()
                                                                                                          ` [PATCH 54/75] sysfs: fix sysfs_chmod_file() such that it updates sd->s_mode too
                                                                                                            ` [PATCH 55/75] sysfs: clean up header files
                                                                                                              ` [PATCH 56/75] sysfs: kill sysfs_update_file()
                                                                                                                ` [PATCH 57/75] sysfs: reposition sysfs_dirent->s_mode
                                                                                                                  ` [PATCH 58/75] sysfs: kill unnecessary sysfs_get() in open paths
                                                                                                                    ` [PATCH 59/75] sysfs: kill unnecessary NULL pointer check in sysfs_release()
                                                                                                                      ` [PATCH 60/75] sysfs: make bin attr open get active reference of parent too
                                                                                                                        ` [PATCH 61/75] sysfs: make s_elem an anonymous union
                                                                                                                          ` [PATCH 62/75] sysfs: open code sysfs_attach_dentry()
                                                                                                                            ` [PATCH 63/75] sysfs: make sysfs_root a regular directory dirent
                                                                                                                              ` [PATCH 64/75] sysfs: move sysfs_dirent->s_children into sysfs_dirent->s_dir
                                                                                                                                ` [PATCH 65/75] sysfs: implement sysfs_open_dirent

[PATCH 0/1] x86: convert-cpuinfo_x86-array-to-a-per_cpu-array fix
 2007-10-12 22:54 UTC  (2+ messages)
` [PATCH 1/1] "

[lm-sensors] [patch 1/1] w83627hf hoist nr-1 offset out of
 2007-10-12 22:50 UTC 

Question on type_info and count_info for a page_info structure
 2007-10-12 22:49 UTC  (2+ messages)
` Question on type_info and count_info for a page_infostructure

[PATCH 01/12] Fix various typos and nitpicks
 2007-10-12 22:49 UTC  (15+ messages)
` [PATCH 02/12] Add parameters to usage help text
  ` [PATCH 03/12] Prevent renaming interfaces to empty string
    ` [PATCH 04/12] Fix up various problems in netbug script
      ` [PATCH 05/12] Fix typo in tunnel code (o_key vs. i_key)
        ` [PATCH 06/12] Remove bogus reference to tc-filters(8) from tc(8) manpage
          ` [PATCH 07/12] Fix corruption when using batch files with comments and broken lines
            ` [PATCH 08/12] Fix ematch cmp and nbyte syntax help text
              ` [PATCH 09/12] Add new rtacct/nstat manpages and additional symlinks
                ` [PATCH 10/12] Fix off-by-one in print of wrandom algo
                  ` [PATCH 11/12] Fix overflow in time2tick / tick2time
                    ` [PATCH 12/12] Drop bogus reference to tc-filters and add lartc.org link to manpage

otokusan
 2007-10-12 22:46 UTC 

[PATCH 3/5] ACPI: EC: auto select interrupt mode
 2007-10-12 22:42 UTC  (2+ messages)
  ` [PATCH 4/5] ACPI: EC: Add workaround for "optimized" controllers

RCS keyword expansion
 2007-10-12 22:42 UTC  (7+ messages)

[GIT PATCH] USB patches for 2.6.23
 2007-10-12 22:20 UTC  (2+ messages)

Gcc 4.2.2 broken for kernel builds
 2007-10-12 22:42 UTC  (2+ messages)

[PATCH] refpolicy: gdm file context
 2007-10-12 22:39 UTC 

Fan not working after hibernate but ok after s2ram?
 2007-10-12 22:38 UTC  (2+ messages)

[PATCH 2/5] Add proper support for multicast
 2007-10-12 22:37 UTC  (6+ messages)
` [PATCH 3/5] Don't read AR5K_RAC_PISR on AR5210, document ath5k_int
  ` [PATCH 4/5] Add extensive documenation for the atheros bssid_mask
    ` [PATCH 5/5] ath5k: Fix and clean mode initialization, prefer G for AR5212

[GIT PATCH] driver core patches for 2.6.23
 2007-10-12 22:12 UTC 

- build-failure-on-axonram.patch removed from -mm tree
 2007-10-12 22:25 UTC 

[RFC, PATCH 0/3] svc: gnb review cleanup for transport switch
 2007-10-12 22:30 UTC  (5+ messages)

hdparm standby timeout not working for WD raptors?
 2007-10-12 22:19 UTC  (5+ messages)

[PATCH 0/7] Respin of Sylvain's bestcomm patches
 2007-10-12 22:25 UTC  (8+ messages)
` [PATCH 1/7] exports rheap symbol to modules
` [PATCH 2/7] rheap: Changes config mechanism
` [PATCH 3/7] mpc52xx: Update mpc52xx_psc structure with B revision changes
` [PATCH 4/7] bestcomm: core bestcomm support for Freescale MPC5200
` [PATCH 5/7] bestcomm: ATA task support
` [PATCH 6/7] bestcomm: FEC "
` [PATCH 7/7] bestcomm: GenBD "

- git-block-borkages.patch removed from -mm tree
 2007-10-12 22:25 UTC 

- git-block-fixup-fix.patch removed from -mm tree
 2007-10-12 22:25 UTC 

- blackfin-enable-arbitary-speed-serial-setting.patch removed from -mm tree
 2007-10-12 22:25 UTC 

- maintainters-use-our-mail-list-as-blackfin-arch-maintainters.patch removed from -mm tree
 2007-10-12 22:25 UTC 

- git-block-s390-fix.patch removed from -mm tree
 2007-10-12 22:25 UTC 

- git-kgdb-be-modern.patch removed from -mm tree
 2007-10-12 22:25 UTC 

- git-net-fix-qeth_main.patch removed from -mm tree
 2007-10-12 22:25 UTC 

- git-mtd-vs-powerpc.patch removed from -mm tree
 2007-10-12 22:25 UTC 

drivers/fc4/fc.c in git-scsi-misc
 2007-10-12 22:25 UTC  (4+ messages)

- mmc-fix-gregkh-driver-driver-core-change-add_uevent_var-to-use-a-struct.patch removed from -mm tree
 2007-10-12 22:24 UTC 

- adbhid-produce-all-capslock-key-events.patch removed from -mm tree
 2007-10-12 22:23 UTC 

- git-dvb-vs-i2c-tree.patch removed from -mm tree
 2007-10-12 22:23 UTC 

- keyboard-capsshift-lock.patch removed from -mm tree
 2007-10-12 22:24 UTC 

- git-dvb-rename-videobuf_qtype_opscopy_to_user.patch removed from -mm tree
 2007-10-12 22:23 UTC 

[2.6.24 PATCH 02/25] dm io:ctl use constant struct size
 2007-10-12 22:16 UTC  (2+ messages)

[RFC patch] use thread.on_ustack to determine if on user stack
 2007-10-12 22:15 UTC  (2+ messages)

arch merge fallout
 2007-10-12 22:12 UTC  (3+ messages)

Fwd: FSC Esprimo Mobile V5505 - info, partly working
 2007-10-12 22:11 UTC 

[PATCH] Allow kconfig to accept overrides
 2007-10-12 22:10 UTC  (3+ messages)

[LARTC] Weird problem with maximum upload speed on Windows
 2007-10-12 22:10 UTC 

[RFC] Paravirt timer for KVM
 2007-10-12 22:09 UTC  (6+ messages)

Git User's Survey 2007 unfinished summary continued
 2007-10-12 22:08 UTC  (2+ messages)

Fwd: FSC Esprimo Mobile V5505 - info, partly working
 2007-10-12 22:07 UTC 

Git User's Survey 2007 summary - comparison with previous survey
 2007-10-12 22:07 UTC 

+ git-wireless-fixup.patch added to -mm tree
 2007-10-12 22:05 UTC 

[GIT PULL] please pull infiniband.git for-linus
 2007-10-12 22:19 UTC  (6+ messages)
        ` Redesigning file2alias for easy merging (bits of kbuild/kconfig)

Fwd: FSC Esprimo Mobile V5505 - info, partly working
 2007-10-12 21:57 UTC 

[PATCH] ELF program header
 2007-10-12 22:03 UTC  (2+ messages)

[PATCH][BNX2X] round three
 2007-10-12 22:03 UTC  (3+ messages)

Serious business in a sphere of financial services. (no investment reqired)
 2007-10-12 22:03 UTC 

+ git-nfs-fixup.patch added to -mm tree
 2007-10-12 22:02 UTC 

how to best map/buffer a file to memory by being able to lock sequences thread-safe
 2007-10-12 22:01 UTC 

+ git-v9fs-fixup.patch added to -mm tree
 2007-10-12 22:01 UTC 

+ git-watchdog-fixup.patch added to -mm tree
 2007-10-12 22:00 UTC 

[Xenomai-core] [PATCH] fix hw-timer setup/cleanup for i386
 2007-10-12 21:58 UTC  (8+ messages)

+ git-mips-fixup.patch added to -mm tree
 2007-10-12 21:56 UTC 

AHCI: using bios after linux
 2007-10-12 21:55 UTC  (2+ messages)

Override timer interrupt
 2007-10-12 21:55 UTC  (4+ messages)

[RFC] [PATCH] PowerPC: add more than 4MB kernel image size support to bootwarapper
 2007-10-12 21:53 UTC  (9+ messages)

+ git-md-accel-fixup.patch added to -mm tree
 2007-10-12 21:52 UTC 

msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to userland
 2007-10-12 21:45 UTC  (6+ messages)

[PATCH 00/10] REVIEW: Xen patches for 2.6.24
 2007-10-12 21:11 UTC  (22+ messages)
` [PATCH 01/10] remove dead code in pgtable_cache_init
` [PATCH 02/10] Clean up duplicate includes in arch/i386/xen/
` [PATCH 03/10] xen: yield to IPI target if necessary
` [PATCH 04/10] xen: add batch completion callbacks
` [PATCH 05/10] xen: deal with stale cr3 values when unpinning pagetables
` [PATCH 06/10] xen: lock pte pages while pinning/unpinning
` [PATCH 07/10] xen: ask the hypervisor how much space it needs reserved
` [PATCH 08/10] xen: fix incorrect vcpu_register_vcpu_info hypercall argument
` [PATCH 09/10] xen: add some debug output for failed multicalls
` [PATCH 10/10] xfs: eagerly remove vmap mappings to avoid upsetting Xen

[lm-sensors] [PATCH] hwmon/sis5595: Add individual alarm files
 2007-10-12 21:49 UTC  (2+ messages)

+ git-arm-fixup.patch added to -mm tree
 2007-10-12 21:48 UTC 

+ git-alsa-fixup.patch added to -mm tree
 2007-10-12 21:46 UTC 

[PATCH, RFC 1/3] ext4_grpnum_t: Add new type
 2007-10-12 21:46 UTC  (3+ messages)

[LARTC] Why not qos for downloading stream??
 2007-10-12 21:43 UTC 

- device-suspend-debug.patch removed from -mm tree
 2007-10-12 21:43 UTC 

[Xenomai-help] adeos patch for 2.6.21
 2007-10-12 21:42 UTC  (7+ messages)

[PATCH] Update function names in /proc/net/tcp documentation
 2007-10-12 20:54 UTC 

[Cluster-devel] cluster/gfs2 edit/hexedit.c man/gfs2_edit.8
 2007-10-12 21:38 UTC 

[patch 0/2][NETNS49][IPV4][IGMP] activate multicast per namespace
 2007-10-12 21:37 UTC  (4+ messages)

Off-Topic: Patent infringement cases filed in U.S
 2007-10-12 21:35 UTC  (2+ messages)

2.6.23-mm1
 2007-10-12 21:32 UTC  (2+ messages)

Override timer interrupt
 2007-10-12 21:32 UTC  (2+ messages)

DHCP works but iptables should have dropped
 2007-10-12 21:32 UTC 

[LARTC] scrapting data from tc rules
 2007-10-12 21:32 UTC 

2.6.23.git build error
 2007-10-12 21:31 UTC  (2+ messages)

- keys-make-request_key-and-co-fundamentally-asynchronous-vs-git-mmc.patch removed from -mm tree
 2007-10-12 21:25 UTC 

[patch 2.6.23-omap] misc musb tweaks
 2007-10-12 21:26 UTC 

[patch 2.6.23-omap] rest of dma_controller.private_data updates
 2007-10-12 21:24 UTC 

[patch 2.6.23-omap] fix omap2 kconfig goofage
 2007-10-12 21:23 UTC 

Build error for 2.6.23-git1
 2007-10-12 21:22 UTC 

2.6.23 regression: top displaying 9999% CPU usage
 2007-10-12 21:22 UTC  (2+ messages)
` [stable] "

concept of a permissive domain
 2007-10-12 21:21 UTC  (2+ messages)

LVM2 ./WHATS_NEW lib/metadata/metadata.c
 2007-10-12 21:18 UTC  (2+ messages)

[PATCH] sata_nv,ahci: add the ahci legacy mode support to sata_nv
 2007-10-12 21:17 UTC  (2+ messages)

[patch 05/25] ata: add the SW NCQ support to sata_nv for MCP51/MCP55/MCP61
 2007-10-12 21:15 UTC  (13+ messages)

[patch 1/1] scsi: expose AN support to user space
 2007-10-12 21:09 UTC 

Oops on rmmod asus_acpi
 2007-10-12 21:07 UTC  (3+ messages)
` oops "


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.