summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fs: umount on symlink leaks mnt countVasily Averin2014-07-241-1/+2
* direct-io: fix uninitialized warning in do_direct_IO()Boaz Harrosh2014-07-241-7/+7
* Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-07-231-1/+3
|\
| * NFSD: Fix crash encoding lock reply on 32-bitKinglong Mee2014-07-231-1/+3
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2014-07-231-4/+13
|\ \
| * | arm64: Create non-empty ZONE_DMA when DRAM starts above 4GBCatalin Marinas2014-07-231-4/+13
* | | Merge tag 'xtensa-next-20140721' of git://github.com/czankel/xtensa-linuxLinus Torvalds2014-07-233-25/+139
|\ \ \
| * \ \ Merge tag 'xtensa-for-next-20140715' of git://github.com/jcmvbkbc/linux-xtens...Chris Zankel2014-07-153-25/+139
| |\ \ \
| | * | | xtensa: fix sysmem reservation at the end of existing blockMax Filippov2014-06-091-1/+1
| | * | | xtensa: add fixup for double exception raised in window overflowMax Filippov2014-06-092-24/+138
* | | | | Merge tag 'pinctrl-v3.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-07-233-1/+8
|\ \ \ \ \
| * | | | | gpio: rcar: Add support for DT IRQ flagsLaurent Pinchart2014-07-151-0/+1
| * | | | | MAINTAINERS: Add entry for the Renesas pin controller driverLaurent Pinchart2014-07-151-0/+6
| * | | | | pinctrl: st: Fix irqmux handlerMaxime COQUELIN2014-07-151-1/+1
* | | | | | Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-07-232-12/+5
|\ \ \ \ \ \
| * | | | | | libata: introduce ata_host->n_tags to avoid oops on SAS controllersTejun Heo2014-07-232-12/+5
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-07-238-27/+41
|\ \ \ \ \ \ \
| * | | | | | | Input: document INPUT_PROP_TOPBUTTONPADPeter Hutterer2014-07-221-0/+13
| * | | | | | | Input: fix defuzzing logicDmitry Torokhov2014-07-201-2/+4
| * | | | | | | Input: sirfsoc-onkey - fix GPL v2 license string typoBjorn Helgaas2014-07-181-1/+1
| * | | | | | | Input: st-keyscan - fix 'defined but not used' compiler warningsTobias Klauser2014-07-181-0/+2
| * | | | | | | Input: synaptics - add min/max quirk for pnp-id LEN2002 (Edge E531)Hans de Goede2014-07-141-2/+3
| * | | | | | | Input: i8042 - add Acer Aspire 5710 to nomux blacklistJiri Kosina2014-07-141-0/+7
| * | | | | | | Input: ti_am335x_tsc - warn about incorrect spellingFelipe Balbi2014-06-151-1/+4
| * | | | | | | Input: wacom - cleanup multitouch code when touch_max is 2Ping Cheng2014-06-151-21/+7
* | | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2014-07-237-7/+31
|\ \ \ \ \ \ \ \
| * | | | | | | | powerpc: use _GLOBAL_TOC for memmoveLi Zhong2014-07-221-1/+1
| * | | | | | | | powerpc/pseries: dynamically added OF nodes need to call of_node_initTyrel Datwyler2014-07-222-0/+2
| * | | | | | | | powerpc: subpage_protect: Increase the array size to take care of 64TBAneesh Kumar K.V2014-07-221-1/+2
| * | | | | | | | powerpc: Fix bugs in emulate_step()Paul Mackerras2014-07-221-5/+5
| * | | | | | | | powerpc: Disable doorbells on Power8 DD1.xJoel Stanley2014-07-222-0/+21
* | | | | | | | | Merge tag 'urgent-slab-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-07-231-1/+1
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Mike Snitzer2014-07-221-1/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | slab_common: fix the check for duplicate slab namesMikulas Patocka2014-05-241-1/+1
* | | | | | | | | | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2014-07-2311-55/+117
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | mm: hugetlb: fix copy_hugetlb_page_range()Naoya Horiguchi2014-07-231-0/+1
| * | | | | | | | | | | simple_xattr: permit 0-size extended attributesHugh Dickins2014-07-231-1/+1
| * | | | | | | | | | | mm/fs: fix pessimization in hole-punching pagecacheHugh Dickins2014-07-231-3/+8
| * | | | | | | | | | | shmem: fix splicing from a hole while it's punchedHugh Dickins2014-07-231-9/+15
| * | | | | | | | | | | shmem: fix faulting into a hole, not taking i_mutexHugh Dickins2014-07-231-26/+52
| * | | | | | | | | | | mm: do not call do_fault_around for non-linear faultKonstantin Khlebnikov2014-07-231-1/+2
| * | | | | | | | | | | sh: also try passing -m4-nofpu for SH2A buildsGeert Uytterhoeven2014-07-231-1/+2
| * | | | | | | | | | | zram: avoid lockdep splat by revalidate_diskMinchan Kim2014-07-231-4/+18
| * | | | | | | | | | | mm/rmap.c: fix pgoff calculation to handle hugepage correctlyNaoya Horiguchi2014-07-233-9/+17
| * | | | | | | | | | | coredump: fix the setting of PF_DUMPCORESilesh C V2014-07-231-1/+1
|/ / / / / / / / / / /
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-07-2125-128/+367
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2014-07-214-24/+108
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | batman-adv: fix TT VLAN inconsistency on VLAN re-addAntonio Quartulli2014-07-213-14/+74
| | * | | | | | | | | | | batman-adv: drop QinQ claim frames in bridge loop avoidanceSimon Wunderlich2014-07-211-10/+34
| * | | | | | | | | | | | ipv4: fix buffer overflow in ip_options_compile()Eric Dumazet2014-07-211-0/+4
| |/ / / / / / / / / / /