aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-08-08lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott28-60/+30
2014-08-08shm: remove unneeded extern for functionJack Miller1-1/+1
2014-08-08shm: allow exit_shm in parallel if only marking orphansJack Miller1-32/+35
2014-08-08shm: make exit_shm work proportional to task activityJack Miller4-12/+34
2014-08-08initramfs: add write error checksDavid Engraf1-2/+4
2014-08-08initramfs: support initramfs that is bigger than 2GiBYinghai Lu20-110/+111
2014-08-08initramfs: support initrd that is bigger than 2GiBYinghai Lu1-4/+32
2014-08-08initrd: fix lz4 decompress with initrdYinghai Lu1-22/+43
2014-08-08fs/qnx6: update debugging to current functionsFabian Frederick5-39/+23
2014-08-08fs/qnx6: use pr_fmt and __func__ in loggingFabian Frederick4-38/+44
2014-08-08fs/qnx6: convert printk to pr_foo()Fabian Frederick3-55/+43
2014-08-08fs/romfs/super.c: add blank line after declarationsFabian Frederick1-0/+2
2014-08-08fs/romfs/super.c: use pr_fmt in loggingFabian Frederick1-7/+8
2014-08-08fs/romfs/super.c: convert printk to pr_foo()Fabian Frederick1-9/+7
2014-08-08fs/cramfs/inode.c: use linux/uaccess.hFabian Frederick1-1/+1
2014-08-08fs/cramfs: code clean-upFabian Frederick2-12/+15
2014-08-08fs/cramfs: use pr_fmtFabian Frederick2-8/+12
2014-08-08fs/cramfs: convert printk to pr_foo()Fabian Frederick2-10/+10
2014-08-08tools/testing/selftests/ptrace/peeksiginfo.c: add PAGE_SIZE definitionThierry Fauck1-0/+4
2014-08-08kfifo: use BUG_ONHimangi Saraogi1-4/+2
2014-08-08fs/omfs/inode.c: replace count*size kzalloc by kcallocFabian Frederick1-1/+1
2014-08-08fs/pstore/ram_core.c: replace count*size kmalloc by kmalloc_arrayFabian Frederick1-1/+1
2014-08-08drivers/parport/parport_ip32.c: use PTR_ERR_OR_ZEROFabian Frederick1-1/+1
2014-08-08panic: add TAINT_SOFTLOCKUPJosh Hunt5-0/+6
2014-08-08fs/bfs: use bfs prefix for dump_imapFabian Frederick3-8/+5
2014-08-08adfs: add __printf verification, fix format/argument mismatchesJoe Perches3-4/+4
2014-08-08fs/adfs/dir_fplus.c: replace count*size kzalloc by kcallocFabian Frederick1-1/+1
2014-08-08fs/adfs/dir_fplus.c: use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick1-1/+1
2014-08-08kernel/gcov/fs.c: remove unnecessary null test before debugfs_removeFabian Frederick1-2/+1
2014-08-08fs/exofs/ore_raid.c: replace count*size kzalloc by kcallocFabian Frederick1-1/+1
2014-08-08sysctl: remove typedef ctl_tableJoe Perches2-3/+1
2014-08-08lib/rbtree.c: fix typo in comment of __rb_insert()Wei Yang1-1/+1
2014-08-08rapidio/tsi721_dma: rework scatter-gather list handlingAlexandre Bounine3-355/+394
2014-08-08rapidio: add new RapidIO DMA interface routinesAlexandre Bounine2-19/+52
2014-08-08lib/idr.c: fix out-of-bounds pointer dereferenceAndrey Ryabinin1-11/+14
2014-08-08fs/proc/vmcore.c:mmap_vmcore: skip non-ram pages reported by hypervisorsVitaly Kuznetsov1-3/+79
2014-08-08kernel/fork.c: make mm_init_owner staticVladimir Davydov2-12/+7
2014-08-08fork: copy mm's vm usage counters under mmap_semVladimir Davydov1-0/+5
2014-08-08fork: reset mm->pinned_vmVladimir Davydov1-0/+1
2014-08-08fork/exec: cleanup mm initializationVladimir Davydov3-31/+21
2014-08-08proc: remove INF macroAlexey Dobriyan2-42/+0
2014-08-08proc: convert /proc/$PID/hardwall to seq_file interfaceAlexey Dobriyan3-6/+6
2014-08-08proc: convert /proc/$PID/io to seq_file interfaceAlexey Dobriyan1-8/+10
2014-08-08proc: convert /proc/$PID/oom_score to seq_file interfaceAlexey Dobriyan1-4/+5
2014-08-08proc: convert /proc/$PID/schedstat to seq_file interfaceAlexey Dobriyan1-4/+5
2014-08-08proc: convert /proc/$PID/wchan to seq_file interfaceAlexey Dobriyan1-5/+6
2014-08-08proc: convert /proc/$PID/cmdline to seq_file interfaceAlexey Dobriyan1-4/+11
2014-08-08proc: convert /proc/$PID/syscall to seq_file interfaceAlexey Dobriyan1-6/+7
2014-08-08proc: convert /proc/$PID/limits to seq_file interfaceAlexey Dobriyan1-15/+12
2014-08-08proc: convert /proc/$PID/auxv to seq_file interfaceAlexey Dobriyan1-10/+8
2014-08-08proc: more "const char *" pointersAlexey Dobriyan1-4/+4
2014-08-08proc: remove proc_tty_ldisc variableAlexey Dobriyan1-2/+2
2014-08-08proc: make proc_subdir_lock staticAlexey Dobriyan2-3/+1
2014-08-08proc: faster /proc/$PID lookupAlexey Dobriyan2-3/+3
2014-08-08proc: add and remove /proc entry create checksAlexey Dobriyan4-21/+21
2014-08-08proc: constify seq_operationsFabian Frederick3-7/+7
2014-08-08fs/proc/kcore.c: use PAGE_ALIGN instead of ALIGN(PAGE_SIZE)Fabian Frederick1-1/+1
2014-08-08kernel/exit.c: fix coding style warnings and errorsIonut Alexa1-23/+26
2014-08-08fs/hpfs/dnode.c: fix suspect code indentFabian Frederick1-8/+9
2014-08-08fs/reiserfs/xattr.c: fix blank line missing after declarationsFabian Frederick1-0/+20
2014-08-08fs/reiserfs: use linux/uaccess.hFabian Frederick14-14/+14
2014-08-08fs/reiserfs: replace not-standard %Lu/%LdFabian Frederick4-9/+8
2014-08-08fs/ufs/inode.c: kernel-doc warning fixesFabian Frederick1-16/+16
2014-08-08fs/ufs: convert UFSD printk to pr_debugFabian Frederick2-3/+3
2014-08-08fs/ufs/super.c: use va_format instead of buffer/vsnprintfFabian Frederick1-20/+24
2014-08-08fs/ufs/super.c: use __func__ in loggingFabian Frederick1-18/+18
2014-08-08fs/ufs: use pr_fmtFabian Frederick2-8/+13
2014-08-08fs/ufs: convert printk to pr_foo()Fabian Frederick2-133/+131
2014-08-08nilfs2: integrate sysfs support into driverVyacheslav Dubeyko5-5/+34
2014-08-08nilfs2: add /sys/fs/nilfs2/<device>/mounted_snapshots/<snapshot> groupVyacheslav Dubeyko4-0/+163
2014-08-08nilfs2: add /sys/fs/nilfs2/<device>/mounted_snapshots groupVyacheslav Dubeyko3-1/+54
2014-08-08nilfs2: add /sys/fs/nilfs2/<device>/checkpoints groupVyacheslav Dubeyko3-1/+167
2014-08-08nilfs2: add /sys/fs/nilfs2/<device>/segments groupVyacheslav Dubeyko3-1/+143
2014-08-08nilfs2: add /sys/fs/nilfs2/<device>/segctor groupVyacheslav Dubeyko3-0/+376
2014-08-08nilfs2: add /sys/fs/nilfs2/<device>/superblock groupVyacheslav Dubeyko5-2/+277
2014-08-08nilfs2: add /sys/fs/nilfs2/<device> groupVyacheslav Dubeyko4-0/+238
2014-08-08nilfs2: add /sys/fs/nilfs2/features groupVyacheslav Dubeyko3-0/+188
2014-08-08fs/coda: use linux/uaccess.hFabian Frederick8-11/+8
2014-08-08fs/befs/linuxvfs.c: check superblock before dump operationFabian Frederick1-4/+2
2014-08-08minix zmap block counts calculation fixQi Yong2-3/+3
2014-08-08drivers/rtc/rtc-tps65910.c: fix potential NULL-pointer dereferenceThierry Reding1-2/+2
2014-08-08driver/rtc/class.c: check the error after rtc_read_time()Hyogi Gim1-2/+14
2014-08-08rtc: add pcf85063 supportSøren Andersen4-0/+214
2014-08-08drivers/rtc/rtc-isl12022.c: device tree supportStuart Longland1-0/+12
2014-08-08drivers/rtc/rtc-pcf8563.c: add alarm supportVincent Donnefort1-4/+153
2014-08-08drivers/rtc/rtc-pcf8563.c: introduce read|write_block_dataVincent Donnefort1-26/+48
2014-08-08rtc: ia64: allow other architectures to use EFI RTCMark Salter4-16/+36
2014-08-08drivers/rtc/interface.c: check the error after __rtc_read_time()Hyogi Gim1-0/+2
2014-08-08drivers/rtc/rtc-efi.c: check for invalid data coming back from UEFIJan Beulich1-5/+27
2014-08-08drivers/rtc/rtc-ds1742.c: revert "drivers/rtc/rtc-ds1742.c: remove redundant ...Alexander Shiyan1-1/+1
2014-08-08drivers/rtc/Kconfig: add hardware dependency to rtc-moxartJean Delvare1-0/+1
2014-08-08drivers/rtc/Kconfig: move DS2404 entry where it belongsJean Delvare1-9/+9
2014-08-08drivers/rtc/rtc-ds1343.c: add support of nvram for maxim dallas rtc ds1343Raghavendra Ganiga1-2/+73
2014-08-08autofs4: comment typo: remove a a doubled wordNeilBrown1-1/+1
2014-08-08autofs4: remove some unused inline functionsNeilBrown1-49/+0
2014-08-08autofs4: don't take spinlock when not needed in autofs4_lookup_expiringNeilBrown1-2/+6
2014-08-08autofs4: remove a redundant assignmentNeilBrown1-1/+0
2014-08-08autofs4: remove unused autofs4_ispending()NeilBrown1-14/+0
2014-08-08kernel/test_kprobes.c: use current logging functionsFabian Frederick1-56/+31
2014-08-08init: make rootdelay=N consistent with rootwait behaviourPaul Gortmaker1-6/+6
2014-08-08fs/ramfs/file-nommu.c: replace count*size kzalloc by kcallocFabian Frederick1-1/+1
2014-08-08kernel/kallsyms.c: fix %pB when there's no symbol at the addressNamhyung Kim1-1/+1
2014-08-08fs/efs/namei.c: return is not a functionFabian Frederick1-5/+6
2014-08-08mm/zswap.c: add __init to zswap_entry_cache_destroy()Fabian Frederick1-2/+2
2014-08-08mm: memcontrol: avoid charge statistics churn during page migrationJohannes Weiner1-25/+10
2014-08-08memcg: remove lookup_cgroup_page() prototypeGreg Thelen1-1/+0
2014-08-08page-cgroup: get rid of NR_PCG_FLAGSVladimir Davydov2-8/+0
2014-08-08page-cgroup: trivial cleanupVladimir Davydov1-11/+11
2014-08-08mm: memcontrol: use page lists for uncharge batchingJohannes Weiner6-129/+117
2014-08-08mm: memcontrol: rewrite uncharge APIJohannes Weiner16-768/+389
2014-08-08mm: memcontrol: rewrite charge APIJohannes Weiner12-395/+338
2014-08-08vm_is_stack: use for_each_thread() rather then buggy while_each_thread()Oleg Nesterov1-6/+3
2014-08-08Revert "slab: remove BAD_ALIEN_MAGIC"Joonsoo Kim1-1/+3
2014-08-08Revert "drm/i915: Enable PSR by default."Linus Torvalds1-2/+2
2014-08-08Merge tag 'defconfig-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds12-321/+151
2014-08-08Merge tag 'drivers-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds74-2023/+3452
2014-08-08Merge tag 'dt-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds297-6825/+20682
2014-08-08Merge tag 'boards-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-33/+43
2014-08-08Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds407-19492/+11489
2014-08-08Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds319-13811/+3715
2014-08-08Merge tag 'drm-intel-fixes-2014-08-08' of git://anongit.freedesktop.org/drm-i...Linus Torvalds19-102/+310
2014-08-08i2c: mpc: delete unneeded test before of_node_putJulia Lawall1-2/+1
2014-08-08i2c: rk3x: fix interrupt handling issueaddy ke1-1/+1
2014-08-08Revert "drm/i915: Enable semaphores on BDW"Rodrigo Vivi1-0/+4
2014-08-08drm/i915: read HEAD register back in init_ring_common() to enforce orderingJiri Kosina1-0/+3
2014-08-08drm/i915: Fix crash when failing to parse MIPI VBTRafael Barbalho1-1/+1
2014-08-08OMAPDSS: DSI: fix depopulating dsi peripheralsTomi Valkeinen1-8/+1
2014-08-08pwm: rockchip: Added to support for RK3288 SoCCaesar Wang1-24/+111
2014-08-08pwm: rockchip: document RK3288 SoC compatibleCaesar Wang1-1/+4
2014-08-08pwm: sti: Remove PWM period tableAjit Pal Singh1-48/+16
2014-08-08pwm: sti: Sync between enable/disable callsAjit Pal Singh1-14/+30
2014-08-08pwm: sti: Ensure same period values for all channelsAjit Pal Singh1-44/+96
2014-08-08pwm: sti: Fix PWM prescaler handlingAjit Pal Singh1-11/+27
2014-08-07Input: wacom - update the ABI doc according to latest changesBenjamin Tissoires1-43/+27
2014-08-07selinux: remove unused variabled in the netport, netnode, and netif cachesPaul Moore3-6/+4
2014-08-07netlabel: fix the netlbl_catmap_setlong() dummy functionPaul Moore1-4/+4
2014-08-07ARM64: add IPI tracepointsNicolas Pitre1-26/+39
2014-08-07ARM: add IPI tracepointsNicolas Pitre1-28/+42
2014-08-07tracepoint: add generic tracepoint definitions for IPI tracingNicolas Pitre1-0/+89
2014-08-07tracing: Do not do anything special with tracepoint_string when tracing is di...Steven Rostedt2-34/+44
2014-08-07Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds348-7461/+26631
2014-08-07Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds27-169/+644
2014-08-07Merge tag 'backlight-for-linus-3.17' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds25-143/+116
2014-08-07Merge tag 'pinctrl-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds85-1604/+4411
2014-08-07Merge tag 'mfd-for-linus-3.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds94-1437/+4309
2014-08-07mm, arc: remove obsolete pagefault oom killer commentDavid Rientjes1-1/+0
2014-08-07Merge branch 'next/fixes-non-critical' into next/cleanupOlof Johansson8-111/+166
2014-08-08Revert "drm: drop redundant drm_file->is_master"Dave Airlie9-27/+20
2014-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds116-2825/+5010
2014-08-07Merge tag 'stable/for-linus-3.17-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds13-423/+88
2014-08-07Merge tag 'microblaze-3.17-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds4-18/+28
2014-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds1-3/+8
2014-08-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds161-3284/+5477
2014-08-07Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds156-3036/+5486
2014-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds26-443/+619
2014-08-07pwm: sti: Supply Device Tree binding documentation for ST's PWM IPLee Jones1-0/+41
2014-08-07pwm: sti: Add new driver for ST's PWM IPLee Jones3-0/+377
2014-08-07avr32: fix error return codeJulia Lawall1-3/+8
2014-08-07arch/powerpc/platforms/powernv/opal-dump.c: fix world-writable sysfs filesRusty Russell1-2/+2
2014-08-07drm/i915: Bring GPU Freq to min while suspending.Deepak S1-1/+1
2014-08-07drm/i915: Fix DEIER and GTIER collecting for BDW.Rodrigo Vivi2-6/+15
2014-08-07drm/i915: Don't accumulate hangcheck score on forward progressMika Kuoppala3-3/+16
2014-08-07drm/i915: Add the WaCsStallBeforeStateCacheInvalidate:bdw workaround.Kenneth Graunke1-0/+9
2014-08-07drm/i915: Refactor Broadwell PIPE_CONTROL emission into a helper.Kenneth Graunke1-15/+22
2014-08-07arch/powerpc/platforms/powernv/opal-elog.c: fix world-writable sysfs filesRusty Russell1-2/+2
2014-08-07pwm: imx: set can_sleep flag for imx_pwmShawn Guo1-0/+1
2014-08-07pwm: lpss: remove dependency on clk frameworkHeikki Krogerus1-22/+10
2014-08-07pwm: pwm-tipwmss: remove unnecessary OOM messagesJingoo Han1-3/+1
2014-08-07MAINTAINERS: update GPIO include filesAlexandre Courbot1-1/+2
2014-08-07gpio: add missing includes in machine.hAlexandre Courbot1-0/+3
2014-08-07Merge tag 'drm/tegra/for-3.17-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie16-67/+425
2014-08-07Merge tag 'drm/panel/for-3.17-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie17-73/+447
2014-08-07drm/i915: Fix threshold for choosing 32 vs. 64 precisions for VLV DDL valuesVille Syrjälä1-5/+4
2014-08-07drm/i915: Fix drain latency precision multipler for VLVZhenyu Wang2-31/+31
2014-08-07drm/i915: Collect gtier properly on HSW.Rodrigo Vivi2-10/+12
2014-08-07drm/i915: Tune down MCH_SSKPD values warningDaniel Vetter1-5/+3
2014-08-07drm/i915: Tune done rc6 enabling outputDaniel Vetter1-6/+6
2014-08-07drm/i915: Don't require dev->struct_mutex in psr_match_conditionsDaniel Vetter1-1/+0
2014-08-07drm/i915: Fix error state collectingRodrigo Vivi1-1/+2
2014-08-07drm/i915: fix VDD state tracking after system resumeImre Deak1-0/+6
2014-08-07drm/i915: Add correct hw/sw config check for DSI encoderShobhit Kumar4-1/+106
2014-08-07drm/i915: factor out intel_edp_panel_vdd_sanitizeImre Deak2-17/+44
2014-08-07drm/i915: wait for all DSI FIFOs to be emptyShobhit Kumar3-0/+25
2014-08-07drm/i915: work around warning in i915_gem_gttPavel Machek1-5/+6
2014-08-07drm/panel: simple: Use devm_gpiod_get_optional()Alexandre Courbot1-7/+5
2014-08-06Merge branch 'next' into for-linusDmitry Torokhov9844-252603/+502307
2014-08-06Merge branch 'wacom' into nextDmitry Torokhov11-2119/+1361
2014-08-06Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds156-2919/+3930
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds15-44/+86
2014-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds18-37/+26
2014-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds18-642/+1194
2014-08-06Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds7-13/+43
2014-08-06Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds120-1495/+5084
2014-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds231-6265/+4936
2014-08-06Merge tag 'sound-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds294-7462/+17264
2014-08-06Merge tag 'hsi-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds3-15/+16
2014-08-06Merge tag 'for-v3.17' of git://git.infradead.org/battery-2.6Linus Torvalds18-99/+673
2014-08-07powerpc/eeh: Export eeh_iommu_group_to_pe()Gavin Shan1-0/+1
2014-08-06netlink: hold nl_sock_hash_lock during diag dumpThomas Graf3-0/+5
2014-08-06checkpatch: update $declaration_macros, add uninitialized_varJoe Perches1-5/+6