aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-04-09rsi: Fixed signedness bug reported by static code analyzer.Fariya Fatima1-3/+5
2014-04-09rsi: Potential null pointer derefernce issue fixed.Fariya Fatima1-19/+16
2014-04-09net phylib: Remove unnecessary condition check in phyBalakumaran Kannan1-5/+1
2014-04-09net: sctp: test if association is dead in sctp_wake_up_waitersDaniel Borkmann1-0/+6
2014-04-09Merge tag 'asoc-v3.15-5' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai85-477/+954
2014-04-09Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds64-501/+3292
2014-04-09Merge tag 'mmc-updates-for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds63-1166/+2577
2014-04-09Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds40-738/+546
2014-04-09futex: avoid race between requeue and wakeLinus Torvalds1-0/+5
2014-04-09tracepoint: Fix sparse warnings in tracepoint.cMathieu Desnoyers3-5/+9
2014-04-09block: Ensure we only enable integrity metadata for reads and writesMartin K. Petersen1-0/+3
2014-04-09block: Fix integrity verificationMartin K. Petersen1-10/+9
2014-04-09block: Fix for_each_bvec()Martin K. Petersen1-3/+3
2014-04-09ALSA: hda - Make full_reset booleanThierry Reding3-7/+7
2014-04-09ARM: 8018/1: Add {inc,dec}_preempt_count asm macrosCatalin Marinas3-29/+37
2014-04-09ARM: 8017/1: Move asm macro get_thread_info to asm/assembler.hCatalin Marinas4-13/+18
2014-04-09ALSA: hda - add headset mic detect quirk for a Dell laptopHui Wang1-0/+1
2014-04-09sound: dmasound: use module_platform_driver_probe()Christoph Jaeger1-13/+1
2014-04-09ALSA: au1x00: use module_platform_driver()Christoph Jaeger1-12/+1
2014-04-09ALSA: hda - Use runtime helper to check active state.Dylan Reid1-1/+1
2014-04-09raid5: get_active_stripe avoids device_lockShaohua Li1-7/+2
2014-04-09raid5: make_request does less prepare waitShaohua Li1-5/+14
2014-04-09md: avoid oops on unload if some process is in poll or select.NeilBrown1-0/+16
2014-04-09md/raid1: r1buf_pool_alloc: free allocate pages when subsequent allocation fa...NeilBrown1-4/+13
2014-04-09powerpc/powernv Adapt opal-elog and opal-dump to new sysfs_remove_file_selfStewart Smith2-14/+4
2014-04-09Revert "powerpc/powernv: hwmon driver for power values, fan rpm and temperature"Benjamin Herrenschmidt3-538/+0
2014-04-09power, sched: stop updating inside arch_update_cpu_topology() when nothing to...Michael Wang1-0/+15
2014-04-09powerpc/le: Avoid creatng R_PPC64_TOCSAVE relocations for modules.Tony Breeds1-0/+1
2014-04-09arch/powerpc: Use RCU_INIT_POINTER(x, NULL) in platforms/cell/spu_syscalls.cMonam Agarwal1-1/+1
2014-04-09powerpc/opal: Add missing includeMichael Neuling1-0/+2
2014-04-09powerpc: Convert last uses of __FUNCTION__ to __func__Joe Perches1-6/+5
2014-04-09powerpc: Add lq/stq emulationAnton Blanchard3-8/+46
2014-04-09powerpc/powernv: Add invalid OPAL callJoel Stanley3-0/+6
2014-04-09powerpc/powernv: Add OPAL message log interfaceJoel Stanley4-1/+128
2014-04-09powerpc/book3s: Fix mc_recoverable_range buffer overrun issue.Mahesh Salgaonkar1-8/+20
2014-04-09powerpc: Remove dead code in sycall entryMichael Neuling1-8/+0
2014-04-09powerpc: Use of_node_init() for the fakenode in msi_bitmap.cLi Zhong1-1/+1
2014-04-09powerpc/mm: NUMA pte should be handled via slow path in get_user_pages_fast()Aneesh Kumar K.V1-0/+13
2014-04-09powerpc/powernv: Fix endian issues with sensor codeAnton Blanchard2-3/+4
2014-04-09md/bitmap: don't abuse i_writecount for bitmap files.NeilBrown3-35/+16
2014-04-08Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds27-137/+264
2014-04-08tracepoint: Simplify tracepoint module searchSteven Rostedt (Red Hat)2-7/+5
2014-04-08tracepoint: Use struct pointer instead of name hash for reg/unreg tracepointsMathieu Desnoyers9-352/+331
2014-04-08Merge branch 'akpm' (incoming from Andrew)Linus Torvalds14-150/+144
2014-04-08fs/ncpfs/dir.c: fix indenting in ncp_lookup()Dan Carpenter1-2/+2
2014-04-08ncpfs/inode.c: fix mismatch printk formats and argumentsJoe Perches1-2/+2
2014-04-08ncpfs: remove now unused PRINTK macroJoe Perches1-3/+0
2014-04-08ncpfs: convert PPRINTK to ncp_vdbgJoe Perches5-18/+22
2014-04-08ncpfs: convert DPRINTK/DDPRINTK to ncp_dbgJoe Perches9-83/+74
2014-04-08ncpfs: Add pr_fmt and convert printks to pr_<level>Joe Perches5-27/+34
2014-04-08arch/x86/mm/kmemcheck/kmemcheck.c: use kstrtoint() instead of sscanf()David Rientjes1-1/+7
2014-04-08lib/percpu_counter.c: fix bad percpu counter state during suspendJens Axboe1-1/+1
2014-04-08autofs4: check dev ioctl size before allocatingSasha Levin1-0/+3
2014-04-08mm: vmscan: do not swap anon pages just because free+file is lowJohannes Weiner1-15/+1
2014-04-08drivers/block/loop.c: ratelimit error messagesMike Galbraith1-4/+4
2014-04-08Merge remote-tracking branches 'asoc/fix/rt5640', 'asoc/fix/samsung', 'asoc/f...Mark Brown10-18/+35
2014-04-08Merge remote-tracking branches 'asoc/fix/alc5632', 'asoc/fix/cs42l52', 'asoc/...Mark Brown10-30/+140
2014-04-08Merge tag 'asoc-v3.15-4' into asoc-linusMark Brown15-129/+271
2014-04-08Merge tag 'asoc-v3.15-3' into asoc-linusMark Brown53-207/+1569
2014-04-08Merge tag 'asoc-v3.15-2' into asoc-linusMark Brown109-795/+1958
2014-04-08Merge tag 'asoc-v3.15' into asoc-linusMark Brown216-4568/+17518
2014-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds38-168/+320
2014-04-08Merge tag 'staging-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds136-2/+89854
2014-04-08Merge branch 'acpi-config'Rafael J. Wysocki1-2/+6
2014-04-08ACPI: Update the ACPI spec information in KconfigHanjun Guo1-2/+6
2014-04-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds10-36/+99
2014-04-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds47-979/+1032
2014-04-08net: sctp: wake up all assocs if sndbuf policy is per socketDaniel Borkmann1-1/+35
2014-04-08ARM: 8016/1: Check cpu id in pj4_cp0_init.Chao Xie Linux1-0/+4
2014-04-08ARM: 8015/1: Add cpu_is_pj4 to distinguish PJ4 because it has some difference...Chao Xie Linux1-0/+19
2014-04-08Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds483-15914/+37462
2014-04-08isdnloop: several buffer overflowsDan Carpenter1-8/+9
2014-04-08include/linux/syscalls.h: add sys_renameat2() prototypeHeiko Carstens1-0/+3
2014-04-08scripts/coccinelle: Use PTR_ERR_OR_ZEROSachin Kamat1-7/+7
2014-04-08scripts/bootgraph.pl: Add graphic headerFabian Frederick1-2/+40
2014-04-08ALSA: ice1712: Fix boundary checks in PCM pointer opsTakashi Iwai1-5/+10
2014-04-08scripts: objdiff: detect object code changes between two commitsJason Cooper2-1/+142
2014-04-08ARM: add missing system_misc.h include to process.cRussell King1-0/+1
2014-04-08[media] gpsca: remove the risk of a division by zeroMauro Carvalho Chehab1-1/+3
2014-04-08[media] stk1160: warrant a NUL terminated stringMauro Carvalho Chehab1-1/+1
2014-04-08backlight: lm3639: Use devm_backlight_device_register()Daniel Jeong1-10/+7
2014-04-08backlight: gpio-backlight: Add DT supportDenis Carikli2-7/+67
2014-04-08backlight: core: Replace kfree with put_deviceLevente Kurusa1-1/+1
2014-04-08ASoC: davinci-mcasp: Fix bit clock polarity settingsPeter Ujfalusi1-3/+3
2014-04-08ASoC: samsung: Fix build on multiplatformSachin Kamat7-16/+18
2014-04-08ASoC: fsl_sai: Fix Bit Clock Polarity configurationsNicolin Chen1-4/+4
2014-04-08Merge branches 'pm-wakeup' and 'pm-domains'Rafael J. Wysocki3-16/+50
2014-04-08Merge branches 'acpi-cleanup', 'acpi-thermal', 'acpi-video' and 'acpi-dock'Rafael J. Wysocki5-11/+11
2014-04-08Merge branch 'pm-cpufreq'Rafael J. Wysocki41-177/+535
2014-04-08Merge branch 'pm-cpuidle'Rafael J. Wysocki5-213/+365
2014-04-08Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Rafael J. Wysocki4-213/+362
2014-04-08Merge branch 'cpu-hotplug'Rafael J. Wysocki2-2/+2
2014-04-08arm, kvm: fix double lock on cpu_add_remove_lockMing Lei2-2/+2
2014-04-08spi: qup: Depend on ARCH_QCOMPaul Bolle1-1/+1
2014-04-08arm64: Fix DMA range invalidation for cache line unaligned buffersCatalin Marinas1-4/+11
2014-04-08cpuidle: sysfs: Export target residency informationDaniel Lezcano1-0/+3
2014-04-08cpufreq: ppc: Remove duplicate inclusion of fsl_soc.hSachin Kamat1-1/+0
2014-04-08ALSA: hda - Do not assign streams in reverse orderAnssi Hannula1-4/+5
2014-04-08ALSA: hda/realtek - Add eapd shutup to ALC283Kailang Yang1-0/+1
2014-04-08netfilter: nf_conntrack: flush net_gre->keymap_list only from gre helperAndrey Vagin3-22/+2
2014-04-08ALSA: hda/realtek - Change model name alias for ChromeOSKailang Yang1-1/+1
2014-04-07mmc: sdhci-acpi: Intel SDIO has broken card detectAdrian Hunter1-0/+1
2014-04-08thermal: rcar-thermal: update thermal zone only when temperature changesPatrick Titiano1-1/+6
2014-04-08thermal: rcar-thermal: fix same mask applied twicePatrick Titiano1-1/+1
2014-04-08thermal: ti-soc-thermal: Use SIMPLE_DEV_PM_OPS macroJingoo Han1-4/+2
2014-04-08thermal: imx: update formula for thermal sensorAnson Huang1-13/+26
2014-04-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds14-83/+51
2014-04-07Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds5-30/+16
2014-04-07Merge tag 'arc-v3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds21-115/+114
2014-04-08DRM: armada: fix corruption while loading cursorsRussell King1-0/+1
2014-04-07Merge tag 'stable/for-linus-3.15-tag2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2014-04-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds233-2012/+3714
2014-04-07MAINTAINERS: update Intel C600 SAS driver maintainersLukasz Dorau1-2/+1
2014-04-07fs/ufs: remove unused ufs_super_block_third pointerChristian Engelmayer1-2/+0
2014-04-07fs/ufs: remove unused ufs_super_block_second pointerChristian Engelmayer1-2/+0
2014-04-07fs/ufs: remove unused ufs_super_block_first pointerChristian Engelmayer3-18/+0
2014-04-07fs/ufs/super.c: add __init to init_inodecache()Fabian Frederick1-1/+1
2014-04-07doc/kernel-parameters.txt: add early_ioremap_debugMark Salter1-0/+5
2014-04-07arm64: add early_ioremap supportMark Salter11-52/+169
2014-04-07arm64: initialize pgprot info earlier in bootMark Salter3-2/+4
2014-04-07x86: use generic early_ioremapMark Salter6-240/+13
2014-04-07mm: create generic early_ioremap() supportMark Salter4-0/+291
2014-04-07x86/mm: sparse warning fix for early_memremapDave Young2-4/+9
2014-04-07lglock: map to spinlock when !CONFIG_SMPJosh Triplett2-1/+18
2014-04-07percpu: add preemption checks to __this_cpu opsChristoph Lameter2-14/+43
2014-04-07vmstat: use raw_cpu_ops to avoid false positives on preemption checksChristoph Lameter1-2/+6
2014-04-07slub: use raw_cpu_inc for incrementing statisticsChristoph Lameter1-1/+5
2014-04-07net: replace __this_cpu_inc in route.c with raw_cpu_incChristoph Lameter1-1/+1
2014-04-07modules: use raw_cpu_write for initialization of per cpu refcount.Christoph Lameter1-1/+1
2014-04-07mm: use raw_cpu ops for determining current NUMA nodeChristoph Lameter1-2/+2
2014-04-07percpu: add raw_cpu_opsChristoph Lameter4-198/+260
2014-04-07slub: fix leak of 'name' in sysfs_slab_addDave Jones1-14/+15
2014-04-07slub: rework sysfs layout for memcg cachesVladimir Davydov2-1/+28
2014-04-07slub: adjust memcg caches when creating cache aliasVladimir Davydov1-0/+13
2014-04-07memcg, slab: do not destroy children caches if parent has aliasesVladimir Davydov3-37/+57
2014-04-07memcg, slab: unregister cache from memcg before starting to destroy itVladimir Davydov2-7/+8
2014-04-07memcg, slab: separate memcg vs root cache creation pathsVladimir Davydov4-95/+111
2014-04-07memcg, slab: cleanup memcg cache creationVladimir Davydov3-51/+52
2014-04-07memcg, slab: never try to merge memcg cachesVladimir Davydov3-30/+18
2014-04-07asm/system.h: um: arch_align_stack() moved to asm/exec.hDavid Howells1-1/+1
2014-04-07asm/system.h: clean asm/system.h from docsDavid Howells3-9/+2
2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza13-21/+34
2014-04-07Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König41-59/+59
2014-04-07ipc: use device_initcallDavidlohr Bueso3-3/+3
2014-04-07ipc/compat.c: remove sc_semopm macroDavidlohr Bueso1-3/+0
2014-04-07initramfs: debug detected compression methodDaniel M. Weeks2-0/+4
2014-04-07fault-injection: set bounds on what /proc/self/make-it-fail accepts.Dave Jones1-0/+3
2014-04-07x86: always define BUG() and HAVE_ARCH_BUG, even with !CONFIG_BUGJosh Triplett1-3/+0
2014-04-07bug: Make BUG() always stop the machineJosh Triplett1-1/+1
2014-04-07bug: when !CONFIG_BUG, make WARN call no_printk to check format and argsJosh Triplett1-0/+1
2014-04-07include/asm-generic/bug.h: style fix: s/while(0)/while (0)/Josh Triplett1-3/+3
2014-04-07bug: when !CONFIG_BUG, simplify WARN_ON_ONCE and familyJosh Triplett1-27/+30
2014-04-07kconfig: make allnoconfig disable options behind EMBEDDED and EXPERTJosh Triplett8-6/+25
2014-04-07ppc: make PPC_BOOK3S_64 select IRQ_WORKJosh Triplett1-0/+1
2014-04-07ia64: select CONFIG_TTY for use of tty_write_message in unalignedJosh Triplett1-0/+1
2014-04-07cris: cpuinfo_op should depend on CONFIG_PROC_FSGeert Uytterhoeven1-0/+2
2014-04-07cris: make ETRAX_ARCH_V10 select TTY for use in debugportJosh Triplett1-0/+1
2014-04-07drivers/misc/sgi-gru/grukdump.c: cleanup gru_dump_context() a littleDan Carpenter1-3/+3
2014-04-07kernel/panic.c: display reason at end + pr_emergFabian Frederick1-7/+6
2014-04-07fs/bfs/inode.c: add __init to init_inodecache()Fabian Frederick1-1/+1
2014-04-07affs: add mount option to avoid filename truncatesFabian Frederick5-33/+57
2014-04-07fs/affs/dir.c: unlock/brelse dir on failure + code clean-upFabian Frederick1-10/+18
2014-04-07affs: add __init to init_inodecache ()Fabian Frederick1-1/+1
2014-04-07fs/adfs/super.c: add __init to init_inodecache()Fabian Frederick1-1/+1
2014-04-07hung_task: check the value of "sysctl_hung_task_timeout_sec"Liu Hua2-0/+7
2014-04-07rapidio: rework device hierarchy and introduce mport class of devicesAlexandre Bounine10-16/+133
2014-04-07drivers/rapidio/devices/tsi721_dma.c: optimize use of BDMA descriptorsAlexandre Bounine2-33/+82
2014-04-07lib/idr.c: use RCU_INIT_POINTER(x, NULL)Monam Agarwal1-2/+2
2014-04-07idr: remove dead codeStephen Hemminger2-81/+2
2014-04-07vmcore: continue vmcore initialization if PT_NOTE is found emptyWANG Chao1-2/+0
2014-04-07include/linux/crash_dump.h: add vmcore_cleanup() prototypeRashika Kheria3-2/+1
2014-04-07wait: WSTOPPED|WCONTINUED doesn't work if a zombie leader is traced by anothe...Oleg Nesterov1-13/+9
2014-04-07wait: WSTOPPED|WCONTINUED hangs if a zombie child is traced by real_parentOleg Nesterov1-13/+16
2014-04-07wait: swap EXIT_ZOMBIE and EXIT_DEAD to hide EXIT_TRACE from user-spaceOleg Nesterov2-4/+4
2014-04-07wait: completely ignore the EXIT_DEAD tasksOleg Nesterov1-5/+6
2014-04-07wait: use EXIT_TRACE only if thread_group_leader(zombie)Oleg Nesterov1-10/+7
2014-04-07wait: introduce EXIT_TRACE to avoid the racy EXIT_DEAD->EXIT_ZOMBIE transitionOleg Nesterov2-29/+22
2014-04-07wait: fix reparent_leader() vs EXIT_DEAD->EXIT_ZOMBIE raceOleg Nesterov1-4/+11
2014-04-07exec: kill bprm->tcomm[], simplify the "basename" logicOleg Nesterov4-22/+4
2014-04-07procfs: make /proc/*/pagemap 0400Djalal Harouni1-2/+2
2014-04-07procfs: make /proc/*/{stack,syscall,personality} 0400Djalal Harouni1-6/+6
2014-04-07fs/proc/inode.c: use RCU_INIT_POINTER(x, NULL)Monam Agarwal1-1/+1
2014-04-07proc: show mnt_id in /proc/pid/fdinfoAndrey Vagin2-7/+16
2014-04-07fs/proc/meminfo: meminfo_proc_show(): fix typo in commentLuiz Capitulino1-1/+1
2014-04-07kernel/exit.c: call proc_exit_connector() after exit_state is setGuillaume Morin1-1/+1
2014-04-07exit: move check_stack_usage() to the end of do_exit()Oleg Nesterov1-1/+1
2014-04-07exit: call disassociate_ctty() before exit_task_namespaces()Oleg Nesterov1-4/+2
2014-04-07mm/zswap.c: remove unnecessary parenthesesSeongJae Park1-3/+3
2014-04-07mm/zswap: support multiple swap devicesMinchan Kim1-31/+33
2014-04-07mm/zswap.c: update zsmalloc in comment to zbudSeongJae Park1-2/+2
2014-04-07mm/zswap.c: fix trivial typo and arrange indentationSeongJae Park1-2/+2
2014-04-07zram: support REQ_DISCARDJoonsoo Kim1-0/+62
2014-04-07zram: use scnprintf() in attrs show() methodsSergey Senozhatsky2-9/+11
2014-04-07zram: propagate error to userMinchan Kim4-15/+25
2014-04-07zram: return error-valued pointer from zcomp_create()Sergey Senozhatsky2-15/+18
2014-04-07zram: move comp allocation out of init_lockSergey Senozhatsky1-12/+15
2014-04-07zram: add lz4 algorithm backendSergey Senozhatsky5-0/+82
2014-04-07zram: make compression algorithm selection possibleSergey Senozhatsky6-11/+93
2014-04-07zram: add set_max_streams knobSergey Senozhatsky3-3/+41
2014-04-07zram: add multi stream functionalitySergey Senozhatsky6-11/+201