summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2016-06-21PCI: Add pcibios_setup_bridge()Gavin Shan1-0/+1
2016-06-12Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...Linus Torvalds1-0/+2
2016-06-11Merge tag 'devicetree-fixes-for-4.7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-2/+9
2016-06-10Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-2/+5
2016-06-10Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-5/+18
2016-06-10Merge tag 'pm-4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-0/+3
2016-06-10net/mlx5: E-Switch, Modify node guid on vf set MACNoa Osherovich2-2/+9
2016-06-10net/mlx5: Fix flow steering NIC capabilities checkMaor Gottlieb1-0/+6
2016-06-10net/mlx5: Fix MLX5_CMD_OP_MAX to be defined correctlyShahar Klein2-3/+2
2016-06-10net/mlx5: Fix the size of modify QP mailboxMajd Dibbiny1-0/+1
2016-06-10Merge branches 'pm-cpufreq-fixes' and 'pm-cpuidle'Rafael J. Wysocki1-0/+3
2016-06-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-3/+2
2016-06-09drivers: of: add definition of early_init_dt_alloc_reserved_memory_archBen Dooks1-0/+7
2016-06-08drivers: of: Fix of_pci.h header guardRobin Murphy1-1/+1
2016-06-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+1
2016-06-08coredump: fix dumping through pipesMateusz Guzik1-0/+1
2016-06-08Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2016-06-07IB/mlx5: Fix pkey_index length in the QP path recordNoa Osherovich1-3/+2
2016-06-05devpts: Make each mount of devpts an independent filesystem.Eric W. Biederman2-5/+6
2016-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds3-6/+6
2016-06-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-7/+36
2016-06-04Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+3
2016-06-04Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+3
2016-06-04mm: check the return value of lookup_page_ext for all call sitesYang Shi1-7/+36
2016-06-03of: add missing const for of_parse_phandle_with_args() in !CONFIG_OFKuninori Morimoto1-1/+1
2016-06-03efi: Fix for_each_efi_memory_desc_in_map() for empty memmapsVitaly Kuznetsov1-1/+1
2016-06-03locking/seqcount: Re-fix raw_read_seqcount_latch()Peter Zijlstra1-2/+5
2016-06-03cpuidle: Do not access cpuidle_devices when !CONFIG_CPU_IDLECatalin Marinas1-0/+3
2016-06-02irqchip/gic-v3: Fix copy+paste mistakes in definesAndrew Jones1-2/+2
2016-06-02irqchip/gic-v3: Fix ICC_SGI1R_EL1.INTID decoding maskMarc Zyngier1-1/+1
2016-06-02clk: Remove CLK_IS_ROOT flagStephen Boyd1-1/+1
2016-06-01Merge tag 'dma-buf-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-3/+65
2016-06-01time: Make settimeofday error checking work againJohn Stultz1-0/+3
2016-06-01thermal: add the note for set_trip_tempCaesar Wang1-0/+2
2016-06-01FS-Cache: make check_consistency callback return intYan, Zheng1-1/+1
2016-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+2
2016-05-31sctp: sctp_diag should dump sctp socket typeXin Long1-0/+2
2016-05-31fence: add missing descriptions for fenceLuis de Bethencourt1-0/+2
2016-05-31reservation: add headerdoc commentsRob Clark1-0/+53
2016-05-31dma-buf: headerdoc fixesRob Clark1-3/+10
2016-05-31libceph: change ceph_osdmap_flag() to take osdcIlya Dryomov2-5/+5
2016-05-29Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds4-110/+141
2016-05-28<linux/hash.h>: Add support for architecture-specific functionsGeorge Spelvin1-3/+24
2016-05-28Eliminate bad hash multipliers from hash_32() and hash_64()George Spelvin1-53/+34
2016-05-28Change hash_64() return value to 32 bitsGeorge Spelvin1-3/+3
2016-05-28<linux/sunrpc/svcauth.h>: Define hash_str() in terms of hashlen_string()George Spelvin1-31/+9
2016-05-28fs/namei.c: Add hashlen_string() functionGeorge Spelvin1-2/+6
2016-05-28Pull out string hash to <linux/stringhash.h>George Spelvin2-26/+73
2016-05-28Merge tag 'chrome-platform' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+4