android_kernel_xiaomi_sdm845/include/linux
Ingo Molnar 5d0e600d90 [PATCH] x86: fix laptop bootup hang in init_acpi()
During kernel bootup, a new T60 laptop (CoreDuo, 32-bit) hangs about
10%-20% of the time in acpi_init():

 Calling initcall 0xc055ce1a: topology_init+0x0/0x2f()
 Calling initcall 0xc055d75e: mtrr_init_finialize+0x0/0x2c()
 Calling initcall 0xc05664f3: param_sysfs_init+0x0/0x175()
 Calling initcall 0xc014cb65: pm_sysrq_init+0x0/0x17()
 Calling initcall 0xc0569f99: init_bio+0x0/0xf4()
 Calling initcall 0xc056b865: genhd_device_init+0x0/0x50()
 Calling initcall 0xc056c4bd: fbmem_init+0x0/0x87()
 Calling initcall 0xc056dd74: acpi_init+0x0/0x1ee()

It's a hard hang that not even an NMI could punch through!  Frustratingly,
adding printks or function tracing to the ACPI code made the hangs go away
...

After some time an additional detail emerged: disabling the NMI watchdog
made these occasional hangs go away.

So i spent the better part of today trying to debug this and trying out
various theories when i finally found the likely reason for the hang: if
acpi_ns_initialize_devices() executes an _INI AML method and an NMI
happens to hit that AML execution in the wrong moment, the machine would
hang.  (my theory is that this must be some sort of chipset setup method
doing stores to chipset mmio registers?)

Unfortunately given the characteristics of the hang it was sheer
impossible to figure out which of the numerous AML methods is impacted
by this problem.

As a workaround i wrote an interface to disable chipset-based NMIs while
executing _INI sections - and indeed this fixed the hang.  I did a
boot-loop of 100 separate reboots and none hung - while without the patch
it would hang every 5-10 attempts.  Out of caution i did not touch the
nmi_watchdog=2 case (it's not related to the chipset anyway and didnt
hang).

I implemented this for both x86_64 and i686, tested the i686 laptop both
with nmi_watchdog=1 [which triggered the hangs] and nmi_watchdog=2, and
tested an Athlon64 box with the 64-bit kernel as well. Everything builds
and works with the patch applied.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andi Kleen <ak@suse.de>
Cc: Andi Kleen <ak@suse.de>
Cc: Len Brown <lenb@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2007-02-13 13:26:24 +01:00
..
amba
byteorder [PATCH] cleanup linux/byteorder/swabb.h 2007-02-11 10:51:34 -08:00
dvb
hdlc
isdn
lockd [PATCH] lockd endianness annotations 2006-12-13 09:05:52 -08:00
mmc mmc: Allow host drivers to specify max block count 2007-02-04 20:54:10 +01:00
mtd [MTD] OneNAND: Implement read-while-load 2007-01-10 14:58:42 +02:00
netfilter [NETFILTER]: add IPv6-capable TCPMSS target 2007-02-08 12:39:16 -08:00
netfilter_arp [NETFILTER]: arp_tables: fix userspace compilation 2007-01-09 14:33:11 -08:00
netfilter_bridge
netfilter_ipv4 [NETFILTER]: ip_conntrack: fix invalid conntrack statistics RCU assumption 2007-02-12 11:13:14 -08:00
netfilter_ipv6 [NETFILTER]: ip6_tables: remove redundant structure definitions 2007-02-08 12:39:23 -08:00
nfsd [PATCH] include/linux/nfsd/const.h: remove NFS_SUPER_MAGIC 2007-02-12 09:48:36 -08:00
raid [PATCH] md: avoid possible BUG_ON in md bitmap handling 2007-02-09 09:25:47 -08:00
spi [PATCH] SPI eeprom driver 2007-02-12 09:48:31 -08:00
sunrpc [PATCH] knfsd: SUNRPC: support IPv6 addresses in RPC server's UDP receive path 2007-02-12 09:48:36 -08:00
tc_act
tc_ematch
usb USB serial: add dynamic id support to usb-serial core 2007-02-07 15:44:33 -08:00
8250_pci.h
a.out.h
ac97_codec.h
acct.h
acpi.h ACPICA: Remove duplicate table definitions (non-conflicting), cont 2007-02-02 21:14:29 -05:00
adb.h
adfs_fs_i.h
adfs_fs_sb.h
adfs_fs.h
aer.h
affs_hardblocks.h
agp_backend.h
agpgart.h
aio_abi.h
aio.h [PATCH] optimize o_direct on block devices 2006-12-13 09:05:50 -08:00
amifd.h
amifdreg.h
amigaffs.h
apm_bios.h
apm-emulation.h [APM] Add shared version of APM emulation 2007-02-09 17:08:57 +00:00
arcdevice.h
arcfb.h
ata.h ata: Add defines for the iordy bits 2007-02-09 17:39:39 -05:00
atalk.h [PATCH] mark struct file_operations const 1 2007-02-12 09:48:44 -08:00
atm_eni.h
atm_he.h
atm_idt77105.h
atm_nicstar.h
atm_suni.h
atm_tcp.h
atm_zatm.h
atm.h
atmapi.h
atmarp.h [ATM]: atmarp.h needs to always include linux/types.h 2007-02-08 16:01:09 -08:00
atmbr2684.h
atmclip.h
atmdev.h
atmioc.h
atmlec.h
atmmpc.h
atmppp.h
atmsap.h
atmsvc.h
attribute_container.h
audit.h
auto_fs4.h
auto_fs.h
auxvec.h
awe_voice.h
ax25.h
b1lli.h
b1pcmcia.h
backing-dev.h
backlight.h ACPI: video: Add dev argument for backlight_device_register 2006-12-20 01:42:19 -05:00
baycom.h
bcd.h
bfs_fs.h
binfmts.h
bio.h [PATCH] optimize o_direct on block devices 2006-12-13 09:05:50 -08:00
bit_spinlock.h
bitmap.h
bitops.h [PATCH] fix various kernel-doc in header files 2007-01-26 13:51:00 -08:00
bitrev.h
blkdev.h cfq-iosched: remove cfq_io_context last_queue 2007-02-11 23:14:44 +01:00
blkpg.h
blktrace_api.h
blockgroup_lock.h
bootmem.h
bottom_half.h
bpqether.h
buffer_head.h [PATCH] warning fix: unsigned->signed 2007-02-12 09:48:29 -08:00
bug.h
cache.h
calc64.h
capability.h
capi.h
cciss_ioctl.h
cd1400.h
cdev.h [PATCH] cdev.h: forward declarations 2007-01-30 08:26:45 -08:00
cdk.h
cdrom.h
cfag12864b.h [PATCH] drivers: add LCD support 2007-02-11 10:51:24 -08:00
chio.h
circ_buf.h
clk.h
clocksource.h [PATCH] clocksource: small cleanup 2006-12-10 09:57:22 -08:00
cm4000_cs.h
cn_proc.h
cobalt-nvram.h
coda_cache.h
coda_fs_i.h
coda_linux.h [PATCH] mark struct inode_operations const 3 2007-02-12 09:48:46 -08:00
coda_proc.h
coda_psdev.h
coda.h
coff.h
com20020.h
compat_ioctl.h
compat.h
compiler-gcc3.h
compiler-gcc4.h
compiler-gcc.h [PATCH] extend the set of "__attribute__" shortcut macros 2007-02-11 10:51:35 -08:00
compiler-intel.h
compiler.h include/linux/compiler.h: reject gcc 3 < gcc 3.2 2006-12-12 19:28:50 +01:00
completion.h
comstats.h
concap.h
configfs.h configfs.h: Remove dead macro definitions. 2006-12-12 20:05:50 +01:00
connector.h [CONNECTOR]: Replace delayed work with usual work queue. 2006-12-18 01:53:58 -08:00
console_struct.h [PATCH] vt: refactor console SAK processing 2007-02-11 10:51:24 -08:00
console.h [PATCH] drivers/char/vc_screen.c: proper prototypes 2007-02-11 10:51:27 -08:00
consolemap.h
cpu.h [PATCH] hotplug: Allow modules to use the cpu hotplug notifiers even if !CONFIG_HOTPLUG_CPU 2007-02-12 09:48:40 -08:00
cpufreq.h
cpumask.h
cpuset.h [PATCH] mark struct file_operations const 1 2007-02-12 09:48:44 -08:00
cramfs_fs_sb.h
cramfs_fs.h
crash_dump.h
crc16.h
crc32.h
crc32c.h
crc-ccitt.h
crypto.h [CRYPTO] api: Use structs for cipher/compression 2007-02-07 09:21:02 +11:00
cryptohash.h
ctype.h
cuda.h
cyclades.h
cyclomx.h
cycx_cfm.h
cycx_drv.h
cycx_x25.h
dcache.h
dccp.h [DCCP]: Whitespace cleanups 2006-12-11 14:35:00 -08:00
dcookies.h
debug_locks.h [PATCH] lock debugging: fix DEBUG_LOCKS_WARN_ON() & debug_locks_silent 2006-12-22 08:55:48 -08:00
debugfs.h
delay.h
delayacct.h
device-mapper.h [PATCH] dm: suspend: add noflush pushback 2006-12-08 08:29:09 -08:00
device.h devres: device resource management 2007-02-09 17:39:36 -05:00
devpts_fs.h
dio.h
dirent.h
dlm_device.h
dlm.h
dm9000.h
dm-ioctl.h [PATCH] dm: ioctl: add noflush suspend 2006-12-08 08:29:09 -08:00
dma-mapping.h devres: device resource management 2007-02-09 17:39:36 -05:00
dmaengine.h
dmapool.h devres: device resource management 2007-02-09 17:39:36 -05:00
dmi.h
dn.h [PATCH] fix misannotation of linkinfo_dn 2007-02-11 11:18:07 -08:00
dnotify.h
dqblk_v1.h
dqblk_v2.h
dqblk_xfs.h
ds1286.h
ds1742rtc.h
ds17287rtc.h
dtlk.h
edd.h
efi.h [PATCH] efi_set_rtc_mmss() is not __init 2007-02-01 16:17:06 -08:00
efs_dir.h
efs_fs_i.h
efs_fs_sb.h
efs_fs.h [PATCH] mark struct inode_operations const 3 2007-02-12 09:48:46 -08:00
efs_vh.h
eisa.h [EISA] EISA registration with !CONFIG_EISA 2007-02-09 16:23:18 +00:00
elevator.h [PATCH] cfq-iosched: don't allow sync merges across queues 2006-12-20 11:04:12 +01:00
elf-em.h
elf-fdpic.h
elf.h
elfcore.h
elfnote.h
err.h
errno.h
errqueue.h
etherdevice.h
ethtool.h
eventpoll.h
ext2_fs_sb.h
ext2_fs.h
ext3_fs_i.h
ext3_fs_sb.h
ext3_fs.h [PATCH] mark struct inode_operations const 3 2007-02-12 09:48:46 -08:00
ext3_jbd.h
ext4_fs_extents.h
ext4_fs_i.h
ext4_fs_sb.h
ext4_fs.h [PATCH] mark struct inode_operations const 3 2007-02-12 09:48:46 -08:00
ext4_jbd2.h
fadvise.h
fault-inject.h
fb.h [PATCH] fbdev modedb: make more pointer parameters const 2007-02-12 09:48:44 -08:00
fcdevice.h
fcntl.h
fd1772.h
fd.h
fddidevice.h
fdreg.h
fib_rules.h
file.h [PATCH] fdtable: Provide free_fdtable() wrapper 2006-12-22 08:55:50 -08:00
filter.h
firmware.h
flat.h
font.h
freezer.h [PATCH] PM: Fix SMP races in the freezer 2006-12-13 09:05:49 -08:00
fs_enet_pd.h
fs_stack.h
fs_struct.h
fs_uart_pd.h
fs.h [PATCH] Mark struct super_operations const 2007-02-12 09:48:47 -08:00
fsl_devices.h [PPC] Fix compile failure do to introduction of PHY_POLL 2006-12-10 23:26:16 -06:00
fsnotify.h
fuse.h
futex.h [PATCH] Fix noise in futex.h 2006-12-10 09:55:41 -08:00
gameport.h [PATCH] Fix numerous kcalloc() calls, convert to kzalloc() 2006-12-13 09:05:52 -08:00
gen_stats.h
genalloc.h
generic_acl.h
generic_serial.h
genetlink.h
genhd.h Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 2007-02-11 11:37:45 -08:00
getcpu.h
gfp.h [PATCH] optional ZONE_DMA: optional ZONE_DMA in the VM 2007-02-11 10:51:18 -08:00
gfs2_ondisk.h
gigaset_dev.h [PATCH] drivers/isdn/gigaset: new M101 driver (v2) 2007-02-12 09:48:30 -08:00
hardirq.h
harrier_defs.h
hash.h
hayesesp.h
hdlc.h
hdlcdrv.h
hdpu_features.h
hdreg.h [PATCH] use __u8 rather than u8 in userspace SIZE defines in hdreg.h 2007-01-30 08:26:45 -08:00
hdsmart.h
hid-debug.h HID: hid debug from hid-debug.h to hid layer 2007-02-05 10:00:38 +01:00
hid.h USB: ps3 controller hid quirk 2007-02-07 15:44:36 -08:00
hiddev.h
highmem.h [ARM] pass vma for flush_anon_page() 2007-01-08 19:49:54 +00:00
highuid.h
hil_mlc.h
hil.h
hippidevice.h
hp_sdc.h
hpet.h
hrtimer.h
htirq.h
hugetlb.h
hw_random.h
hwmon-sysfs.h
hwmon-vid.h
hwmon.h
hysdn_if.h
i2c-algo-bit.h i2c: Discard the i2c algo del_bus wrappers 2006-12-10 21:21:33 +01:00
i2c-algo-pca.h i2c: Discard the i2c algo del_bus wrappers 2006-12-10 21:21:33 +01:00
i2c-algo-pcf.h i2c: Discard the i2c algo del_bus wrappers 2006-12-10 21:21:33 +01:00
i2c-algo-sgi.h i2c: Discard the i2c algo del_bus wrappers 2006-12-10 21:21:33 +01:00
i2c-dev.h
i2c-id.h [ALSA] ASoC codecs: WM8750 support 2007-02-09 09:00:22 +01:00
i2c-isa.h
i2c-ocores.h
i2c-pnx.h i2c: New Philips PNX bus driver 2006-12-10 21:21:29 +01:00
i2c-pxa.h
i2c.h i2c: Whitespace cleanups 2006-12-10 21:21:31 +01:00
i2o-dev.h [PATCH] use __u8/__u32 in userspace ioctl defines for I2O 2007-01-30 08:26:45 -08:00
i2o.h
i8k.h
ibmtr.h
icmp.h
icmpv6.h
ide.h Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6 2007-02-07 19:32:36 -08:00
idr.h
if_addr.h [NETLINK]: Put {IFA,IFLA}_{RTA,PAYLOAD} macros back for userspace. 2006-12-08 17:19:33 -08:00
if_arcnet.h
if_arp.h
if_bonding.h
if_bridge.h
if_cablemodem.h
if_ec.h
if_eql.h
if_ether.h
if_fc.h
if_fddi.h [PATCH] mips: if_fddi.h: Add a missing inclusion 2006-12-22 08:55:50 -08:00
if_frad.h
if_hippi.h
if_infiniband.h
if_link.h [NETLINK]: Put {IFA,IFLA}_{RTA,PAYLOAD} macros back for userspace. 2006-12-08 17:19:33 -08:00
if_ltalk.h
if_packet.h [PACKET]: Add optional checksum computation for recvmsg 2007-02-08 12:38:46 -08:00
if_plip.h
if_ppp.h
if_pppox.h
if_shaper.h
if_slip.h
if_strip.h
if_tr.h
if_tun.h
if_tunnel.h [IP] TUNNEL: Fix to be built with user application. 2007-01-23 22:17:23 -08:00
if_vlan.h
if_wanpipe_common.h
if_wanpipe.h
if.h
igmp.h
in6.h
in_route.h
in.h
inet_diag.h
inet.h
inetdevice.h
init_task.h [PATCH] tty: update the tty layer to work with struct pid 2007-02-12 09:48:32 -08:00
init.h [PATCH] Dynamic kernel command-line: common 2007-02-12 09:48:37 -08:00
initrd.h
inotify.h
input.h input/hid: Supporting more keys from the HUT Consumer Page 2006-12-14 13:37:24 +01:00
interrupt.h devres: device resource management 2007-02-09 17:39:36 -05:00
io.h [PATCH] sort the devres mess out 2007-02-11 11:18:07 -08:00
ioc3.h
ioc4.h
ioctl32.h
ioctl.h
ioport.h devres: device resource management 2007-02-09 17:39:36 -05:00
ioprio.h
ip6_tunnel.h
ip_mp_alg.h
ip.h
ipc.h
ipmi_msgdefs.h
ipmi_smi.h
ipmi.h
ipsec.h
ipv6_route.h
ipv6.h
ipx.h
irda.h
irq_cpustat.h
irq.h msi: Kill the msi_desc array. 2007-02-07 15:50:08 -08:00
irqflags.h
irqreturn.h
isa.h
isapnp.h
isdn_divertif.h
isdn_ppp.h
isdn.h
isdnif.h
isicom.h
iso_fs.h
istallion.h
ixjuser.h
jbd2.h
jbd.h
jffs2.h
jffs.h
jhash.h
jiffies.h
journal-head.h
joystick.h
kallsyms.h
kbd_diacr.h
kbd_kern.h
Kbuild [PATCH] export ufs_fs.h to userspace 2007-02-12 09:48:30 -08:00
kd.h
kdev_t.h
kernel_stat.h
kernel.h [PATCH] pid: make session_of_pgrp use struct pid instead of pid_t 2007-02-12 09:48:31 -08:00
kernelcapi.h
kexec.h
key-ui.h
key.h
keyboard.h
keyctl.h
kfifo.h [PATCH] Numerous fixes to kernel-doc info in source files. 2007-02-11 10:51:32 -08:00
klist.h
kmalloc_sizes.h
kmod.h
kobj_map.h
kobject.h sysfs: Shadow directory support 2007-02-07 10:37:14 -08:00
kprobes.h
kref.h
ks0108.h [PATCH] drivers: add LCD support 2007-02-11 10:51:24 -08:00
kthread.h
ktime.h [PATCH] Numerous fixes to kernel-doc info in source files. 2007-02-11 10:51:32 -08:00
kvm.h [PATCH] kvm: Fix mismatch between 32-bit and 64-bit abi 2007-02-12 09:48:40 -08:00
lapb.h
latency.h
lcd.h
leds.h
libata.h libata: kill ATA_ENABLE_PATA 2007-02-09 17:39:40 -05:00
libps2.h
license.h
limits.h
linkage.h
linux_logo.h
list.h [PATCH] Numerous fixes to kernel-doc info in source files. 2007-02-11 10:51:32 -08:00
llc.h
lm_interface.h
lock_dlm_plock.h
lockdep.h [PATCH] lockdep: forward declare struct task_struct 2007-02-12 09:48:29 -08:00
log2.h [POWERPC] Add "is_power_of_2" checking to log2.h. 2007-02-07 14:03:19 +11:00
loop.h
lp.h
m41t00.h
m48t86.h
magic.h [PATCH] Minix V3 support 2007-02-12 09:48:31 -08:00
major.h
matroxfb.h
mbcache.h
mc6821.h
mc146818rtc.h [PATCH] RTC framework driver for CMOS RTCs 2007-02-11 10:51:32 -08:00
mca-legacy.h
mca.h
memory_hotplug.h
memory.h
mempolicy.h
mempool.h
meye.h
migrate.h
mii.h
minix_fs.h [PATCH] Minix V3 support 2007-02-12 09:48:31 -08:00
miscdevice.h
mm_inline.h [PATCH] Use ZVC for inactive and active counts 2007-02-11 10:51:17 -08:00
mm_types.h
mm.h [PATCH] Add NOPFN_REFAULT result from vm_ops->nopfn() 2007-02-12 09:48:27 -08:00
mman.h
mmtimer.h
mmzone.h [PATCH] optional ZONE_DMA: optional ZONE_DMA in the VM 2007-02-11 10:51:18 -08:00
mnt_namespace.h
mod_devicetable.h
module.h /sys/modules/*/holders 2007-02-07 10:37:12 -08:00
moduleloader.h
moduleparam.h
mount.h [PATCH] struct vfsmount: keep mnt_count & mnt_expiry_mark away from mnt_flags 2007-02-11 10:51:25 -08:00
mpage.h
mqueue.h
mroute.h
msdos_fs.h [PATCH] mark struct inode_operations const 3 2007-02-12 09:48:46 -08:00
msg.h
msi.h msi: Make MSI useable more architectures 2007-02-07 15:50:08 -08:00
mtio.h more ftape removal 2007-01-23 00:34:54 -05:00
mutex-debug.h
mutex.h [PATCH] fix various kernel-doc in header files 2007-01-26 13:51:00 -08:00
mv643xx.h
n_r3964.h [PATCH] n_r3964: Use struct pid to track user space clients 2006-12-13 09:05:53 -08:00
namei.h
nbd.h
ncp_fs_i.h
ncp_fs_sb.h
ncp_fs.h [PATCH] mark struct inode_operations const 3 2007-02-12 09:48:46 -08:00
ncp_mount.h [PATCH] ncpfs: Use struct pid to track the userspace watchdog process 2006-12-13 09:05:53 -08:00
ncp_no.h
ncp.h
neighbour.h
net.h [S390]: Add AF_IUCV socket support 2007-02-08 13:51:54 -08:00
netdevice.h [NET]: unregister_netdevice as void 2007-02-08 12:39:06 -08:00
netfilter_arp.h
netfilter_bridge.h [NETFILTER]: bridge-netfilter: remove deferred hooks 2006-12-13 16:54:25 -08:00
netfilter_decnet.h
netfilter_ipv4.h [NETFILTER]: bridge-netfilter: remove deferred hooks 2006-12-13 16:54:25 -08:00
netfilter_ipv6.h [NETFILTER]: bridge-netfilter: remove deferred hooks 2006-12-13 16:54:25 -08:00
netfilter.h [NETFILTER]: nf_log: minor cleanups 2007-02-12 11:11:55 -08:00
netlink.h [PATCH] eCryptfs: Public key transport mechanism 2007-02-12 09:48:36 -08:00
netpoll.h
netrom.h
nfs2.h
nfs3.h
nfs4_acl.h
nfs4_mount.h
nfs4.h
nfs_fs_i.h
nfs_fs_sb.h
nfs_fs.h [PATCH] mark struct inode_operations const 3 2007-02-12 09:48:46 -08:00
nfs_idmap.h
nfs_mount.h
nfs_page.h
nfs_xdr.h [PATCH] mark struct inode_operations const 3 2007-02-12 09:48:46 -08:00
nfs.h
nfsacl.h
nfsd_idmap.h
nls.h
nmi.h [PATCH] x86: fix laptop bootup hang in init_acpi() 2007-02-13 13:26:24 +01:00
node.h
nodemask.h
notifier.h
nsc_gpio.h
nsproxy.h Revert "[PATCH] namespaces: fix exit race by splitting exit" 2007-01-30 13:35:18 -08:00
nubus.h
numa.h
nvram.h
oom.h
oprofile.h
page-flags.h VM: Remove "clear_page_dirty()" and "test_clear_page_dirty()" functions 2006-12-21 09:19:57 -08:00
pagemap.h [PATCH] mm: remove find_trylock_page 2007-02-09 08:06:14 -08:00
pagevec.h
param.h
parport_pc.h
parport.h
parser.h
pata_platform.h
patchkey.h
pci_hotplug.h
pci_ids.h [PATCH] serial: support for new board 2007-02-11 10:51:33 -08:00
pci_regs.h PCI: Add #defines for Hypertransport MSI fields 2006-12-20 10:54:43 -08:00
pci-acpi.h
pci.h [PATCH] sort the devres mess out 2007-02-11 11:18:07 -08:00
pcieport_if.h
percpu_counter.h
percpu.h
personality.h
pfkeyv2.h Merge branch 'HEAD' of master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6 2007-02-08 15:25:18 -08:00
pfn.h
pg.h
phonedev.h [PATCH] mark struct inode_operations const 3 2007-02-12 09:48:46 -08:00
phy.h
pid_namespace.h [PATCH] namespaces: fix task exit disaster 2007-01-30 13:40:36 -08:00
pid.h [PATCH] pid: remove now unused do_each_task_pid and while_each_task_pid 2007-02-12 09:48:32 -08:00
pipe_fs_i.h [PATCH] reorder struct pipe_buf_operations 2006-12-13 09:05:48 -08:00
pkt_cls.h
pkt_sched.h
pktcdvd.h
platform_device.h Driver core: Make platform_device_add_data accept a const pointer 2006-12-13 15:38:46 -08:00
plist.h
pm_legacy.h
pm.h
pmu.h
pnp.h [PATCH] PNP: export pnp_bus_type 2007-02-11 10:51:28 -08:00
pnpbios.h
poison.h
poll.h
posix_acl_xattr.h
posix_acl.h
posix_types.h
posix-timers.h
ppdev.h
ppp_channel.h
ppp_defs.h
ppp-comp.h
prctl.h
preempt.h
prefetch.h
prio_tree.h
proc_fs.h [PATCH] mark struct inode_operations const 3 2007-02-12 09:48:46 -08:00
profile.h [PATCH] KVM: add VM-exit profiling 2007-01-11 18:18:21 -08:00
ps2esdi.h
ptrace.h
qnx4_fs.h [PATCH] mark struct inode_operations const 3 2007-02-12 09:48:46 -08:00
qnxtypes.h
quota.h [PATCH] QUOTA: Have <linux/quota.h> include <linux/rwsem.h> explicitly 2007-02-12 09:48:28 -08:00
quotaio_v1.h
quotaio_v2.h
quotaops.h
radeonfb.h
radix-tree.h
raid_class.h
ramfs.h
random.h [PATCH] mark struct file_operations const 1 2007-02-12 09:48:44 -08:00
raw.h
rbtree.h
rcupdate.h
reboot_fixups.h
reboot.h
reciprocal_div.h [PATCH] SLAB: use a multiply instead of a divide in obj_to_index() 2006-12-13 09:05:49 -08:00
reiserfs_acl.h
reiserfs_fs_i.h [PATCH] resierfs: avoid tail packing if an inode was ever mmapped 2007-01-23 07:52:06 -08:00
reiserfs_fs_sb.h
reiserfs_fs.h [PATCH] mark struct inode_operations const 3 2007-02-12 09:48:46 -08:00
reiserfs_xattr.h [PATCH] cleanup include/linux/reiserfs_xattr.h 2007-02-11 11:18:05 -08:00
relay.h [PATCH] Relay: add CPU hotplug support 2007-02-11 10:51:28 -08:00
resource.h
resume-trace.h
rio_drv.h
rio_ids.h
rio_regs.h
rio.h [PATCH] rapidio: fix multi-switch enumeration 2007-02-11 11:18:07 -08:00
rmap.h [PATCH] mm: more rmap debugging 2006-12-22 08:55:49 -08:00
romfs_fs.h
root_dev.h
rose.h
route.h
rslib.h
rtc-v3020.h
rtc.h [PATCH] rtc: Add rtc_merge_alarm() 2006-12-10 09:55:40 -08:00
rtmutex.h [PATCH] fix various kernel-doc in header files 2007-01-26 13:51:00 -08:00
rtnetlink.h [NETLINK]: Restore API compatibility of address and neighbour bits 2006-12-08 17:19:27 -08:00
rwsem-spinlock.h
rwsem.h
sc26198.h
scatterlist.h
scc.h
sched.h [PATCH] pid: remove the now unused kill_pg kill_pg_info and __kill_pg_info 2007-02-12 09:48:32 -08:00
screen_info.h
sctp.h [SCTP]: Fix typo adaption -> adaptation as per the latest API draft. 2006-12-22 11:12:04 -08:00
scx200_gpio.h
scx200.h
sdla_fr.h
sdla.h
seccomp.h
securebits.h
security.h [PATCH] mark struct file_operations const 1 2007-02-12 09:48:44 -08:00
selection.h
selinux_netlink.h
selinux.h
sem.h
seq_file.h
seqlock.h [PATCH] lockdep: fix seqlock_init() 2006-12-12 08:10:44 -08:00
serial167.h
serial_8250.h
serial_core.h
serial_ip3106.h
serial_reg.h
serial.h
serialP.h
serio.h SERIO: add the sysfs driver name to all modules 2007-02-07 10:37:12 -08:00
shm.h
shmem_fs.h
signal.h
skbuff.h
slab_def.h [PATCH] optional ZONE_DMA: optional ZONE_DMA in the VM 2007-02-11 10:51:18 -08:00
slab.h [PATCH] More slab.h cleanups 2006-12-13 09:05:49 -08:00
smb_fs_i.h
smb_fs_sb.h [PATCH] smbfs: Make conn_pid a struct pid 2006-12-13 09:05:53 -08:00
smb_fs.h
smb_mount.h
smb.h
smbno.h
smp_lock.h
smp.h
snmp.h
socket.h [PATCH] scrub non-__GLIBC__ checks in linux/socket.h and linux/stat.h 2007-02-11 10:51:26 -08:00
sockios.h
som.h
sonet.h
sonypi.h
sort.h
sound.h
soundcard.h
spinlock_api_smp.h
spinlock_api_up.h
spinlock_types_up.h
spinlock_types.h
spinlock_up.h
spinlock.h [PATCH] Fix sparse annotation of spin unlock macros in one case 2007-02-11 11:18:07 -08:00
srcu.h
stacktrace.h
stallion.h
start_kernel.h
stat.h [PATCH] scrub non-__GLIBC__ checks in linux/socket.h and linux/stat.h 2007-02-11 10:51:26 -08:00
statfs.h
stddef.h
stop_machine.h
string.h
stringify.h
superhyway.h
suspend.h
svga.h [PATCH] fbdev driver for S3 Trio/Virge 2007-02-12 09:48:41 -08:00
swap.h [PATCH] Drop nr_free_pages_pgdat() 2007-02-11 10:51:18 -08:00
swapops.h
synclink.h
sys.h
syscalls.h
sysctl.h [X.25]: Adds /proc/sys/net/x25/x25_forward to control forwarding. 2007-02-08 13:34:36 -08:00
sysdev.h [POWERPC] Introduce _SYSDEV_ATTR 2007-02-07 14:03:19 +11:00
sysfs.h sysfs: Shadow directory support 2007-02-07 10:37:14 -08:00
sysrq.h [PATCH] debug: add sysrq_always_enabled boot option 2006-12-13 09:05:50 -08:00
sysv_fs.h
task_io_accounting_ops.h [PATCH] io-accounting: core statistics 2006-12-10 09:55:41 -08:00
task_io_accounting.h [PATCH] io-accounting: core statistics 2006-12-10 09:55:41 -08:00
taskstats_kern.h
taskstats.h [PATCH] io-accounting: via taskstats 2006-12-10 09:55:41 -08:00
tc.h [TC] MIPS: TURBOchannel update to the driver model 2007-02-09 16:23:15 +00:00
tcp.h [TCP]: Seperate DSACK from SACK fast path 2007-02-08 12:38:49 -08:00
telephony.h
termios.h
textsearch_fsm.h
textsearch.h
tfrc.h [DCCP] ccid3: Finer-grained resolution of sending rates 2006-12-11 14:34:42 -08:00
thread_info.h
threads.h
ticable.h
tifm.h tifm_core: add suspend/resume infrastructure for tifm devices 2007-02-04 20:54:10 +01:00
time.h [PATCH] x86-64: get rid of ARCH_HAVE_XTIME_LOCK 2007-02-13 13:26:21 +01:00
timer.h [PATCH] fix various kernel-doc in header files 2007-01-26 13:51:00 -08:00
times.h
timex.h [PATCH] use cycle_t instead of u64 in struct time_interpolator 2007-02-11 10:51:31 -08:00
tiocl.h
tipc_config.h
tipc.h
topology.h [PATCH] sched: add option to serialize load balancing 2006-12-10 09:55:43 -08:00
toshiba.h [PATCH] proper prototype for tosh_smm() 2007-02-12 09:48:42 -08:00
transport_class.h
trdevice.h
tsacct_kern.h
tty_driver.h
tty_flip.h
tty_ldisc.h
tty.h [PATCH] tty: update the tty layer to work with struct pid 2007-02-12 09:48:32 -08:00
types.h
uaccess.h
udf_fs_i.h
udf_fs_sb.h
udf_fs.h
udp.h
ufs_fs_i.h [PATCH] ufs2 write: block allocation update 2007-02-12 09:48:40 -08:00
ufs_fs_sb.h [PATCH] export ufs_fs.h to userspace 2007-02-12 09:48:30 -08:00
ufs_fs.h [PATCH] mark struct inode_operations const 3 2007-02-12 09:48:46 -08:00
uinput.h
uio.h
ultrasound.h
umem.h
un.h
unistd.h
unwind.h Remove stack unwinder for now 2006-12-15 08:47:51 -08:00
usb_gadget.h
usb_gadgetfs.h USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h> 2007-02-07 15:44:32 -08:00
usb_usual.h
usb.h Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6 2007-02-07 19:23:21 -08:00
usbdevice_fs.h
user.h
utime.h
uts.h
utsname.h
vermagic.h
vfs.h
via.h
video_decoder.h
video_encoder.h
video_output.h output: Add display output class support 2006-12-20 01:46:41 -05:00
videodev2.h V4L/DVB (5023): Fix compilation on ppc32 architecture 2007-01-15 16:33:51 -02:00
videodev.h
videotext.h
vmalloc.h
vmstat.h [PATCH] count_vm_events-warning-fix 2007-02-11 10:51:25 -08:00
vt_buffer.h
vt_kern.h
vt.h
wait.h
wanrouter.h [NET] net/wanrouter/wanmain.c: cleanups 2007-02-08 12:38:54 -08:00
watchdog.h
wireless.h
workqueue.h Make workqueue bit operations work on "atomic_long_t" 2006-12-16 09:53:50 -08:00
writeback.h
x25.h
xattr.h [PATCH] cleanup include/linux/xattr.h 2007-02-11 11:18:05 -08:00
xfrm.h [XFRM]: Extension for dynamic update of endpoint address(es) 2007-02-08 13:11:42 -08:00
yam.h
zconf.h
zlib.h
zorro_ids.h
zorro.h
zutil.h