linux_dsm_epyc7002/include/linux
Linus Torvalds 2f4bf528ec powerpc updates for 4.4
- Kconfig: remove BE-only platforms from LE kernel build from Boqun Feng
  - Refresh ps3_defconfig from Geoff Levand
  - Emit GNU & SysV hashes for the vdso from Michael Ellerman
  - Define an enum for the bolted SLB indexes from Anshuman Khandual
  - Use a local to avoid multiple calls to get_slb_shadow() from Michael Ellerman
  - Add gettimeofday() benchmark from Michael Neuling
  - Avoid link stack corruption in __get_datapage() from Michael Neuling
  - Add virt_to_pfn and use this instead of opencoding from Aneesh Kumar K.V
  - Add ppc64le_defconfig from Michael Ellerman
  - pseries: extract of_helpers module from Andy Shevchenko
  - Correct string length in pseries_of_derive_parent() from Nathan Fontenot
  - Free the MSI bitmap if it was slab allocated from Denis Kirjanov
  - Shorten irq_chip name for the SIU from Christophe Leroy
  - Wait 1s for secondaries to enter OPAL during kexec from Samuel Mendoza-Jonas
  - Fix _ALIGN_* errors due to type difference. from Aneesh Kumar K.V
  - powerpc/pseries/hvcserver: don't memset pi_buff if it is null from Colin Ian King
  - Disable hugepd for 64K page size. from Aneesh Kumar K.V
  - Differentiate between hugetlb and THP during page walk from Aneesh Kumar K.V
  - Make PCI non-optional for pseries from Michael Ellerman
  - Individual System V IPC system calls from Sam bobroff
  - Add selftest of unmuxed IPC calls from Michael Ellerman
  - discard .exit.data at runtime from Stephen Rothwell
  - Delete old orphaned PrPMC 280/2800 DTS and boot file. from Paul Gortmaker
  - Use of_get_next_parent to simplify code from Christophe Jaillet
  - Paginate some xmon output from Sam bobroff
  - Add some more elements to the xmon PACA dump from Michael Ellerman
  - Allow the tm-syscall selftest to build with old headers from Michael Ellerman
  - Run EBB selftests only on POWER8 from Denis Kirjanov
  - Drop CONFIG_TUNE_CELL in favour of CONFIG_CELL_CPU from Michael Ellerman
  - Avoid reference to potentially freed memory in prom.c from Christophe Jaillet
  - Quieten boot wrapper output with run_cmd from Geoff Levand
  - EEH fixes and cleanups from Gavin Shan
  - Fix recursive fenced PHB on Broadcom shiner adapter from Gavin Shan
  - Use of_get_next_parent() in of_get_ibm_chip_id() from Michael Ellerman
  - Fix section mismatch warning in msi_bitmap_alloc() from Denis Kirjanov
  - Fix ps3-lpm white space from Rudhresh Kumar J
  - Fix ps3-vuart null dereference from Colin King
  - nvram: Add missing kfree in error path from Christophe Jaillet
  - nvram: Fix function name in some errors messages. from Christophe Jaillet
  - drivers/macintosh: adb: fix misleading Kconfig help text from Aaro Koskinen
  - agp/uninorth: fix a memleak in create_gatt_table from Denis Kirjanov
  - cxl: Free virtual PHB when removing from Andrew Donnellan
  - scripts/kconfig/Makefile: Allow KBUILD_DEFCONFIG to be a target from Michael Ellerman
  - scripts/kconfig/Makefile: Fix KBUILD_DEFCONFIG check when building with O= from Michael Ellerman
 
  - Freescale updates from Scott: Highlights include 64-bit book3e kexec/kdump
    support, a rework of the qoriq clock driver, device tree changes including
    qoriq fman nodes, support for a new 85xx board, and some fixes.
 
  - MPC5xxx updates from Anatolij: Highlights include a driver for MPC512x
    LocalPlus Bus FIFO with its device tree binding documentation, mpc512x
    device tree updates and some minor fixes.
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIcBAABAgAGBQJWPEZgAAoJEFHr6jzI4aWANjYQAKX2Q/95hqKfCuF5FBcUmtMC
 Pu/Nff027MVzxZ2ApDcvvLGps5Nz2bn3nIhc9zjkXc5E8DuL6X3Yl8ce7qyNcc3g
 cJJ8RvtUo6J1OMWetXFehtPYniAAwKMhZYKnj0+WnLr2SyH/Vhl3ehDkFbGyPtuH
 r+2E7krFjfVgU+bzciIFnOaDekFuFN/pXWMb6e6zQyBJe9N8ZIp96uouGCebKVd0
 VDLItzdaKErT8JFfbymMPvZm3V0rMVx4WWu3kAbQX8LrD5a18NF1zrjAOHRXc61n
 kkk8/DPuNOon1PbXXyiS5BcFyZRe+KE3VBnoW5sOMqMIRg5WdO1oU3e2pEfXMO8+
 leXYwFLXiKzUZuOgQG2QiUhrzD2yC1o6/TJWATv0dSl9AwrecgPX+Vj6X357slAf
 A9E3eMy5tgnpndBWZmvZS3W7YDKH+NkeZ+Q40+NErAlqr++ErrTcKVndk5vWlYTT
 7mMZeTXagX66al/k5ATKqwB7iUSpnYHSAa9fcUYPSM2FnXsDxPyeJGkBbcoOmkGj
 QrpgNYOvJaUJd076goZCV39v0c1xpfV9/9kyVch8HUadf6JcjpVZwYnbGw2qlJjh
 ZanuBG2VOeSwaKQqXiRBSBetnpAg8CVpFjDmX9wOBfSek2wxEJqDX/vQExdbIDQQ
 pUs7vnUxLzhmW/x+ygOI
 =YwcM
 -----END PGP SIGNATURE-----

Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux

Pull powerpc updates from Michael Ellerman:

 - Kconfig: remove BE-only platforms from LE kernel build from Boqun
   Feng
 - Refresh ps3_defconfig from Geoff Levand
 - Emit GNU & SysV hashes for the vdso from Michael Ellerman
 - Define an enum for the bolted SLB indexes from Anshuman Khandual
 - Use a local to avoid multiple calls to get_slb_shadow() from Michael
   Ellerman
 - Add gettimeofday() benchmark from Michael Neuling
 - Avoid link stack corruption in __get_datapage() from Michael Neuling
 - Add virt_to_pfn and use this instead of opencoding from Aneesh Kumar
   K.V
 - Add ppc64le_defconfig from Michael Ellerman
 - pseries: extract of_helpers module from Andy Shevchenko
 - Correct string length in pseries_of_derive_parent() from Nathan
   Fontenot
 - Free the MSI bitmap if it was slab allocated from Denis Kirjanov
 - Shorten irq_chip name for the SIU from Christophe Leroy
 - Wait 1s for secondaries to enter OPAL during kexec from Samuel
   Mendoza-Jonas
 - Fix _ALIGN_* errors due to type difference, from Aneesh Kumar K.V
 - powerpc/pseries/hvcserver: don't memset pi_buff if it is null from
   Colin Ian King
 - Disable hugepd for 64K page size, from Aneesh Kumar K.V
 - Differentiate between hugetlb and THP during page walk from Aneesh
   Kumar K.V
 - Make PCI non-optional for pseries from Michael Ellerman
 - Individual System V IPC system calls from Sam bobroff
 - Add selftest of unmuxed IPC calls from Michael Ellerman
 - discard .exit.data at runtime from Stephen Rothwell
 - Delete old orphaned PrPMC 280/2800 DTS and boot file, from Paul
   Gortmaker
 - Use of_get_next_parent to simplify code from Christophe Jaillet
 - Paginate some xmon output from Sam bobroff
 - Add some more elements to the xmon PACA dump from Michael Ellerman
 - Allow the tm-syscall selftest to build with old headers from Michael
   Ellerman
 - Run EBB selftests only on POWER8 from Denis Kirjanov
 - Drop CONFIG_TUNE_CELL in favour of CONFIG_CELL_CPU from Michael
   Ellerman
 - Avoid reference to potentially freed memory in prom.c from Christophe
   Jaillet
 - Quieten boot wrapper output with run_cmd from Geoff Levand
 - EEH fixes and cleanups from Gavin Shan
 - Fix recursive fenced PHB on Broadcom shiner adapter from Gavin Shan
 - Use of_get_next_parent() in of_get_ibm_chip_id() from Michael
   Ellerman
 - Fix section mismatch warning in msi_bitmap_alloc() from Denis
   Kirjanov
 - Fix ps3-lpm white space from Rudhresh Kumar J
 - Fix ps3-vuart null dereference from Colin King
 - nvram: Add missing kfree in error path from Christophe Jaillet
 - nvram: Fix function name in some errors messages, from Christophe
   Jaillet
 - drivers/macintosh: adb: fix misleading Kconfig help text from Aaro
   Koskinen
 - agp/uninorth: fix a memleak in create_gatt_table from Denis Kirjanov
 - cxl: Free virtual PHB when removing from Andrew Donnellan
 - scripts/kconfig/Makefile: Allow KBUILD_DEFCONFIG to be a target from
   Michael Ellerman
 - scripts/kconfig/Makefile: Fix KBUILD_DEFCONFIG check when building
   with O= from Michael Ellerman
 - Freescale updates from Scott: Highlights include 64-bit book3e
   kexec/kdump support, a rework of the qoriq clock driver, device tree
   changes including qoriq fman nodes, support for a new 85xx board, and
   some fixes.
 - MPC5xxx updates from Anatolij: Highlights include a driver for
   MPC512x LocalPlus Bus FIFO with its device tree binding
   documentation, mpc512x device tree updates and some minor fixes.

* tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: (106 commits)
  powerpc/msi: Fix section mismatch warning in msi_bitmap_alloc()
  powerpc/prom: Use of_get_next_parent() in of_get_ibm_chip_id()
  powerpc/pseries: Correct string length in pseries_of_derive_parent()
  powerpc/e6500: hw tablewalk: make sure we invalidate and write to the same tlb entry
  powerpc/mpc85xx: Add FSL QorIQ DPAA FMan support to the SoC device tree(s)
  powerpc/mpc85xx: Create dts components for the FSL QorIQ DPAA FMan
  powerpc/fsl: Add #clock-cells and clockgen label to clockgen nodes
  powerpc: handle error case in cpm_muram_alloc()
  powerpc: mpic: use IRQCHIP_SKIP_SET_WAKE instead of redundant mpic_irq_set_wake
  powerpc/book3e-64: Enable kexec
  powerpc/book3e-64/kexec: Set "r4 = 0" when entering spinloop
  powerpc/booke: Only use VIRT_PHYS_OFFSET on booke32
  powerpc/book3e-64/kexec: Enable SMP release
  powerpc/book3e-64/kexec: create an identity TLB mapping
  powerpc/book3e-64: Don't limit paca to 256 MiB
  powerpc/book3e/kdump: Enable crash_kexec_wait_realmode
  powerpc/book3e: support CONFIG_RELOCATABLE
  powerpc/booke64: Fix args to copy_and_flush
  powerpc/book3e-64: rename interrupt_end_book3e with __end_interrupts
  powerpc/e6500: kexec: Handle hardware threads
  ...
2015-11-05 23:38:43 -08:00
..
amba ARM: 8446/1: amba: Remove unused callbacks for legacy system PM 2015-10-19 17:08:32 +01:00
bcma brcmfmac: Add support for the BCM4365 and BCM4366 PCIE devices. 2015-09-29 10:56:05 +03:00
byteorder
can net/can: can_dropped_invalid_skb can be boolean 2015-10-09 07:49:01 -07:00
ceph libceph: advertise support for keepalive2 2015-09-17 20:14:27 +03:00
clk clk: at91: add generated clock driver 2015-10-01 12:48:11 -07:00
crush crush: sync up with userspace 2015-06-25 11:49:31 +03:00
decompress
dma dmaengine: hsu: remove platform data 2015-10-17 21:22:08 -07:00
extcon extcon: gpio: Fix minor coding style and remove the unused fields. 2015-09-30 19:22:50 +09:00
fpga add FPGA manager core 2015-10-07 18:08:15 +01:00
fsl powerpc/fsl: Move fsl_guts.h out of arch/powerpc 2015-10-21 18:05:50 -05:00
gpio gpiolib: provide generic request/free implementations 2015-10-16 22:11:16 +02:00
hsi
i2c Input: atmel_mxt_ts - use deep sleep mode when stopped 2015-08-04 17:03:52 -07:00
iio iio: Support triggered events 2015-08-27 20:47:09 +01:00
input Input: pixcir_i2c_ts - move platform data 2015-07-11 17:27:36 -07:00
irqchip Power management and ACPI updates for v4.4-rc1 2015-11-04 18:10:13 -08:00
isdn
lockd
mfd regulator: Updates for v4.4 2015-11-05 13:06:22 -08:00
mlx4 net/mlx4_core: Replace VF zero mac with random mac in mlx4_core 2015-10-14 19:14:44 -07:00
mlx5 net/mlx5_core: Wait for FW readiness on startup 2015-10-14 19:14:43 -07:00
mmc mmc: mmc: extend the mmc_send_tuning() 2015-10-27 10:38:41 +01:00
mtd arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> instead 2015-08-10 23:07:05 -04:00
netfilter net/nfnetlink: lockdep_nfnl_is_held can be boolean 2015-10-09 07:49:00 -07:00
netfilter_arp inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_table 2015-09-18 21:57:43 +02:00
netfilter_bridge netfilter: ebtables: Simplify the arguments to ebt_do_table 2015-09-18 21:57:35 +02:00
netfilter_ipv4 inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_table 2015-09-18 21:57:43 +02:00
netfilter_ipv6 inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_table 2015-09-18 21:57:43 +02:00
perf arm: perf: factor arm_pmu core out to drivers 2015-07-31 15:01:14 +01:00
phy phy: for 4.2 merge window 2015-06-03 14:13:41 +09:00
pinctrl drivers/pinctrl: Add the concept of an "init" state 2015-10-27 11:24:23 +01:00
platform_data TTY/Serial driver patches for 4.4-rc1 2015-11-04 21:35:12 -08:00
power power: bq27xxx_battery: Add support for additional bq27xxx family devices 2015-09-23 17:15:27 +02:00
qed qed: Add statistics support 2015-10-27 19:34:54 -07:00
raid
regulator regulator: introduce min_dropout_uV 2015-10-16 17:57:33 +01:00
reset ARM: BCM63xx: Add Broadcom BCM63xx PMB controller helpers 2015-05-20 15:05:39 -07:00
rtc ARM: prima2: move to use REGMAP APIs for rtciobrg 2015-06-10 15:10:26 +08:00
sched sched/deadline: Unify dl_time_before() usage 2015-09-23 09:51:25 +02:00
soc ARM: SoC driver updates for v4.3 2015-09-01 13:00:04 -07:00
spi Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire', 'spi/topic/owner', 'spi/topic/pxa' and 'spi/topic/pxa2xx' into spi-next 2015-11-04 11:02:12 +00:00
ssb MIPS: BCM47xx: Extract info about et2 interface 2015-06-21 21:52:24 +02:00
sunrpc SUNRPC: Ensure that we wait for connections to complete before retrying 2015-09-17 18:01:28 -04:00
ulpi
unaligned
usb USB patches for 4.4-rc1 2015-11-04 21:26:27 -08:00
uwb
wimax
8250_pci.h
a.out.h
acct.h
acpi_dma.h
acpi_pmtmr.h
acpi.h Power management and ACPI updates for v4.4-rc1 2015-11-04 18:10:13 -08:00
adb.h
adfs_fs.h
aer.h
agp_backend.h
agpgart.h
ahci_platform.h
aio.h
alarmtimer.h
altera_jtaguart.h
altera_uart.h
amd-iommu.h
amifd.h
amifdreg.h
amigaffs.h
anon_inodes.h
apm_bios.h
apm-emulation.h
apple_bl.h
arm-cci.h
asn1_ber_bytecode.h ASN.1: Handle 'ANY OPTIONAL' in grammar 2015-08-05 13:38:07 +01:00
asn1_decoder.h
asn1.h
assoc_array_priv.h
assoc_array.h
async_tx.h
async.h
ata_platform.h
ata.h Revert "libata: Implement NCQ autosense" 2015-08-03 12:01:54 -04:00
atalk.h
ath9k_platform.h
atm_suni.h
atm_tcp.h
atm.h
atmdev.h
atmel_pdc.h
atmel_serial.h tty/serial: at91: add support to FIFOs 2015-07-23 18:00:42 -07:00
atmel_tc.h
atmel-mci.h
atmel-ssc.h
atomic.h atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl() 2015-11-03 17:22:17 -08:00
attribute_container.h
audit.h audit: audit_string_contains_control can be boolean 2015-11-04 08:23:51 -05:00
auto_dev-ioctl.h
auto_fs.h
auxvec.h
average.h average: remove out-of-line implementation 2015-08-20 14:10:23 -07:00
b1pcmcia.h
backing-dev-defs.h writeback: bdi_writeback iteration must not skip dying ones 2015-10-12 10:31:12 -06:00
backing-dev.h Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup 2015-11-05 14:51:32 -08:00
backlight.h backlight: Change the return type of backlight_update_status() to int 2015-06-23 15:47:35 +01:00
balloon_compaction.h
basic_mmio_gpio.h gpio: generic: support input-only chips 2015-07-27 15:01:05 +02:00
bcd.h
bch.h
bcm47xx_nvram.h MIPS: BCM47xx: Move NVRAM driver to the drivers/firmware/ 2015-06-21 21:55:33 +02:00
bcm47xx_wdt.h
bfin_mac.h
binfmts.h
bio.h block: Replace SG_GAPS with new queue limits mask 2015-08-19 14:26:02 -07:00
bit_spinlock.h
bitmap.h linux/bitmap: Force inlining of bitmap weight functions 2015-08-05 09:38:08 +02:00
bitops.h linux/bitmap: Force inlining of bitmap weight functions 2015-08-05 09:38:08 +02:00
bitrev.h
blk_types.h Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs 2015-09-03 12:28:30 -07:00
blk-cgroup.h blkcg: fix incorrect read/write sync/async stat accounting 2015-10-27 15:04:56 +09:00
blk-iopoll.h
blk-mq.h block: generic request_queue reference counting 2015-10-21 14:43:41 -06:00
blkdev.h Merge branch 'for-4.4/reservations' of git://git.kernel.dk/linux-block 2015-11-04 21:01:27 -08:00
blktrace_api.h
blockgroup_lock.h
bma150.h
bootmem.h mm: only define hashdist variable when needed 2015-06-24 17:49:41 -07:00
bottom_half.h sched/preempt: Merge preempt_mask.h into preempt.h 2015-05-19 08:39:11 +02:00
bpf.h bpf: add support for persistent maps/progs 2015-11-02 22:48:39 -05:00
brcmphy.h net: phy: Broadcom Cygnus internal Etherent PHY driver 2015-10-08 04:45:52 -07:00
bsearch.h
bsg-lib.h
bsg.h
btree-128.h
btree-type.h
btree.h
btrfs.h
buffer_head.h bufferhead: Add _gfp version for sb_getblk() 2015-07-02 01:32:44 -04:00
bug.h
c2port.h
cache.h
cacheinfo.h drivers/base: cacheinfo: fix annoying typo when DT nodes are absent 2015-05-24 12:31:33 -07:00
capability.h
cb710.h
cciss_ioctl.h
ccp.h
cdev.h
cdrom.h
cfag12864b.h
cgroup_subsys.h Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-block 2015-09-10 18:56:14 -07:00
cgroup-defs.h cgroup: add cgroup_subsys->free() method and use it to fix pids controller 2015-10-15 16:41:53 -04:00
cgroup.h cgroup: keep zombies associated with their original cgroups 2015-10-15 16:41:53 -04:00
circ_buf.h
cleancache.h
clk-provider.h clk: Add clk_hw_is_enabled() for use by clk providers 2015-10-26 12:36:55 -07:00
clk.h
clkdev.h include, lib: add __printf attributes to several function prototypes 2015-07-17 16:39:53 -07:00
clksrc-dbx500-prcmu.h
clock_cooling.h
clockchips.h clockevents: Remove unused set_mode() callback 2015-09-14 11:00:55 +02:00
clocksource.h clocksource: cosmetic: Drop OF 'dependency' from symbols 2015-10-01 02:18:39 +02:00
cm4000_cs.h
cma.h mm: cma: fix incorrect type conversion for size during dma allocation 2015-10-23 17:55:10 +09:00
cmdline-parser.h
cn_proc.h
cnt32_to_63.h
coda_psdev.h
coda.h
compaction.h mm, compaction: distinguish contended status in tracepoints 2015-11-05 19:34:48 -08:00
compat.h include, lib: add __printf attributes to several function prototypes 2015-07-17 16:39:53 -07:00
compiler-clang.h
compiler-gcc.h include/linux/compiler-gcc.h: hide assume_aligned attribute from sparse 2015-11-05 19:34:48 -08:00
compiler-intel.h compiler-intel: fix wrong compiler barrier() macro 2015-06-25 17:00:38 -07:00
compiler.h compiler.h: add support for function attribute assume_aligned 2015-11-05 19:34:48 -08:00
completion.h
component.h
concap.h
configfs.h include, lib: add __printf attributes to several function prototypes 2015-07-17 16:39:53 -07:00
connector.h
console_struct.h
console.h printk: implement support for extended console drivers 2015-06-25 17:00:38 -07:00
consolemap.h
container.h
context_tracking_state.h context_tracking: Add ct_state() and CT_WARN_ON() 2015-07-07 10:59:04 +02:00
context_tracking.h context_tracking: Add ct_state() and CT_WARN_ON() 2015-07-07 10:59:04 +02:00
cordic.h
coredump.h
coresight.h coresight: fixing typographical error 2015-10-07 17:54:09 +01:00
cper.h efi: Handle memory error structures produced based on old versions of standard 2015-07-15 13:30:38 +01:00
cpu_cooling.h
cpu_pm.h
cpu_rmap.h
cpu.h cpu: Remove try_get_online_cpus() 2015-10-07 16:02:49 -07:00
cpufeature.h cpufeature: correctly annotate the module init function 2015-07-22 09:58:02 +02:00
cpufreq-dt.h
cpufreq.h cpufreq: create cpu/cpufreq/policyX directories 2015-10-28 09:21:12 +01:00
cpuidle.h cpuidle/coupled: Remove cpuidle_device::safe_state_index 2015-08-28 15:14:54 +02:00
cpumask.h cpumask_set_cpu_local_first => cpumask_local_spread, lament 2015-05-28 11:05:20 +09:30
cpuset.h mm, oom: remove task_lock protecting comm printing 2015-11-05 19:34:48 -08:00
cputime.h
crash_dump.h
crc7.h
crc8.h
crc16.h
crc32.h
crc32c.h
crc-ccitt.h
crc-itu-t.h lib: crc-itu-t.[ch] fix 0x0x prefix in integer constants 2015-05-26 15:26:43 +02:00
crc-t10dif.h lib: introduce crc_t10dif_update() 2015-05-30 22:42:24 -07:00
cred.h capabilities: ambient capabilities 2015-09-04 16:54:41 -07:00
crypto.h crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag 2015-08-17 16:53:53 +08:00
cryptohash.h
cs5535.h
ctype.h
cuda.h
cyclades.h
davinci_emac.h
dax.h dax: add huge page fault support 2015-09-08 15:35:28 -07:00
dca.h
dcache.h include, lib: add __printf attributes to several function prototypes 2015-07-17 16:39:53 -07:00
dccp.h net/dccp: dccp_list_has_service can be boolean 2015-10-09 07:49:02 -07:00
dcookies.h
debug_locks.h
debugfs.h debugfs: Add debugfs_create_ulong() 2015-10-18 10:14:39 -07:00
debugobjects.h
delay.h
delayacct.h
dell-led.h
devcoredump.h
devfreq-event.h
devfreq.h PM / devfreq: comments for get_dev_status usage updated 2015-09-11 14:23:29 +09:00
device_cgroup.h
device-mapper.h dm: refactor ioctl handling 2015-10-31 19:05:59 -04:00
device.h Power management and ACPI material for v4.3-rc1 2015-09-01 19:45:46 -07:00
devpts_fs.h
digsig.h
dio.h
dirent.h
dlm_plock.h
dlm.h
dm9000.h
dm-dirty-log.h
dm-io.h
dm-kcopyd.h
dm-region-hash.h
dma_remapping.h iommu/vt-d: Implement deferred invalidate for SVM 2015-10-15 13:22:35 +01:00
dma-attrs.h
dma-buf.h
dma-contiguous.h mm: cma: fix incorrect type conversion for size during dma allocation 2015-10-23 17:55:10 +09:00
dma-debug.h
dma-direction.h
dma-iommu.h iommu: Implement common IOMMU ops for DMA mapping 2015-10-15 16:41:04 +02:00
dma-mapping.h
dmaengine.h dma: Add support to program MIC x100 status descriptiors 2015-10-04 12:46:06 +01:00
dmapool.h mm: add dma_pool_zalloc() call to DMA API 2015-09-08 15:35:28 -07:00
dmar.h iommu: dmar: Provide helper to copy shared irte fields 2015-06-12 11:33:52 +02:00
dmi.h firmware: dmi: struct dmi_header should be packed 2015-06-25 09:06:57 +02:00
dnotify.h
dns_resolver.h
dqblk_qtree.h
dqblk_v1.h
dqblk_v2.h
drbd_genl_api.h
drbd_genl.h
drbd_limits.h
drbd.h
ds1286.h
ds2782_battery.h
ds17287rtc.h
dtlk.h
dw_apb_timer.h
dynamic_debug.h
dynamic_queue_limits.h
earlycpio.h
ecryptfs.h
edac.h driver core update for 4.4-rc1 2015-11-04 21:50:37 -08:00
edd.h
edma.h
eeprom_93cx6.h
eeprom_93xx46.h
efi-bgrt.h
efi.h efi: Use correct type for struct efi_memory_map::phys_map 2015-10-28 12:28:06 +01:00
efs_vh.h
eisa.h
elevator.h cfq-iosched: fix the setting of IOPS mode on SSDs 2015-06-10 08:01:20 -06:00
elf-fdpic.h
elf-randomize.h
elf.h
elfcore-compat.h
elfcore.h
elfnote.h
enclosure.h
err.h
errno.h
errqueue.h
etherdevice.h net: fix endian check warning in etherdevice.h 2015-08-17 12:14:53 -07:00
ethtool.h
eventfd.h
eventpoll.h
evm.h
export.h
exportfs.h
ext2_fs.h
extcon.h extcon: Modify the id and name of external connector 2015-10-16 08:30:09 +09:00
f2fs_fs.h f2fs: add annotation for space utilization of regular/inline dentry 2015-08-21 22:45:13 -07:00
f75375s.h
falloc.h
fanotify.h
fault-inject.h debugfs: Pass bool pointer to debugfs_create_bool() 2015-10-04 11:36:07 +01:00
fb.h fb.h: Provide alternate screen_base pointer 2015-10-13 10:51:30 -07:00
fcdevice.h
fcntl.h
fd.h
fddidevice.h
fdtable.h vfs: Fix pathological performance case for __alloc_fd() 2015-10-31 16:12:10 -07:00
fec.h
fence.h
file.h
filter.h bpf: fix cb access in socket filter programs 2015-10-11 04:40:05 -07:00
fips.h
firewire.h
firmware-map.h
firmware.h
fixp-arith.h
flat.h
flex_array.h
flex_proportions.h
fmc-sdb.h
fmc.h
font.h
freezer.h
frontswap.h frontswap: allow multiple backends 2015-06-24 17:49:45 -07:00
fs_enet_pd.h
fs_pin.h
fs_stack.h
fs_struct.h
fs_uart_pd.h
fs.h Merge branch 'akpm' (patches from Andrew) 2015-11-05 23:10:54 -08:00
fscache-cache.h
fscache.h
fsl_devices.h drivers: usb: fsl: Workaround for USB erratum-A005275 2015-08-14 16:50:36 -07:00
fsl_hypervisor.h
fsl_ifc.h fsl_ifc: Change IO accessor based on endianness 2015-08-07 22:59:34 -05:00
fsl-diu-fb.h
fsldma.h
fsnotify_backend.h Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2015-09-05 20:34:28 -07:00
fsnotify.h
ftrace_irq.h
ftrace.h ftrace: Fix breakage of set_ftrace_pid 2015-07-24 13:58:14 -04:00
futex.h
fwnode.h Power management and ACPI updates for v4.4-rc1 2015-11-04 18:10:13 -08:00
gameport.h
gcd.h
genalloc.h genalloc: add support of multiple gen_pools per device 2015-09-04 16:54:41 -07:00
genetlink.h net/netlink: lockdep_genl_is_held can be boolean 2015-10-09 07:48:59 -07:00
genhd.h block: move blk_integrity to request_queue 2015-10-21 14:43:42 -06:00
genl_magic_func.h
genl_magic_struct.h
getcpu.h
gfp.h mm: use numa_mem_id() in alloc_pages_node() 2015-09-08 15:35:28 -07:00
glob.h
goldfish.h staging: goldfish: Fix pointer cast for 32 bits 2015-05-31 11:40:14 +09:00
gpio_keys.h
gpio_mouse.h
gpio-fan.h
gpio-pxa.h
gpio.h
hardirq.h sched/preempt: Merge preempt_mask.h into preempt.h 2015-05-19 08:39:11 +02:00
hash.h
hashtable.h
hdlc.h
hdlcdrv.h
hdmi.h
hid-debug.h
hid-roccat.h
hid-sensor-hub.h First set of IIO fixes for the 4.2 cycle. 2015-07-13 14:18:07 -07:00
hid-sensor-ids.h
hid.h HID: Export hid_field_extract() 2015-06-01 14:33:35 +02:00
hiddev.h
hidraw.h
highmem.h sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_* 2015-05-19 08:39:14 +02:00
highuid.h
hil_mlc.h
hil.h
hippidevice.h
host1x.h
hp_sdc.h
hpet.h
hrtimer.h timer: Minimize nohz off overhead 2015-06-19 15:18:28 +02:00
htcpld.h
htirq.h
huge_mm.h dax: don't use set_huge_zero_page() 2015-09-08 15:35:28 -07:00
hugetlb_cgroup.h cgroup: replace cgroup_subsys->disabled tests with cgroup_subsys_enabled() 2015-09-18 11:56:28 -04:00
hugetlb_inline.h
hugetlb.h mm: hugetlb: proc: add HugetlbPages field to /proc/PID/status 2015-11-05 19:34:48 -08:00
hw_breakpoint.h
hw_random.h
hwmon-sysfs.h
hwmon-vid.h
hwmon.h
hwspinlock.h
hyperv.h drivers/hv: share Hyper-V SynIC constants with userspace 2015-11-04 16:24:33 +01: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-ocores.h
i2c-omap.h
i2c-pca-platform.h
i2c-pnx.h
i2c-pxa.h
i2c-smbus.h
i2c-xiic.h
i2c.h i2c: core: Add support for best effort block read emulation 2015-08-24 14:05:19 +02:00
i7300_idle.h
i8042.h
i8253.h
icmp.h
icmpv6.h
ide.h
idr.h
ieee80211.h wireless: add WNM action frame categories 2015-10-13 10:34:46 +02:00
ieee802154.h ieee802154: remove unnecessary includes 2015-09-24 20:42:37 +02:00
if_arp.h
if_bridge.h bridge: define some min/max/default ageing time constants 2015-09-23 14:35:58 -07:00
if_eql.h
if_ether.h
if_fddi.h
if_frad.h
if_link.h if_link: Add control trust VF 2015-10-23 05:44:28 -07:00
if_ltalk.h
if_macvlan.h macvtap: Increase limit of macvtap queues 2015-06-23 06:14:04 -07:00
if_phonet.h
if_pppol2tp.h
if_pppox.h
if_team.h
if_tun.h
if_tunnel.h
if_vlan.h vlan: Add GRO support for non hardware accelerated vlan 2015-06-01 16:50:52 -07:00
igmp.h net/ipv4: Pass proto as u8 instead of u16 in ip_check_mc_rcu 2015-09-29 16:27:47 -07:00
ihex.h
ima.h
in6.h
in.h
inet_diag.h sock_diag: specify info_size per inet protocol 2015-06-15 19:49:22 -07:00
inet_lro.h
inet.h
inetdevice.h net/inetdevice: bad_mask can be boolean 2015-10-09 07:49:05 -07:00
init_ohci1394_dma.h
init_task.h Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup 2015-11-05 14:51:32 -08:00
init.h module: relocate module_init from init.h to module.h 2015-07-05 23:59:14 -04:00
initrd.h
inotify.h
input-polldev.h
input.h
integrity.h
intel_pmic_gpio.h
intel-iommu.h iommu/vt-d: Implement SVM_FLAG_PRIVATE_PASID to allocate unique PASIDs 2015-10-15 15:35:32 +01:00
intel-svm.h iommu/vt-d: Expose struct svm_dev_ops without CONFIG_INTEL_IOMMU_SVM 2015-10-27 08:36:08 +09:00
interrupt.h genirq: Handle force threading of irqs with primary and thread handler 2015-09-22 12:39:57 +02:00
interval_tree_generic.h
interval_tree.h
io-mapping.h arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> instead 2015-08-10 23:07:05 -04:00
io.h add devm_memremap_pages 2015-08-27 19:40:58 -04:00
ioc3.h
ioc4.h
iocontext.h
iommu-common.h iommu-common: Fix error code used in iommu_tbl_range_{alloc,free}(). 2015-11-04 11:30:57 -08:00
iommu-helper.h
iommu.h iommu: Add generic_device_group() function 2015-10-22 00:00:49 +02:00
iopoll.h
ioport.h ACPI/PCI: Enhance ACPI core to support sparse IO space 2015-10-16 22:18:51 +02:00
ioprio.h
iova.h iommu: iova: Move iova cache management to the iova library 2015-10-04 12:46:06 +01:00
ip.h
ipack.h
ipc_namespace.h
ipc.h
ipmi_smi.h ipmi: Don't flush messages in sender() in run-to-completion mode 2015-09-03 15:02:28 -05:00
ipmi-fru.h
ipmi.h
ipv6_route.h
ipv6.h ipv6: inet6_sk() should use sk_fullsock() 2015-10-05 02:45:25 -07:00
irq_cpustat.h
irq_work.h
irq.h genirq: Add flag to force mask in disable_irq[_nosync]() 2015-10-11 11:33:42 +02:00
irqbypass.h virt: IRQ bypass manager 2015-10-01 15:06:43 +02:00
irqchip.h irqchip / ACPI: Add probing infrastructure for ACPI-based irqchips 2015-10-01 02:18:38 +02:00
irqdesc.h genirq: Remove irq argument from irq flow handlers 2015-09-16 15:47:51 +02:00
irqdomain.h irqdomain: Documentation updates 2015-10-13 19:01:25 +02:00
irqflags.h
irqhandler.h genirq: Remove irq argument from irq flow handlers 2015-09-16 15:47:51 +02:00
irqnr.h genirq: Remove irq_node() 2015-06-25 12:06:45 +02:00
irqreturn.h Document that IRQ_NONE should be returned when IRQ not actually handled 2015-10-30 10:13:26 +01:00
isa.h
isapnp.h
iscsi_boot_sysfs.h
iscsi_ibft.h
isdn_divertif.h
isdn_ppp.h
isdn.h
isdnif.h
isicom.h
jbd2.h Pretty much all bug fixes and clean ups for 4.3, after a lot of 2015-09-03 12:52:19 -07:00
jhash.h
jiffies.h Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2015-09-01 14:04:50 -07:00
journal-head.h
joystick.h
jump_label_ratelimit.h
jump_label.h Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup 2015-11-05 14:51:32 -08:00
jz4740-adc.h
jz4780-nemc.h
kallsyms.h
kasan.h x86/kasan, mm: Introduce generic kasan_populate_zero_shadow() 2015-08-22 14:54:55 +02:00
kbd_diacr.h
kbd_kern.h
kbuild.h
kconfig.h
kcore.h
kd.h
kdb.h
kdebug.h
kdev_t.h
kern_levels.h
kernel_stat.h
kernel-page-flags.h
kernel.h include, lib: add __printf attributes to several function prototypes 2015-07-17 16:39:53 -07:00
kernelcapi.h
kernfs.h kernfs: implement kernfs_path_len() 2015-08-18 15:49:15 -07:00
kexec.h kexec: split kexec_load syscall from kexec core code 2015-09-10 13:29:01 -07:00
key-type.h KEYS: Merge the type-specific data with the payload data 2015-10-21 15:18:36 +01:00
key.h KEYS: Merge the type-specific data with the payload data 2015-10-21 15:18:36 +01:00
keyboard.h
kfifo.h
kgdb.h
khugepaged.h
klist.h klist: implement klist_prev() 2015-07-28 08:50:42 +01:00
kmemcheck.h
kmemleak.h mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc() 2015-06-24 17:49:46 -07:00
kmod.h kmod: use system_unbound_wq instead of khelper 2015-09-10 13:29:01 -07:00
kmsg_dump.h
kobj_map.h
kobject_ns.h
kobject.h kobject: explain what kobject's sd field is 2015-10-04 11:46:16 +01:00
kprobes.h perf/x86/hw_breakpoints: Disallow kernel breakpoints unless kprobe-safe 2015-08-04 10:16:54 +02:00
kref.h
ks0108.h
ks8842.h
ks8851_mll.h
ksm.h
kthread.h kernel/kthread.c:kthread_create_on_node(): clarify documentation 2015-09-04 16:54:41 -07:00
ktime.h
kvm_host.h KVM: x86: move kvm_set_irq_inatomic to legacy device assignment 2015-11-04 16:24:36 +01:00
kvm_irqfd.h KVM: eventfd: add irq bypass consumer management 2015-10-01 15:06:46 +02:00
kvm_para.h
kvm_types.h KVM: add memslots argument to kvm_arch_memslots_updated 2015-05-26 12:40:17 +02:00
l2tp.h
lapb.h
latencytop.h
lcd.h
lcm.h
led-class-flash.h
led-lm3530.h
leds_pwm.h
leds-bd2802.h
leds-lp3944.h
leds-pca9532.h
leds-regulator.h
leds-tca6507.h
leds.h arcnet: com20020-pci: add led trigger support 2015-10-26 09:10:56 +01:00
lglock.h sched/stop_machine: Fix deadlock between multiple stop_two_cpus() 2015-06-19 10:03:12 +02:00
lguest_launcher.h
lguest.h
libata.h ata: ahci: find eSATA ports and flag them as removable 2015-09-30 17:37:55 -04:00
libfdt_env.h
libfdt.h
libnvdimm.h libnvdimm, pmem: direct map legacy pmem by default 2015-08-28 23:40:05 -04:00
libps2.h
license.h
lightnvm.h lightnvm: refactor phys addrs type to u64 2015-11-03 09:53:24 -07:00
linkage.h
linux_logo.h
lis3lv02d.h
list_bl.h rculist: Use WRITE_ONCE() when deleting from reader-visible list 2015-10-06 11:16:42 -07:00
list_lru.h
list_nulls.h rculist: Use WRITE_ONCE() when deleting from reader-visible list 2015-10-06 11:16:42 -07:00
list_sort.h
list.h rculist: Use WRITE_ONCE() when deleting from reader-visible list 2015-10-06 11:16:42 -07:00
livepatch.h livepatch: introduce patch/func-walking helpers 2015-05-19 23:58:43 +02:00
llc.h
llist.h locking, include/llist: Use linux/atomic.h instead of asm/cmpxchg.h 2015-08-12 11:59:08 +02:00
lockdep.h Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2015-06-24 15:09:40 -07:00
lockref.h
log2.h
lp.h
lru_cache.h
lsm_audit.h security: add ioctl specific auditing to lsm_audit 2015-07-13 13:31:58 -04:00
lsm_hooks.h Yama: remove needless CONFIG_SECURITY_YAMA_STACKED 2015-07-28 13:18:19 +10:00
lz4.h
lzo.h
m48t86.h
mailbox_client.h mailbox: Add ability for clients to request channels by name 2015-06-11 22:19:45 +05:30
mailbox_controller.h mailbox: switch to hrtimer for tx_complete polling 2015-08-10 14:29:27 +05:30
maple.h
marvell_phy.h
math64.h
max17040_battery.h
mbcache.h
mbus.h bus: mvebu-mbus: add mv_mbus_dram_info_nooverlap() 2015-05-28 12:21:08 +02:00
mc6821.h
mc146818rtc.h
mcb.h
mdio-bitbang.h
mdio-mux.h
mdio.h
mei_cl_bus.h mei: bus: use mei_cldev_ prefix for the API functions 2015-09-20 19:31:10 -07:00
memblock.h mm/memblock: make memblock_remove_range() static 2015-11-05 19:34:48 -08:00
memcontrol.h Merge branch 'akpm' (patches from Andrew) 2015-11-05 23:10:54 -08:00
memory_hotplug.h mm: memory hotplug with an existing resource 2015-10-23 14:19:58 +01:00
memory.h
mempolicy.h
mempool.h
memstick.h
mg_disk.h
mic_bus.h misc: mic: Remove COSM functionality from the MIC card driver 2015-10-04 12:46:06 +01:00
micrel_phy.h
microchipphy.h add microchip LAN88xx phy driver 2015-09-09 17:19:14 -07:00
migrate_mode.h
migrate.h
mii.h
miscdevice.h char: make misc_deregister a void function 2015-08-05 10:35:49 -07:00
mISDNdsp.h
mISDNhw.h
mISDNif.h
mm_inline.h
mm_types.h mm: hugetlb: proc: add HugetlbPages field to /proc/PID/status 2015-11-05 19:34:48 -08:00
mm-arch-hooks.h mm: new arch_remap() hook 2015-06-24 17:49:41 -07:00
mm.h mm: introduce VM_LOCKONFAULT 2015-11-05 19:34:48 -08:00
mman.h
mmdebug.h
mmiotrace.h include, lib: add __printf attributes to several function prototypes 2015-07-17 16:39:53 -07:00
mmu_context.h
mmu_notifier.h mm: introduce idle page tracking 2015-09-10 13:29:01 -07:00
mmzone.h mm/page_alloc: remove unused parameter in init_currently_empty_zone() 2015-11-05 19:34:48 -08:00
mnt_namespace.h
mod_devicetable.h mei: bus: add client protocol version to the device alias 2015-09-20 19:30:10 -07:00
module.h module: relocate module_init from init.h to module.h 2015-07-05 23:59:14 -04:00
moduleloader.h
moduleparam.h Minor merge needed, due to function move. 2015-07-01 10:49:25 -07:00
mount.h
mpage.h
mpi.h lib/mpi: clean unused SHA1_DIGEST_LENGTH 2015-10-20 22:10:45 +08:00
mpls_iptunnel.h mpls: ip tunnel support 2015-07-21 10:39:05 -07:00
mpls.h
mroute6.h
mroute.h
msdos_fs.h
msg.h
msi.h PCI/MSI: Allow the MSI domain to be device-specific 2015-10-16 13:07:16 +01:00
mutex-debug.h
mutex.h
mv643xx_eth.h
mv643xx_i2c.h
mv643xx.h
mvebu-pmsu.h
mxm-wmi.h
n_r3964.h tty: r3964: Replace/remove bogus tty lock use 2015-10-17 21:11:29 -07:00
namei.h turn user_{path_at,path,lpath,path_dir}() into static inlines 2015-05-15 01:10:45 -04:00
nd.h libnvdimm: infrastructure for btt devices 2015-06-25 04:20:04 -04:00
net.h net: move net_get_random_once to lib 2015-10-08 05:26:35 -07:00
netdev_features.h net/core: fix for_each_netdev_feature 2015-11-03 11:29:57 -05:00
netdevice.h Merge branch 'parisc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux 2015-11-04 11:30:22 -08:00
netfilter_bridge.h netfilter: Pass net into okfn 2015-09-17 17:18:37 -07:00
netfilter_defs.h netfilter: don't pull include/linux/netfilter.h from netns headers 2015-06-18 21:14:31 +02:00
netfilter_ingress.h netfilter: Store net in nf_hook_state 2015-09-17 17:18:32 -07:00
netfilter_ipv4.h ipv4: Pass struct net into ip_route_me_harder 2015-09-29 20:21:32 +02:00
netfilter_ipv6.h ipv6: Pass struct net through ip6_fragment 2015-09-30 01:45:03 -05:00
netfilter.h netfilter: turn NF_HOOK into an inline function 2015-10-16 18:45:36 +02:00
netlink.h netlink, mmap: fix edge-case leakages in nf queue zero-copy 2015-09-09 21:43:22 -07:00
netpoll.h
nfs3.h
nfs4.h pnfs: move common blocklayout XDR defintions to nfs4.h 2015-08-17 13:22:49 -05:00
nfs_fs_i.h
nfs_fs_sb.h NFS: Get suppattr_exclcreat when getting server capabilities 2015-08-27 19:45:27 -04:00
nfs_fs.h NFS: Remove nfs_release() 2015-08-17 13:32:56 -05:00
nfs_iostat.h
nfs_page.h NFS: Remove unused nfs_rw_ops->rw_release() function 2015-06-10 18:32:40 -04:00
nfs_xdr.h NFSv4: Express delegation limit in units of pages 2015-09-07 12:36:13 -04:00
nfs.h
nfsacl.h
nilfs2_fs.h
nl802154.h
nls.h
nmi.h kernel/watchdog.c: perform all-CPU backtrace in case of hard lockup 2015-11-05 19:34:48 -08:00
node.h
nodemask.h
notifier.h
ns_common.h
nsc_gpio.h
nsproxy.h
ntb_transport.h NTB: Add flow control to the ntb_netdev 2015-09-07 15:17:08 -04:00
ntb.h NTB: Fix documentation for ntb_peer_db_clear. 2015-09-07 15:17:09 -04:00
nubus.h
numa.h
nvme.h nvme: include <linux/types.ĥ> in <linux/nvme.h> 2015-10-09 10:40:37 -06:00
nvmem-consumer.h nvmem: Add nvmem_device based consumer apis. 2015-08-05 13:43:44 -07:00
nvmem-provider.h nvmem: Add a simple NVMEM framework for nvmem providers 2015-08-05 13:43:12 -07:00
nvram.h
nwpserial.h
of_address.h
of_device.h of: constify drv arg of of_driver_match_device stub 2015-07-27 08:23:27 -05:00
of_dma.h
of_fdt.h Devicetree changes for v4.2 2015-07-01 19:40:18 -07:00
of_gpio.h gpiolib: Add and use OF_GPIO_SINGLE_ENDED flag 2015-10-16 22:49:26 +02:00
of_graph.h of: fix a build error to of_graph_get_endpoint_by_regs function 2015-06-24 11:18:48 +10:00
of_iommu.h
of_irq.h of/irq: Use the msi-map property to provide device-specific MSI domain 2015-10-16 13:07:15 +01:00
of_mdio.h
of_mtd.h
of_net.h
of_pci.h
of_pdt.h
of_platform.h of/platform: add function to populate default bus 2015-08-25 11:29:55 -05:00
of_reserved_mem.h
of.h device property: check fwnode type in to_of_node() 2015-08-26 01:46:39 +02:00
oid_registry.h PKCS#7: Add OIDs for sha224, sha284 and sha512 hash algos and use them 2015-09-01 09:59:20 +10:00
olpc-ec.h
omap-dma.h ARM: OMAP1: fix incorrect INT_DMA_LCD 2015-10-28 10:05:58 -07:00
omap-dmaengine.h
omap-gpmc.h
omap-iommu.h
omap-mailbox.h
omapfb.h
once.h once: make helper generic for calling functions once 2015-10-08 05:26:36 -07:00
oom.h mm, oom: add description of struct oom_control 2015-09-08 15:35:28 -07:00
openvswitch.h
oprofile.h
osq_lock.h
oxu210hp.h
padata.h
page_counter.h mm: page_counter: let page_counter_try_charge() return bool 2015-11-05 19:34:48 -08:00
page_ext.h mm: introduce idle page tracking 2015-09-10 13:29:01 -07:00
page_idle.h mm: introduce idle page tracking 2015-09-10 13:29:01 -07:00
page_owner.h mm/page_owner: set correct gfp_mask on page_owner 2015-07-17 16:39:54 -07:00
page-flags-layout.h
page-flags.h mm: optimize PageHighMem() check 2015-11-05 19:34:48 -08:00
page-isolation.h mm, page_isolation: make set/unset_migratetype_isolate() file-local 2015-09-08 15:35:28 -07:00
pageblock-flags.h
pagemap.h Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2015-07-04 19:36:06 -07:00
pagevec.h
parport_pc.h
parport.h parport: add device-model to parport subsystem 2015-06-01 07:08:18 +09:00
parser.h
pata_arasan_cf_data.h Update Viresh Kumar's email address 2015-07-17 16:39:53 -07:00
patchkey.h
path.h
pch_dma.h
pci_hotplug.h
pci_ids.h [media] tw68: Move PCI vendor and device IDs to pci_ids.h 2015-08-16 13:26:01 -03:00
pci-acpi.h PCI/ACPI: Add interface acpi_pci_root_create() 2015-10-16 22:18:51 +02:00
pci-aspm.h
pci-ats.h PCI: Move ATS declarations to linux/pci.h so they're all together 2015-08-13 15:59:58 -05:00
pci-dma.h
pci.h pci: mm: add pci_pool_zalloc() call 2015-09-08 15:35:28 -07:00
pcieport_if.h
pda_power.h
pe.h
percpu_counter.h percpu_counter: batch size aware __percpu_counter_compare() 2015-05-29 07:39:34 +10:00
percpu_ida.h
percpu-defs.h percpu: update incorrect comment for this_cpu_*() operations 2015-07-14 17:43:56 -04:00
percpu-refcount.h
percpu-rwsem.h locking/percpu-rwsem: Make use of the rcu_sync infrastructure 2015-10-06 11:25:31 -07:00
percpu.h
perf_event.h perf/core: Drop PERF_EVENT_TXN 2015-09-13 11:27:30 +02:00
perf_regs.h
personality.h
pfn.h
phonet.h
phy_fixed.h phy: fixed_phy: Add gpio to determine link up/down. 2015-08-31 14:48:02 -07:00
phy.h net: phy: Add nested variants of mdiobus read/write 2015-10-23 05:57:43 -07:00
pid_namespace.h
pid.h
pim.h
pipe_fs_i.h
pktcdvd.h
pl320-ipc.h
platform_device.h driver-core: platform: Provide helpers for multi-driver modules 2015-10-05 05:02:40 +01:00
plist.h
pm2301_charger.h
pm_clock.h
pm_domain.h PM / Domains: Merge measurements for PM QoS device latencies 2015-10-28 04:33:04 +01:00
pm_opp.h PM / OPP: Prefix exported opp routines with dev_pm_opp_ 2015-09-15 02:03:16 +02:00
pm_qos.h PM / QoS: Make it possible to expose device latency tolerance to userspace 2015-07-28 08:50:41 +01:00
pm_runtime.h PM / sleep: Allow devices without runtime PM to do direct-complete 2015-07-21 23:14:22 +02:00
pm_wakeirq.h PM / wakeirq: Fix typo in prototype for dev_pm_set_dedicated_wake_irq 2015-05-30 02:17:15 +02:00
pm_wakeup.h PM / Wakeirq: Add automated device wake IRQ handling 2015-05-20 01:56:31 +02:00
pm-trace.h
pm.h PM / PCI / ACPI: Kick devices that might have been reset by firmware 2015-10-14 02:17:34 +02:00
pmem.h x86, pmem: clarify that ARCH_HAS_PMEM_API implies PMEM mapped WB 2015-08-27 19:40:59 -04:00
pmu.h
pnfs_osd_xdr.h
pnp.h
poison.h include/linux/poison.h: remove not-used poison pointer macros 2015-09-10 13:29:01 -07:00
poll.h
posix_acl_xattr.h
posix_acl.h
posix-clock.h
posix-timers.h
power_supply.h power: Add devm_power_supply_get_by_phandle() helper function 2015-06-10 16:15:54 +02:00
powercap.h
ppp_channel.h
ppp_defs.h
ppp-comp.h
pps_kernel.h ntp/pps: use y2038 safe types in pps_event_time 2015-10-01 09:59:16 -07:00
pps-gpio.h
pr.h block: add an API for Persistent Reservations 2015-10-21 14:46:56 -06:00
preempt.h sched/core: Kill PREEMPT_ACTIVE 2015-10-06 17:08:19 +02:00
prefetch.h
printk.h hexdump: do not print debug dumps for !CONFIG_DEBUG 2015-09-10 13:29:01 -07:00
proc_fs.h
proc_ns.h
profile.h
projid.h
property.h device property: Add fwnode_property_match_string() 2015-09-25 02:00:19 +02:00
proportions.h proportions: Spelling s/consitent/consistent/ 2015-08-07 14:37:04 +02:00
psci.h arm64: psci: factor invocation code to drivers 2015-08-03 12:33:39 +01:00
pstore_ram.h
pstore.h pstore: add pstore unregister 2015-10-22 08:59:18 -07:00
pti.h
ptp_classify.h ptp: Change ptp_class to a proper bitmask 2015-11-03 11:08:22 -05:00
ptp_clock_kernel.h
ptrace.h seccomp: add ptrace options for suspend/resume 2015-07-15 11:52:52 -07:00
pvclock_gtod.h
pwm_backlight.h
pwm.h pwm: Clean up kerneldoc 2015-08-17 15:40:20 +02:00
pxa2xx_ssp.h spi: pxa2xx: Add support for Intel Broxton 2015-10-30 11:18:05 +09:00
pxa168_eth.h
qcom_scm.h firmware: qcom: scm: Add HDCP Support 2015-05-28 10:47:45 -05:00
qnx6_fs.h
quicklist.h
quota.h
quotaops.h quota: Propagate error from ->acquire_dquot() 2015-07-23 20:59:10 +02:00
radix-tree.h
raid_class.h
ramfs.h
random.h random32: add prandom_init_once helper for own rngs 2015-10-08 05:26:38 -07:00
range.h
ras.h
ratelimit.h
rational.h
rbtree_augmented.h rbtree: Make lockless searches non-fatal 2015-05-28 11:32:04 +09:30
rbtree_latch.h rbtree: Implement generic latch_tree 2015-05-28 11:32:06 +09:30
rbtree.h rbtree: Make lockless searches non-fatal 2015-05-28 11:32:04 +09:30
rcu_sync.h rcu_sync: Cleanup the CONFIG_PROVE_RCU checks 2015-10-06 11:25:45 -07:00
rculist_bl.h
rculist_nulls.h
rculist.h rculist: Make list_entry_rcu() use lockless_dereference() 2015-10-06 11:16:18 -07:00
rcupdate.h rcu: Remove deprecated rcu_lockdep_assert() 2015-10-06 11:16:31 -07:00
rcutiny.h rcu: Don't disable preemption for Tiny and Tree RCU readers 2015-10-06 11:08:23 -07:00
rcutree.h rcu: Use rcu_callback_t in call_rcu*() and friends 2015-10-06 11:08:05 -07:00
reboot.h
reciprocal_div.h
regmap.h Merge remote-tracking branches 'regmap/topic/atomic', 'regmap/topic/debugfs' and 'regmap/topic/irq-hdr' into regmap-next 2015-10-12 19:25:07 +01:00
regset.h
relay.h
remoteproc.h remoteproc: add a rproc ops for performing address translation 2015-06-17 09:57:12 +03:00
reservation.h
reset-controller.h
reset.h reset: Add (devm_)reset_control_get stub functions 2015-09-01 09:56:58 +02:00
resource_ext.h
resource.h
rfkill-gpio.h
rfkill-regulator.h
rfkill.h
rhashtable.h rhashtable: Add cap on number of elements in hash table 2015-05-16 18:08:26 -04:00
ring_buffer.h
rio_drv.h
rio_ids.h
rio_regs.h
rio.h rapidio: Fix kerneldoc and comment 2015-05-26 15:23:23 +02:00
rmap.h mm: send one IPI per CPU to TLB flush all entries after unmapping pages 2015-09-04 16:54:41 -07:00
rndis.h
root_dev.h
rotary_encoder.h
rpmsg.h
rslib.h
rtc-ds2404.h
rtc-v3020.h
rtc.h rtc: interface: Remove rtc_set_mmss() 2015-06-25 01:13:43 +02:00
rtmutex.h
rtnetlink.h net/core: lockdep_rtnl_is_held can be boolean 2015-10-09 07:49:06 -07:00
rwlock_api_smp.h
rwlock_types.h
rwlock.h
rwsem-spinlock.h
rwsem.h
rxrpc.h
s3c_adc_battery.h
sa11x0-dma.h
scatterlist.h lib: scatterlist: add sg splitting function 2015-08-24 14:28:01 -06:00
scc.h
sched_clock.h
sched.h Merge branch 'akpm' (patches from Andrew) 2015-11-05 23:10:54 -08:00
scif.h misc: mic: SCIF RMA header file and IOCTL changes 2015-10-04 12:54:54 +01:00
screen_info.h
sctp.h
scx200_gpio.h
scx200.h
sdb.h
sdla.h
seccomp.h seccomp, ptrace: add support for dumping seccomp filters 2015-10-27 19:55:13 -07:00
securebits.h
security.h security: fix typo in security_task_prctl 2015-09-20 17:00:26 -07:00
selection.h
selinux.h
sem.h
semaphore.h
seq_buf.h
seq_file_net.h
seq_file.h fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to void 2015-09-11 15:21:34 -07:00
seqlock.h Minor merge needed, due to function move. 2015-07-01 10:49:25 -07:00
seqno-fence.h
serial_8250.h tty/early: make serial8250_early_{in,out} static again 2015-07-23 17:43:30 -07:00
serial_bcm63xx.h
serial_core.h
serial_max3100.h
serial_pnx8xxx.h
serial_s3c.h
serial_sci.h
serial.h
serio.h Input: i8042 - add unmask_kbd_data option 2015-07-16 10:30:55 -07:00
sfi_acpi.h
sfi.h
sh_clk.h
sh_dma.h
sh_eth.h
sh_intc.h
sh_timer.h
shdma-base.h dmaengine: shdma: Make dummy shdma_chan_filter() always return false 2015-08-05 08:48:00 +05:30
shm.h
shmem_fs.h
shrinker.h
signal.h
signalfd.h
sirfsoc_dma.h
sizes.h
skbuff.h tcp: skb_mstamp_after helper 2015-10-21 07:00:46 -07:00
slab_def.h
slab.h slab: convert slab_is_available() to boolean 2015-11-05 19:34:48 -08:00
slub_def.h
sm501-regs.h
sm501.h
smc91x.h
smc911x.h
smp.h
smpboot.h stop_machine: Kill smp_hotplug_thread->pre_unpark, introduce stop_machine_unpark() 2015-10-20 10:23:55 +02:00
smsc911x.h
smscphy.h
sock_diag.h sock_diag: define destruction multicast groups 2015-06-15 19:49:22 -07:00
socket.h
sonet.h
sony-laptop.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 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2015-09-01 08:40:25 -07:00
splice.h
spmi.h spmi: Auto-populate driver.owner in spmi_driver_register() 2015-09-20 19:32:02 -07:00
srcu.h rcu: Move preemption disabling out of __srcu_read_lock() 2015-10-06 11:15:43 -07:00
ssbi.h
stackprotector.h
stacktrace.h
start_kernel.h
stat.h
statfs.h
static_key.h
stddef.h stddef.h: move offsetofend inside #ifndef/#endif guard, neaten 2015-06-25 17:00:38 -07:00
ste_modem_shm.h
stm.h stm class: Introduce an abstraction for System Trace Module devices 2015-10-04 20:28:58 +01:00
stmmac.h stmmac: remove setup/free glue callbacks 2015-07-29 00:13:25 -07:00
stmp3xxx_rtc_wdt.h
stmp_device.h
stop_machine.h stop_machine: Kill smp_hotplug_thread->pre_unpark, introduce stop_machine_unpark() 2015-10-20 10:23:55 +02:00
string_helpers.h lib/string_helpers: rename "esc" arg to "only" 2015-09-10 13:29:01 -07:00
string.h string: provide strscpy() 2015-09-10 15:36:59 -04:00
stringify.h
sudmac.h
sungem_phy.h
sunserialcore.h
superhyway.h
suspend.h PM / sleep: Add flags to indicate platform firmware involvement 2015-10-14 02:17:33 +02:00
svga.h
sw842.h
swab.h
swap_cgroup.h
swap.h mm: swap: zswap: maybe_preload & refactoring 2015-09-08 15:35:28 -07:00
swapfile.h
swapops.h mm/hwpoison: fix race between soft_offline_page and unpoison_memory 2015-09-08 15:35:28 -07:00
swiotlb.h
sxgbe_platform.h
synclink.h
sys_soc.h
sys.h
syscalls.h mm: mlock: add new mlock system call 2015-11-05 19:34:48 -08:00
syscore_ops.h
sysctl.h sysctl: Allow creating permanently empty directories that serve as mountpoints. 2015-07-01 10:36:39 -05:00
sysfs.h sysfs: added __compat_only_sysfs_link_entry_to_kobj() 2015-10-19 01:01:19 +02:00
syslog.h check_syslog_permissions() cleanup 2015-06-25 17:00:39 -07:00
sysrq.h
sysv_fs.h
t10-pi.h block: Consolidate static integrity profile properties 2015-10-21 14:42:38 -06:00
task_io_accounting_ops.h
task_io_accounting.h
task_work.h
taskstats_kern.h
tboot.h
tc.h
tca6416_keypad.h
tcp.h tcp: fastopen: limit max_qlen 2015-10-22 06:22:13 -07:00
textsearch_fsm.h
textsearch.h
tfrc.h
thermal.h thermal: Add a function to get the minimum power 2015-09-14 07:39:46 -07:00
thinkpad_acpi.h
thread_info.h
threads.h
ti_wilink_st.h ti-st: use worker instead of calling st_int_write in wake up 2015-09-20 22:52:13 -07:00
tick.h nohz: Affine unpinned timers to housekeepers 2015-09-02 10:33:22 +02:00
tifm.h
timb_dma.h
timb_gpio.h
time64.h time: Introduce struct itimerspec64 2015-08-17 11:25:28 -07:00
time.h
timecounter.h
timekeeper_internal.h time: Prevent early expiry of hrtimers[CLOCK_REALTIME] at the leap second edge 2015-06-12 11:15:49 +02:00
timekeeping.h ntp/pps: replace getnstime_raw_and_real with 64-bit version 2015-10-01 09:59:01 -07:00
timer.h timer: Reduce timer migration overhead if disabled 2015-06-19 15:18:28 +02:00
timerfd.h
timeriomem-rng.h
timerqueue.h
timex.h ntp/pps: use timespec64 for hardpps() 2015-10-01 09:57:59 -07:00
topology.h sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask() 2015-05-27 15:22:15 +02:00
torture.h
toshiba.h
tpm_command.h
tpm.h tpm: seal/unseal for TPM 2.0 2015-10-19 01:01:21 +02:00
trace_clock.h
trace_events.h tracing, perf: Implement BPF programs attached to uprobes 2015-08-06 15:29:14 -03:00
trace_seq.h
tracefs.h
tracehook.h memcg: punt high overage reclaim to return-to-userland path 2015-11-05 19:34:48 -08:00
tracepoint.h
transport_class.h
tsacct_kern.h
tty_driver.h Avoid usb reset crashes by making tty_io cdevs truly dynamic 2015-08-03 15:24:43 -07:00
tty_flip.h
tty_ldisc.h
tty.h tty: Abstract tty buffer work 2015-10-17 21:32:21 -07:00
typecheck.h
types.h rcu: force alignment on struct callback_head/rcu_head 2015-11-05 19:34:48 -08:00
u64_stats_sync.h net: make u64_stats_init() a function 2015-06-15 16:02:52 -07:00
uaccess.h uaccess: reimplement probe_kernel_address() using probe_kernel_read() 2015-11-05 19:34:48 -08:00
ucb1400.h
ucs2_string.h
udp.h
uidgid.h uidgid: make uid_valid and gid_valid work with !CONFIG_MULTIUSER 2015-05-14 17:55:51 -07:00
uinput.h
uio_driver.h
uio.h
uprobes.h uprobes/x86: Make arch_uretprobe_is_alive(RP_CHECK_CALL) more clever 2015-07-31 10:38:06 +02:00
usb_usual.h
usb.h usb: store the new usb 3.1 SuperSpeedPlus device capability descriptor 2015-10-04 10:34:17 +01:00
usbdevice_fs.h
user_namespace.h
user-return-notifier.h
user.h
userfaultfd_k.h userfaultfd: mcopy_atomic|mfill_zeropage: UFFDIO_COPY|UFFDIO_ZEROPAGE preparation 2015-09-04 16:54:41 -07:00
util_macros.h
uts.h
utsname.h
uuid.h
uwb.h
verify_pefile.h PKCS#7: Appropriately restrict authenticated attributes and content type 2015-08-12 17:01:01 +01:00
vermagic.h
vexpress.h
vfio.h
vfs.h
vga_switcheroo.h
vgaarb.h
via_i2c.h
via-core.h
via-gpio.h
via.h
videodev2.h
virtio_byteorder.h virtio: add explicit big-endian support to memory accessors 2015-06-01 15:48:54 +02:00
virtio_caif.h
virtio_config.h virtio: add explicit big-endian support to memory accessors 2015-06-01 15:48:54 +02:00
virtio_console.h
virtio_mmio.h
virtio_ring.h
virtio.h
vlynq.h
vm_event_item.h include/linux/vm_event_item.h: change HIGHMEM_ZONE macro definition 2015-11-05 19:34:48 -08:00
vm_sockets.h
vmacache.h
vmalloc.h mm: get rid of 'vmalloc_info' from /proc/meminfo 2015-11-01 17:09:15 -08:00
vme.h vme: 8-bit status/id takes 256 values, not 255 2015-10-17 22:03:00 -07:00
vmpressure.h
vmstat.h mm: remove refresh_cpu_vm_stats() definition for !SMP kernel 2015-11-05 19:34:48 -08:00
vmw_vmci_api.h
vmw_vmci_defs.h
vringh.h virtio: add explicit big-endian support to memory accessors 2015-06-01 15:48:54 +02:00
vt_buffer.h
vt_kern.h
vt.h
vtime.h
w1-gpio.h
wait.h userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_key" 2015-09-22 15:09:53 -07:00
wanrouter.h
watchdog.h kernel/watchdog: move NMI function header declarations from watchdog.h to nmi.h 2015-09-04 16:54:41 -07:00
wireless.h
wl12xx.h
wm97xx.h
workqueue.h workqueue: fix some docbook warnings 2015-08-17 15:48:24 -04:00
writeback.h writeback: implement foreign cgroup inode detection 2015-06-02 08:40:20 -06:00
ww_mutex.h
xattr.h
xz.h
yam.h
z2_battery.h
zbud.h mm: zbud: constify the zbud_ops 2015-09-08 15:35:28 -07:00
zconf.h
zlib.h
zorro.h
zpool.h zpool: add zpool_has_pool() 2015-09-10 13:29:01 -07:00
zsmalloc.h zsmalloc: account the number of compacted pages 2015-09-08 15:35:28 -07:00
zutil.h