aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-03-31Merge branch 'parisc-4.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...HEADmasterLinus Torvalds6-2/+35
2016-03-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+6
2016-03-31Merge tag 'gpio-v4.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2-5/+9
2016-03-31Merge branch 'libnvdimm-for-next' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-8/+27
2016-03-31parisc: Fix and enable seccomp filter supportHelge Deller4-2/+23
2016-03-31parisc: Fix SIGSYS signals in compat caseHelge Deller2-0/+12
2016-03-31fix the braino in "namei: massage lookup_slow() to be usable by lookup_one_le...Al Viro1-4/+6
2016-03-30Merge tag 'nios2-v4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-2/+1
2016-03-31nios2: Replace fdt_translate_address with of_flat_dt_translate_addressGuenter Roeck1-2/+1
2016-03-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+2
2016-03-30Merge tag 'dlm-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/te...Linus Torvalds1-2/+1
2016-03-30Merge tag 'hwmon-for-linus-v4.6-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+6
2016-03-30gpio: xgene: Prevent NULL pointer dereferenceAxel Lin1-0/+5
2016-03-30gpio: menz127: Drop lock field from struct men_z127_gpioAxel Lin1-5/+4
2016-03-29dlm: config: Fix ENOMEM failures in make_cluster()Andrew Price1-2/+1
2016-03-28x86, pmem: use memcpy_mcsafe() for memcpy_from_pmem()Dan Williams3-8/+27
2016-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds2-1/+3
2016-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds23-68/+68
2016-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds4-24/+24
2016-03-27hwmon: (max1111) Return -ENODEV from max1111_read_channel if not instantiatedGuenter Roeck1-0/+6
2016-03-26Linux 4.6-rc1Linus Torvalds1-2/+2
2016-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds22-519/+811
2016-03-26Merge tag 'ofs-pull-tag-1' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Linus Torvalds33-0/+11243
2016-03-26Merge tag 'ntb-4.6' of git://github.com/jonmason/ntbLinus Torvalds4-70/+79
2016-03-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds22-166/+1177
2016-03-26f2fs/crypto: fix xts_tweak initializationLinus Torvalds1-1/+1
2016-03-26NTB: Remove _addr functions from ntb_hw_amdAllen Hubbe1-30/+0
2016-03-26orangefs: fix orangefs_superblock lockingAl Viro3-58/+47
2016-03-25orangefs: fix do_readv_writev() handling of error halfway throughAl Viro1-1/+1
2016-03-25orangefs: have ->kill_sb() evict the VFS side of things firstAl Viro1-3/+3
2016-03-25orangefs: sanitize ->llseek()Al Viro2-10/+3
2016-03-25orangefs-bufmap.h: trim unused junkAl Viro1-9/+0
2016-03-25orangefs: saner calling conventions for getting a slotAl Viro4-28/+16
2016-03-25orangefs_copy_{to,from}_bufmap(): don't pass bufmap pointerAl Viro3-23/+14
2016-03-25orangefs: get rid of readdir_handle_sAl Viro1-63/+30
2016-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds79-962/+1770
2016-03-25Merge tag 'pm+acpi-4.6-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+0
2016-03-25Merge tag 'please-pull-preadv2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-1/+5
2016-03-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds8-217/+449
2016-03-25thp: fix typo in khugepaged_scan_pmd()Kirill A. Shutemov1-1/+1
2016-03-25MAINTAINERS: fill entries for KASANAndrey Ryabinin1-0/+14
2016-03-25mm/filemap: generic_file_read_iter(): check for zero reads unconditionallyNicolai Stange1-3/+4
2016-03-25kasan: test fix: warn if the UAF could not be detected in kmalloc_uaf2Alexander Potapenko1-0/+2
2016-03-25mm, kasan: stackdepot implementation. Enable stackdepot for SLABAlexander Potapenko9-12/+391
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko23-15/+51
2016-03-25mm, kasan: add GFP flags to KASAN APIAlexander Potapenko8-42/+48
2016-03-25mm, kasan: SLAB supportAlexander Potapenko12-22/+266
2016-03-25kasan: modify kmalloc_large_oob_right(), add kmalloc_pagealloc_oob_right()Alexander Potapenko1-1/+27
2016-03-25include/linux/oom.h: remove undefined oom_kills_count()/note_oom_kill()Tetsuo Handa1-2/+0
2016-03-25mm/page_alloc: prevent merging between isolated and other pageblocksVlastimil Babka1-13/+33
2016-03-25drivers/memstick/host/r592.c: avoid gcc-6 warningArnd Bergmann1-2/+1
2016-03-25ocfs2: extend enough credits for freeing one truncate record while replaying ...Xue jiufei1-11/+8
2016-03-25ocfs2: extend transaction for ocfs2_remove_rightmost_path() and ocfs2_update_...Xue jiufei1-28/+54
2016-03-25ocfs2/dlm: move lock to the tail of grant queue while doing in-place convertxuejiufei1-0/+6
2016-03-25ocfs2: solve a problem of crossing the boundary in updating backupsjiangyiwen1-1/+1
2016-03-25ocfs2: fix occurring deadlock by changing ocfs2_wq from global to localjiangyiwen7-33/+32
2016-03-25ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_listJoseph Qi2-1/+13
2016-03-25ocfs2/dlm: fix race between convert and recoveryJoseph Qi1-1/+10
2016-03-25ocfs2: fix a deadlock issue in ocfs2_dio_end_io_write()Ryan Ding1-4/+8
2016-03-25ocfs2: fix disk file size and memory file size mismatchRyan Ding1-10/+17
2016-03-25ocfs2: take ip_alloc_sem in ocfs2_dio_get_block & ocfs2_dio_end_io_writeRyan Ding1-6/+17
2016-03-25ocfs2: fix ip_unaligned_aio deadlock with dio work queueRyan Ding5-36/+9
2016-03-25ocfs2: code clean up for direct ioRyan Ding2-144/+10
2016-03-25ocfs2: fix sparse file & data ordering issue in direct ioRyan Ding1-517/+346
2016-03-25ocfs2: record UNWRITTEN extents when populate write descRyan Ding4-5/+106
2016-03-25ocfs2: return the physical address in ocfs2_write_clusterRyan Ding1-15/+13
2016-03-25ocfs2: do not change i_size in write_end for direct ioRyan Ding1-33/+46
2016-03-25ocfs2: test target page before change itRyan Ding1-6/+26
2016-03-25ocfs2: use c_new to indicate newly allocated extentsRyan Ding1-10/+12
2016-03-25ocfs2: add ocfs2_write_type_t type to identify the caller of writeRyan Ding3-13/+22
2016-03-25ocfs2: o2hb: fix double free bugJunxiao Bi1-2/+2
2016-03-25drivers/input: eliminate INPUT_COMPAT_TEST macroAndrew Morton4-9/+7
2016-03-25oom, oom_reaper: protect oom_reaper_list using simpler wayTetsuo Handa2-8/+2
2016-03-25oom: make oom_reaper freezableMichal Hocko1-0/+2
2016-03-25oom: make oom_reaper_list single linkedVladimir Davydov2-9/+8
2016-03-25oom, oom_reaper: disable oom_reaper for oom_kill_allocating_taskMichal Hocko2-1/+7
2016-03-25mm, oom_reaper: implement OOM victims queuingMichal Hocko2-17/+22
2016-03-25mm, oom_reaper: report success/failureMichal Hocko1-2/+15
2016-03-25oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address spaceMichal Hocko3-27/+50
2016-03-25mm, oom: introduce oom reaperMichal Hocko4-13/+162
2016-03-25sched: add schedule_timeout_idle()Andrew Morton2-0/+12
2016-03-25[IA64] Enable preadv2 and pwritev2 syscalls for ia64Tony Luck3-1/+5
2016-03-25Fix permissions of drivers/power/avs/rockchip-io-domain.cRafael J. Wysocki1-0/+0
2016-03-25libceph: use KMEM_CACHE macroGeliang Tang1-8/+2
2016-03-25ceph: use kmem_cache_zallocGeliang Tang2-2/+2
2016-03-25rbd: use KMEM_CACHE macroGeliang Tang1-8/+2
2016-03-25ceph: use lookup request to revalidate dentryYan, Zheng2-0/+35
2016-03-25ceph: kill ceph_get_dentry_parent_inode()Yan, Zheng2-20/+5
2016-03-25ceph: fix security xattr deadlockYan, Zheng8-11/+125
2016-03-25ceph: don't request vxattrs from MDSYan, Zheng1-2/+4
2016-03-25ceph: fix mounting same fs multiple timesYan, Zheng1-18/+15
2016-03-25ceph: remove unnecessary NULL checkYan, Zheng1-2/+2
2016-03-25ceph: avoid updating directory inode's i_size accidentallyYan, Zheng1-0/+4
2016-03-25ceph: fix race during filling readdir cacheYan, Zheng1-2/+7
2016-03-25libceph: use sizeof_footer() moreIlya Dryomov1-16/+3
2016-03-25ceph: kill ceph_empty_snapcIlya Dryomov4-34/+6
2016-03-25ceph: fix a wrong comparisonAnton Protopopov1-1/+1
2016-03-25ceph: replace CURRENT_TIME by current_fs_time()Deepa Dinamani4-6/+6
2016-03-25ceph: scattered page writebackYan, Zheng1-109/+196
2016-03-25libceph: add helper that duplicates last extent operationYan, Zheng2-0/+24
2016-03-25libceph: enable large, variable-sized OSD requestsIlya Dryomov3-19/+32
2016-03-25libceph: osdc->req_mempool should be backed by a slab poolIlya Dryomov1-2/+2
2016-03-25libceph: make r_request msg_size calculation clearerIlya Dryomov1-10/+11
2016-03-25libceph: move r_reply_op_{len,result} into struct ceph_osd_req_opYan, Zheng3-5/+6
2016-03-25libceph: rename ceph_osd_req_op::payload_len to indata_lenIlya Dryomov2-7/+7
2016-03-25ceph: remove useless BUG_ONYan, Zheng1-2/+0
2016-03-25ceph: don't enable rbytes mount option by defaultYan, Zheng2-4/+3
2016-03-25ceph: encode ctime in cap messageYan, Zheng1-4/+7
2016-03-25libceph: behave in mon_fault() if cur_mon < 0Ilya Dryomov1-14/+9
2016-03-25libceph: reschedule tick in mon_fault()Ilya Dryomov1-4/+4
2016-03-25libceph: introduce and switch to reopen_session()Ilya Dryomov1-17/+16
2016-03-25libceph: monc hunt rate is 3s with backoff up to 30sIlya Dryomov3-9/+22
2016-03-25libceph: monc ping rate is 10sIlya Dryomov3-9/+5
2016-03-25libceph: pick a different monitor when reconnectingIlya Dryomov1-28/+57
2016-03-25libceph: revamp subs code, switch to SUBSCRIBE2 protocolIlya Dryomov8-95/+174
2016-03-25libceph: decouple hunting and subs managementIlya Dryomov1-9/+22
2016-03-25libceph: move debugfs initialization into __ceph_open_session()Ilya Dryomov2-51/+4
2016-03-25Revert "ppdev: use new parport device model"Linus Torvalds1-20/+5
2016-03-25Merge tag 'firewire-update2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+5
2016-03-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds15-98/+147
2016-03-24Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds13-29/+4
2016-03-25Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie4-58/+102
2016-03-24Merge tag 'pm+acpi-4.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds19-163/+593
2016-03-24Merge tag 'rtc-4.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abello...Linus Torvalds8-16/+316
2016-03-24Merge tag 'hwmon-for-linus-v4.6-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-48/+48
2016-03-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds14-78/+251
2016-03-24Merge tag 'for-linus-20160324' of git://git.infradead.org/linux-mtdLinus Torvalds61-592/+3524
2016-03-24Merge tag 'upstream-4.6-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds7-32/+136
2016-03-24Merge tag 'nfsd-4.6-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds21-92/+723
2016-03-24Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds8-9/+215
2016-03-24Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2-6/+10
2016-03-24Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds6-9/+20
2016-03-24Merge branch 'parisc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-31/+28
2016-03-24Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds6-52/+36
2016-03-24Merge tag 'armsoc-dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds96-1339/+6088
2016-03-24Merge tag 'for-4.6' of git://git.osdn.jp/gitroot/uclinux-h8/linuxLinus Torvalds6-73/+17
2016-03-25rtc: abx80x: handle the oscillator failure bitMylène Josserand1-2/+31
2016-03-25rtc: abx80x: handle autocalibrationMylène Josserand1-0/+219
2016-03-25rtc: rv8803: workaround i2c HW issueAlexandre Belloni1-6/+22
2016-03-25Merge branches 'acpi-soc', 'acpi-misc', 'acpi-pci' and 'device-properties'Rafael J. Wysocki4-2/+16
2016-03-25Merge branches 'pm-avs', 'pm-clk', 'pm-devfreq' and 'pm-sleep'Rafael J. Wysocki7-1/+170
2016-03-25Merge branches 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki8-160/+407
2016-03-24MAINTAINERS: Update mailing list and web page for hwmon subsystemGuenter Roeck1-48/+48
2016-03-24Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds17-235/+280
2016-03-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds17-121/+1065
2016-03-24Merge tag 'nfsd-4.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds14-466/+407
2016-03-24Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds18-1230/+38
2016-03-24Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2016-03-24Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-40/+49
2016-03-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds95-634/+1336
2016-03-24Merge tag 'at91-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nferr...Arnd Bergmann4-0/+145
2016-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds61-126/+329
2016-03-25h8300: switch EARLYCONYoshinori Sato3-66/+10
2016-03-25h8300: dts: Rename the serial port clock to fckGeert Uytterhoeven3-7/+7
2016-03-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-55/+72
2016-03-24Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-32/+123
2016-03-24arm64: mm: allow preemption in copy_to_user_pageMark Rutland1-4/+0
2016-03-24arm64: consistently use p?d_set_hugeMark Rutland1-4/+2
2016-03-24arm64: kaslr: use callee saved register to preserve SCTLR across C callArd Biesheuvel1-2/+2
2016-03-24Merge branch 'cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Rafael J. Wysocki1-22/+111
2016-03-24Merge tag 'perf-core-for-mingo-20160323' of git://git.kernel.org/pub/scm/linu...Ingo Molnar79-557/+385
2016-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds68-460/+710
2016-03-23net: ping: make ping_v6_sendmsg staticHaishuang Yan2-31/+29
2016-03-23hv_netvsc: Fix the order of num_sc_offered decrementHaiyang Zhang1-6/+6
2016-03-23Input: sur40 - fix DMA on stackOliver Neukum1-7/+14
2016-03-23Input: ati_remote2 - fix crashes on detecting device with invalid descriptorVladis Dronov1-6/+30
2016-03-23Merge tag 'platform-drivers-x86-v4.6-1' of git://git.infradead.org/users/dvha...Linus Torvalds21-536/+1026
2016-03-23Merge tag 'pwm/for-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-19/+71
2016-03-23Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds15-139/+1174
2016-03-24Merge tag 'topic/drm-misc-2016-03-22' of git://anongit.freedesktop.org/drm-in...Dave Airlie11-40/+45
2016-03-23ornagefs: ensure that truncate has an up to date inode sizeMartin Brandenburg1-1/+12
2016-03-23orangefs: move code which sets i_link to orangefs_inode_getattrMartin Brandenburg2-2/+1
2016-03-23orangefs: remove needless wrapper around GFP_KERNELMartin Brandenburg2-5/+1
2016-03-23orangefs: remove wrapper around mutex_lock(&inode->i_mutex)Martin Brandenburg1-6/+2
2016-03-23orangefs: refactor inode type or link_target change detectionMartin Brandenburg1-41/+36
2016-03-23orangefs: use new getattr for revalidate and remove old getattrMartin Brandenburg3-325/+49
2016-03-23orangefs: use new getattr in inode getattr and permissionMartin Brandenburg1-12/+2
2016-03-23orangefs: use new orangefs_inode_getattr to get size in write and llseekMartin Brandenburg1-6/+8
2016-03-23orangefs: use new orangefs_inode_getattr to create new inodesMartin Brandenburg1-4/+2
2016-03-23orangefs: rename orangefs_inode_getattr to orangefs_inode_old_getattrMartin Brandenburg5-10/+133
2016-03-23orangefs: remove inode->i_lock wrapperMartin Brandenburg2-7/+4
2016-03-23PM / AVS: rockchip-io: add io selectors and supplies for rk3399David Wu2-0/+69
2016-03-23perf llvm: Use strerror_r instead of the thread unsafe strerror oneArnaldo Carvalho de Melo1-3/+4
2016-03-23perf llvm: Use realpath to canonicalize pathsArnaldo Carvalho de Melo4-44/+12
2016-03-23intel_idle: Support for Intel Xeon Phi Processor x200 Product FamilyDasaratharaman Chandramouli1-0/+25
2016-03-23intel_idle: prevent SKL-H boot failure when C8+C9+C10 enabledLen Brown1-22/+86
2016-03-23perf tools: Unexport some methods unused outside strbuf.cArnaldo Carvalho de Melo2-7/+9
2016-03-23nfsd: use short read as well as i_size to set eofBenjamin Coddington3-7/+30
2016-03-23perf probe: No need to use formatting strbuf methodArnaldo Carvalho de Melo3-10/+10
2016-03-23perf help: Use asprintf instead of adhoc equivalentsArnaldo Carvalho de Melo1-38/+31
2016-03-23net: Fix typos and whitespace.Bjorn Helgaas1-109/+106
2016-03-23hv_netvsc: Fix the array sizes to be max supported channelsHaiyang Zhang2-5/+6
2016-03-23hv_netvsc: Fix accessing freed memory in netvsc_change_mtu()Haiyang Zhang1-1/+4
2016-03-23ppp: take reference on channels netnsGuillaume Nault1-1/+3
2016-03-23perf tools: Remove unused perf_pathdup, xstrdup functionsArnaldo Carvalho de Melo4-46/+0
2016-03-23perf tools: Do not include stringify.h from the kernel sourcesArnaldo Carvalho de Melo4-5/+3
2016-03-23net: Reset encap_level to avoid resetting features on inner IP headersAlexander Duyck2-0/+2
2016-03-23tools include: Copy linux/stringify.h from the kernelArnaldo Carvalho de Melo1-0/+12
2016-03-23tools lib traceevent: Remove redundant CPU outputSteven Rostedt1-3/+1
2016-03-23perf tools: Remove needless 'extern' from function prototypesArnaldo Carvalho de Melo20-217/+197