aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-08-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2-0/+57
2014-08-06Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds32-322/+371
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-3/+5
2014-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-0/+1
2014-08-06Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds19-101/+389
2014-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds15-349/+116
2014-08-06Merge tag 'sound-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds17-44/+199
2014-08-06Merge tag 'for-v3.17' of git://git.infradead.org/battery-2.6Linus Torvalds1-0/+4
2014-08-06lib: bitmap: add missing mask in bitmap_andnotRasmus Villemoes1-1/+1
2014-08-06lib: bitmap: add missing mask in bitmap_andRasmus Villemoes1-1/+1
2014-08-06lib: bitmap: add missing mask in bitmap_shift_rightRasmus Villemoes1-1/+1
2014-08-06lib: bitmap: change parameter of bitmap_*_region to unsignedRasmus Villemoes1-3/+3
2014-08-06lib: bitmap: make the start index of bitmap_clear unsignedRasmus Villemoes1-1/+1
2014-08-06lib: bitmap: make the start index of bitmap_set unsignedRasmus Villemoes1-1/+1
2014-08-06lib: bitmap: make nbits parameter of bitmap_weight unsignedRasmus Villemoes1-2/+2
2014-08-06lib: bitmap: make nbits parameter of bitmap_subset unsignedRasmus Villemoes1-2/+2
2014-08-06lib: bitmap: make nbits parameter of bitmap_intersects unsignedRasmus Villemoes1-2/+2
2014-08-06lib: bitmap: make nbits parameter of bitmap_{and,or,xor,andnot} unsignedRasmus Villemoes1-8/+8
2014-08-06lib: bitmap: remove unnecessary mask from bitmap_complementRasmus Villemoes1-1/+1
2014-08-06lib: bitmap: make nbits parameter of bitmap_complement unsignedRasmus Villemoes1-3/+3
2014-08-06lib: bitmap: make nbits parameter of bitmap_equal unsignedRasmus Villemoes1-1/+1
2014-08-06lib: bitmap: make nbits parameter of bitmap_full unsignedRasmus Villemoes1-2/+2
2014-08-06lib: bitmap: make nbits parameter of bitmap_empty unsignedRasmus Villemoes1-2/+2
2014-08-06kernel.h: remove deprecated pack_hex_byteJoe Perches1-5/+0
2014-08-06lib: add lib/glob.cGeorge Spelvin1-0/+9
2014-08-06zlib: clean up some dead codeSergey Senozhatsky1-118/+0
2014-08-06klist: use same naming scheme as hlist for klist_add_after()Ken Helias1-1/+1
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Ken Helias2-6/+6
2014-08-06list: make hlist_add_after() argument names match hlist_add_after_rcu()Ken Helias1-7/+7
2014-08-06printk: rename DEFAULT_MESSAGE_LOGLEVELAlex Elder1-1/+1
2014-08-06include/linux/byteorder/generic.h: minor comment fixGeoff Levand1-1/+1
2014-08-06fs.h, drivers/hwmon/asus_atk0110.c: fix DEFINE_SIMPLE_ATTRIBUTE semicolon def...Joe Perches1-1/+1
2014-08-06mm/zpool: implement common zpool api to zbud/zsmallocDan Streetman1-0/+106
2014-08-06mm/zbud: change zbud_alloc size type to size_tDan Streetman1-1/+1
2014-08-06mmu_notifier: add call_srcu and sync function for listener to delay call and ...Peter Zijlstra1-0/+6
2014-08-06mm: BUG when __kmap_atomic_idx equals KM_TYPE_NRChintan Pandya1-1/+1
2014-08-06mm, oom: rename zonelist locking functionsDavid Rientjes1-2/+2
2014-08-06mm, oom: ensure memoryless node zonelist always includes zonesDavid Rientjes1-1/+10
2014-08-06memory-hotplug: add zone_for_memory() for selecting zone for new memoryWang Nan1-0/+1
2014-08-06mm: describe mmap_sem rules for __lock_page_or_retry() and callersPaul Cassella1-0/+3
2014-08-06mm: page_alloc: reduce cost of the fair zone allocation policyMel Gorman1-0/+6
2014-08-06mm: move zone->pages_scanned into a vmstat counterMel Gorman1-1/+1
2014-08-06mm: rearrange zone fields into read-only, page alloc, statistics and page rec...Mel Gorman1-103/+108
2014-08-06mm: pagemap: avoid unnecessary overhead when tracepoints are deactivatedMel Gorman1-9/+7
2014-08-06mm/vmalloc.c: clean up map_vm_area third argumentWANG Chao1-1/+1
2014-08-06mm: make copy_pte_range static againJerome Marchand1-4/+0
2014-08-06mm, hugetlb: remove hugetlb_zero and hugetlb_infinityDavid Rientjes1-1/+0
2014-08-06mm: replace init_page_accessed by __SetPageReferencedHugh Dickins1-1/+0
2014-08-06include/linux/mmdebug.h: add VM_WARN_ONCE()Andrew Morton1-0/+2
2014-08-06mm tracing: tell mm_migrate_pages event about numa_misplacedMax Asbock1-0/+1
2014-08-06mem-hotplug: improve zone_movable_is_highmem logicWang Nan1-0/+2
2014-08-06mm: page-flags: clean up the page flag test, set, clear macrosJohannes Weiner1-7/+14
2014-08-06mm, CMA: change cma_declare_contiguous() to obey coding conventionJoonsoo Kim1-1/+1
2014-08-06CMA: generalize CMA reserved area management functionalityJoonsoo Kim2-9/+29
2014-08-06mem-hotplug: introduce MMOP_OFFLINE to replace the hard coding -1Tang Chen1-4/+5
2014-08-06include/linux/memblock.h: add __init to memblock_set_bottom_up()Fabian Frederick1-2/+2
2014-08-06mm/page_alloc.c: add __meminit to alloc_pages_exact_nid()Fabian Frederick1-1/+1
2014-08-06fanotify: fix double free of pending permission eventsJan Kara1-0/+2
2014-08-06fsnotify: rename event handling functionsJan Kara1-6/+6
2014-08-06net: reallocate new socket option number for IPV6_AUTOFLOWLABELPablo Neira1-1/+1
2014-08-06net-timestamp: sock_tx_timestamp() fixEric Dumazet1-2/+4
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds88-1014/+2279
2014-08-06Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-1/+20
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds20-54/+647
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+4
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds16-348/+601
2014-08-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-64/+4
2014-08-05Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds13-116/+368
2014-08-05net-timestamp: ACK timestamp for bytestreamsWillem de Bruijn3-2/+9
2014-08-05net-timestamp: SCHED timestamp on entering packet schedulerWillem de Bruijn3-3/+12
2014-08-05net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn3-3/+8
2014-08-05net-timestamp: move timestamp flags out of sk_flagsWillem de Bruijn1-18/+11
2014-08-05net-timestamp: extend SCM_TIMESTAMPING ancillary data structWillem de Bruijn3-1/+24
2014-08-05tcp: reduce spurious retransmits due to transient SACK renegingNeal Cardwell1-1/+1
2014-08-05Merge tag 'regulator-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-15/+924
2014-08-05Merge tag 'spi-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-0/+2
2014-08-05Merge tag 'iommu-updates-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-76/+66
2014-08-05Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2014-08-05Merge branch 'acpica'Rafael J. Wysocki8-32/+182
2014-08-05Merge branch 'pm-cpufreq'Rafael J. Wysocki1-0/+1
2014-08-05random: introduce getrandom(2) system callTheodore Ts'o3-1/+15
2014-08-05Merge tag 'master-2014-07-31' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller8-64/+68
2014-08-05Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Mark Brown1-0/+7
2014-08-05Merge remote-tracking branches 'regulator/topic/s2mps11', 'regulator/topic/s2...Mark Brown1-10/+44
2014-08-05Merge remote-tracking branches 'regulator/topic/lp8755', 'regulator/topic/ltc...Mark Brown1-0/+837
2014-08-05Merge remote-tracking branches 'regulator/topic/da9211', 'regulator/topic/get...Mark Brown2-0/+58
2014-08-05Merge remote-tracking branches 'regulator/topic/88pm800', 'regulator/topic/ab...Mark Brown2-15/+22
2014-08-05regulator: act8865: add support for act8846Beniamino Galvani1-0/+17
2014-08-05regulator: act8865: prepare support for other act88xx devicesBeniamino Galvani1-1/+5
2014-08-06Merge tag 'keys-next-20140805' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris1-0/+4
2014-08-05drivers/vfio: EEH support for VFIO PCI deviceGavin Shan2-0/+57
2014-08-04Merge tag 'for-f2fs-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-0/+87
2014-08-04Merge tag 'usb-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds9-7/+374
2014-08-04Merge tag 'tty-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds5-6/+20
2014-08-04Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-63/+75
2014-08-04Merge tag 'driver-core-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds10-13/+722
2014-08-04Merge tag 'char-misc-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-12/+461
2014-08-04Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-77/+184
2014-08-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-0/+48
2014-08-04Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-8/+189
2014-08-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-17/+135
2014-08-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-10/+2
2014-08-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-23/+57
2014-08-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-0/+201
2014-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+6
2014-08-04Merge tag 'trace-3.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds1-3/+0
2014-08-04Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2-50/+54
2014-08-04Merge tag 'clk-for-linus-3.17' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds22-4/+1885
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2-5/+1
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-80/+85
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds4-766/+761
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-11/+2
2014-08-04Merge tag 'locks-v3.17-1' of git://git.samba.org/jlayton/linuxLinus Torvalds1-1/+1
2014-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds9-18/+310
2014-08-04Merge tag 'edac_for_3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2-10/+18
2014-08-04Merge tag 'pci-v3.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-3/+8
2014-08-04Merge tag 'asoc-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai42-143/+297
2014-08-04Merge remote-tracking branches 'spi/topic/sh', 'spi/topic/sh-msiof' and 'spi/...Mark Brown1-0/+2
2014-08-04Merge remote-tracking branch 'regmap/topic/getdev' into regmap-nextMark Brown1-0/+7
2014-08-04Merge remote-tracking branches 'asoc/topic/tlv320aic3x', 'asoc/topic/width', ...Mark Brown1-0/+1
2014-08-04Merge remote-tracking branches 'asoc/topic/tlv', 'asoc/topic/tlv320aic23', 'a...Mark Brown2-2/+19
2014-08-04Merge remote-tracking branches 'asoc/topic/sigmadsp', 'asoc/topic/sirf', 'aso...Mark Brown1-0/+25
2014-08-04Merge remote-tracking branches 'asoc/topic/rt5670', 'asoc/topic/rt5677', 'aso...Mark Brown2-9/+27
2014-08-04Merge remote-tracking branches 'asoc/topic/intel', 'asoc/topic/kirkwood', 'as...Mark Brown1-0/+19
2014-08-04Merge remote-tracking branches 'asoc/topic/fsl', 'asoc/topic/fsl-asrc', 'asoc...Mark Brown1-0/+1
2014-08-04Merge remote-tracking branches 'asoc/topic/atmel', 'asoc/topic/cirrus' and 'a...Mark Brown1-0/+13
2014-08-04Merge remote-tracking branches 'asoc/topic/adau1977', 'asoc/topic/ak4642', 'a...Mark Brown1-0/+6
2014-08-04Merge remote-tracking branch 'asoc/topic/rcar' into asoc-nextMark Brown1-0/+1
2014-08-04Merge remote-tracking branch 'asoc/topic/dma' into asoc-nextMark Brown1-0/+1
2014-08-04Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown1-0/+2
2014-08-04Merge remote-tracking branch 'asoc/topic/component' into asoc-nextMark Brown4-28/+69
2014-08-04hwmon: (ntc_thermistor) Support B57330V2103 from EPCOSJohannes Pointner1-0/+1
2014-08-02lib: Resizable, Scalable, Concurrent Hash TableThomas Graf1-0/+213
2014-08-02cdc_subset: deal with a device that needs reset for timeoutOliver Neukum1-0/+3
2014-08-02inet: frags: use kmem_cache for inet_frag_queueNikolay Aleksandrov1-1/+3
2014-08-02inet: frags: enum the flag definitions and add descriptionsNikolay Aleksandrov1-11/+35
2014-08-02inet: frags: rename last_in to flagsNikolay Aleksandrov1-1/+1
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov3-21/+27
2014-08-02net: filter: rename sk_convert_filter() -> bpf_convert_filter()Alexei Starovoitov1-2/+2
2014-08-02net: filter: rename sk_chk_filter() -> bpf_check_classic()Alexei Starovoitov1-1/+1
2014-08-02net: filter: rename sk_filter_proglen -> bpf_classic_proglenAlexei Starovoitov1-2/+1
2014-08-02net: filter: simplify socket chargingAlexei Starovoitov1-1/+1
2014-08-02f2fs: add tracepoint for f2fs_direct_IOChao Yu1-0/+63
2014-08-02Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris1-41/+53
2014-08-01usb-core bInterval quirkJames P Michels III1-0/+11
2014-08-01netlabel: shorter names for the NetLabel catmap funcs/structsPaul Moore1-55/+45
2014-08-01netlabel: fix the horribly broken catmap functionsPaul Moore1-2/+24
2014-08-01netlabel: fix a problem when setting bits below the previously lowest bitPaul Moore1-4/+4
2014-08-01crypto: Resolve shadow warningsMark Rustad4-10/+10
2014-07-31sctp: Fixup v4mapped behaviour to comply with Sock APIJason Gunthorpe2-5/+5
2014-07-31net: kernel-doc compliant documentation for net_deviceKaroly Kemeny1-131/+250
2014-07-31net: stmmac: Support devicetree configs for mcast and ucast filter entriesVince Bridgers1-0/+2
2014-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-6/+0
2014-07-31ASoC: wm8962: Let CODEC driver enable and disable its own MCLKNicolin Chen1-0/+1
2014-07-31Merge branches 'x86/vt-d', 'x86/amd', 'arm/omap', 'ppc/pamu', 'arm/smmu', 'ar...Joerg Roedel32-134/+130
2014-07-31bcma: use NS prefix for names of Northstar specific coresRafał Miłecki1-11/+11
2014-07-31Merge tag 'for_3.17/samsung-clk' of git://git.kernel.org/pub/scm/linux/kernel...Mike Turquette4-4/+27
2014-07-31x86/mm: Add tracepoints for TLB flushesDave Hansen2-0/+48
2014-07-30net: libphy: Add phy specific function to access mmd phy registersVince Bridgers1-0/+18
2014-07-30netfilter: xt_bpf: add mising opaque struct sk_filter definitionPablo Neira1-0/+2
2014-07-30dcbnl : Fix misleading dcb_app->priority explanationAnish Bhatt1-1/+2
2014-07-30kexec: export free_huge_page to VMCOREINFOAtsushi Kumagai1-0/+1
2014-07-31ACPICA: Update version to 20140724.Bob Moore1-1/+1
2014-07-31ACPICA: ACPI 5.1: Update for PCCT table changes.Bob Moore1-1/+24
2014-07-31ACPICA/ARM: ACPI 5.1: Update for GTDT table changes.Tomasz Nowicki1-15/+78
2014-07-31ACPICA/ARM: ACPI 5.1: Update for MADT changes.Tomasz Nowicki1-3/+41
2014-07-31ACPICA/ARM: ACPI 5.1: Update for FADT changes.Graeme Gregory1-3/+9
2014-07-31ACPICA: ACPI 5.1: New notify value for System Affinity Update.Bob Moore1-1/+2
2014-07-31ACPICA: ACPI 5.1: Support for the _DSD predefined name.David E. Box1-0/+1
2014-07-31ACPICA: Tables: Update for DMAR table changes.Bob Moore1-7/+7
2014-07-31ACPICA: Disassembler: Add support for the ToUUID opererator (macro).Bob Moore1-0/+18
2014-07-31ACPICA: Remove a redundant cast to acpi_size for ACPI_OFFSET() macro.Bob Moore1-1/+1
2014-07-30[media] media: atmel-isi: add v4l2 async probe supportJosh Wu1-0/+4
2014-07-30ip_tunnel(ipv4): fix tunnels with "local any remote $remote_ip"Dmitry Popov1-0/+1
2014-07-30f2fs: add tracepoint for f2fs_issue_flushJaegeuk Kim1-0/+24
2014-07-30mlx5: Adjust events to use unsigned long param instead of void *Jack Morgenstein1-2/+2
2014-07-30mlx5: minor fixes (mainly avoidance of hidden casts)Jack Morgenstein2-8/+4
2014-07-30mlx5: Move pci device handling from mlx5_ib to mlx5_coreJack Morgenstein1-2/+15
2014-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-13/+25
2014-07-30ata: libahci_platform: move port_map parameters into the AHCI structureAntoine Ténart1-4/+1
2014-07-30Merge tag 'please-pull-apei' into x86/rasH. Peter Anvin40-124/+192
2014-07-30x86/ras: Fix build warnings in <linux/aer.h>Mike Qiu1-0/+2
2014-07-30Bluetooth: Rename pairable mgmt setting to bondableJohan Hedberg1-2/+2
2014-07-30Bluetooth: Rename HCI_PAIRABLE to HCI_BONDABLEJohan Hedberg1-1/+1
2014-07-306lowpan: remove unused functionVarka Bhadram1-11/+0
2014-07-306lowpan: remove unused macrosVarka Bhadram1-15/+0
2014-07-306lowpan: remove unused LOWPAN_FRAG_SIZE defineAlexander Aring1-11/+0
2014-07-306lowpan: iphc: use ipv6 api to check address scopeAlexander Aring1-13/+0
2014-07-30Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Tejun Heo1-0/+1
2014-07-30Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-0/+3
2014-07-30Merge tag 'stable/for-linus-3.16-rc7-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+1
2014-07-30Revert "cdc_subset: deal with a device that needs reset for timeout"Linus Torvalds1-3/+0
2014-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-10/+4
2014-07-30x86/xen: safely map and unmap grant frames when in atomic contextDavid Vrabel1-0/+1
2014-07-30Merge remote-tracking branch 'scsi-queue/core-for-3.17' into for-nextJames Bottomley1-0/+2
2014-07-30timekeeping: Fixup typo in update_vsyscall_old definitionJohn Stultz1-1/+1
2014-07-29of: Add memory limiting function for flattened devicetreesLaura Abbott1-0/+1
2014-07-29of: Split early_init_dt_scan into two partsLaura Abbott1-0/+2
2014-07-29scsi: do not issue SCSI RSOC command to Promise Vtrak E610fJanusz Dziemidowicz1-0/+2
2014-07-29tpm: Provide a generic means to override the chip returned timeoutsJason Gunthorpe1-0/+3