alistair23-linux/include/linux
Linus Torvalds 23f347ef63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Pull networking updates from David Miller:

 1) Fix inaccuracies in network driver interface documentation, from Ben
    Hutchings.

 2) Fix handling of negative offsets in BPF JITs, from Jan Seiffert.

 3) Compile warning, locking, and refcounting fixes in netfilter's
    xt_CT, from Pablo Neira Ayuso.

 4) phonet sendmsg needs to validate user length just like any other
    datagram protocol, fix from Sasha Levin.

 5) Ipv6 multicast code uses wrong loop index, from RongQing Li.

 6) Link handling and firmware fixes in bnx2x driver from Yaniv Rosner
    and Yuval Mintz.

 7) mlx4 erroneously allocates 4 pages at a time, regardless of page
    size, fix from Thadeu Lima de Souza Cascardo.

 8) SCTP socket option wasn't extended in a backwards compatible way,
    fix from Thomas Graf.

 9) Add missing address change event emissions to bonding, from Shlomo
    Pongratz.

10) /proc/net/dev regressed because it uses a private offset to track
    where we are in the hash table, but this doesn't track the offset
    pullback that the seq_file code does resulting in some entries being
    missed in large dumps.

    Fix from Eric Dumazet.

11) do_tcp_sendpage() unloads the send queue way too fast, because it
    invokes tcp_push() when it shouldn't.  Let the natural sequence
    generated by the splice paths, and the assosciated MSG_MORE
    settings, guide the tcp_push() calls.

    Otherwise what goes out of TCP is spaghetti and doesn't batch
    effectively into GSO/TSO clusters.

    From Eric Dumazet.

12) Once we put a SKB into either the netlink receiver's queue or a
    socket error queue, it can be consumed and freed up, therefore we
    cannot touch it after queueing it like that.

    Fixes from Eric Dumazet.

13) PPP has this annoying behavior in that for every transmit call it
    immediately stops the TX queue, then calls down into the next layer
    to transmit the PPP frame.

    But if that next layer can take it immediately, it just un-stops the
    TX queue right before returning from the transmit method.

    Besides being useless work, it makes several facilities unusable, in
    particular things like the equalizers.  Well behaved devices should
    only stop the TX queue when they really are full, and in PPP's case
    when it gets backlogged to the downstream device.

    David Woodhouse therefore fixed PPP to not stop the TX queue until
    it's downstream can't take data any more.

14) IFF_UNICAST_FLT got accidently lost in some recent stmmac driver
    changes, re-add.  From Marc Kleine-Budde.

15) Fix link flaps in ixgbe, from Eric W. Multanen.

16) Descriptor writeback fixes in e1000e from Matthew Vick.

* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: (47 commits)
  net: fix a race in sock_queue_err_skb()
  netlink: fix races after skb queueing
  doc, net: Update ndo_start_xmit return type and values
  doc, net: Remove instruction to set net_device::trans_start
  doc, net: Update netdev operation names
  doc, net: Update documentation of synchronisation for TX multiqueue
  doc, net: Remove obsolete reference to dev->poll
  ethtool: Remove exception to the requirement of holding RTNL lock
  MAINTAINERS: update for Marvell Ethernet drivers
  bonding: properly unset current_arp_slave on slave link up
  phonet: Check input from user before allocating
  tcp: tcp_sendpages() should call tcp_push() once
  ipv6: fix array index in ip6_mc_add_src()
  mlx4: allocate just enough pages instead of always 4 pages
  stmmac: re-add IFF_UNICAST_FLT for dwmac1000
  bnx2x: Clear MDC/MDIO warning message
  bnx2x: Fix BCM57711+BCM84823 link issue
  bnx2x: Clear BCM84833 LED after fan failure
  bnx2x: Fix BCM84833 PHY FW version presentation
  bnx2x: Fix link issue for BCM8727 boards.
  ...
2012-04-06 10:37:38 -07:00
..
amba Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma 2012-03-29 15:34:57 -07:00
bcma
byteorder
caif
can
ceph Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client 2012-03-28 10:01:29 -07:00
crush
decompress
dvb
fsl mxs-dma : move the mxs dma.h to a more common place 2012-03-27 00:37:23 +01:00
hdlc
hsi
i2c MFD changes for 3.4 2012-03-28 13:56:35 -07:00
input Input: ili210x - add support for Ilitek ILI210x based touchscreens 2012-03-17 12:20:44 -07:00
isdn
lockd
mfd Various small bugfixes and enhancements, plus two new drivers: 2012-03-30 16:09:02 -07:00
mlx4 The following text was taken from the original review request: 2012-03-24 10:41:37 -07:00
mmc MMC highlights for 3.4: 2012-03-28 20:59:45 -07:00
mtd MTD merge for 3.4 2012-03-30 17:31:56 -07:00
netfilter netfilter: ipset: avoid use of kernel-only types 2012-03-26 21:06:30 +02:00
netfilter_arp
netfilter_bridge
netfilter_ipv4
netfilter_ipv6
nfc
nfsd nfsd: add a header describing upcall to nfsdcld 2012-03-26 11:49:47 -04:00
pinctrl
platform_data avr32: fix build failures from mis-naming of atmel_nand.h 2012-04-02 14:41:25 -07:00
power Add I2C driver for Summit Microelectronics SMB347 Battery Charger. 2012-03-26 20:41:01 +04:00
raid
regulator regulator: Fixes for -rc1 2012-04-04 10:09:30 -07:00
rtc
spi ARM: More device tree support updates 2012-03-28 12:34:33 -07:00
ssb The following text was taken from the original review request: 2012-03-24 10:08:39 -07:00
sunrpc Merge nfs containerization work from Trond's tree 2012-03-26 11:48:54 -04:00
tc_act
tc_ematch
unaligned
usb USB: EHCI: Add a generic platform device driver 2012-03-15 12:42:07 -07:00
uwb
wimax device.h: audit and cleanup users in main include dir 2012-03-16 10:38:24 -04:00
8250_pci.h
a.out.h
ac97_codec.h
acct.h
acpi.h Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux 2012-03-30 16:45:39 -07:00
acpi_io.h
acpi_pmtmr.h
adb.h
adfs_fs.h
aer.h
affs_hardblocks.h
agp_backend.h
agpgart.h
ahci_platform.h
aio.h
aio_abi.h
alarmtimer.h
altera_jtaguart.h
altera_uart.h
amd-iommu.h
amifd.h
amifdreg.h
amigaffs.h
anon_inodes.h
apm-emulation.h
apm_bios.h
apple_bl.h apple_bl: Add register/unregister functions 2012-03-22 09:31:55 -04:00
arcdevice.h
arcfb.h
async.h
async_tx.h
ata.h
ata_platform.h
atalk.h
ath9k_platform.h
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 The following text was taken from the original review request: 2012-03-24 10:41:37 -07:00
atmel-mci.h
atmel-pwm-bl.h
atmel-ssc.h
atmel_pdc.h
atmel_pwm.h
atmel_serial.h
atmel_tc.h
atmioc.h
atmlec.h
atmmpc.h
atmppp.h
atmsap.h
atmsvc.h
atomic.h
attribute_container.h device.h: audit and cleanup users in main include dir 2012-03-16 10:38:24 -04:00
audit.h constify path argument of audit_log_d_path() 2012-03-20 21:29:40 -04:00
auto_dev-ioctl.h
auto_fs.h
auto_fs4.h
auxvec.h
average.h
ax25.h
b1lli.h
b1pcmcia.h
backing-dev.h
backlight.h
basic_mmio_gpio.h
baycom.h
bcd.h
bch.h
bfin_mac.h
bfs_fs.h
binfmts.h __register_binfmt() made void 2012-03-20 21:29:46 -04:00
bio.h The following text was taken from the original review request: 2012-03-24 10:08:39 -07:00
bit_spinlock.h
bitmap.h
bitops.h bitops: introduce for_each_clear_bit() 2012-03-23 16:58:34 -07:00
bitrev.h
blk-iopoll.h
blk_types.h
blkdev.h
blkpg.h
blktrace_api.h
blockgroup_lock.h
bma150.h
bootmem.h
bottom_half.h
bpqether.h
brcmphy.h
bsearch.h
bsg-lib.h
bsg.h
btree-128.h
btree-type.h
btree.h
buffer_head.h
bug.h
c2port.h device.h: audit and cleanup users in main include dir 2012-03-16 10:38:24 -04:00
cache.h
can.h
capability.h
capi.h
cb710.h
cciss_defs.h
cciss_ioctl.h
cd1400.h
cdev.h
cdk.h
cdrom.h The following text was taken from the original review request: 2012-03-24 10:41:37 -07:00
cfag12864b.h
cgroup.h cgroup: revert ss_id_lock to spinlock 2012-03-21 17:55:01 -07:00
cgroup_subsys.h
cgroupstats.h
chio.h
circ_buf.h
cleancache.h
clk-private.h clk: basic clock hardware types 2012-03-16 20:35:02 +00:00
clk-provider.h clk: basic clock hardware types 2012-03-16 20:35:02 +00:00
clk.h clk: introduce the common clock framework 2012-03-16 20:35:01 +00:00
clkdev.h
clksrc-dbx500-prcmu.h
clockchips.h
clocksource.h
cm4000_cs.h
cn_proc.h
cnt32_to_63.h Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
coda.h
coda_psdev.h
coff.h
com20020.h
compaction.h vmscan: only defer compaction for failed order and higher 2012-03-21 17:54:56 -07:00
compat.h Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2012-03-29 18:12:23 -07:00
compiler-gcc.h include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...) 2012-03-23 16:58:36 -07:00
compiler-gcc3.h
compiler-gcc4.h
compiler-intel.h
compiler.h
completion.h
comstats.h
concap.h
configfs.h
connector.h
console.h
console_struct.h
consolemap.h
const.h
cordic.h
coredump.h
cper.h
cpu.h The following text was taken from the original review request: 2012-03-24 10:41:37 -07:00
cpu_pm.h
cpu_rmap.h
cpufreq.h The following text was taken from the original review request: 2012-03-24 10:41:37 -07:00
cpuidle.h cpuidle: power_usage should be declared signed integer 2012-03-30 03:23:30 -04:00
cpumask.h cpumask: remove old cpu_*_map. 2012-03-29 15:38:31 +10:30
cpuset.h Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2012-03-29 14:46:05 -07:00
cramfs_fs.h
cramfs_fs_sb.h
crash_dump.h device.h: audit and cleanup users in main include dir 2012-03-16 10:38:24 -04:00
crc-ccitt.h
crc-itu-t.h
crc-t10dif.h
crc7.h
crc8.h
crc16.h
crc32.h crc32: bolt on crc32c 2012-03-23 16:58:38 -07:00
crc32c.h
cred.h
crypto.h The following text was taken from the original review request: 2012-03-24 10:08:39 -07:00
cryptohash.h
cryptouser.h crypto: user - Fix size of netlink dump message 2012-03-29 19:52:48 +08:00
cs5535.h
ctype.h
cuda.h
cyclades.h
cyclomx.h
cycx_cfm.h
cycx_drv.h
cycx_x25.h
davinci_emac.h
dca.h
dcache.h vfs: d_alloc_root() gone 2012-03-20 21:29:37 -04:00
dcbnl.h
dccp.h
dcookies.h
debug_locks.h Disintegrate and delete asm/system.h 2012-03-28 15:58:21 -07:00
debugfs.h debugfs-related mode_t whack-a-mole 2012-03-20 21:29:53 -04:00
debugobjects.h
delay.h
delayacct.h
devfreq.h PM / devfreq: add relation of recommended frequency. 2012-03-17 21:51:34 +01:00
device-mapper.h
device.h Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc 2012-03-21 18:55:10 -07:00
device_cgroup.h
devpts_fs.h
digsig.h
dio.h
dirent.h
dlm.h
dlm_device.h
dlm_netlink.h
dlm_plock.h
dlmconstants.h
dm-dirty-log.h
dm-io.h
dm-ioctl.h
dm-kcopyd.h
dm-log-userspace.h
dm-region-hash.h
dm9000.h
dma-attrs.h common: DMA-mapping: add NON-CONSISTENT attribute 2012-03-28 16:36:44 +02:00
dma-buf.h Merge branch 'for-linus-3.4' of git://git.linaro.org/people/sumitsemwal/linux-dma-buf 2012-03-28 15:02:41 -07:00
dma-debug.h
dma-direction.h
dma-mapping.h Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping 2012-04-04 17:13:43 -07:00
dma_remapping.h
dmaengine.h Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma 2012-03-29 15:34:57 -07:00
dmapool.h
dmar.h
dmi.h
dn.h
dnotify.h
dns_resolver.h
dqblk_qtree.h
dqblk_v1.h
dqblk_v2.h
dqblk_xfs.h
drbd.h
drbd_limits.h
drbd_nl.h
drbd_tag_magic.h
ds1286.h
ds2782_battery.h
ds17287rtc.h
dtlk.h
dw_apb_timer.h
dw_dmac.h
dynamic_debug.h
dynamic_queue_limits.h
ecryptfs.h
edac.h Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac 2012-03-28 14:24:40 -07:00
edd.h
eeprom_93cx6.h
eeprom_93xx46.h
efi.h Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
efs_fs_sb.h
efs_vh.h
eisa.h
elevator.h
elf-em.h
elf-fdpic.h
elf.h
elfcore-compat.h
elfcore.h
elfnote.h
enclosure.h
err.h
errno.h
errqueue.h
etherdevice.h
ethtool.h ethtool: Remove exception to the requirement of holding RTNL lock 2012-04-06 02:43:12 -04:00
eventfd.h
eventpoll.h
evm.h
export.h
exportfs.h
ext2_fs.h migrate ext2_fs.h guts to fs/ext2/ext2.h 2012-03-31 16:03:16 -04:00
f75375s.h
fadvise.h
falloc.h
fanotify.h
fault-inject.h
fb.h The following text was taken from the original review request: 2012-03-24 10:41:37 -07:00
fcdevice.h
fcntl.h
fd.h
fddidevice.h
fdreg.h
fdtable.h
fec.h
fib_rules.h
fiemap.h
file.h vfs: drop_file_write_access() made static 2012-03-20 21:29:32 -04:00
filter.h
fips.h
firewire-cdev.h firewire: allow explicit flushing of iso packet completions 2012-03-18 22:15:39 +01:00
firewire-constants.h
firewire.h firewire: restore the device.h include in linux/firewire.h 2012-04-02 14:41:27 -07:00
firmware-map.h
firmware.h
flat.h
flex_array.h
font.h
freezer.h
fs.h Merge branch 'akpm' (Andrew's patch-bomb) 2012-04-05 15:30:34 -07:00
fs_enet_pd.h
fs_stack.h
fs_struct.h
fs_uart_pd.h
fscache-cache.h
fscache.h
fsl-diu-fb.h
fsl_devices.h
fsl_hypervisor.h
fsnotify.h
fsnotify_backend.h
ftrace.h
ftrace_event.h
ftrace_irq.h
fuse.h
futex.h
gameport.h
gcd.h
gen_stats.h
genalloc.h
generic_acl.h
generic_serial.h
genetlink.h
genhd.h
getcpu.h
gfp.h
gfs2_ondisk.h
gigaset_dev.h
gpio-fan.h
gpio-i2cmux.h
gpio-pxa.h
gpio.h GPIO changes for v3.4 2012-03-28 14:08:46 -07:00
gpio_keys.h Input: gpio_keys - add support for interrupt only keys 2012-03-19 17:56:18 -07:00
gpio_mouse.h
gsmmux.h
hardirq.h
hash.h
hdlc.h
hdlcdrv.h
hdreg.h
hid-debug.h
hid-roccat.h
hid.h
hiddev.h
hidraw.h
highmem.h The following text was taken from the original review request: 2012-03-24 10:08:39 -07:00
highuid.h
hil.h
hil_mlc.h
hippidevice.h
hp_sdc.h
hpet.h
hrtimer.h
htcpld.h
htirq.h
huge_mm.h thp: add HPAGE_PMD_* definitions for !CONFIG_TRANSPARENT_HUGEPAGE 2012-03-21 17:55:02 -07:00
hugetlb.h hugetlbfs: fix alignment of huge page requests 2012-03-21 17:54:59 -07:00
hugetlb_inline.h
hw_breakpoint.h
hw_random.h
hwmon-sysfs.h device.h: audit and cleanup users in main include dir 2012-03-16 10:38:24 -04:00
hwmon-vid.h
hwmon.h device.h: audit and cleanup users in main include dir 2012-03-16 10:38:24 -04:00
hwspinlock.h device.h: audit and cleanup users in main include dir 2012-03-16 10:38:24 -04:00
hyperv.h Tools: hv: Support enumeration from all the pools 2012-03-16 13:36:04 -07:00
hysdn_if.h
i2c-algo-bit.h i2c: Update the FSF address 2012-03-26 21:47:19 +02:00
i2c-algo-pca.h
i2c-algo-pcf.h i2c: Update the FSF address 2012-03-26 21:47:19 +02:00
i2c-dev.h i2c: Update the FSF address 2012-03-26 21:47:19 +02:00
i2c-gpio.h
i2c-mux.h i2c: Update the FSF address 2012-03-26 21:47:19 +02:00
i2c-ocores.h
i2c-omap.h
i2c-pca-platform.h
i2c-pnx.h
i2c-pxa.h
i2c-smbus.h i2c: Update the FSF address 2012-03-26 21:47:19 +02:00
i2c-tegra.h
i2c-xiic.h
i2c.h i2c: Update the FSF address 2012-03-26 21:47:19 +02:00
i2o-dev.h
i2o.h
i8k.h
i7300_idle.h
i8042.h
i8253.h
i82593.h
ibmtr.h
icmp.h
icmpv6.h
ide.h Disintegrate and delete asm/system.h 2012-03-28 15:58:21 -07:00
idr.h
ieee80211.h
if.h
if_addr.h
if_addrlabel.h
if_alg.h
if_arcnet.h
if_arp.h
if_bonding.h
if_bridge.h
if_cablemodem.h
if_ec.h
if_eql.h eql: dont rely on HZ=100 2012-03-27 22:45:26 -04:00
if_ether.h
if_fc.h
if_fddi.h
if_frad.h
if_hippi.h
if_infiniband.h
if_link.h
if_ltalk.h
if_macvlan.h
if_packet.h
if_phonet.h
if_plip.h
if_ppp.h
if_pppol2tp.h
if_pppox.h
if_slip.h
if_strip.h
if_team.h
if_tr.h
if_tun.h
if_tunnel.h
if_vlan.h The following text was taken from the original review request: 2012-03-24 10:08:39 -07:00
if_x25.h
igmp.h
ihex.h
ima.h
in.h
in6.h
in_route.h
inet.h
inet_diag.h
inet_lro.h
inetdevice.h arp: allow arp processing to honor per interface arp_accept sysctl 2012-03-16 23:00:20 -07:00
init.h
init_ohci1394_dma.h
init_task.h cpuset: mm: reduce large amounts of memory barrier related damage v3 2012-03-21 17:54:59 -07:00
initrd.h
inotify.h
input-polldev.h
input.h
integrity.h
intel-iommu.h
intel_mid_dma.h
intel_pmic_gpio.h
interrupt.h Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
io-mapping.h
io.h
ioc3.h
ioc4.h
iocontext.h
ioctl.h
iommu-helper.h
iommu.h
ioport.h
ioprio.h
iova.h
ip.h
ip6_tunnel.h
ip_vs.h
ipc.h
ipc_namespace.h
ipmi.h device.h: audit and cleanup users in main include dir 2012-03-16 10:38:24 -04:00
ipmi_msgdefs.h
ipmi_smi.h device.h: audit and cleanup users in main include dir 2012-03-16 10:38:24 -04:00
ipsec.h
ipv6.h
ipv6_route.h
ipx.h
irda.h
irq.h
irq_cpustat.h
irq_work.h
irqdesc.h
irqdomain.h
irqflags.h
irqnr.h
irqreturn.h
isa.h
isapnp.h
iscsi_boot_sysfs.h
iscsi_ibft.h
isdn.h
isdn_divertif.h
isdn_ppp.h
isdnif.h
isicom.h
iso_fs.h
istallion.h
ivtv.h
ivtvfb.h
ixjuser.h
jbd.h
jbd2.h
jbd_common.h
jffs2.h
jhash.h
jiffies.h
journal-head.h
joystick.h
jump_label.h
jz4740-adc.h device.h: audit and cleanup users in main include dir 2012-03-16 10:38:24 -04:00
kallsyms.h
kbd_diacr.h
kbd_kern.h
Kbuild Merge branch 'for-next' of git://gitorious.org/kernel-hsi/kernel-hsi 2012-04-02 09:50:40 -07:00
kbuild.h
kconfig.h
kd.h
kdb.h
kdebug.h
kdev_t.h
kernel-page-flags.h pagemap: export KPF_THP 2012-03-21 17:54:57 -07:00
kernel.h Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2012-03-31 13:34:04 -07:00
kernel_stat.h
kernelcapi.h
kexec.h
key-type.h
key.h NFS client updates for Linux 3.4 2012-03-23 08:53:47 -07:00
keyboard.h
keyctl.h
kfifo.h
kgdb.h x86,kgdb: Fix DEBUG_RODATA limitation using text_poke() 2012-03-29 17:41:25 -05:00
khugepaged.h
klist.h
kmalloc_sizes.h
kmemcheck.h
kmemleak.h
kmod.h PM / Sleep: Mitigate race between the freezer and request_firmware() 2012-03-28 23:30:28 +02:00
kmsg_dump.h
kobj_map.h
kobject.h
kobject_ns.h
kprobes.h
kref.h
ks0108.h
ks8842.h
ksm.h
kthread.h
ktime.h
kvm.h
kvm_host.h Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvm 2012-03-28 14:35:31 -07:00
kvm_para.h
kvm_types.h
l2tp.h
lapb.h
latencytop.h
lcd.h
lcm.h
led-lm3530.h leds-lm3530: support pwm input mode 2012-03-23 16:58:35 -07:00
leds-bd2802.h
leds-lp3944.h
leds-lp5521.h drivers/leds/leds-lp5521.c: support led pattern data 2012-03-23 16:58:34 -07:00
leds-lp5523.h
leds-pca9532.h
leds-regulator.h
leds-tca6507.h
leds.h
leds_pwm.h
lglock.h
lguest.h
lguest_launcher.h
libata.h
libps2.h
license.h
limits.h
linkage.h
linux_logo.h
lis3lv02d.h
list.h
list_bl.h
list_nulls.h
list_sort.h
llc.h
llist.h Add #includes needed to permit the removal of asm/system.h 2012-03-28 18:30:03 +01:00
lockdep.h
log2.h
loop.h
lp.h
lp855x.h backlight: new backlight driver for LP855x devices 2012-03-23 16:58:33 -07:00
lp8727.h lp8727_charger: Correct typos on the comment 2012-03-26 20:40:59 +04:00
lru_cache.h
lsm_audit.h lsm_audit: don't specify the audit pre/post callbacks in 'struct common_audit_data' 2012-04-03 09:49:59 -07:00
lzo.h
m48t86.h
magic.h magic.h: move some FS magic numbers into magic.h 2012-03-23 16:58:31 -07:00
major.h
map_to_7segment.h
maple.h device.h: audit and cleanup users in main include dir 2012-03-16 10:38:24 -04:00
marvell_phy.h
math64.h math: Introduce div64_long 2012-03-15 21:41:34 +01:00
matroxfb.h
max17040_battery.h
mbcache.h
mbus.h
mc6821.h
mc146818rtc.h
mca-legacy.h
mca.h
mdio-bitbang.h
mdio-gpio.h
mdio.h
media.h
memblock.h
memcontrol.h memcg: fix performance of mem_cgroup_begin_update_page_stat() 2012-03-21 17:55:02 -07:00
memory.h
memory_hotplug.h
mempolicy.h
mempool.h
memstick.h
meye.h
mg_disk.h
micrel_phy.h
migrate.h mm: replace PAGE_MIGRATION with IS_ENABLED(CONFIG_MIGRATION) 2012-03-21 17:54:57 -07:00
migrate_mode.h
mii.h
minix_fs.h
miscdevice.h
mISDNdsp.h
mISDNhw.h
mISDNif.h
mm.h Merge branch 'akpm' (Andrew's patch-bomb) 2012-03-28 17:19:28 -07:00
mm_inline.h
mm_types.h
mman.h
mmdebug.h
mmiotrace.h
mmtimer.h
mmu_context.h
mmu_notifier.h
mmzone.h vmscan: only defer compaction for failed order and higher 2012-03-21 17:54:56 -07:00
mnt_namespace.h
mod_devicetable.h remoteproc/rpmsg: new subsystem 2012-03-27 16:30:09 -07:00
module.h module: move __module_get and try_module_get() out of line. 2012-03-26 12:50:52 +10:30
moduleloader.h
moduleparam.h params: <level>_initcall-like kernel parameters 2012-03-26 12:50:51 +10:30
mount.h
mpage.h
mpi.h
mqueue.h
mroute.h
mroute6.h
msdos_fs.h
msg.h
msi.h
msm_mdp.h
mtio.h [SCSI] st: expand ability to write immediate filemarks 2012-03-27 08:26:34 +01:00
mutex-debug.h
mutex.h
mv643xx.h
mv643xx_eth.h
mv643xx_i2c.h
mxm-wmi.h
n_r3964.h
namei.h
nbd.h
ncp.h
ncp_fs.h
ncp_mount.h
ncp_no.h
neighbour.h
net.h
net_dropmon.h
net_tstamp.h
netdev_features.h
netdevice.h net: fix /proc/net/dev regression 2012-04-03 17:23:23 -04:00
netfilter.h
netfilter_arp.h
netfilter_bridge.h
netfilter_decnet.h
netfilter_ipv4.h
netfilter_ipv6.h
netlink.h
netpoll.h
netrom.h
nfc.h
nfs.h
nfs2.h
nfs3.h
nfs4.h Merge nfs containerization work from Trond's tree 2012-03-26 11:48:54 -04:00
nfs4_mount.h
nfs_fs.h NFS: Fix more NFS debug related build warnings 2012-03-21 09:31:44 -04:00
nfs_fs_i.h
nfs_fs_sb.h
nfs_idmap.h
nfs_iostat.h
nfs_mount.h
nfs_page.h NFSv4.1: Clean ups and bugfixes for the pNFS read/writeback/commit code 2012-03-17 11:09:33 -04:00
nfs_xdr.h NFS: Remove nfs4_setup_sequence from generic rename code 2012-03-21 09:31:46 -04:00
nfsacl.h
nilfs2_fs.h
nl80211.h
nl802154.h
nls.h
nmi.h nmi watchdog: do not use cpp symbol in Kconfig 2012-03-23 16:58:31 -07:00
node.h
nodemask.h
notifier.h
nsc_gpio.h
nsproxy.h
nubus.h
numa.h
nvme.h
nvram.h
nwpserial.h
of.h Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc 2012-03-28 14:41:36 -07:00
of_address.h
of_device.h The following text was taken from the original review request: 2012-03-24 10:41:37 -07:00
of_fdt.h
of_gpio.h
of_i2c.h
of_irq.h
of_mdio.h
of_mtd.h
of_net.h
of_pci.h
of_pdt.h
of_platform.h
of_spi.h
omap3isp.h
omapfb.h
oom.h mm, oom: force oom kill on sysrq+f 2012-03-21 17:54:58 -07:00
openvswitch.h
opp.h device.h: audit and cleanup users in main include dir 2012-03-16 10:38:24 -04:00
oprofile.h
oxu210hp.h
padata.h
page-debug-flags.h
page-flags.h The following text was taken from the original review request: 2012-03-24 10:08:39 -07:00
page-isolation.h
page_cgroup.h memcg: remove PCG_FILE_MAPPED 2012-03-21 17:55:01 -07:00
pageblock-flags.h
pagemap.h
pagevec.h
param.h
parport.h Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
parport_pc.h
parser.h
pata_arasan_cf_data.h
patchkey.h
path.h
pch_dma.h
pci-acpi.h
pci-aspm.h
pci-ats.h
pci-dma.h
pci.h Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci 2012-03-23 14:02:12 -07:00
pci_hotplug.h
pci_ids.h
pci_regs.h
pcieport_if.h
pda_power.h
percpu-defs.h
percpu.h
percpu_counter.h
perf_event.h perf: Move mmap page data_head offset assertion out of header 2012-03-24 08:46:59 +01:00
personality.h
pfkeyv2.h
pfn.h
pg.h
phantom.h
phonedev.h
phonet.h
phy.h device.h: audit and cleanup users in main include dir 2012-03-16 10:38:24 -04:00
phy_fixed.h
pid.h
pid_namespace.h pidns: add reboot_pid_ns() to handle the reboot syscall 2012-03-28 17:14:36 -07:00
pim.h
pipe_fs_i.h magic.h: move some FS magic numbers into magic.h 2012-03-23 16:58:31 -07:00
pkt_cls.h
pkt_sched.h
pktcdvd.h
platform_device.h
plist.h
pm.h Merge branch 'pm-qos' 2012-03-16 21:49:24 +01:00
pm_clock.h
pm_domain.h The following text was taken from the original review request: 2012-03-24 10:41:37 -07:00
pm_qos.h PM / QoS: add pm_qos_update_request_timeout() API 2012-03-28 23:31:24 +02:00
pm_runtime.h
pm_wakeup.h
pmu.h
pnfs_osd_xdr.h
pnp.h
poison.h
poll.h poll: add poll_requested_events() and poll_does_not_wait() functions 2012-03-23 16:58:38 -07:00
posix-clock.h
posix-timers.h
posix_acl.h
posix_acl_xattr.h
posix_types.h
power_supply.h device.h: audit and cleanup users in main include dir 2012-03-16 10:38:24 -04:00
ppdev.h
ppp-comp.h
ppp-ioctl.h
ppp_channel.h
ppp_defs.h
pps-gpio.h
pps.h
pps_kernel.h
prctl.h prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervision 2012-03-23 16:58:32 -07:00
preempt.h
prefetch.h
printk.h driver core merge for 3.4-rc1 2012-03-20 11:16:20 -07:00
prio_heap.h
prio_tree.h
proc_fs.h
profile.h
proportions.h
pstore.h
pti.h
ptp_classify.h
ptp_clock.h
ptp_clock_kernel.h
ptrace.h The following text was taken from the original review request: 2012-03-24 10:08:39 -07:00
pwm.h
pwm_backlight.h
pxa2xx_ssp.h
pxa168_eth.h
qnx4_fs.h
qnx6_fs.h fs: initial qnx6fs addition 2012-03-20 21:29:38 -04:00
qnxtypes.h
quicklist.h
quota.h
quotaops.h
radeonfb.h
radix-tree.h radix-tree: introduce bit-optimized iterator 2012-03-28 17:14:37 -07:00
raid_class.h
ramfs.h
ramoops.h
random.h
range.h
ratelimit.h
rational.h
raw.h
rbtree.h
rculist.h
rculist_bl.h
rculist_nulls.h
rcupdate.h The following text was taken from the original review request: 2012-03-24 10:08:39 -07:00
rcutiny.h
rcutree.h
rds.h
reboot.h
reciprocal_div.h
regmap.h The following text was taken from the original review request: 2012-03-24 10:41:37 -07:00
regset.h The following text was taken from the original review request: 2012-03-24 10:08:39 -07:00
reiserfs_fs.h move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.h 2012-03-20 21:29:43 -04:00
reiserfs_xattr.h take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.h 2012-03-20 21:29:42 -04:00
relay.h
remoteproc.h
res_counter.h
resource.h
resume-trace.h
rfkill-gpio.h
rfkill-regulator.h
rfkill.h device.h: audit and cleanup users in main include dir 2012-03-16 10:38:24 -04:00
ring_buffer.h
rio.h
rio_drv.h device.h: audit and cleanup users in main include dir 2012-03-16 10:38:24 -04:00
rio_ids.h
rio_regs.h
rmap.h rmap: remove __anon_vma_link() declaration 2012-03-21 17:54:57 -07:00
romfs_fs.h
root_dev.h
rose.h
rotary_encoder.h
route.h
rpmsg.h
rslib.h
rtc-v3020.h
rtc.h rtc: Provide flag for rtc devices that don't support UIE 2012-03-15 18:23:10 -07:00
rtmutex.h
rtnetlink.h
rwlock.h
rwlock_api_smp.h
rwlock_types.h
rwsem-spinlock.h
rwsem.h Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
rxrpc.h
s3c_adc_battery.h
sa11x0-dma.h
sc26198.h
scatterlist.h
scc.h
sched.h Disintegrate and delete asm/system.h 2012-03-28 15:58:21 -07:00
screen_info.h
sctp.h
scx200.h
scx200_gpio.h
sdla.h
seccomp.h
securebits.h
security.h Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security 2012-03-21 13:25:04 -07:00
selection.h
selinux.h
selinux_netlink.h
sem.h
semaphore.h
seq_file.h The following text was taken from the original review request: 2012-03-24 10:08:39 -07:00
seq_file_net.h
seqlock.h
serial.h
serial167.h
serial_8250.h
serial_core.h
serial_max3100.h
serial_mfd.h
serial_pnx8xxx.h device.h: audit and cleanup users in main include dir 2012-03-16 10:38:24 -04:00
serial_reg.h
serial_sci.h
serio.h
sfi.h
sfi_acpi.h
sh_clk.h
sh_dma.h
sh_eth.h
sh_intc.h
sh_pfc.h
sh_timer.h
shm.h
shmem_fs.h
shrinker.h
sht15.h
signal.h
signalfd.h
sirfsoc_dma.h
skbuff.h Disintegrate and delete asm/system.h 2012-03-28 15:58:21 -07:00
slab.h
slab_def.h
slob_def.h
slub_def.h Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux 2012-03-28 15:04:26 -07:00
sm501-regs.h
sm501.h
smc91x.h
smc911x.h
smp.h smp: add func to IPI cpus based on parameter func 2012-03-28 17:14:35 -07:00
smsc911x.h
smscphy.h
snmp.h tcp: reduce out_of_order memory use 2012-03-19 16:53:08 -04:00
sock_diag.h
socket.h tcp: tcp_sendpages() should call tcp_push() once 2012-04-05 19:04:27 -04:00
sockios.h
som.h
sonet.h
sony-laptop.h
sonypi.h
sort.h
sound.h
soundcard.h
spinlock.h Disintegrate and delete asm/system.h 2012-03-28 15:58:21 -07:00
spinlock_api_smp.h locking/kconfig: Simplify INLINE_SPIN_UNLOCK usage 2012-03-23 13:18:57 +01:00
spinlock_api_up.h
spinlock_types.h
spinlock_types_up.h
spinlock_up.h
splice.h
srcu.h
stackprotector.h
stacktrace.h
stallion.h
start_kernel.h
stat.h
statfs.h
static_key.h
stddef.h
stmmac.h
stop_machine.h Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
string.h
string_helpers.h
stringify.h
sungem_phy.h
sunserialcore.h
superhyway.h
suspend.h
suspend_ioctls.h
svga.h
swab.h
swap.h memcg swap: use mem_cgroup_uncharge_swap fix 2012-04-05 15:25:51 -07:00
swapops.h
swiotlb.h
synclink.h
sys.h
sys_soc.h
syscalls.h
syscore_ops.h
sysctl.h
sysfs.h
sysinfo.h
syslog.h
sysrq.h
sysv_fs.h
task_io_accounting.h
task_io_accounting_ops.h
taskstats.h
taskstats_kern.h
tboot.h
tc.h
tca6416_keypad.h
tcp.h
telephony.h
termios.h
textsearch.h
textsearch_fsm.h
tfrc.h
thermal.h
thread_info.h
threads.h
ti_wilink_st.h
tick.h
tifm.h
timb_dma.h
timb_gpio.h
time.h Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2012-03-29 18:12:23 -07:00
timecompare.h
timer.h
timerfd.h
timeriomem-rng.h
timerqueue.h
times.h
timex.h ntp: Fix leap-second hrtimer livelock 2012-03-22 19:43:43 -07:00
tiocl.h
tipc.h
tipc_config.h
topology.h
toshiba.h
tpm.h
tpm_command.h
trace_clock.h
trace_seq.h constify path argument of trace_seq_path() 2012-03-20 21:29:40 -04:00
tracehook.h ptrace: the killed tracee should not enter the syscall 2012-03-23 16:58:40 -07:00
tracepoint.h
transport_class.h
trdevice.h
tsacct_kern.h
tty.h Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
tty_driver.h
tty_flip.h
tty_ldisc.h
typecheck.h
types.h
u64_stats_sync.h
uaccess.h
ucb1400.h
udf_fs_i.h
udp.h
uinput.h
uio.h
uio_driver.h
ultrasound.h
un.h
unistd.h
unix_diag.h
usb.h
usb_usual.h
usbdevice_fs.h
user-return-notifier.h
user.h
user_namespace.h
utime.h
uts.h
utsname.h
uuid.h
uvcvideo.h
uwb.h
v4l2-mediabus.h
v4l2-subdev.h
vermagic.h
veth.h
vfs.h
vga_switcheroo.h
vgaarb.h
vhost.h
via-core.h
via-gpio.h
via.h
via_i2c.h
video_output.h
videodev2.h [media] V4L: Improve the selection API documentation 2012-03-19 15:33:24 -03:00
virtio.h virtio: drop thaw PM operation 2012-03-31 08:09:50 +05:30
virtio_9p.h
virtio_balloon.h
virtio_blk.h
virtio_config.h
virtio_console.h
virtio_ids.h remoteproc/rpmsg: new subsystem 2012-03-27 16:30:09 -07:00
virtio_mmio.h
virtio_net.h
virtio_pci.h
virtio_ring.h
virtio_rng.h
virtio_scsi.h
vlynq.h
vm_event_item.h
vmalloc.h
vmstat.h
vt.h
vt_buffer.h
vt_kern.h
w1-gpio.h
wait.h Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
wanrouter.h
watchdog.h watchdog: Add support for WDIOC_GETTIMELEFT IOCTL in watchdog core 2012-03-27 20:15:37 +02:00
wimax.h
wireless.h
wl12xx.h
wm97xx.h
workqueue.h
writeback.h
x25.h
xattr.h
xfrm.h
xilinxfb.h
xz.h
yam.h
z2_battery.h
zconf.h
zlib.h
zorro.h
zorro_ids.h
zutil.h