1
0
Fork 0
alistair23-linux/include/linux
Alan Stern 55c527187c [PATCH] USB: Consider power budget when choosing configuration
This patch (as609) changes the way we keep track of power budgeting for
USB hubs and devices, and it updates the choose_configuration routine to
take this information into account.  (This is something we should have
been doing all along.)  A new field in struct usb_device holds the amount
of bus current available from the upstream port, and the usb_hub structure
keeps track of the current available for each downstream port.

Two new rules for configuration selection are added:

	Don't select a self-powered configuration when only bus power
	is available.

	Don't select a configuration requiring more bus power than is
	available.

However the first rule is #if-ed out, because I found that the internal
hub in my HP USB keyboard claims that its only configuration is
self-powered.  The rule would prevent the configuration from being chosen,
leaving the hub & keyboard unconfigured.  Since similar descriptor errors
may turn out to be fairly common, it seemed wise not to include a rule
that would break automatic configuration unnecessarily for such devices.

The second rule may also trigger unnecessarily, although this should be
less common.  More likely it will annoy people by sometimes failing to
accept configurations that should never have been chosen in the first
place.

The patch also changes usbcore's reaction when no configuration is
suitable.  Instead of raising an error and rejecting the device, now
the core will simply leave the device unconfigured.  People can always
work around such problems by installing configurations manually through
sysfs.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2006-01-04 13:48:34 -08:00
..
byteorder [BYTEORDER]: Document alignment and byteorder macros 2005-09-19 19:57:36 -07:00
dvb [PATCH] V4L/DVB: (3086c) Whitespaces cleanups part 4 2005-12-12 08:57:44 -08:00
hdlc
isdn
lockd [PATCH] NLM: fix a client-side race on blocking locks. 2005-06-22 16:07:42 -04:00
mmc [MMC] Fix protocol errors 2005-11-28 21:00:29 +00:00
mtd [PATCH] mtd onenand driver: reduce stack usage 2005-12-18 16:28:24 -08:00
netfilter [NETFILTER] nfnetlink: unconditionally require CAP_NET_ADMIN 2005-11-14 15:24:59 -08:00
netfilter_arp [NETFILTER]: Add "revision" support to arp_tables and ip6_tables 2005-10-31 16:36:08 -02:00
netfilter_bridge
netfilter_ipv4 [NETFILTER]: Remove ARRAY_SIZE duplicate 2005-11-20 21:11:31 -08:00
netfilter_ipv6 [NETFILTER]: Add "revision" support to arp_tables and ip6_tables 2005-10-31 16:36:08 -02:00
nfsd [PATCH] knfsd: Fix some minor sign problems in nfsd/xdr 2005-11-07 07:53:48 -08:00
raid [PATCH] md: complete conversion of md to use kthreads 2005-11-09 07:56:40 -08:00
sunrpc [PATCH] knfsd: Fix some minor sign problems in nfsd/xdr 2005-11-07 07:53:48 -08:00
tc_act
tc_ematch [INET]: speedup inet (tcp/dccp) lookups 2005-10-03 14:13:38 -07:00
8250_pci.h [SERIAL] Convert parport_serial to use new 8250_pci interfaces 2005-07-27 11:41:18 +01:00
a.out.h [PATCH] Use ALIGN to remove duplicate code 2005-06-25 16:25:02 -07:00
ac97_codec.h
acct.h [PATCH] acct.h needs jiffies.h 2005-11-13 18:14:17 -08:00
acpi.h [ACPI] delete CONFIG_ACPI_PCI 2005-08-25 12:40:44 -04:00
adb.h
adfs_fs.h
adfs_fs_i.h
adfs_fs_sb.h
affs_fs.h
affs_hardblocks.h
agp_backend.h
agpgart.h
aio.h [PATCH] aio: don't ref kioctx after decref in put_ioctx 2005-11-13 18:14:16 -08:00
aio_abi.h
amifd.h
amifdreg.h
amigaffs.h
apm_bios.h
arcdevice.h
arcfb.h [PATCH] Framebuffer driver for Arc LCD board 2005-06-21 19:07:41 -07:00
ata.h libata: const-ification bombing run 2005-10-22 14:27:05 -04:00
atalk.h [ATALK]: Include asm/byteorder.h in linux/atalk.h 2005-06-26 15:28:10 -07:00
atm.h
atm_eni.h
atm_he.h
atm_idt77105.h
atm_nicstar.h
atm_suni.h
atm_tcp.h
atm_zatm.h
atmapi.h
atmarp.h
atmbr2684.h
atmclip.h
atmdev.h [ATM]: deregistration removes device from atm_devs list immediately 2005-11-29 16:16:41 -08:00
atmioc.h
atmlec.h
atmmpc.h
atmppp.h
atmsap.h
atmsvc.h
attribute_container.h [SCSI] correct attribute_container list usage 2005-08-30 22:44:20 -05:00
audit.h [PATCH] gfp_t: kernel/* 2005-10-28 08:16:49 -07:00
auto_fs.h
auto_fs4.h [PATCH] autofs4: subversion bump to identify these changes 2005-06-21 19:07:36 -07:00
auxvec.h [PATCH] auxiliary vector cleanups 2005-09-07 16:57:21 -07:00
awe_voice.h [PATCH] include/linux/soundcard.h: endianness fix 2005-05-05 16:36:31 -07:00
ax25.h
b1lli.h
b1pcmcia.h
backing-dev.h
backlight.h
baycom.h
bcd.h
bfs_fs.h [PATCH] bfs endianness annotations 2005-10-04 13:22:01 -07:00
binfmts.h [PATCH] setuid core dump 2005-06-23 09:45:26 -07:00
bio.h [PATCH] gfp_t: fs/* 2005-10-28 08:16:47 -07:00
bit_spinlock.h [PATCH] spinlock consolidation 2005-09-10 10:06:21 -07:00
bitmap.h [PATCH] cpusets: bitmap and mask remap operators 2005-10-30 17:37:21 -08:00
bitops.h [PATCH] x86-64/i386: Intel HT, Multi core detection fixes 2005-11-14 19:55:16 -08:00
blkdev.h [BLOCK] Implement elv_drain_elevator for improved switch error detection 2005-11-12 10:56:06 +01:00
blkpg.h
blockgroup_lock.h
bootmem.h [PATCH] swiotlb: make sure initial DMA allocations really are in DMA memory 2005-10-19 23:11:33 -07:00
bpqether.h
buffer_head.h [PATCH] ext3: Fix unmapped buffers in transaction's lists 2005-10-30 17:37:17 -08:00
cache.h [IA64] Add __read_mostly support for IA64 2005-12-16 10:52:46 -08:00
capability.h [PATCH] VM: add capabilites check to set_zone_reclaim 2005-09-05 00:05:44 -07:00
capi.h
cciss_ioctl.h [PATCH 1/3] cciss: bug fix for hpacucli 2005-11-18 22:00:17 +01:00
cd1400.h
cdev.h
cdk.h
cdrom.h
chio.h [PATCH] __user annotations (scsi/ch) 2005-09-10 10:16:27 -07:00
circ_buf.h
cm4000_cs.h [PATCH] New Omnikey Cardman 4000 driver 2005-11-13 18:14:10 -08:00
cn_proc.h [PATCH] Add timestamp field to process events 2005-12-12 08:57:42 -08:00
cobalt-nvram.h
coda.h
coda_cache.h
coda_fs_i.h
coda_linux.h
coda_proc.h
coda_psdev.h
coff.h
com20020.h
compat.h [PATCH] compat: be more consistent about [ug]id_t 2005-09-07 16:57:19 -07:00
compat_ioctl.h [DVB]: Add compat ioctl handling. 2005-11-16 00:52:57 -08:00
compiler-gcc.h
compiler-gcc2.h [PATCH] uml: move va_copy conditional def 2005-05-01 08:58:54 -07:00
compiler-gcc3.h
compiler-gcc4.h
compiler-intel.h
compiler.h [PATCH] Add deprecated_for_modules 2005-05-01 08:59:03 -07:00
completion.h
comstats.h
concap.h
config.h [PATCH] kbuild: permanently fix kernel configuration include mess 2005-11-06 10:22:04 +01:00
connector.h [CIFS] Reserve upcall IDX value for CIFS with connector header and add 2005-11-10 15:33:38 -08:00
console.h
console_struct.h [PATCH] console: Fix compile error 2005-11-07 07:53:52 -08:00
consolemap.h
cpu.h [PATCH] clean up lock_cpu_hotplug() in cpufreq 2005-11-28 14:42:23 -08:00
cpufreq.h [PATCH] fix missing includes 2005-10-30 17:37:32 -08:00
cpumask.h [PATCH] cpusets: bitmap and mask remap operators 2005-10-30 17:37:21 -08:00
cpuset.h [PATCH] gfp flags annotations - part 1 2005-10-08 15:00:57 -07:00
cramfs_fs.h
cramfs_fs_sb.h
crash_dump.h [PATCH] kdump: Access dump file in elf format (/proc/vmcore) 2005-06-25 16:24:53 -07:00
crc-ccitt.h
crc16.h [PATCH] crc16: remove w1 specific comments. 2005-09-12 08:48:08 -07:00
crc32.h
crc32c.h
crypto.h [CRYPTO]: Added CRYPTO_TFM_REQ_MAY_SLEEP flag 2005-09-01 17:43:05 -07:00
cryptohash.h
ctype.h
cuda.h
cyclades.h
cyclomx.h [PATCH] Replace drivers/net/wan custom ctype macros with standard ones 2005-09-14 08:35:09 -04:00
cycx_cfm.h
cycx_drv.h [PATCH] drivers/net/wan/: possible cleanups 2005-09-14 08:36:54 -04:00
cycx_x25.h
dcache.h [PATCH] shared mounts handling: umount 2005-11-07 18:18:11 -08:00
dccp.h [DCCP]: Introduce CCID getsockopt for the CCIDs 2005-09-18 00:19:32 -07:00
dcookies.h [PATCH] include/linux/dcookies.h: dummy functions must be "static inline" 2005-08-01 21:37:59 -07:00
debugfs.h
delay.h
devfs_fs.h
devfs_fs_kernel.h
device-mapper.h
device.h Create platform_device.h to contain all the platform device details. 2005-10-29 19:07:23 +01:00
devpts_fs.h
dio.h
dirent.h
divert.h
dm-ioctl.h
dm9000.h [PATCH] DM9000 network driver 2005-05-15 18:31:07 -04:00
dma-mapping.h [SCSI] Add DMA mask constants other than 32 and 64 bit 2005-06-17 20:37:11 -05:00
dmapool.h [PATCH] gfp flags annotations - part 1 2005-10-08 15:00:57 -07:00
dmi.h [PATCH] CONFIG_IA32 2005-10-30 17:37:10 -08:00
dn.h
dnotify.h
dqblk_v1.h [PATCH] quota: improve credits estimates 2005-06-24 00:05:19 -07:00
dqblk_v2.h [PATCH] quota: improve credits estimates 2005-06-24 00:05:19 -07:00
dqblk_xfs.h [XFS] Add a mechanism for XFS to use the generic quota sync method. 2005-11-03 13:53:34 +11:00
ds1286.h
ds1742rtc.h Add definitions for the Dallas DS1742 RTC / non-volatile memory. 2005-11-17 16:23:43 +00:00
ds17287rtc.h Add definitions for the Dallas DS17287 RTC. 2005-11-17 16:23:42 +00:00
dtlk.h
edd.h [PATCH] Increase number of e820 entries hard limit from 32 to 128 2005-05-01 08:58:51 -07:00
efi.h [PATCH] x86: fix EFI memory map parsing 2005-09-05 00:06:09 -07:00
efs_dir.h
efs_fs.h
efs_fs_i.h
efs_fs_sb.h
efs_vh.h
eisa.h
elevator.h Merge branch 'generic-dispatch' of git://brick.kernel.dk/data/git/linux-2.6-block 2005-10-28 08:53:49 -07:00
elf-fdpic.h
elf.h [PATCH] auxiliary vector cleanups 2005-09-07 16:57:21 -07:00
elfcore.h
err.h Fix get_unmapped_area sanity tests 2005-05-19 22:43:37 -07:00
errno.h
errqueue.h
etherdevice.h [ETHERNET]: Add ether stuff to docbook 2005-11-02 22:08:52 -02:00
ethtool.h [PATCH] bnx2: add 5708 support 2005-11-05 21:00:02 -05:00
eventpoll.h
ext2_fs.h [PATCH] disk quotas fail when /etc/mtab is symlinked to /proc/mounts 2005-09-07 16:57:23 -07:00
ext2_fs_sb.h
ext3_fs.h [PATCH] disk quotas fail when /etc/mtab is symlinked to /proc/mounts 2005-09-07 16:57:23 -07:00
ext3_fs_i.h
ext3_fs_sb.h
ext3_jbd.h [PATCH] quota: ext3: Improve quota credit estimates 2005-06-24 00:05:20 -07:00
fadvise.h [PATCH] s390: fadvise hint values. 2005-07-13 11:25:24 -07:00
fb.h [PATCH] fbdev: Fix incorrect unaligned access in little-endian machines 2005-12-12 22:31:17 -08:00
fcdevice.h
fcntl.h [PATCH] Don't force O_LARGEFILE for 32 bit processes on ia64 2005-06-23 09:45:28 -07:00
fd.h
fd1772.h
fddidevice.h [NET]: __be'ify *_type_trans() 2005-07-12 12:08:43 -07:00
fdreg.h
file.h [PATCH] reorder struct files_struct 2005-11-13 18:14:10 -08:00
filter.h
firmware.h [PATCH] modified firmware_class.c to support no hotplug 2005-09-07 16:57:26 -07:00
flat.h
font.h Revert "[PATCH] fbcon: Add rl (Roman Large) font" 2005-11-12 10:14:02 -08:00
fs.h [PATCH] add a file_permission helper 2005-11-09 07:55:59 -08:00
fs_enet_pd.h [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason 2005-11-09 07:55:57 -08:00
fs_struct.h
fsl_devices.h [PATCH] Update email address for Kumar 2005-11-13 18:14:10 -08:00
fsnotify.h [PATCH] inotify: add MOVE_SELF event 2005-08-15 09:50:31 -07:00
ftape-header-segment.h
ftape-vendors.h
ftape.h [PATCH] turn many #if $undefined_string into #ifdef $undefined_string 2005-07-27 16:26:08 -07:00
fuse.h [PATCH] FUSE: pass file handle in setattr 2005-11-07 07:53:42 -08:00
futex.h [PATCH] FUTEX_WAKE_OP: pthread_cond_signal() speedup 2005-09-07 16:57:17 -07:00
gameport.h [PATCH] fix missing includes 2005-10-30 17:37:32 -08:00
gen_stats.h
genalloc.h [PATCH] ia64 uncached alloc 2005-06-21 18:46:18 -07:00
generic_serial.h
genetlink.h [NETLINK]: Generic netlink family 2005-11-10 02:26:41 +01:00
genhd.h [BLOCK] Document the READ/WRITE splitup of the disk stats 2005-11-12 10:55:21 +01:00
gfp.h Fix up GFP_ZONEMASK for GFP_DMA32 usage 2005-11-22 19:39:30 -08:00
hardirq.h [PATCH] m68k: thread_info header cleanup 2005-11-13 18:14:13 -08:00
harrier_defs.h
hash.h
hayesesp.h
hdlc.h [NET]: __be'ify *_type_trans() 2005-07-12 12:08:43 -07:00
hdlcdrv.h
hdpu_features.h
hdreg.h [PATCH] ide: remove dead code from flagged_taskfile() 2005-11-19 22:17:55 +01:00
hdsmart.h
hiddev.h
highmem.h [PATCH] kdump: Routines for copying dump pages 2005-06-25 16:24:53 -07:00
highuid.h
hil.h [PARISC] Update parisc specific input code from parisc tree 2005-10-21 22:58:51 -04:00
hil_mlc.h [PARISC] Update parisc specific input code from parisc tree 2005-10-21 22:58:51 -04:00
hippidevice.h [NET]: net/802: more endian annotations 2005-08-29 16:10:54 -07:00
hp_sdc.h [PARISC] Update parisc specific input code from parisc tree 2005-10-21 22:58:51 -04:00
hpet.h
hpfs_fs.h
hugetlb.h [PATCH] mm: ZAP_BLOCK causes redundant work 2005-11-13 18:14:12 -08:00
hwmon-sysfs.h [PATCH] I2C: W83792D driver 1/3 2005-09-05 09:14:13 -07:00
hwmon-vid.h [PATCH] hwmon: hwmon vs i2c, second round (10/11) 2005-09-05 09:14:23 -07:00
hwmon.h [PATCH] hwmon: move SENSORS_LIMIT to hwmon.h 2005-09-05 09:14:17 -07:00
hysdn_if.h
i2c-algo-bit.h [PATCH] i2c: Drop unused per-i2c-algorithm adapter max 2005-10-28 14:02:10 -07:00
i2c-algo-ite.h
i2c-algo-pca.h [PATCH] i2c: Drop unused per-i2c-algorithm adapter max 2005-10-28 14:02:10 -07:00
i2c-algo-pcf.h [PATCH] i2c: Drop unused per-i2c-algorithm adapter max 2005-10-28 14:02:10 -07:00
i2c-algo-sgi.h
i2c-algo-sibyte.h
i2c-dev.h [PATCH] i2c: Drop useless CVS revision IDs 2005-10-28 14:02:09 -07:00
i2c-id.h [PATCH] V4L/DVB: (3151) I2C ID renamed to I2C_DRIVERID_INFRARED 2005-12-12 08:57:45 -08:00
i2c-isa.h [PATCH] I2C: Kill i2c_algorithm.id (5/7) 2005-09-05 09:14:31 -07:00
i2c-pxa.h [PATCH] I2C: Add PXA I2C driver 2005-06-15 12:38:14 +01:00
i2c.h [PATCH] fix missing includes 2005-10-30 17:37:32 -08:00
i2o-dev.h [PATCH] I2O: second code cleanup of sparse warnings and unneeded syncronization 2005-06-24 00:05:29 -07:00
i2o.h [PATCH] fix missing includes 2005-10-30 17:37:32 -08:00
i8k.h
ibmtr.h [PATCH] drivers/net: fix-up schedule_timeout() usage 2005-09-14 08:33:24 -04:00
icmp.h
icmpv6.h
ide.h [PATCH] ide: cleanup ide_driver_t 2005-12-15 02:20:15 +01:00
idr.h include/linux: enclose idr.h in #ifndef 2005-11-08 17:14:08 +01:00
if.h [netdrvrs] Use netif_carrier_* instead of IFF_RUNNING 2005-05-12 19:45:25 -04:00
if_arcnet.h
if_arp.h [PATCH] ieee80211: Added ieee80211_radiotap.h 2005-09-21 23:03:55 -04:00
if_bonding.h bonding: xor/802.3ad improved slave hash 2005-06-26 17:54:11 -04:00
if_bridge.h
if_cablemodem.h
if_ec.h
if_eql.h
if_ether.h [NET]: Annotate h_proto in struct ethhdr 2005-11-10 13:03:08 -08:00
if_fc.h [NET]: net/802: more endian annotations 2005-08-29 16:10:54 -07:00
if_fddi.h [NET]: net/802: more endian annotations 2005-08-29 16:10:54 -07:00
if_frad.h [NET]: Fix sparse warnings 2005-08-29 16:01:32 -07:00
if_hippi.h [NET]: net/802: more endian annotations 2005-08-29 16:10:54 -07:00
if_infiniband.h
if_ltalk.h [ATALK]: Add alloc_ltalkdev(). 2005-05-05 14:25:59 -07:00
if_packet.h
if_plip.h
if_ppp.h [PPP]: add PPP MPPE encryption module 2005-11-08 09:40:47 -08:00
if_pppox.h
if_shaper.h [SHAPER]: Switch to spinlocks. 2005-07-05 15:03:46 -07:00
if_slip.h
if_strip.h
if_tr.h [NET]: Fix sparse warnings 2005-08-29 16:01:32 -07:00
if_tun.h [TUNTAP]: Allow setting the linktype of the tap device from userspace 2005-09-01 17:40:05 -07:00
if_tunnel.h
if_vlan.h [8021Q]: Add endian annotations. 2005-09-19 15:41:28 -07:00
if_wanpipe.h
if_wanpipe_common.h [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason 2005-11-09 07:55:57 -08:00
igmp.h [NET]: Fix sparse warnings 2005-08-29 16:01:32 -07:00
in.h [DCCP]: Initial implementation 2005-08-29 15:49:46 -07:00
in6.h [IPV6]: Note values allocated for ip6_tables. 2005-09-10 11:32:45 +09:00
in_route.h
inet.h
inet_diag.h [INET_DIAG]: Rename tcp_diag.[ch] to inet_diag.[ch] 2005-08-29 15:57:48 -07:00
inetdevice.h [IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnl 2005-10-03 14:35:55 -07:00
init.h [PATCH] x86_64: Change init sections for CPU hotplug support 2005-06-25 16:24:30 -07:00
init_task.h [PATCH] aio: remove kioctx from mm_struct 2005-11-13 18:14:16 -08:00
initrd.h
inotify.h [PATCH] inotify: add two inotify_add_watch flags 2005-12-12 08:57:43 -08:00
input.h Input: do not register statically allocated devices 2005-11-02 22:51:46 -05:00
interrupt.h [PATCH] m68k: thread_info header cleanup 2005-11-13 18:14:13 -08:00
ioc4.h [PATCH] ioc4: PCI bus speed detection 2005-06-21 18:46:32 -07:00
ioctl.h
ioctl32.h [PATCH] remove register_ioctl32_conversion and unregister_ioctl32_conversion 2005-09-07 16:57:20 -07:00
ioport.h [PATCH] __deprecated_for_modules: insert_resource 2005-11-07 07:54:07 -08:00
ioprio.h [PATCH] move ioprio syscalls into syscalls.h 2005-07-07 18:23:37 -07:00
ip.h [NET]: Introduce inet_connection_sock 2005-08-29 15:43:19 -07:00
ip6_tunnel.h
ip_mp_alg.h
ipc.h
ipmi.h [PATCH] ipmi: use refcount in message handler 2005-11-07 07:53:43 -08:00
ipmi_msgdefs.h
ipmi_smi.h
ipsec.h
ipv6.h [INET]: speedup inet (tcp/dccp) lookups 2005-10-03 14:13:38 -07:00
ipv6_route.h [IPV6]: Flag RTF_ANYCAST for anycast routes. 2005-12-21 22:56:42 +09:00
ipx.h
irda.h
irq.h [PATCH] include/linux/irq.h: #include <linux/smp.h> 2005-12-21 14:45:25 -08:00
irq_cpustat.h
isapnp.h
isdn.h [PATCH] Remove non-arch consumers of asm/segment.h 2005-09-07 16:57:34 -07:00
isdn_divertif.h
isdn_ppp.h
isdnif.h
isicom.h
iso_fs.h [PATCH] isofs includes sanitized 2005-04-25 18:32:12 -07:00
istallion.h [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason 2005-11-09 07:55:57 -08:00
ite_gpio.h
ixjuser.h [PATCH] ixj* - compile warning cleanup 2005-05-05 16:36:48 -07:00
jbd.h compat-ioctl.c: fix compile with no CONFIG_JBD 2005-11-22 21:58:37 -08:00
jffs.h
jffs2.h [JFFS2] Clean up trailing white spaces 2005-11-07 14:18:56 +01:00
jffs2_fs_i.h [JFFS2] Clean up trailing white spaces 2005-11-07 14:18:56 +01:00
jffs2_fs_sb.h [JFFS2] Clean up trailing white spaces 2005-11-07 14:18:56 +01:00
jhash.h
jiffies.h [PATCH] include: update jiffies/{m,u}secs conversion functions 2005-09-10 10:06:36 -07:00
journal-head.h
joystick.h [PATCH] joystick-vs-x.org fix 2005-09-17 11:50:02 -07:00
kallsyms.h
kbd_diacr.h
kbd_kern.h
kd.h
kdev_t.h
kernel.h [PATCH] __deprecated_for_modules: panic_timeout 2005-11-07 07:54:08 -08:00
kernel_stat.h [PATCH] small kernel_stat.h cleanup 2005-11-07 07:53:37 -08:00
kernelcapi.h
kexec.h [PATCH] kexec code cleanup 2005-06-25 16:24:55 -07:00
key-ui.h [PATCH] Keys: Add LSM hooks for key management [try #3] 2005-10-30 17:37:23 -08:00
key.h [PATCH] Keys: Add LSM hooks for key management [try #3] 2005-10-30 17:37:23 -08:00
keyboard.h
keyctl.h [PATCH] Keys: Make request-key create an authorisation key 2005-06-24 00:05:19 -07:00
kfifo.h [PATCH] gfp flags annotations - part 1 2005-10-08 15:00:57 -07:00
klist.h [PATCH] fix klist semantics for lists which have elements removed on traversal 2005-09-07 18:26:54 -07:00
kmalloc_sizes.h
kmod.h [PATCH] Keys: Pass session keyring to call_usermodehelper() 2005-06-24 00:05:18 -07:00
kobj_map.h [PATCH] fix missing includes 2005-10-30 17:37:32 -08:00
kobject.h [PATCH] gfp_t: lib/* 2005-10-28 08:16:47 -07:00
kobject_uevent.h
kprobes.h [PATCH] kprobes: increment kprobe missed count for multiprobes 2005-12-12 08:57:45 -08:00
kref.h
kthread.h [PATCH] Add kthread_stop_sem() 2005-10-30 17:37:17 -08:00
lapb.h
lcd.h
libata.h [libata] mark certain hardware (or drivers) with a no-atapi flag 2005-12-13 02:29:45 -05:00
libps2.h Input: add ps2_drain() to libps2 to allow reading and discarding 2005-06-01 02:39:51 -05:00
limits.h
linkage.h [PATCH] Kprobes: prevent possible race conditions generic 2005-09-07 16:57:59 -07:00
linux_logo.h
list.h [PATCH] add hlist_replace_rcu() 2005-12-12 08:57:43 -08:00
llc.h
loop.h [PATCH] gfp_t: remaining bits of drivers/* 2005-10-28 08:16:51 -07:00
lp.h
major.h [SCSI] add scsi changer driver 2005-05-20 12:53:50 -05:00
matroxfb.h
mbcache.h [PATCH] gfp_t: fs/* 2005-10-28 08:16:47 -07:00
mc6821.h
mc146818rtc.h
mca-legacy.h
mca.h
memory.h [PATCH] memory_sysdev_class is static 2005-11-28 14:42:23 -08:00
memory_hotplug.h [PATCH] memory hotplug: sysfs and add/remove functions 2005-10-29 21:40:44 -07:00
mempolicy.h [PATCH] cpusets: automatic numa mempolicy rebinding 2005-10-30 17:37:22 -08:00
mempool.h [PATCH] gfp flags annotations - part 1 2005-10-08 15:00:57 -07:00
meye.h
mii.h [PATCH] mii: Add test for GigE support 2005-09-14 08:46:21 -04:00
minix_fs.h
miscdevice.h
mm.h Make sure we copy pages inserted with "vm_insert_page()" on fork 2005-12-16 10:21:23 -08:00
mm_inline.h
mman.h
mmtimer.h
mmzone.h Fix up GFP_ZONEMASK for GFP_DMA32 usage 2005-11-22 19:39:30 -08:00
mod_devicetable.h [PATCH] I2C: add i2c module alias for i2c drivers to use 2005-10-28 14:02:15 -07:00
module.h [PATCH] modules: fix sparse warning for every MODULE_PARM 2005-10-30 17:37:26 -08:00
moduleloader.h
moduleparam.h
mount.h [PATCH] unbindable mounts 2005-11-07 18:18:11 -08:00
mpage.h [PATCH] revert ext3-writepages-support-for-writeback-mode 2005-05-05 16:36:44 -07:00
mqueue.h
mroute.h
msdos_fs.h [PATCH] fat: cleanup and optimization of checksum 2005-10-30 17:37:32 -08:00
msg.h [PATCH] ipc: convert /proc/sysvipc/* to generic seq_file interface 2005-09-07 16:57:26 -07:00
mtio.h
mv643xx.h [PATCH] ppc32: mv64x60 updates & enhancements 2005-09-05 00:06:00 -07:00
n_r3964.h [PATCH] n_r3964: fixed usage of HZ; removed bad include 2005-12-24 15:37:00 -08:00
namei.h [PATCH] sanitize lookup_hash prototype 2005-11-09 07:56:00 -08:00
namespace.h [PATCH] making namespace_sem global 2005-11-07 18:18:10 -08:00
nbd.h
ncp.h
ncp_fs.h
ncp_fs_i.h
ncp_fs_sb.h
ncp_mount.h
ncp_no.h
net.h [PATCH] kernel-doc: fix some kernel-api warnings 2005-11-07 07:53:55 -08:00
netdevice.h [NET]: Detect hardware rx checksum faults correctly 2005-11-10 13:01:24 -08:00
netfilter.h [NETFILTER]: Fix gcc-3.4.x warning about iplicit operator precedence 2005-08-29 15:57:14 -07:00
netfilter_arp.h
netfilter_bridge.h
netfilter_decnet.h [NETLINK]: Convert netlink users to use group numbers instead of bitmasks 2005-08-29 16:00:54 -07:00
netfilter_ipv4.h [NETFILTER]: Rename skb_ip_make_writable() to skb_make_writable() 2005-08-29 15:34:40 -07:00
netfilter_ipv6.h [NETFILTER]: Add nf_conntrack subsystem. 2005-11-09 16:38:16 -08:00
netfilter_logging.h
netlink.h [NETLINK]: Type-safe netlink messages/attributes interface 2005-11-10 02:26:40 +01:00
netpoll.h [NETPOLL]: wrong return for null netpoll_poll_lock() 2005-10-12 15:12:21 -07:00
netrom.h
nfs.h
nfs2.h
nfs3.h
nfs4.h [PATCH] nfsd4: fix fh_expire_type 2005-06-24 00:06:28 -07:00
nfs4_acl.h
nfs4_mount.h
nfs_fs.h NFS: Fix another O_DIRECT race 2005-12-19 23:12:09 -05:00
nfs_fs_i.h [PATCH] NFSv4: Clean up nfs4 lock state accounting 2005-06-22 16:07:42 -04:00
nfs_fs_sb.h [PATCH] NFS: Add support for NFSv3 ACLs 2005-06-22 16:07:24 -04:00
nfs_idmap.h
nfs_mount.h [PATCH] NFS: Add support for NFSv3 ACLs 2005-06-22 16:07:24 -04:00
nfs_page.h [PATCH] NFS: Replace nfs_page insertion sort with a radix sort 2005-06-22 16:07:39 -04:00
nfs_xdr.h NFSv4: Add post-op attributes to NFSv4 write and commit callbacks. 2005-10-27 22:12:44 -04:00
nfsacl.h [PATCH] NFSD: Add server support for NFSv3 ACLs. 2005-06-22 16:07:23 -04:00
nfsd_idmap.h [PATCH] knfsd: nfsd4: idmap initialization 2005-06-24 00:06:32 -07:00
nls.h
nmi.h
node.h [PATCH] Driver core: unregister_node() for hotplug use 2005-06-20 15:15:29 -07:00
nodemask.h [PATCH] cpusets: bitmap and mask remap operators 2005-10-30 17:37:21 -08:00
notifier.h [BRIDGE]: features change notification 2005-05-29 14:13:47 -07:00
nubus.h
numa.h [PATCH] sparsemem memory model 2005-06-23 09:45:04 -07:00
nvram.h [PATCH] drivers/char/nvram.c: possible cleanups 2005-06-25 16:25:03 -07:00
openprom_fs.h
oprofile.h
page-flags.h [PATCH] unpaged: unifdefed PageCompound 2005-11-22 09:13:42 -08:00
pagemap.h [PATCH] mm: gfp_noreclaim cleanup 2005-11-13 18:14:12 -08:00
pagevec.h
param.h
parport.h
parport_pc.h [PATCH] broken cast in parport_pc 2005-12-12 08:57:45 -08:00
parser.h
patchkey.h [PATCH] include/linux/soundcard.h: endianness fix 2005-05-05 16:36:31 -07:00
pci-acpi.h [PATCH] pciehp: request control of each hotplug controller individually 2005-11-10 16:09:15 -08:00
pci.h [PATCH] PCI: removed unneeded .owner field from struct pci_driver 2005-11-10 16:09:17 -08:00
pci_ids.h [PATCH] via82cxxx IDE: Add VT8251 ISA bridge 2005-12-15 02:11:55 +01:00
pci_regs.h [PATCH] PCI: restore BAR values after D3hot->D0 for devices that need it 2005-09-08 14:57:24 -07:00
pcieport_if.h
percpu.h [PATCH] Shut up per_cpu_ptr() on UP 2005-11-13 18:14:15 -08:00
percpu_counter.h
personality.h
pfkeyv2.h [IPSEC]: Add XFRM_STATE_NOPMTUDISC flag 2005-06-20 13:21:43 -07:00
pg.h
phonedev.h [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason 2005-11-09 07:55:57 -08:00
phy.h [PATCH] phy address mask support for generic phy layer 2005-11-05 14:40:55 -05:00
pid.h
pipe_fs_i.h [PATCH] remove pipe definitions 2005-09-07 16:57:24 -07:00
pkt_cls.h [NETLINK]: Missing padding fields in dumped structures 2005-06-28 12:56:45 -07:00
pkt_sched.h [PKT_SCHED]: (G)RED: Introduce hard dropping 2005-11-05 22:02:29 +01:00
pktcdvd.h [PATCH] pktcdvd: BUG_ON cleanups 2005-09-13 08:22:31 -07:00
platform.h
platform_device.h [DRIVER MODEL] Add platform_driver 2005-11-09 17:23:39 +00:00
pm.h [PATCH] move pm_register/etc. to CONFIG_PM_LEGACY, pm_legacy.h 2005-11-13 18:14:10 -08:00
pm_legacy.h [PATCH] move pm_register/etc. to CONFIG_PM_LEGACY, pm_legacy.h 2005-11-13 18:14:10 -08:00
pmu.h [PATCH] ppc32: Remove CONFIG_PMAC_PBOOK 2005-06-27 15:11:43 -07:00
pnp.h [PATCH] drivers/pnp/: cleanups 2005-11-07 07:54:09 -08:00
pnpbios.h
poll.h
posix-timers.h
posix_acl.h [PATCH] gfp flags annotations - part 1 2005-10-08 15:00:57 -07:00
posix_acl_xattr.h [PATCH] remove <linux/xattr_acl.h> 2005-06-23 09:45:33 -07:00
posix_types.h
ppdev.h
ppp-comp.h [PPP]: add PPP MPPE encryption module 2005-11-08 09:40:47 -08:00
ppp_channel.h
ppp_defs.h
prctl.h
preempt.h [PATCH] fix race with preempt_enable() 2005-12-22 09:17:39 -08:00
prefetch.h
prio_tree.h
proc_fs.h [PATCH] Fix sysctl unregistration oops (CVE-2005-2709) 2005-11-08 17:57:30 -08:00
profile.h
ps2esdi.h
ptrace.h [PATCH] consolidate sys_ptrace() 2005-11-07 07:53:42 -08:00
qic117.h
qnx4_fs.h [PATCH] fs/qnx4/*: fix sparse warnings 2005-06-24 14:14:24 -07:00
qnxtypes.h [PATCH] fs/qnx4/*: fix sparse warnings 2005-06-24 14:14:24 -07:00
quota.h [PATCH] saner handling of auto_acct_off() and DQUOT_OFF() in umount 2005-11-07 18:18:09 -08:00
quotaio_v1.h
quotaio_v2.h
quotaops.h [PATCH] quota: small cleanups 2005-11-07 07:53:39 -08:00
radeonfb.h
radix-tree.h [PATCH] reiser4: add radix_tree_lookup_slot() 2005-11-07 07:53:37 -08:00
raid_class.h [SCSI] raid class update 2005-11-06 12:32:31 -06:00
ramfs.h
random.h [RANDOM]: Introduce secure_dccp_sequence_number 2005-08-29 15:49:40 -07:00
raw.h
rbtree.h
rcupdate.h [PATCH] add rcu_barrier() synchronization point 2005-12-12 08:57:42 -08:00
rcuref.h [PATCH] files: rcuref APIs 2005-09-09 13:57:54 -07:00
reboot.h [PATCH] reboot: comment and factor the main reboot functions 2005-09-22 22:17:33 -07:00
reboot_fixups.h [PATCH] x86 reboot: Add reboot fixup for gx1/cs5530a 2005-05-01 08:58:49 -07:00
reiserfs_acl.h reiserfs: run scripts/Lindent on reiserfs code 2005-07-12 20:21:28 -07:00
reiserfs_fs.h [PATCH] gfp_t: fs/* 2005-10-28 08:16:47 -07:00
reiserfs_fs_i.h reiserfs: run scripts/Lindent on reiserfs code 2005-07-12 20:21:28 -07:00
reiserfs_fs_sb.h reiserfs: run scripts/Lindent on reiserfs code 2005-07-12 20:21:28 -07:00
reiserfs_xattr.h reiserfs: run scripts/Lindent on reiserfs code 2005-07-12 20:21:28 -07:00
relayfs_fs.h [PATCH] relayfs: remove warning printk() in relay_switch_subbuf() 2005-12-20 17:33:22 -08:00
resource.h
rio.h [PATCH] rapidio: message interface updates 2005-11-07 07:53:47 -08:00
rio_drv.h [PATCH] rapidio: message interface updates 2005-11-07 07:53:47 -08:00
rio_ids.h [PATCH] RapidIO support: core includes 2005-11-07 07:53:46 -08:00
rio_regs.h [PATCH] rapidio: core updates 2005-11-07 07:53:46 -08:00
rmap.h [PATCH] temporarily disable swap token on memory pressure 2005-11-28 14:42:25 -08:00
romfs_fs.h
root_dev.h
rose.h
route.h
rslib.h [LIB] reed_solomon: Clean up trailing white spaces 2005-11-07 14:25:38 +01:00
rtc.h
rtnetlink.h [RTNETLINK]: Fix RTNLGRP definitions in rtnetlink.h 2005-12-19 13:54:44 -08:00
rwsem-spinlock.h [PATCH] add sem_is_read/write_locked() 2005-10-29 21:40:35 -07:00
rwsem.h
sc26198.h
scatterlist.h [PATCH] Introduce sg_set_buf 2005-10-30 11:14:39 +11:00
scc.h
sched.h [PATCH] clean up lock_cpu_hotplug() in cpufreq 2005-11-28 14:42:23 -08:00
sctp.h
scx200.h
scx200_gpio.h
sdla.h
sdla_asy.h
sdla_chdlc.h
sdla_fr.h
sdla_ppp.h
sdla_x25.h
sdladrv.h [PATCH] drivers/net/wan/: possible cleanups 2005-09-14 08:36:54 -04:00
sdlapci.h
sdlasfm.h
seccomp.h [PATCH] seccomp: tsc disable 2005-06-27 15:11:44 -07:00
securebits.h
security.h [PATCH] Keys: Add LSM hooks for key management [try #3] 2005-10-30 17:37:23 -08:00
selection.h
selinux_netlink.h [NETLINK]: Convert netlink users to use group numbers instead of bitmasks 2005-08-29 16:00:54 -07:00
sem.h [PATCH] fix remaining missing includes 2005-11-07 07:53:41 -08:00
seq_file.h
seqlock.h
serial.h [PATCH] fix missing includes 2005-10-30 17:37:32 -08:00
serial167.h
serialP.h [SERIAL] Convert parport_serial to use new 8250_pci interfaces 2005-07-27 11:41:18 +01:00
serial_8250.h [SERIAL] Support Au1x00 8250 UARTs using the generic 8250 driver. 2005-11-06 09:07:03 +00:00
serial_core.h [ARM] 3181/1: add PORT_ identifier for Hilscher netx uart 2005-11-28 18:09:44 +00:00
serial_ip3106.h Philips PNX8550 support: MIPS32-like core with 2 Trimedias on it. 2005-10-29 19:31:54 +01:00
serial_reg.h
serio.h Input: psmouse - export protocol as a sysfs per-device attribute 2005-06-01 02:40:01 -05:00
shm.h [PATCH] SHM_NORESERVE flags for shmget() 2005-11-07 07:53:37 -08:00
shmem_fs.h
signal.h [PATCH] kill sigqueue->lock 2005-10-30 17:37:19 -08:00
skbuff.h [NET]: kernel-doc fixes 2005-11-20 21:25:15 -08:00
slab.h [PATCH] mm: rename kmem_cache_s to kmem_cache 2005-11-07 07:53:24 -08:00
smb.h
smb_fs.h
smb_fs_i.h
smb_fs_sb.h
smb_mount.h
smbno.h
smp.h Revert "[NET]: Shut up warnings in net/core/flow.c" 2005-11-23 08:44:05 -08:00
smp_lock.h [PATCH] m68k: thread_info header cleanup 2005-11-13 18:14:13 -08:00
snmp.h
socket.h [NET]: Fix sparse warnings 2005-08-29 16:01:32 -07:00
sockios.h [PATCH] update Ross Biro bouncing email address 2005-05-05 16:36:49 -07:00
som.h
sonet.h
sonypi.h [PATCH] sonypi SPIC initialisation fix 2005-09-07 16:57:24 -07:00
sort.h
sound.h [PATCH] Assign device pointer to OSS devices 2005-08-30 08:58:37 +02:00
soundcard.h [PATCH] include/linux/soundcard.h: endianness fix 2005-05-05 16:36:31 -07:00
spinlock.h [PATCH] x86: inline spin_unlock if !CONFIG_DEBUG_SPINLOCK and !CONFIG_PREEMPT 2005-10-30 17:37:13 -08:00
spinlock_api_smp.h [PATCH] spinlock consolidation 2005-09-10 10:06:21 -07:00
spinlock_api_up.h [PATCH] spinlock consolidation 2005-09-10 10:06:21 -07:00
spinlock_types.h [PATCH] spinlock consolidation 2005-09-10 10:06:21 -07:00
spinlock_types_up.h [PATCH] spinlock consolidation 2005-09-10 10:06:21 -07:00
spinlock_up.h [PATCH] spinlock consolidation 2005-09-10 10:06:21 -07:00
stallion.h [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason 2005-11-09 07:55:57 -08:00
stat.h
statfs.h
stddef.h
stop_machine.h
string.h [PATCH] gfp flags annotations - part 1 2005-10-08 15:00:57 -07:00
stringify.h
superhyway.h [PATCH] superhyway: multiple block support and VCR rework 2005-11-07 07:53:28 -08:00
suspend.h [PATCH] swsusp: rework memory freeing on resume 2005-10-30 17:37:14 -08:00
swap.h [PATCH] temporarily disable swap token on memory pressure 2005-11-28 14:42:25 -08:00
swapops.h [PATCH] comment typo fix 2005-09-05 00:05:45 -07:00
synclink.h
sys.h
syscalls.h [PATCH] unify sys_ptrace prototype 2005-10-30 17:37:20 -08:00
sysctl.h [DECNET]: add memory buffer settings 2005-12-05 13:42:06 -08:00
sysdev.h
sysfs.h [PATCH] sysfs-iattr: add sysfs_setattr 2005-06-20 15:15:37 -07:00
sysrq.h
sysv_fs.h
tcp.h [TCP]: speed up SACK processing 2005-11-10 17:14:59 -08:00
telephony.h
termios.h
textsearch.h [PATCH] fix missing includes 2005-10-30 17:37:32 -08:00
textsearch_fsm.h [LIB]: Naive finite state machine based textsearch 2005-06-23 20:59:16 -07:00
tfrc.h [CCID3]: Introduce include/linux/tfrc.h 2005-09-18 00:18:32 -07:00
thread_info.h [PATCH] m68k: convert thread flags to use bit fields 2005-11-13 18:14:14 -08:00
threads.h
ticable.h
time.h [PATCH] Add getnstimestamp function 2005-12-12 08:57:42 -08:00
timer.h [PATCH] add_timer() of a pending timer is illegal 2005-10-30 17:37:21 -08:00
times.h
timex.h [PATCH] NTP shift_right cleanup 2005-10-30 17:37:18 -08:00
tiocl.h
topology.h [PATCH] cpusets: Move the ia64 domain setup code to the generic code 2005-09-07 16:57:40 -07:00
toshiba.h
transport_class.h [SCSI] correct transport class abstraction to work outside SCSI 2005-08-14 17:21:27 -05:00
trdevice.h [PATCH] update Ross Biro bouncing email address 2005-05-05 16:36:49 -07:00
tty.h [PATCH] vesafb: Add blanking support 2005-09-09 13:57:58 -07:00
tty_driver.h
tty_flip.h
tty_ldisc.h
types.h [PATCH] gfp_t: infrastructure 2005-10-28 08:16:46 -07:00
udf_fs.h
udf_fs_i.h
udf_fs_sb.h
udp.h
ufs_fs.h
ufs_fs_i.h
ufs_fs_sb.h
uinput.h Input: uinput - add UI_SET_SWBIT ioctl 2005-11-20 00:51:33 -05:00
uio.h
ultrasound.h
umem.h
un.h
unistd.h
usb.h [PATCH] USB: Consider power budget when choosing configuration 2006-01-04 13:48:34 -08:00
usb_cdc.h [PATCH] USB: another cdc descriptor 2005-07-12 11:52:57 -07:00
usb_ch9.h [PATCH] headers: include linux/types.h for usb_ch9.h 2005-06-28 21:20:32 -07:00
usb_gadget.h [PATCH] gfp_t: drivers/usb 2005-10-28 08:16:49 -07:00
usb_gadgetfs.h
usb_input.h Input: introduce usb_to_input_id() to uniformly produce 2005-06-30 00:49:08 -05:00
usb_isp116x.h [PATCH] USB: isp116x-hcd: remove clock() and reset() 2005-09-08 16:22:48 -07:00
usb_otg.h [PATCH] add usb transceiver set_suspend() method 2005-10-28 16:47:45 -07:00
usb_sl811.h
usb_usual.h [PATCH] USB: drivers/usb/storage/libusual 2006-01-04 13:48:31 -08:00
usbdevice_fs.h [PATCH] usb: Patch for USBDEVFS_IOCTL from 32-bit programs 2005-10-28 16:47:46 -07:00
user.h
utime.h
uts.h
utsname.h
vermagic.h
vfs.h
via.h
video_decoder.h
video_encoder.h
videodev.h [PATCH] v4l: 829: fixed user mode compiling 2005-11-09 07:56:23 -08:00
videodev2.h [PATCH] v4l: (943) added secam l video standard 2005-11-13 18:14:18 -08:00
videotext.h
vmalloc.h [PATCH] vmalloc_node 2005-10-29 21:40:35 -07:00
vt.h
vt_buffer.h
vt_kern.h
wait.h [PATCH] fix remaining missing includes 2005-11-07 07:53:41 -08:00
wanpipe.h [PATCH] Replace drivers/net/wan custom ctype macros with standard ones 2005-09-14 08:35:09 -04:00
wanrouter.h [NET]: __be'ify *_type_trans() 2005-07-12 12:08:43 -07:00
watchdog.h [PATCH] consolidate CONFIG_WATCHDOG_NOWAYOUT handling 2005-07-27 16:25:54 -07:00
wavefront.h
wireless.h [wireless] build fixes after merging WE-19 2005-09-07 00:27:54 -04:00
workqueue.h
writeback.h [PATCH] mm/filemap.c: make two functions static 2005-09-10 10:06:25 -07:00
x25.h [X25]: Fast select with no restriction on response 2005-06-22 22:16:17 -07:00
x1205.h [PATCH] i2c: New Xicor X1205 RTC driver 2005-10-28 14:02:12 -07:00
xattr.h
xfrm.h [NETLINK]: Convert netlink users to use group numbers instead of bitmasks 2005-08-29 16:00:54 -07:00
yam.h
zconf.h
zftape.h
zlib.h Add fakey 'deflateBound()' function to the in-kernel zlib routines 2005-08-06 09:39:57 -07:00
zorro.h
zorro_ids.h
zutil.h [PATCH] ppc64 boot: remove include from include/linux/zutil.h 2005-10-29 15:04:02 +10:00