linux/include/linux
James Hogan 71472c0c06 clk: add support for clock reparent on set_rate
Add core support to allow clock implementations to select the best
parent clock when rounding a rate, e.g. the one which can provide the
closest clock rate to that requested. This is by way of adding a new
clock op, determine_rate(), which is like round_rate() but has an extra
parameter to allow the clock implementation to optionally select a
different parent clock. The core then takes care of reparenting the
clock when setting the rate.

The parent change takes place with the help of some new private data
members. struct clk::new_parent specifies a clock's new parent (NULL
indicates no change), and struct clk::new_child specifies a clock's new
child (whose new_parent member points back to it). The purpose of these
are to allow correct walking of the future tree for notifications prior
to actually reparenting any clocks, specifically to skip child clocks
who are being reparented to another clock (they will be notified via the
new parent), and to include any new child clock. These pointers are set
by clk_calc_subtree(), and the new_child pointer gets cleared when a
child is actually reparented to avoid duplicate POST_RATE_CHANGE
notifications.

Each place where round_rate() is called, determine_rate() is checked
first and called in preference. This restructures a few of the call
sites to simplify the logic into if/else blocks.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>
Cc: Mike Turquette <mturquette@linaro.org>
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: Mike Turquette <mturquette@linaro.org>
2013-08-19 12:27:17 -07:00
..
amba dmaengine: PL08x: Avoid collisions with get_signal() macro 2013-07-05 11:40:47 +05:30
bcma bcma: add support for BCM43142 2013-06-27 13:42:16 -04:00
byteorder
can ARM: imx: flexcan: Remove platform file 2013-06-27 15:15:32 +02:00
ceph libceph: fix invalid unsigned->signed conversion for timespec encoding 2013-07-09 12:18:06 -07:00
clk The common clock framework changes for 3.11 include new clock drivers 2013-07-03 11:54:50 -07:00
crush Merge branch 'testing' of github.com:ceph/ceph-client into v3.8-rc5-testing 2013-01-30 07:54:34 -06:00
decompress lib: add support for LZ4-compressed kernel 2013-07-09 10:33:30 -07:00
dma
extcon extcon: gpio: Rename filename of extcon-gpio.c according to kernel naming style 2013-02-13 08:35:43 -08:00
fsl powerpc, dma: move bestcomm driver from arch/powerpc/sysdev to drivers/dma 2013-01-03 15:41:20 +01:00
hsi hsi: fix kernel-doc warnings 2013-03-01 13:39:00 -08:00
i2c mfd: twl-core: Change TWL6025 references to TWL6032 2013-06-20 10:26:29 +02:00
iio iio: Fix iio_channel_has_info 2013-07-02 22:08:20 +01:00
input For the 3.11 merge we only have one new MFD driver for the Kontron PLD. 2013-07-10 11:10:27 -07:00
irqchip Cleanups for Allwinner sunXi architecture: 2013-04-11 03:39:00 -07:00
isdn
lockd Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux 2013-02-28 18:02:55 -08:00
mfd MMC highlights for 3.11: 2013-07-10 11:16:00 -07:00
mlx4 net/mlx4_core: Add HW enforcement to VF link state 2013-07-01 13:10:57 -07:00
mlx5 mlx5_core: Adjust hca_cap.uar_page_sz to conform to Connect-IB spec 2013-07-11 16:45:08 -07:00
mmc mmc: esdhc: Fix bug when writing to SDHCI_HOST_CONTROL register 2013-07-05 12:48:35 -04:00
mtd - Lots of cleanups from Artem, including deletion of some obsolete drivers 2013-05-09 10:15:46 -07:00
netfilter netfilter: ipset: set match: add support to match the counters 2013-04-29 20:09:03 +02:00
netfilter_arp
netfilter_bridge
netfilter_ipv4
netfilter_ipv6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch 2012-11-30 12:01:30 -05:00
nfsd nfsd: Store ex_anon_uid and ex_anon_gid as kuids and kgids 2013-02-13 06:16:08 -08:00
pinctrl pinctrl: set unit for debounce time pinconfig to usec 2013-06-25 15:34:44 +02:00
platform_data Trivial remoteproc fixes by Suman Anna, Wei Yongjun and Thomas Meyer. 2013-07-11 12:35:09 -07:00
power PM / AVS: SmartReflex: use omap_sr * for enable/disable interface 2013-06-10 10:46:18 -07:00
raid UAPI: Remove empty Kbuild files 2013-01-02 17:36:10 -08:00
regulator Merge remote-tracking branch 'regulator/topic/linar' into regulator-next 2013-07-01 11:17:08 +01:00
rtc
sched sched: move RR_TIMESLICE from sysctl.h to rt.h 2013-02-22 09:20:11 -08:00
spi Merge remote-tracking branch 'spi/topic/xilinx' into spi-next 2013-06-26 16:21:06 +01:00
ssb ssb: add struct for serial flash 2013-06-17 14:38:54 -04:00
sunrpc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2013-07-14 11:42:26 -07:00
tc_act
unaligned
usb ARM SoC specific changes 2013-07-02 13:43:38 -07:00
uwb
wimax
8250_pci.h
a.out.h
acct.h
acpi.h ACPI / video / i915: No ACPI backlight if firmware expects Windows 8 2013-07-18 02:08:06 +02:00
acpi_dma.h dma: acpi-dma: parse CSRT to extract additional resources 2013-05-14 10:23:57 +05:30
acpi_gpio.h gpiolib-acpi: introduce acpi_get_gpio_by_index() helper 2013-04-12 00:31:18 +02:00
acpi_io.h
acpi_pmtmr.h
adb.h
adfs_fs.h
aer.h PCI changes for the v3.11 merge window: 2013-07-03 16:31:35 -07:00
agp_backend.h
agpgart.h
ahci_platform.h
aio.h aio: kill ki_retry 2013-05-07 19:46:02 -07:00
alarmtimer.h alarmtimer: Add functions for timerfd support 2013-05-29 12:57:34 -07:00
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
arcdevice.h
arm-cci.h drivers: bus: add ARM CCI support 2013-05-29 15:50:34 -04:00
asn1.h ASN.1: Define indefinite length marker constant 2012-12-14 13:06:41 +10:30
asn1_ber_bytecode.h
asn1_decoder.h
async.h async: rename and redefine async_func_ptr 2013-03-12 13:59:14 -07:00
async_tx.h drivers/dma: remove unused support for MEMSET operations 2013-07-03 16:07:42 -07:00
ata.h libata: Use integer return value for atapi_command_packet_set 2013-04-03 19:33:40 -04:00
ata_platform.h include: remove __dev* attributes. 2013-01-03 15:57:16 -08:00
atalk.h
ath9k_platform.h ath9k: allow to load EEPROM content via firmware API 2012-12-10 15:49:57 -05:00
atm.h
atm_suni.h
atm_tcp.h
atmdev.h atm: add release_cb() callback to vcc 2012-12-02 00:05:12 +00:00
atmel-mci.h
atmel-pwm-bl.h
atmel-ssc.h ASoC: atmel-ssc: add phybase in device structure 2012-11-20 18:18:52 +09:00
atmel_pdc.h
atmel_pwm.h
atmel_serial.h
atmel_tc.h
atomic.h
attribute_container.h
audit.h audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_names record 2013-07-09 10:33:19 -07:00
auto_dev-ioctl.h
auto_fs.h
auxvec.h
average.h
b1pcmcia.h
backing-dev.h writeback: replace custom worker pool implementation with unbound workqueue 2013-04-01 19:08:06 -07:00
backlight.h backlight: add devm_backlight_device_{register,unregister}() 2013-07-03 16:07:43 -07:00
balloon_compaction.h mm: introduce a common interface for balloon pages mobility 2012-12-11 17:22:26 -08:00
basic_mmio_gpio.h gpio: gpio-generic: Add 16 and 32 bit big endian byte order support 2013-04-10 23:41:16 +02:00
bcd.h
bch.h
bcm47xx_wdt.h watchdog: bcm47xx_wdt.c: use platform device 2013-03-01 12:47:16 +01:00
bfin_mac.h
binfmts.h new helper: read_code() 2013-04-29 15:40:23 -04:00
bio.h xtensa: remove the second argument of __bio_kmap_atomic() 2013-07-08 01:23:15 -07:00
bit_spinlock.h
bitmap.h
bitops.h
bitrev.h
blk-iopoll.h
blk_types.h Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block 2013-05-08 10:13:35 -07:00
blkdev.h Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block 2013-05-08 10:13:35 -07:00
blktrace_api.h Revert "block: add missing block_bio_complete() tracepoint" 2013-04-18 09:00:26 -07:00
blockgroup_lock.h
bma150.h Input: bma150 - make some defines public and fix some comments 2013-02-15 18:52:45 -08:00
bootmem.h mm: kill free_all_bootmem_node() 2013-07-03 16:07:39 -07:00
bottom_half.h
brcmphy.h broadcom: add include guards to include/linux/brcmphy.h 2013-05-15 14:42:15 -07:00
bsearch.h
bsg-lib.h bsg: Remove unused function bsg_goose_queue() 2012-12-06 14:33:02 +01:00
bsg.h
btree-128.h
btree-type.h
btree.h
btrfs.h Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.h 2013-02-20 09:37:28 -05:00
buffer_head.h mm: vmscan: take page buffers dirty and locked state into account 2013-07-03 16:07:29 -07:00
bug.h bug.h, compiler.h: introduce compiletime_assert & BUILD_BUG_ON_MSG 2013-02-21 17:22:16 -08:00
c2port.h
cache.h
capability.h Add file_ns_capable() helper function for open-time capability checking 2013-04-14 10:06:31 -07:00
cb710.h
cciss_ioctl.h
cdev.h
cdrom.h
cfag12864b.h
cgroup.h Merge branch 'for-3.11/core' of git://git.kernel.dk/linux-block 2013-07-11 13:03:24 -07:00
cgroup_subsys.h bcache: A block layer cache 2013-03-23 16:11:31 -07:00
circ_buf.h
cleancache.h mm: cleancache: clean up cleancache_enabled 2013-04-30 17:04:01 -07:00
clk-private.h clk: add support for clock reparent on set_rate 2013-08-19 12:27:17 -07:00
clk-provider.h clk: add support for clock reparent on set_rate 2013-08-19 12:27:17 -07:00
clk.h clk: Properly handle notifier return values 2013-04-10 16:33:53 -07:00
clkdev.h
clksrc-dbx500-prcmu.h
clockchips.h clockevents: Implement unbind functionality 2013-05-16 11:09:18 +02:00
clocksource.h clocksource: Reselect clocksource when watchdog validated high-res capability 2013-07-05 11:09:28 +02:00
cm4000_cs.h
cn_proc.h connector: Added coredumping event to the process connector 2013-03-20 13:23:21 -04:00
cnt32_to_63.h
coda.h
coda_psdev.h coda: Restrict coda messages to the initial user namespace 2013-02-13 06:00:53 -08:00
com20020.h
compaction.h mm: compaction: make __compact_pgdat() and compact_pgdat() return void 2013-02-23 17:50:10 -08:00
compat.h unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINE 2013-05-09 13:46:38 -04:00
compiler-gcc.h compiler-gcc.h: Add gcc-recommended GCC_VERSION macro 2013-02-21 17:22:15 -08:00
compiler-gcc3.h compiler-gcc{3,4}.h: Use GCC_VERSION macro 2013-02-21 17:22:15 -08:00
compiler-gcc4.h gcc4: disable __compiletime_object_size for GCC 4.6+ 2013-04-29 18:28:13 -07:00
compiler-intel.h byteorder: allow arch to opt to use GCC intrinsics for byteswapping 2012-12-06 01:22:31 +00:00
compiler.h kprobes: Move __kprobes definition into compiler.h 2013-04-08 17:28:34 +02:00
completion.h sched: Rename sched.c as sched/core.c in comments and Documentation 2013-06-19 12:58:42 +02:00
concap.h
configfs.h
connector.h
console.h vt: delete unneeded function unregister_con_driver 2013-05-20 12:27:59 -07:00
console_struct.h
consolemap.h
context_tracking.h kvm: Move guest entry/exit APIs to context_tracking 2013-05-31 11:32:30 +02:00
cordic.h
coredump.h do_coredump(): get rid of pt_regs argument 2012-11-29 00:01:25 -05:00
cper.h
cpu.h kernel: delete __cpuinit usage from all core kernel files 2013-07-14 19:36:59 -04:00
cpu_cooling.h thermal: cpu_cooling: fix stub function 2013-07-08 10:13:40 -04:00
cpu_pm.h
cpu_rmap.h lib: cpu_rmap: avoid flushing all workqueues 2013-01-11 14:54:54 -08:00
cpufreq.h cpufreq: Fix serialization of frequency transitions 2013-07-04 13:12:44 +02:00
cpuidle.h cpuidle: simplify multiple driver support 2013-06-11 13:42:38 +02:00
cpumask.h cpumask: implement cpumask_parse() 2013-03-12 11:30:04 -07:00
cpuset.h Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2013-05-01 17:51:54 -07:00
cramfs_fs.h
cramfs_fs_sb.h
crash_dump.h
crc-ccitt.h
crc-itu-t.h
crc-t10dif.h crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework 2013-05-20 20:11:01 +08:00
crc7.h
crc8.h
crc16.h
crc32.h
crc32c.h
cred.h cred: Remove tgcred pointer from struct cred 2013-01-09 08:26:53 -08:00
crypto.h
cryptohash.h
cryptouser.h
cs5535.h
ctype.h lib, net: make isodigit() public and use it 2013-04-29 18:28:19 -07:00
cuda.h
cyclades.h
cycx_x25.h
davinci_emac.h
dca.h
dcache.h vfs: constify dentry parameter in d_count() 2013-07-20 05:06:27 +04:00
dccp.h
dcookies.h
debug_locks.h lockdep: remove task argument from debug_check_no_locks_held 2013-05-12 14:16:21 +02:00
debugfs.h debugfs: add get/set for atomic types 2013-06-03 13:55:01 -07:00
debugobjects.h
delay.h
delayacct.h
devfreq.h PM / devfreq: add comments and Documentation 2013-06-03 20:20:29 +09:00
device-mapper.h dm: optimize use SRCU and RCU 2013-07-10 23:41:18 +01:00
device.h driver core: add default groups to struct class 2013-07-16 10:57:37 -07:00
device_cgroup.h
devpts_fs.h TTY: devpts, do not set driver_data 2012-10-22 16:50:13 -07:00
digsig.h
dio.h
dirent.h
dlm.h various: Fix spelling of "asynchronous" in comments. 2012-11-19 14:32:13 +01:00
dlm_plock.h
dm-dirty-log.h
dm-io.h
dm-kcopyd.h dm kcopyd: introduce configurable throttling 2013-03-01 22:45:49 +00:00
dm-region-hash.h
dm9000.h
dma-attrs.h common: DMA-mapping: add DMA_ATTR_FORCE_CONTIGUOUS attribute 2012-11-29 03:30:34 -08:00
dma-buf.h dma-buf: Add debugfs support 2013-05-01 16:36:22 +05:30
dma-contiguous.h drivers: cma: represent physical addresses as phys_addr_t 2012-12-11 09:28:09 +01:00
dma-debug.h dma-debug: New interfaces to debug dma mapping errors 2012-10-24 17:06:43 +02:00
dma-direction.h
dma-mapping.h
dma_remapping.h
dmaengine.h drivers/dma: remove unused support for MEMSET operations 2013-07-03 16:07:42 -07:00
dmapool.h
dmar.h
dmi.h dump_stack: implement arch-specific hardware description in task dumps 2013-04-30 17:04:02 -07:00
dnotify.h
dns_resolver.h
dqblk_qtree.h
dqblk_v1.h
dqblk_v2.h
drbd.h drbd: use sched_setscheduler() 2013-03-28 10:10:25 -06:00
drbd_genl.h drbd: pass some more information to userspace. 2012-11-09 14:05:45 +01:00
drbd_genl_api.h
drbd_limits.h drbd: adjust upper limit for activity log extents 2013-03-22 22:18:09 -06:00
ds1286.h
ds2782_battery.h
ds17287rtc.h
dtlk.h
dw_apb_timer.h Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2013-07-06 14:09:38 -07:00
dw_dmac.h dmaengine: dw_dmac: move to generic DMA binding 2013-02-28 09:53:21 +05:30
dynamic_debug.h dynamic_debug: dynamic hex dump 2013-01-17 12:19:09 -08:00
dynamic_queue_limits.h
earlycpio.h
ecryptfs.h eCryptfs: allow userspace messaging to be disabled 2013-03-03 23:59:59 -08:00
edac.h EDAC: Merge mci.mem_is_per_rank with mci.csbased 2013-03-16 06:32:30 +01:00
edd.h
edma.h
eeprom_93cx6.h
eeprom_93xx46.h
efi-bgrt.h
efi.h Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2013-07-06 14:09:38 -07:00
efs_vh.h
eisa.h
elevator.h elevator: Fix a race in elevator switching 2013-07-03 13:25:24 +02:00
elf-fdpic.h
elf.h default SET_PERSONALITY() in linux/elf.h 2013-02-26 02:46:08 -05:00
elfcore-compat.h
elfcore.h
elfnote.h
enclosure.h
err.h err.h: IS_ERR() can accept __user pointers 2013-07-03 16:07:41 -07:00
errno.h aio: remove retry-based AIO 2013-05-07 18:38:27 -07:00
errqueue.h
etherdevice.h net: split eth_mac_addr for better error handling 2013-01-21 14:07:44 -05:00
ethtool.h
eventfd.h include/linux/eventfd.h: fix incorrect filename is a comment 2013-02-27 19:10:23 -08:00
eventpoll.h
evm.h Remove spurious _H suffixes from ifdef comments 2013-03-27 13:48:25 +01:00
export.h CONFIG_SYMBOL_PREFIX: cleanup. 2013-03-15 15:09:43 +10:30
exportfs.h fat: restructure export_operations 2013-04-29 18:28:40 -07:00
ext2_fs.h
extcon.h extcon: kernel_doc style fix 2012-11-22 13:43:27 +09:00
f2fs_fs.h f2fs: align data types between on-disk and in-memory block addresses 2013-05-28 15:03:04 +09:00
f75375s.h
falloc.h
fanotify.h
fault-inject.h
fb.h fb: make fp_get_options name argument const 2013-06-27 16:53:30 +08:00
fcdevice.h
fcntl.h
fd.h
fddidevice.h
fdtable.h don't bother with deferred freeing of fdtables 2013-05-01 17:31:42 -04:00
fec.h
file.h
filter.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2013-06-19 16:49:39 -07:00
fips.h
firewire.h firewire: introduce fw_driver.probe and .remove methods 2013-06-09 18:15:00 +02:00
firmware-map.h memory-hotplug: remove /sys/firmware/memmap/X sysfs 2013-02-23 17:50:12 -08:00
firmware.h firmware loader: don't export cache_firmware and uncache_firmware 2013-06-06 12:41:57 -07:00
fixp-arith.h
flat.h
flex_array.h
flex_proportions.h
fmc-sdb.h FMC: add needed headers 2013-06-17 16:38:57 -07:00
fmc.h fmc: avoid readl/writel namespace conflict 2013-06-19 20:30:32 -07:00
font.h
freezer.h freezer: add new freezable helpers using freezer_do_not_count() 2013-05-12 14:16:22 +02:00
frontswap.h frontswap: get rid of swap_lock dependency 2013-04-30 17:04:00 -07:00
fs.h Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2013-07-14 11:42:26 -07:00
fs_enet_pd.h
fs_stack.h
fs_struct.h userns: Don't allow creation if the user is chrooted 2013-03-27 07:49:29 -07:00
fs_uart_pd.h
fscache-cache.h FS-Cache: The retrieval remaining-pages counter needs to be atomic_t 2013-06-19 14:16:47 +01:00
fscache.h FS-Cache: Provide proper invalidation 2012-12-20 22:04:07 +00:00
fsl-diu-fb.h drivers/video: fsl-diu-fb: add support for set_gamma ioctls 2012-11-26 13:41:19 -06:00
fsl_devices.h
fsl_hypervisor.h
fsnotify.h Replace a bunch of file->dentry->d_inode refs with file_inode() 2013-06-29 12:57:13 +04:00
fsnotify_backend.h inotify: convert inotify_add_to_idr() to use idr_alloc_cyclic() 2013-04-29 18:28:41 -07:00
ftrace.h tracing: Disable tracing on warning 2013-06-19 23:32:07 -04:00
ftrace_event.h tracing: Modify soft-mode only if there's no other referrer 2013-05-09 20:14:25 -04:00
ftrace_irq.h
futex.h
gameport.h
gcd.h
genalloc.h genalloc: add devres support, allow to find a managed pool by device 2013-04-29 18:28:13 -07:00
generic_acl.h
genetlink.h
genhd.h block: fix part_pack_uuid() build error 2013-02-26 03:10:52 +11:00
genl_magic_func.h drbd: Stop using NLA_PUT*(). 2012-11-08 16:58:30 +01:00
genl_magic_struct.h drbd: Stop using NLA_PUT*(). 2012-11-08 16:58:30 +01:00
getcpu.h
gfp.h include/linux/gfp.h: fix the comment for GFP_ZONE_TABLE 2013-07-09 10:33:21 -07:00
gpio-fan.h
gpio-pxa.h ARM: pxa: move PXA_GPIO_TO_IRQ macro 2013-04-11 10:00:05 +08:00
gpio.h Convert selectors of GENERIC_GPIO to GPIOLIB 2013-04-16 18:47:14 +09:00
gpio_keys.h
gpio_mouse.h
gsmmux.h
hardirq.h rcu: Remove TINY_PREEMPT_RCU 2013-06-10 13:45:49 -07:00
hash.h kprobes: Make hash_64() as always inlined 2013-03-18 10:21:23 +01:00
hashtable.h hlist: drop the node parameter from iterators 2013-02-27 19:10:24 -08:00
hdlc.h
hdlcdrv.h
hdmi.h video: Add generic HDMI infoframe helpers 2013-02-22 08:20:05 +01:00
hid-debug.h HID: debug: break out hid_dump_report() into hid-debug 2013-04-30 10:09:06 +02:00
hid-roccat.h
hid-sensor-hub.h hid: iio: rename struct hid_sensor_iio_common to hid_sensor_common 2013-01-06 11:48:11 +00:00
hid-sensor-ids.h iio: Add Usage IDs for HID time sensors. 2013-01-06 11:41:12 +00:00
hid.h HID: debug: fix RCU preemption issue 2013-05-06 13:07:33 +02:00
hiddev.h
hidraw.h
highmem.h mm: remove unused memclear_highpage_flush() 2013-02-23 17:50:16 -08:00
highuid.h
hil.h
hil_mlc.h
hippidevice.h
hp_sdc.h
hpet.h
hrtimer.h hrtimer: Add hrtimer support for CLOCK_TAI 2013-03-22 16:19:59 -07:00
htcpld.h
htirq.h
huge_mm.h Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc 2013-07-04 10:29:23 -07:00
hugetlb.h mm/hugetlb: remove hugetlb_prefault 2013-07-03 16:07:32 -07:00
hugetlb_cgroup.h mm/hugetlb: create hugetlb cgroup file in hugetlb_init 2012-12-18 15:02:15 -08:00
hugetlb_inline.h
hw_breakpoint.h perf: Make perf build for x86 with UAPI disintegration applied 2012-11-19 22:21:03 +00:00
hw_random.h
hwmon-sysfs.h
hwmon-vid.h
hwmon.h hwmon: Retire SENSORS_LIMIT 2013-01-25 21:03:54 -08:00
hwspinlock.h
hyperv.h Drivers: hv: Add the GUID fot synthetic fibre channel device 2013-06-03 14:09:14 -07:00
i2c-algo-bit.h
i2c-algo-pca.h
i2c-algo-pcf.h
i2c-dev.h
i2c-gpio.h
i2c-mux-gpio.h
i2c-mux-pinctrl.h
i2c-mux.h i2c: Make the return type of i2c_del_mux_adapter() void 2013-04-02 07:07:32 +02:00
i2c-ocores.h
i2c-omap.h i2c: omap: Remove the OMAP_I2C_FLAG_RESET_REGS_POSTIDLE flag 2012-11-28 11:36:32 +01:00
i2c-pca-platform.h
i2c-pnx.h
i2c-pxa.h
i2c-smbus.h
i2c-xiic.h
i2c.h i2c: Make return type of i2c_del_adapter() void 2013-04-02 07:06:17 +02:00
i2o.h
i7300_idle.h
i8042.h
i8253.h
i82593.h
icmp.h
icmpv6.h ipv6: Kill ipv6 dependency of icmpv6_send(). 2013-04-29 13:54:36 -04:00
ide.h
idr.h Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block 2013-05-08 11:51:05 -07:00
ieee80211.h mac80211: set mesh formation field properly 2013-06-03 17:03:18 +02:00
if_arp.h firewire net, ipv4 arp: Extend hardware address and remove driver-level packet inspection. 2013-03-26 12:32:13 -04:00
if_bridge.h
if_eql.h
if_ether.h net: core: move mac_pton() to lib/net_utils.c 2013-06-05 12:00:27 -07:00
if_fddi.h
if_frad.h
if_link.h net/core: Add VF link state control 2013-06-13 17:51:04 -07:00
if_ltalk.h
if_macvlan.h macvtap: Let TUNSETOFFLOAD actually controll offload features. 2013-06-25 16:44:56 -07:00
if_phonet.h
if_pppol2tp.h
if_pppox.h
if_team.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2013-06-19 16:49:39 -07:00
if_tun.h
if_tunnel.h net: unify for_each_ip_tunnel_rcu() 2012-11-14 18:49:50 -05:00
if_vlan.h vlan: mask vlan prio bits 2013-07-18 13:05:23 -07:00
igmp.h igmp: hash a hash table to speedup ip_check_mc_rcu() 2013-06-12 00:25:23 -07:00
ihex.h
ima.h Remove spurious _H suffixes from ifdef comments 2013-03-27 13:48:25 +01:00
in.h
in6.h ipv6: by default join ff01::1 and in case of forwarding ff01::2 and ff05:2 2013-02-11 14:16:26 -05:00
inet.h
inet_diag.h
inet_lro.h
inetdevice.h igmp: hash a hash table to speedup ip_check_mc_rcu() 2013-06-12 00:25:23 -07:00
init.h init.h: remove __cpuinit sections from the kernel 2013-06-26 12:13:18 -04:00
init_ohci1394_dma.h
init_task.h sched/rt: Add <linux/sched/rt.h> header to <linux/init_task.h> 2013-02-19 08:06:01 +01:00
initrd.h
inotify.h
input-polldev.h
input.h Input: document new members of struct input_dev 2012-11-10 00:40:24 -08:00
integrity.h Remove spurious _H suffixes from ifdef comments 2013-03-27 13:48:25 +01:00
intel-iommu.h
intel_mid_dma.h
intel_pmic_gpio.h
interrupt.h lib: cpu_rmap: avoid flushing all workqueues 2013-01-11 14:54:54 -08:00
interval_tree.h
interval_tree_generic.h
io-mapping.h
io.h Add arch_phys_wc_{add, del} to manipulate WC MTRRs if needed 2013-05-31 13:02:52 +10:00
ioc3.h
ioc4.h
iocontext.h
iommu-helper.h
iommu.h Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'ppc/pamu', 'core' and 'arm/tegra' into next 2013-05-02 12:10:19 +02:00
ioport.h resource: add release_mem_region_adjustable() 2013-04-29 15:54:37 -07:00
ioprio.h
iova.h
ip.h net: Add support for hardware-offloaded encapsulation 2012-12-09 00:20:28 -05:00
ipack.h ipack: split ipack_device_register() in several functions 2013-03-15 12:23:09 -07:00
ipc.h
ipc_namespace.h ipc: sysv shared memory limited to 8TiB 2013-05-01 08:12:58 -07:00
ipmi-fru.h FMC: add needed headers 2013-06-17 16:38:57 -07:00
ipmi.h ipmi: remove superfluous kernel/userspace explanation 2013-02-27 19:10:21 -08:00
ipmi_smi.h various: Fix spelling of "asynchronous" in comments. 2012-11-19 14:32:13 +01:00
ipv6.h ipv6 flowlabel: Convert np->ipv6_fl_list to RCU. 2013-01-30 22:41:13 -05:00
ipv6_route.h
irq.h genirq: Add irq_get_trigger_type() to get IRQ flags 2013-06-25 11:48:24 +02:00
irq_cpustat.h
irq_work.h irq_work.h: fix warning when CONFIG_IRQ_WORK=n 2013-03-22 16:41:19 -07:00
irqchip.h irqchip: Add irqchip_init dummy function 2013-06-06 10:23:58 +09:00
irqdesc.h genirq: Provide means to retrigger parent 2012-11-01 12:11:31 +01:00
irqdomain.h irqdomain: make irq_linear_revmap() a fast path again 2013-06-24 14:02:41 +01:00
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
jbd.h jbd/jbd2: relocate bit_spinlock header to jbd_common 2013-06-12 23:02:35 -04:00
jbd2.h jbd2: invalidate handle if jbd2_journal_restart() fails 2013-07-01 08:12:41 -04:00
jbd_common.h jbd/jbd2: relocate bit_spinlock header to jbd_common 2013-06-12 23:02:35 -04:00
jhash.h
jiffies.h net: convert lls to use time_in_range() 2013-07-02 15:53:53 -07:00
journal-head.h jbd,jbd2: fix oops in jbd2_journal_put_journal_head() 2013-05-13 09:45:01 -04:00
joystick.h
jump_label.h
jz4740-adc.h
kallsyms.h
kbd_diacr.h
kbd_kern.h
kbuild.h
kcmp.h
kconfig.h
kcore.h proc: Split kcore bits from linux/procfs.h into linux/kcore.h 2013-04-29 15:42:02 -04:00
kd.h
kdb.h
kdebug.h
kdev_t.h
kern_levels.h
kernel-page-flags.h
kernel.h Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 2013-07-04 11:40:58 -07:00
kernel_stat.h cputime: Generic on-demand virtual cputime accounting 2013-01-27 19:23:27 +01:00
kernelcapi.h
kexec.h x86, kdump: Retore crashkernel= to allocate under 896M 2013-04-17 12:35:33 -07:00
key-type.h
key.h Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security 2012-12-16 15:40:50 -08:00
keyboard.h
kfifo.h
kgdb.h kgdb: remove #include <linux/serial_8250.h> from kgdb.h 2013-02-04 15:35:26 -08:00
khugepaged.h
klist.h
kmemcheck.h
kmemleak.h
kmod.h kmod: remove call_usermodehelper_fns() 2013-04-30 17:04:06 -07:00
kmsg_dump.h
kobj_map.h
kobject.h kobject: remove CONFIG_HOTPLUG ifdefs 2012-11-28 10:33:03 -08:00
kobject_ns.h
kprobes.h kprobes: Move __kprobes definition into compiler.h 2013-04-08 17:28:34 +02:00
kref.h Merge branch 'queue' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending 2013-05-16 07:55:07 -07:00
ks0108.h
ks8842.h
ks8851_mll.h
ksm.h ksm: remove old stable nodes more thoroughly 2013-02-23 17:50:19 -08:00
kthread.h kthread: implement probe_kthread_data() 2013-04-30 17:04:02 -07:00
ktime.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2013-07-09 18:24:39 -07:00
kvm_host.h KVM fixes for 3.11 2013-07-03 13:21:40 -07:00
kvm_para.h
kvm_types.h KVM: Allow cross page reads and writes from cached translations. 2013-04-07 13:05:35 +03:00
l2tp.h
lapb.h
latencytop.h
lcd.h lcd: add devm_lcd_device_{register,unregister}() 2013-07-03 16:07:43 -07:00
lcm.h
led-lm3530.h
leds-bd2802.h
leds-lp3944.h
leds-pca9532.h
leds-regulator.h
leds-tca6507.h
leds.h leds: add camera LED triggers 2013-04-01 11:04:50 -07:00
leds_pwm.h leds: leds-pwm: Convert to use devm_get_pwm 2013-02-01 17:47:04 -08:00
lglock.h
lguest.h
lguest_launcher.h
libata.h ahci: make ahci_transmit_led_message into a function pointer 2013-06-06 14:05:23 -07:00
libfdt.h
libfdt_env.h
libps2.h Input: increase struct ps2dev cmdbuf[] to 8 bytes 2013-01-06 01:11:25 -08:00
license.h
linkage.h We get rid of the general module prefix confusion with a binary config option, 2013-05-05 10:58:06 -07:00
linux_logo.h
lis3lv02d.h
list.h linked-list: Remove __list_for_each 2013-07-16 22:00:14 -07:00
list_bl.h rcu: Fix hlist_bl_set_first_rcu() annotation 2013-03-12 14:07:41 -07:00
list_nulls.h
list_sort.h
llc.h
llist.h llist: llist_add() can use llist_add_batch() 2013-07-13 13:29:32 +04:00
lockdep.h Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2013-02-22 19:25:09 -08:00
log2.h
lp.h
lru_cache.h lru_cache: introduce lc_get_cumulative() 2013-03-22 22:17:36 -06:00
lsm_audit.h
lz4.h lib: add lz4 compressor module 2013-07-09 10:33:30 -07:00
lzo.h lib/lzo: Update LZO compression to current upstream version 2013-02-20 19:36:01 +01:00
m48t86.h
mISDNdsp.h
mISDNhw.h
mISDNif.h
mailbox.h ARM / highbank: add support for pl320 IPC 2013-02-02 00:01:15 +01:00
maple.h
marvell_phy.h phy: Add Marvell 88E1510 phy ID 2013-05-31 00:48:22 -07:00
math64.h include/linux/math64.h: add div64_ul() 2013-06-12 16:29:47 -07:00
max17040_battery.h
mbcache.h
mbus.h arm: mach-mv78xx0: convert to use the mvebu-mbus driver 2013-04-15 14:06:39 +00:00
mc6821.h
mc146818rtc.h
mdio-bitbang.h
mdio-gpio.h
mdio-mux.h
mdio.h
mei_cl_bus.h mei: bus: Add device enabling and disabling API 2013-04-08 16:57:15 -07:00
memblock.h x86, ACPI, mm: Revert movablemem_map support 2013-03-02 09:34:39 -08:00
memcontrol.h mm, memcg: don't take task_lock in task_in_mem_cgroup 2013-07-03 16:07:26 -07:00
memory.h Driver core / memory: Simplify __memory_block_change_state() 2013-06-01 21:37:09 +02:00
memory_hotplug.h Memory hotplug: Move alternative function definitions to header 2013-06-01 22:24:07 +02:00
mempolicy.h mm: mempolicy: Convert shared_policy mutex to spinlock 2013-01-02 17:32:13 -08:00
mempool.h
memstick.h
mg_disk.h
micrel_phy.h phy/micrel: Add support for KSZ8031 2013-03-12 06:50:58 -04:00
migrate.h mm: remove offlining arg to migrate_pages 2013-02-23 17:50:19 -08:00
migrate_mode.h
mii.h
miscdevice.h [SCSI] miscdevice: Adding support for MPT3SAS_MINOR(222) 2012-12-01 10:07:54 +00:00
mm.h mm: remove unused VM_<READfoo> macros and expand other in-place 2013-07-09 10:33:23 -07:00
mm_inline.h
mm_types.h mm: remove free_area_cache 2013-07-10 18:11:34 -07:00
mman.h mm: tune vm_committed_as percpu_counter batching size 2013-07-03 16:07:32 -07:00
mmdebug.h
mmiotrace.h
mmu_context.h
mmu_notifier.h mm: fix wrong comments about anon_vma lock 2013-02-05 20:38:48 +11:00
mmzone.h mm: remove unused functions is_{normal_idx, normal, dma32, dma} 2013-07-09 10:33:22 -07:00
mnt_namespace.h vfs: Add a user namespace reference from struct mnt_namespace 2012-11-19 05:59:19 -08:00
mod_devicetable.h rapidio: add udev notification 2013-07-03 16:08:05 -07:00
module.h CONFIG_SYMBOL_PREFIX: cleanup. 2013-03-15 15:09:43 +10:30
moduleloader.h
moduleparam.h There is no /sys/parameters 2013-07-02 15:38:19 +09:30
mount.h vfs: Add a mount flag to lock read only bind mounts 2013-03-27 07:50:04 -07:00
mpage.h
mpi.h
mroute.h mcast: define and use MRT[6]_MAX in ip[6]_mroute_opt() 2013-01-21 13:55:14 -05:00
mroute6.h mcast: define and use MRT[6]_MAX in ip[6]_mroute_opt() 2013-01-21 13:55:14 -05:00
msdos_fs.h
msg.h selftests: IPC message queue copy feature test 2013-01-04 16:11:45 -08:00
msi.h PCI: Allocate only as many MSI vectors as requested by driver 2013-05-28 11:31:16 -06:00
msm_mdp.h
mutex-debug.h mutex: Add support for wound/wait style locks 2013-06-26 12:10:56 +02:00
mutex.h mutex: Move ww_mutex definitions to ww_mutex.h 2013-07-12 12:07:46 +02:00
mv643xx.h
mv643xx_eth.h net: mv643xx_eth: add phy_node to platform_data struct 2013-05-30 17:54:03 -07:00
mv643xx_i2c.h
mxm-wmi.h
n_r3964.h
namei.h namei.h: include errno.h 2012-12-25 18:45:06 -05:00
nbd.h nbd: correct disconnect behavior 2013-07-03 16:08:05 -07:00
net.h net: do not manually initialize enumerators 2013-06-04 15:17:38 -07:00
netdev_features.h MPLS: Add limited GSO support 2013-05-27 22:50:59 -07:00
netdevice.h net: rename ll methods to busy-poll 2013-07-10 17:08:27 -07:00
netfilter.h netfilter: don't panic on error while walking through the init path 2013-05-23 14:22:30 +02:00
netfilter_bridge.h
netfilter_ipv4.h
netfilter_ipv6.h netfilter: add nf_ipv6_ops hook to fix xt_addrtype with IPv6 2013-05-23 11:58:55 +02:00
netlink.h netlink: fix splat in skb_clone with large messages 2013-06-27 22:44:16 -07:00
netpoll.h netpoll: remove return value from netpoll_rx_disable() 2013-05-27 23:18:50 -07:00
nfs.h
nfs3.h
nfs4.h NFSv4: Introduce new label structure 2013-06-08 16:20:14 -04:00
nfs_fs.h NFS: Make nfs_attribute_cache_expired() non-static 2013-07-09 17:17:07 -04:00
nfs_fs_i.h
nfs_fs_sb.h NFS: Client implementation of Labeled-NFS 2013-06-08 16:20:16 -04:00
nfs_idmap.h nfs: Convert idmap to use kuids and kgids 2013-02-13 06:15:29 -08:00
nfs_iostat.h
nfs_page.h
nfs_xdr.h Merge branch 'labeled-nfs' into linux-next 2013-06-28 16:29:51 -04:00
nfsacl.h
nilfs2_fs.h
nl802154.h
nls.h
nmi.h watchdog: Rename confusing state variable 2013-06-20 15:41:18 +02:00
node.h mm: cleanup register_node() 2012-12-11 17:22:27 -08:00
nodemask.h numa: add CONFIG_MOVABLE_NODE for movable-dedicated node 2012-12-12 17:38:34 -08:00
notifier.h include/linux/memory.h: implement register_hotmemory_notifier() 2013-04-29 15:54:36 -07:00
nsc_gpio.h
nsproxy.h userns: Implement unshare of the user namespace 2012-11-20 04:18:14 -08:00
ntb.h PCI-Express Non-Transparent Bridge Support 2013-01-17 19:11:14 -08:00
nubus.h nubus: Kill nubus_proc_detach_device() 2013-05-04 14:47:26 -04:00
numa.h
nvme.h NVMe: Simplify Firmware Activate code slightly 2013-05-08 09:55:05 -04:00
nvram.h
nwpserial.h
nx842.h
of.h ARM: arm-soc: late cleanups 2013-05-07 11:22:14 -07:00
of_address.h of/pci: Provide support for parsing PCI DT ranges property 2013-05-19 20:29:55 +00:00
of_device.h of: remove CONFIG_OF_DEVICE 2013-06-12 12:37:40 +01:00
of_dma.h dma: of: Remove check on always true condition 2013-06-12 07:49:19 +05:30
of_fdt.h
of_gpio.h gpio: Make of_count_named_gpios() use new of_count_phandle_with_args() 2013-02-13 10:11:53 +00:00
of_i2c.h of/i2c: add dummy inline functions for when CONFIG_OF_I2C(_MODULE) isn't defined 2012-12-11 17:30:16 +00:00
of_iommu.h
of_irq.h
of_mdio.h
of_mtd.h
of_net.h of_net.h: Provide empty functions if OF_NET is not configured 2013-04-02 16:43:09 -04:00
of_pci.h of/pci: Add of_pci_parse_bus_range() function 2013-05-19 20:30:10 +00:00
of_pdt.h
of_platform.h of: remove of_platform_driver 2013-06-12 12:37:30 +01:00
oid_registry.h
olpc-ec.h
omap-dma.h ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.h 2012-11-30 08:41:50 -08:00
omap-iommu.h ARM: OMAP2+: Move plat/iovmm.h to include/linux/omap-iommu.h 2012-11-20 10:04:29 -08:00
omap-mailbox.h mailbox/omap: move the OMAP mailbox framework to drivers 2013-06-11 11:41:51 -05:00
omapfb.h
oom.h mm, oom: fix race when specifying a thread as the oom origin 2012-12-11 17:22:27 -08:00
openvswitch.h openvswitch: Expose <linux/openvswitch.h> to userspace 2013-03-29 17:54:33 -07:00
opp.h PM / OPP: fix condition for empty of_init_opp_table() 2013-02-23 00:30:08 +01:00
oprofile.h
oxu210hp.h
padata.h
page-debug-flags.h
page-flags-layout.h mm: fold page->_last_nid into page->flags where possible 2013-02-23 17:50:17 -08:00
page-flags.h s390/mm: implement software dirty bits 2013-02-14 15:55:23 +01:00
page-isolation.h mm: remove MIGRATE_ISOLATE check in hotpath 2013-02-23 17:50:15 -08:00
page_cgroup.h
pageblock-flags.h mm/pageblock: remove get/set_pageblock_flags 2013-07-03 16:07:32 -07:00
pagemap.h vm: adjust ifdef for TINY_RCU 2013-04-29 15:54:28 -07:00
pagevec.h mm: remove lru parameter from __pagevec_lru_add and remove parts of pagevec API 2013-07-03 16:07:31 -07:00
parport.h
parport_pc.h
parser.h
pata_arasan_cf_data.h ata: arasan: remove the need for platform_data 2013-04-19 22:25:51 +02:00
patchkey.h
path.h constify path_get/path_put and fs_struct.c stuff 2013-03-01 23:51:07 -05:00
pch_dma.h
pci-acpi.h PCI: acpiphp: Re-enumerate devices when host bridge receives Bus Check 2013-05-17 14:12:06 -06:00
pci-aspm.h PCI: Remove "extern" from function declarations 2013-04-17 10:21:17 -06:00
pci-ats.h PCI: Remove "extern" from function declarations 2013-04-17 10:21:17 -06:00
pci-dma.h
pci.h pci: add pcibios_release_device 2013-06-26 21:10:05 +02:00
pci_hotplug.h PCI: Remove "extern" from function declarations 2013-04-17 10:21:17 -06:00
pci_ids.h Merge branch 'pci/misc' into next 2013-06-26 15:55:52 -06:00
pcieport_if.h PCI: Remove "extern" from function declarations 2013-04-17 10:21:17 -06:00
pda_power.h
percpu-defs.h
percpu-refcount.h percpu-refcount: use RCU-sched insted of normal RCU 2013-06-16 16:12:26 -07:00
percpu-rwsem.h percpu_rw_semaphore: add lockdep annotations 2012-12-17 17:15:18 -08:00
percpu.h
percpu_counter.h percpu_counter.h: comment code for better readability 2013-02-05 11:54:06 +01:00
perf_event.h kernel: delete __cpuinit usage from all core kernel files 2013-07-14 19:36:59 -04:00
perf_regs.h
personality.h
pfn.h
phonedev.h
phonet.h
phy.h phy: add reverse MII PHY connection type 2013-05-31 17:19:05 -07:00
phy_fixed.h
pid.h kernel/fork.c:copy_process(): don't add the uninitialized child to thread/task/pid lists 2013-07-03 16:08:03 -07:00
pid_namespace.h aio: don't include aio.h in sched.h 2013-05-07 20:16:25 -07:00
pim.h
pipe_fs_i.h get rid of the last free_pipe_info() callers 2013-04-09 14:13:02 -04:00
pktcdvd.h
platform_device.h Device tree updates for v3.11 2013-07-04 15:51:45 -07:00
plist.h
pm.h Linux 3.9-rc3 2013-03-19 09:47:30 +01:00
pm2301_charger.h pm2301-charger: Adjust interrupt handler behavior 2013-03-07 12:35:51 +08:00
pm_clock.h
pm_domain.h
pm_qos.h PM / QoS: Make it possible to expose PM QoS device flags to user space 2012-10-24 02:08:18 +02:00
pm_runtime.h PM / Runtime: Rework the "runtime idle" helper routine 2013-06-03 21:49:52 +02:00
pm_wakeup.h PM / Sleep: Fix comment typo in pm_wakeup.h 2013-07-15 01:31:37 +02:00
pmu.h
pnfs_osd_xdr.h
pnp.h
poison.h
poll.h
posix-clock.h
posix-timers.h posix_cpu_timer: consolidate expiry time type 2013-07-03 16:16:20 +02:00
posix_acl.h
posix_acl_xattr.h
power_supply.h power_supply: Move of_node out of the #ifdef CONFIG_OF 2013-06-28 18:20:52 -07:00
ppp-comp.h
ppp_channel.h
ppp_defs.h
pps-gpio.h
pps_kernel.h pps: Add pps_lookup_dev() function 2013-02-13 09:40:35 -08:00
preempt.h tracing/context-tracking: Add preempt_schedule_context() for tracing 2013-06-19 12:55:10 +02:00
prefetch.h
printk.h Add include dependencies to <linux/printk.h>. 2013-05-22 01:34:24 +02:00
prio_heap.h
proc_fs.h proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.h 2013-05-01 17:29:47 -04:00
proc_ns.h proc: Split the namespace stuff out into linux/proc_ns.h 2013-05-01 17:29:39 -04:00
profile.h create_proc_cpu_mask() doesn't need an argument... 2013-04-09 14:13:35 -04:00
projid.h
proportions.h
pstore.h pstore: Pass header size in the pstore write callback 2013-07-01 18:10:48 +10:00
pstore_ram.h pstore/ram: Allow specifying ecc parameters in platform data 2013-04-03 21:50:00 -07:00
pti.h
ptp_classify.h
ptp_clock_kernel.h ptp: update adjfreq callback description 2012-11-03 15:27:07 -04:00
ptrace.h ptrace: revert "Prepare to fix racy accesses on task breakpoints" 2013-07-09 10:33:26 -07:00
pvclock_gtod.h timekeeping: Indicate that clock was set in the pvclock gtod notifier 2013-06-28 23:15:06 +02:00
pwm.h pwm: Add sysfs interface 2013-06-21 11:32:51 +02:00
pwm_backlight.h
pxa2xx_ssp.h spi/pxa2xx: add support for Intel Low Power Subsystem SPI 2013-02-08 13:14:40 +00:00
pxa168_eth.h
qnx6_fs.h
quicklist.h
quota.h quota: autoload the quota_v2 module for QFMT_VFS_V1 quota format 2013-01-24 23:24:56 -05:00
quotaops.h
radix-tree.h
raid_class.h
ramfs.h mm/shmem.c: remove an ifdef 2013-04-29 15:54:28 -07:00
random.h remove unused random32() and srandom32() 2013-05-07 18:38:27 -07:00
range.h
ratelimit.h
rational.h
rbtree.h
rbtree_augmented.h lib/rbtree.c: avoid the use of non-static __always_inline 2013-01-11 14:54:56 -08:00
rculist.h rcu: Add _notrace variation of rcu_dereference_raw() and hlist_for_each_entry_rcu() 2013-05-28 22:47:13 -04:00
rculist_bl.h rcu: Fix hlist_bl_set_first_rcu() annotation 2013-03-12 14:07:41 -07:00
rculist_nulls.h net: force a reload of first item in hlist_nulls_for_each_entry_rcu 2013-06-02 20:53:59 -07:00
rcupdate.h rcu: Shrink TINY_RCU by moving exit_rcu() 2013-06-10 13:45:52 -07:00
rcutiny.h rcu: Shrink TINY_RCU by moving exit_rcu() 2013-06-10 13:45:52 -07:00
rcutree.h rcu: Shrink TINY_RCU by moving exit_rcu() 2013-06-10 13:45:52 -07:00
reboot.h reboot: move arch/x86 reboot= handling to generic kernel 2013-07-09 10:33:29 -07:00
reciprocal_div.h
regmap.h Merge remote-tracking branch 'regmap/topic/field' into regmap-next 2013-06-30 12:40:03 +01:00
regset.h
relay.h kernel/relay.c: move FIX_SIZE macro into relay.c 2013-04-30 17:04:09 -07:00
remoteproc.h remoteproc: support virtio config space. 2013-04-07 14:06:17 +03:00
res_counter.h Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup 2013-04-29 19:14:20 -07:00
reservation.h mutex: Move ww_mutex definitions to ww_mutex.h 2013-07-12 12:07:46 +02:00
reset-controller.h reset: Add reset controller API 2013-04-12 10:26:23 +02:00
reset.h reset: Add reset controller API 2013-04-12 10:26:23 +02:00
resource.h
resume-trace.h
rfkill-gpio.h
rfkill-regulator.h
rfkill.h
ring_buffer.h tracing/ring-buffer: Move poll wake ups into ring buffer code 2013-03-15 00:34:50 -04:00
rio.h rapidio: change endpoint device name format 2013-07-03 16:08:05 -07:00
rio_drv.h rapidio: make enumeration/discovery configurable 2013-05-24 16:22:50 -07:00
rio_ids.h rapidio: add udev notification 2013-07-03 16:08:05 -07:00
rio_regs.h
rmap.h mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write() 2013-02-23 17:50:17 -08:00
rndis.h
root_dev.h
rotary_encoder.h
rpmsg.h
rslib.h
rtc-ds2404.h
rtc-v3020.h
rtc.h drivers/rtc/class.c: use struct device as the first argument for devm_rtc_device_register() 2013-04-29 18:28:22 -07:00
rtmutex.h
rtnetlink.h net: generic fdb support for drivers without ndo_fdb_<op> 2013-03-07 15:29:45 -05:00
rwlock.h
rwlock_api_smp.h
rwlock_types.h
rwsem-spinlock.h
rwsem.h Revert "rw_semaphore: remove up/down_read_non_owner" 2013-03-23 15:53:52 -07:00
rxrpc.h
s3c_adc_battery.h
sa11x0-dma.h
scatterlist.h lib/scatterlist: introduce sg_pcopy_from_buffer() and sg_pcopy_to_buffer() 2013-07-09 10:33:30 -07:00
scc.h
sched.h mm: remove free_area_cache 2013-07-10 18:11:34 -07:00
sched_clock.h sched_clock: Make ARM's sched_clock generic for all architectures 2013-06-12 14:02:13 -07:00
screen_info.h
sctp.h net: sctp: introduce uapi header for sctp 2013-04-09 13:19:39 -04:00
scx200.h
scx200_gpio.h
sdb.h FMC: add needed headers 2013-06-17 16:38:57 -07:00
sdla.h
seccomp.h
securebits.h
security.h NFS client updates for Linux 3.11 2013-07-09 12:09:43 -07:00
selection.h
selinux.h
sem.h ipc/sem.c: replace shared sem_otime with per-semaphore value 2013-07-09 10:33:28 -07:00
semaphore.h
seq_file.h seq_file: add seq_list_*_percpu helpers 2013-07-08 13:36:41 +04:00
seq_file_net.h
seqlock.h seqlock: Use seqcount infrastructure 2013-02-19 08:43:34 +01:00
serial.h
serial_8250.h serial: 8250: Add support for dmaengine 2013-01-15 23:03:00 -08:00
serial_core.h serial: Move "uart_console" def to core header file. 2013-05-20 11:47:21 -07:00
serial_max3100.h
serial_mfd.h
serial_pnx8xxx.h
serial_s3c.h tty: serial/samsung: make register definitions global 2013-04-11 13:14:36 -07:00
serial_sci.h serial: sh-sci: HSCIF support 2013-06-17 18:09:53 +09:00
serio.h
sfi.h
sfi_acpi.h
sh_clk.h sh: clkfwk: add sh_clk_fsidiv_register() 2012-11-08 15:21:30 +09:00
sh_dma.h DMA: shdma: shdma_chan_filter() has to be in shdma-base.h 2013-07-05 11:40:59 +05:30
sh_eth.h sh_eth: add R-Car support for real 2013-03-29 15:31:30 -04:00
sh_intc.h
sh_timer.h
shdma-base.h DMA: shdma: add DT support 2013-07-05 11:41:00 +05:30
shm.h mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLB 2012-12-11 17:22:25 -08:00
shmem_fs.h
shrinker.h
signal.h Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2013-05-01 17:51:54 -07:00
signalfd.h
sirfsoc_dma.h
sizes.h
skbuff.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2013-07-03 14:55:13 -07:00
slab.h slab: add kmalloc() to kernel API documentation 2013-07-07 19:02:59 +03:00
slab_def.h slab: Return NULL for oversized allocations 2013-05-06 09:24:16 +03:00
slob_def.h slab: add kmalloc() to kernel API documentation 2013-07-07 19:02:59 +03:00
slub_def.h slab: Common definition for kmem_cache_node 2013-02-01 12:32:09 +02:00
sm501-regs.h
sm501.h
smc91x.h
smc911x.h
smp.h include/linux/smp.h:on_each_cpu(): switch back to a macro 2013-07-03 16:07:22 -07:00
smpboot.h stop_machine: Mark per cpu stopper enabled early 2013-02-26 22:25:17 +01:00
smsc911x.h
smscphy.h net: phy: smsc: force all capable mode if the phy is started in powerdown mode 2012-12-07 12:48:00 -05:00
sock_diag.h sock_diag: allow to dump bpf filters 2013-04-29 13:21:30 -04:00
socket.h RDMA/cma: Define native IB address 2013-06-20 13:08:01 -07:00
sonet.h
sony-laptop.h
sonypi.h
sort.h
sound.h
soundcard.h
spinlock.h
spinlock_api_smp.h spinlock_api_smp.h: fix preprocessor comments 2013-06-19 23:34:50 +02:00
spinlock_api_up.h
spinlock_types.h
spinlock_types_up.h
spinlock_up.h sched: Rename sched.c as sched/core.c in comments and Documentation 2013-06-19 12:58:42 +02:00
splice.h splice: don't pass the address of ->f_pos to methods 2013-06-20 19:02:45 +04:00
srcu.h rcu: Remove srcu_read_lock_raw() and srcu_read_unlock_raw(). 2013-06-10 13:45:25 -07:00
ssbi.h SSBI: Remove MSM_ prefix from SSBI drivers 2013-03-25 10:39:40 -07:00
stackprotector.h
stacktrace.h
start_kernel.h
stat.h
statfs.h
static_key.h
stddef.h
ste_modem_shm.h
stmmac.h dt:net:stmmac: Add dt specific phy reset callback support. 2013-07-04 14:34:17 -07:00
stmp3xxx_rtc_wdt.h rtc: stmp3xxx: add wdt-accessor function 2013-03-01 12:40:36 +01:00
stmp_device.h
stop_machine.h
string.h string: introduce helper to get base file name from given path 2012-12-17 17:15:17 -08:00
string_helpers.h lib/string_helpers: introduce generic string_unescape 2013-04-30 17:04:03 -07:00
stringify.h
sudmac.h sudmac: add support for SUDMAC 2013-04-30 15:50:12 +05:30
sungem_phy.h
sunserialcore.h pps: Fix build breakage from decoupling pps from tty 2013-02-13 12:15:50 -08:00
superhyway.h
suspend.h PM / Sleep: Print last wakeup source on failed wakeup_count write 2013-06-21 00:35:12 +02:00
svga.h
swab.h
swap.h swap: discard while swapping only if SWAP_FLAG_DISCARD_PAGES 2013-07-03 16:07:32 -07:00
swapfile.h
swapops.h mm: migration: add migrate_entry_wait_huge() 2013-06-12 16:29:46 -07:00
swiotlb.h x86, kdump: Set crashkernel_low automatically 2013-04-17 12:35:32 -07:00
synclink.h
sys.h
sys_soc.h
syscalls.h syscalls.h: slightly reduce the jungles of macros 2013-03-05 15:36:40 -05:00
syscore_ops.h
sysctl.h sysctl: Pass useful parameters to sysctl permissions 2012-11-18 20:30:55 -05:00
sysfs.h sysfs: use file mode defines from stat.h 2013-07-16 10:57:37 -07:00
syslog.h kmsg: honor dmesg_restrict sysctl on /dev/kmsg 2013-06-12 16:29:44 -07:00
sysrq.h
sysv_fs.h
task_io_accounting.h
task_io_accounting_ops.h
task_work.h
taskstats_kern.h
tboot.h
tc.h
tca6416_keypad.h
tcp.h tcp: remove bad timeout logic in fast recovery 2013-05-19 23:51:17 -07:00
tegra-ahb.h ARM: tegra: move tegra-ahb.h out of arch/arm/mach-tegra/ 2012-11-05 11:36:06 -07:00
tegra-powergate.h ARM: tegra: move <mach/powergate.h> to <linux/tegra-powergate.h> 2013-03-29 18:10:22 -06:00
tegra-soc.h ARM: tegra: add function to read chipid 2013-01-28 11:19:06 -07:00
textsearch.h
textsearch_fsm.h
tfrc.h
thermal.h Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux 2013-05-09 09:40:49 -07:00
thread_info.h fork: protect architectures where THREAD_SIZE >= PAGE_SIZE against fork bombs 2012-12-18 15:02:13 -08:00
threads.h
ti_wilink_st.h
tick.h nohz: Re-evaluate the tick for the new task after a context switch 2013-04-22 20:29:07 +02:00
tifm.h
timb_dma.h
timb_gpio.h
time-armada-370-xp.h
time.h time: Revert ALWAYS_USE_PERSISTENT_CLOCK compile time optimizaitons 2013-05-14 20:54:06 +02:00
timekeeper_internal.h timekeeping: Store cycle_last value in timekeeper struct as well 2013-04-04 13:18:31 -07:00
timer.h
timerfd.h
timeriomem-rng.h hwrng: timeriomem - update to support more than one device 2013-04-25 21:01:45 +08:00
timerqueue.h
timex.h ntp: Move do_adjtimex() and hardpps() functions to timekeeping.c 2013-04-04 13:18:14 -07:00
topology.h
toshiba.h
tpm.h tpm: move TPM_DIGEST_SIZE defintion 2013-05-21 12:25:02 -05:00
tpm_command.h
trace_clock.h tracing: Add "uptime" trace clock that uses jiffies 2013-03-15 00:36:09 -04:00
trace_seq.h
tracehook.h
tracepoint.h tracing: Add DEFINE_EVENT_FN() macro 2013-06-20 22:24:32 -07:00
transport_class.h
tsacct_kern.h cputime: Use accessors to read task cputime stats 2013-01-27 19:23:31 +01:00
tty.h n_tty: Encapsulate minimum_to_wake within N_TTY 2013-06-17 12:55:11 -07:00
tty_driver.h tty: Document required behavior of tty driver close() 2013-02-04 15:40:28 -08:00
tty_flip.h TTY: switch tty_schedule_flip 2013-01-15 22:43:15 -08:00
tty_ldisc.h n_tty: Encapsulate minimum_to_wake within N_TTY 2013-06-17 12:55:11 -07:00
typecheck.h
types.h mm, oom: fix race when specifying a thread as the oom origin 2012-12-11 17:22:27 -08:00
u64_stats_sync.h
uaccess.h
ucb1400.h mfd: ucb1400: Pass ucb1400-gpio data through ac97 bus 2013-04-19 00:40:07 +02:00
ucs2_string.h Move utf16 functions to kernel core and rename 2013-04-15 21:23:03 +01:00
udp.h udp: add encap_destroy callback 2013-03-20 12:10:38 -04:00
uidgid.h
uinput.h
uio.h Hoist memcpy_fromiovec/memcpy_toiovec into lib/ 2013-05-20 10:24:22 +09:30
uio_driver.h
uprobes.h uretprobes: Limit the depth of return probe nestedness 2013-04-13 15:31:58 +02:00
usb.h usb: add usb2 Link PM variables to sysfs and usb_device 2013-06-05 16:48:40 -07:00
usb_usual.h
usbdevice_fs.h
user-return-notifier.h
user.h
user_namespace.h userns: Restrict when proc and sysfs can be mounted 2013-03-27 07:50:08 -07:00
uts.h
utsname.h proc: Usable inode numbers for the namespace file descriptors. 2012-11-20 04:19:49 -08:00
uuid.h
uwb.h
vermagic.h
vexpress.h reboot: arm: change reboot_mode to use enum reboot_mode 2013-07-09 10:33:29 -07:00
vfio.h VFIO: Wrapper for getting reference to vfio_device 2013-03-11 09:28:44 -06:00
vfs.h
vga_switcheroo.h
vgaarb.h Fix misspellings of "whether" in comments. 2012-11-19 14:31:35 +01:00
via-core.h
via-gpio.h
via.h
via_i2c.h
video_output.h
videodev2.h
virtio.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2013-07-09 18:24:39 -07:00
virtio_caif.h caif_virtio: Introduce caif over virtio 2013-03-20 14:06:06 +10:30
virtio_config.h
virtio_console.h
virtio_mmio.h
virtio_ring.h virtio: include asm/barrier explicitly 2013-07-09 10:47:53 +09:30
virtio_scsi.h virtio-scsi: Add real 2-clause BSD license to header 2012-10-22 18:20:00 +10:30
vlynq.h
vm_event_item.h mm: don't wait on congested zones in balance_pgdat() 2013-02-23 17:50:15 -08:00
vm_sockets.h VSOCK: Split vm_sockets.h into kernel/uapi 2013-03-08 12:24:48 -05:00
vmalloc.h mm/vmalloc.c: rename VM_UNLIST to VM_UNINITIALIZED 2013-07-09 10:33:21 -07:00
vme.h
vmpressure.h memcg: add memory.pressure_level events 2013-04-29 15:54:38 -07:00
vmstat.h mm: remove CONFIG_HOTPLUG ifdefs 2013-04-29 15:54:37 -07:00
vmw_vmci_api.h VMCI: Some header and config files. 2013-01-08 16:15:57 -08:00
vmw_vmci_defs.h VMCI: Some header and config files. 2013-01-08 16:15:57 -08:00
vringh.h virtio: Introduce vringh wrappers in virtio_config 2013-03-20 14:06:05 +10:30
vt.h
vt_buffer.h
vt_kern.h Merge 3.10-rc3 into tty-next 2013-05-27 10:57:53 +09:00
vtime.h vtime: Use consistent clocks among nohz accounting 2013-05-31 11:31:50 +02:00
w1-gpio.h
wait.h FS-Cache patches 2013-07-02 2013-07-02 09:52:47 -07:00
wanrouter.h wanrouter: delete now orphaned header content, files/drivers 2013-01-31 19:56:35 -05:00
watchdog.h watchdog: core: dt: add support for the timeout-sec dt property 2013-03-01 12:48:36 +01:00
wireless.h
wl12xx.h wlcore: move wl12xx_platform_data up and make it truly optional 2013-02-08 10:05:02 +02:00
wm97xx.h
workqueue.h drivers: avoid format strings in names passed to alloc_workqueue() 2013-07-03 16:07:41 -07:00
writeback.h mm/writeback: commit reason of WB_REASON_FORKER_THREAD mismatch name 2013-07-09 10:33:22 -07:00
ww_mutex.h mutex: Move ww_mutex definitions to ww_mutex.h 2013-07-12 12:07:46 +02:00
xattr.h
xilinxfb.h
xz.h
yam.h
z2_battery.h
zbud.h zbud: add to mm/ 2013-07-10 18:11:34 -07:00
zconf.h
zlib.h
zorro.h
zorro_ids.h
zutil.h