aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-07-31Merge tag 'random_for_linus' of /usr/projects/linux/random into testtrial_mergeTheodore Ts'o40-235/+454
2012-07-30Merge tag 'writeback-proportions' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-50/+448
2012-07-30Merge tag 'nfs-for-3.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds45-1825/+2220
2012-07-30Merge tag 'mfd-for-linus-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+3
2012-07-30Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds156-5523/+7584
2012-07-30Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds185-1042/+2662
2012-07-30drivers/misc/lkdtm.c: fix missing allocation failure checkAlan Cox1-0/+2
2012-07-30lib/scatterlist: do not re-write gfp_flags in __sg_alloc_table()Mandeep Singh Baines1-8/+0
2012-07-30fault-injection: add tool to run command with failslab or fail_page_allocAkinobu Mita2-0/+246
2012-07-30fault-injection: add selftests for cpu and memory hotplugAkinobu Mita5-1/+464
2012-07-30powerpc: pSeries reconfig notifier error injection moduleAkinobu Mita3-0/+70
2012-07-30memory: memory notifier error injection moduleAkinobu Mita3-0/+72
2012-07-30PM: PM notifier error injection moduleAkinobu Mita3-0/+74
2012-07-30cpu: rewrite cpu-notifier-error-inject moduleAkinobu Mita2-40/+39
2012-07-30fault-injection: notifier error injectionAkinobu Mita5-0/+247
2012-07-30c/r: fcntl: add F_GETOWNER_UIDS optionCyrill Gorcunov3-0/+34
2012-07-30resource: make sure requested range is included in the root rangeOctavian Purdila1-1/+23
2012-07-30include/linux/aio.h: cpp->C conversionsAndrew Morton1-18/+20
2012-07-30fs: cachefiles: add support for large files in filesystem cachingJustin Lecher1-1/+1
2012-07-30pps: return PTR_ERR on error in device_createEmil Goode1-1/+3
2012-07-30taskstats: check nla_reserve() returnAlan Cox1-0/+5
2012-07-30sysctl: suppress kmemleak messagesSteven Rostedt1-1/+5
2012-07-30ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon39-22/+29
2012-07-30ipc: compat: use signed size_t types for msgsnd and msgrcvWill Deacon2-6/+6
2012-07-30ipc: allow compat IPC version field parsing if !ARCH_WANT_OLD_COMPAT_IPCWill Deacon2-1/+2
2012-07-30ipc: add COMPAT_SHMLBA supportWill Deacon6-11/+18
2012-07-30kdump: append newline to the last lien of vmcoreinfo noteVivek Goyal1-1/+1
2012-07-30fork: fix error handling in dup_task()Akinobu Mita1-12/+15
2012-07-30revert "sched: Fix fork() error path to not crash"Andrew Morton1-8/+3
2012-07-30fork: use vma_pages() to simplify the codeHuang Shijie1-2/+2
2012-07-30proc: do not allow negative offsets on /proc/<pid>/environDjalal Harouni1-3/+6
2012-07-30proc: environ_read() make sure offset points to environment address rangeDjalal Harouni1-6/+7
2012-07-30coredump: fix wrong comments on core limits of pipe coredump caseJovi Zhang1-7/+8
2012-07-30kmod: avoid deadlock from recursive kmod callTetsuo Handa1-2/+29
2012-07-30kernel/kmod.c: document call_usermodehelper_fns() a bitAndrew Morton1-0/+6
2012-07-30fat: refactor shortname parsingSteven J. Magnani1-118/+137
2012-07-30fat: accessors for msdos_dir_entry 'start' fieldsSteven J. Magnani4-25/+24
2012-07-30hfsplus: use -ENOMEM when kzalloc() failsNamjae Jeon1-1/+1
2012-07-30nilfs2: add omitted comments for different structures in driver implementationVyacheslav Dubeyko11-10/+81
2012-07-30nilfs2: add omitted comments for structures in nilfs2_fs.hVyacheslav Dubeyko1-24/+39
2012-07-30nilfs2: fix deadlock issue between chcp and thaw ioctlsRyusuke Konishi4-2/+8
2012-07-30nilfs2: fix timing issue between rmcp and chcp ioctlsRyusuke Konishi1-3/+7
2012-07-30nilfs2: remove references to long gone super operationsFernando Luis Vazquez Cao1-3/+0
2012-07-30nilfs2: add omitted comment for ns_mount_state field of the_nilfs structureVyacheslav Dubeyko1-0/+1
2012-07-30minixfs: fix block limit checkVladimir Serbinenko1-1/+2
2012-07-30drivers/rtc/rtc-pcf8563.c: add device tree supportNick Bowler1-0/+10
2012-07-30drivers/rtc/rtc-pcf8563.c: set owner field in driver structNick Bowler1-0/+1
2012-07-30rtc/rtc-da9052: remove unneed devm_kfree callDevendra Naga1-4/+1
2012-07-30rtc/mc13xxx: add support for the rtc in the mc34708 pmicUwe Kleine-König1-0/+2
2012-07-30rtc/mc13xxx: use MODULE_DEVICE_TABLE instead of MODULE_ALIASUwe Kleine-König1-2/+2
2012-07-30drivers/rtc/rtc-s3c.c: replace #include header files from asm/* to linux/*Sachin Kamat1-2/+2
2012-07-30drivers/rtc/rtc-r9701.c: check that r9701_set_datetime() succeededAndrew Morton1-1/+2
2012-07-30drivers/rtc/rtc-r9701.c: avoid second call to rtc_valid_tm()Devendra Naga1-2/+1
2012-07-30drivers/rtc/rtc-ab8500.c: remove fix for AB8500 ED versionBengt Jonsson1-16/+11
2012-07-30drivers/rtc/rtc-ab8500.c: use UIE emulationRamesh Chandrasekaran2-1/+15
2012-07-30rtc: pl031: fix up IRQ flagsMattias Wallin1-1/+10
2012-07-30rtc: pl031: use per-vendor variables for special initLinus Walleij1-9/+14
2012-07-30rtc: pl031: encapsulate per-vendor opsLinus Walleij1-22/+39
2012-07-30drivers/rtc/rtc-coh901331.c: use devm allocationLinus Walleij1-35/+15
2012-07-30drivers/rtc/rtc-coh901331.c: use clk_prepare/unprepareLinus Walleij1-3/+8
2012-07-30drivers/message/i2o/i2o_config.c: bound allocationAlan Cox1-0/+7
2012-07-30drivers/message/i2o/i2o_proc.c: the pointer returned from chtostr() points to...Kamil Dudka1-15/+22
2012-07-30lib/crc32.c: fix unused variables warningsThiago Rafael Becker1-0/+2
2012-07-30checkpatch: add checks for do {} while (0) macro misusesJoe Perches1-0/+39
2012-07-30checkpatch: Add acheck for use of sizeof without parenthesisJoe Perches1-0/+6
2012-07-30checkpatch: check usleep_range() argumentsJoe Perches1-0/+16
2012-07-30checkpatch: test for non-standard signaturesJoe Perches1-1/+5
2012-07-30checkpatch: Update alignment checkJoe Perches1-2/+2
2012-07-30firmware_map: make firmware_map_add_early() argument consistent with firmware...Yasuaki Ishimatsu2-5/+5
2012-07-30spinlock_debug: print offset in addition to symbol nameStephen Boyd1-1/+1
2012-07-30atomic64_test: simplify the #ifdef for atomic64_dec_if_positive() testCatalin Marinas7-3/+10
2012-07-30ext4: use memweight()Akinobu Mita1-8/+1
2012-07-30ext3: use memweight()Akinobu Mita2-12/+2
2012-07-30ext2: use memweight()Akinobu Mita2-12/+3
2012-07-30ocfs2: use memweight()Akinobu Mita1-6/+2
2012-07-30video/uvc: use memweight()Akinobu Mita1-3/+2
2012-07-30affs: use memweight()Akinobu Mita1-26/+2
2012-07-30dm: use memweight()Akinobu Mita1-11/+2
2012-07-30qnx4fs: use memweight()Akinobu Mita1-19/+5
2012-07-30string: introduce memweight()Akinobu Mita3-1/+42
2012-07-30backlight: move lp855x header into platform_data directoryKim, Milo2-1/+1
2012-07-30backlight: move register definitions from header to sourceKim, Milo2-8/+6
2012-07-30backlight: l4f00242t03: export and use devm_gpio_request_one()Jingoo Han1-19/+10
2012-07-30backlight: corgi_lcd: use devm_gpio_request()Jingoo Han1-14/+5
2012-07-30backlight: lms283gf05: use devm_gpio_request()Jingoo Han1-18/+6
2012-07-30backlight: tosa_bl: use devm_gpio_request()Jingoo Han1-6/+2
2012-07-30backlight: tosa_lcd: use devm_gpio_request()Jingoo Han1-5/+2
2012-07-30backlight: ot200_bl: use devm_gpio_request()Jingoo Han1-6/+3
2012-07-30backlight: atmel-pwm-bl: use devm_gpio_request()Jingoo Han1-9/+5
2012-07-30drivers/video/backlight/lm3533_bl.c: use devm_ functionsJingoo Han1-6/+2
2012-07-30drivers/video/backlight/ot200_bl.c: use devm_ functionsJingoo Han1-8/+4
2012-07-30drivers/video/backlight/atmel-pwm-bl.c: use devm_ functionsJingoo Han1-3/+2
2012-07-30MAINTAINERS: update EXYNOS DP DRIVER F: patternsJingoo Han1-0/+1
2012-07-30vsprintf: add support of '%*ph[CDN]'Andy Shevchenko2-0/+65
2012-07-30lib/vsprintf.c: kptr_restrict: fix pK-error in SysRq show-all-timers(Q)Dan Rosenberg1-1/+2
2012-07-30lib/vsprintf.c: remind people to update Documentation/printk-formats.txt when...Andrew Morton1-0/+2
2012-07-30vsprintf: add %pMR for Bluetooth MAC addressAndrei Emeltchenko2-4/+24
2012-07-30printk: remove the now unnecessary "C" annotation for KERN_CONTJoe Perches2-3/+1
2012-07-30printk: only look for prefix levels in kernel messagesJoe Perches1-15/+17
2012-07-30printk: convert the format for KERN_<LEVEL> to a 2 byte patternJoe Perches2-13/+16
2012-07-30sound: use printk_get_level and printk_skip_levelJoe Perches1-4/+9
2012-07-30btrfs: use printk_get_level and printk_skip_level, add __printf, fix falloutJoe Perches4-8/+50
2012-07-30arch: remove direct definitions of KERN_<LEVEL> usesJoe Perches3-5/+7
2012-07-30printk: add kern_levels.h to make KERN_<LEVEL> available for asm useJoe Perches2-18/+23
2012-07-30printk: add generic functions to find KERN_<LEVEL> headersJoe Perches2-5/+35
2012-07-30kmsg: /dev/kmsg - properly return possible copy_from_user() failureKay Sievers1-1/+3
2012-07-30drivers/misc/ti-st/st_core.c: missing NULL checkAlan Cox1-0/+5
2012-07-30kernel/sys.c: avoid argv_free(NULL)Andrew Morton1-19/+25
2012-07-30NMI watchdog: fix for lockup detector breakage on resumeSameer Nanda3-2/+30
2012-07-30panic: fix a possible deadlock in panic()Vikram Mulukutla1-0/+8
2012-07-30avr32: fix build error in ATSTK1002 codeFengguang Wu1-1/+1
2012-07-30clk: validate pointer in __clk_disable()Fengguang Wu1-0/+3
2012-07-30arch/arm/mach-netx/fb.c: reuse dummy clk routines for CONFIG_HAVE_CLK=nViresh Kumar1-23/+0
2012-07-30usb/host/r8a66597: remove conditional compilation of clk codeViresh Kumar2-17/+0
2012-07-30gadget/r8a66597: remove conditional compilation of clk codeViresh Kumar2-13/+3
2012-07-30gadget/m66592: remove conditional compilation of clk codeViresh Kumar2-13/+1
2012-07-30net/stmmac: remove conditional compilation of clk codeViresh Kumar2-58/+17
2012-07-30net/c_can: remove conditional compilation of clk codeViresh Kumar1-8/+0
2012-07-30ata/pata_arasan: remove conditional compilation of clk codeViresh Kumar1-13/+1
2012-07-30usb/musb: remove conditional compilation of clk codeViresh Kumar1-8/+0
2012-07-30usb/marvell: remove conditional compilation of clk codeViresh Kumar1-9/+0
2012-07-30i2c/i2c-pxa: remove conditional compilation of clk codeViresh Kumar1-7/+0
2012-07-30clk: remove redundant depends on from drivers/KconfigViresh Kumar1-1/+0
2012-07-30clk: add non CONFIG_HAVE_CLK routinesViresh Kumar1-59/+109
2012-07-30avr32/mm/fault.c: port OOM changes to do_page_faultKautuk Consul1-8/+25
2012-07-30alpha: remove mysterious if zero-ed out includesPaul Bolle1-12/+0
2012-07-30xtensa/mm/fault.c: port OOM changes to do_page_faultKautuk Consul1-5/+24
2012-07-30coredump: warn about unsafe suid_dumpable / core_pattern comboKees Cook3-7/+45
2012-07-30fs: make dumpable=2 require fully qualified pathKees Cook2-9/+26
2012-07-30fs/xattr.c:getxattr(): improve handling of allocation failuresSasha Levin1-4/+12
2012-07-30ntfs: remove references to long gone super operations and unimplemented methodsFernando Luis Vazquez Cao1-17/+0
2012-07-30prctl: remove redunant assignment of "error" to zeroSasikantha babu1-11/+2
2012-07-30pcdp: use early_ioremap/early_iounmap to access pcdp tableGreg Pearson1-2/+2
2012-07-30mm: fix wrong argument of migrate_huge_pages() in soft_offline_huge_page()Joonsoo Kim1-3/+3
2012-07-31regulator: Fix an s5m8767 build failureSamuel Ortiz1-3/+3
2012-07-30nfs: fix fl_type tests in NFSv4 codeJeff Layton2-2/+2
2012-07-30NFS: fix pnfs regression with directio writesFred Isaman1-2/+2
2012-07-30NFS: fix pnfs regression with directio readsFred Isaman1-1/+1
2012-07-30sunrpc: clnt: Add missing bracesJoe Perches1-1/+2
2012-07-30nfs: fix stub return type warningsRandy Dunlap1-1/+1
2012-07-30Merge tag 'for-linus-v3.6-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds46-2415/+2457
2012-07-30Merge tag 'virtio-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-27/+137
2012-07-30Merge tag 'please-pull-ia64-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds15-17/+17
2012-07-30Merge tag 'localmodconfig-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-17/+158
2012-07-30Merge tag 'ktest-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2-4/+215
2012-07-30Merge tag 'mfd-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds107-5391/+17915
2012-07-30Merge branch 'linux-next' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds13-34/+864
2012-07-30Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds165-2217/+8102
2012-07-30ktest: Allow perl regex expressions in conditional statementsSteven Rostedt1-1/+5
2012-07-30ktest: Ignore errors it tests if IGNORE_ERRORS is setSteven Rostedt1-1/+10
2012-07-30Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds13-616/+608
2012-07-30Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds7-44/+0
2012-07-30Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds5-21/+264
2012-07-30Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds10-37/+104
2012-07-30Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2-14/+14
2012-07-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds3-9/+15
2012-07-30Merge tag 'dm-3.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds33-1315/+1373
2012-07-30Merge branch 'patches_for_v3.6' into v4l_for_linusMauro Carvalho Chehab156-5523/+7584
2012-07-30Merge branch 'for-linus-for-3.6-rc1' of git://git.linaro.org/people/mszyprows...Linus Torvalds20-390/+505
2012-07-30Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+2
2012-07-30Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds18-517/+493
2012-07-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds8-3/+1033
2012-07-30Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-34/+66
2012-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edacLinus Torvalds48-2555/+3471
2012-07-30Merge tag 'boards2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds16-153/+1126
2012-07-30Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds35-514/+1492
2012-07-30Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-11/+68
2012-07-30Merge branch 'for-3.6' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds44-1007/+3308
2012-07-30ARM: dma-mapping: add support for DMA_ATTR_SKIP_CPU_SYNC attributeMarek Szyprowski1-9/+11
2012-07-30common: DMA-mapping: add DMA_ATTR_SKIP_CPU_SYNC attributeMarek Szyprowski2-0/+25
2012-07-30ARM: dma-mapping: add support for dma_get_sgtable()Marek Szyprowski3-0/+35
2012-07-30common: dma-mapping: introduce dma_get_sgtable() functionMarek Szyprowski3-0/+39
2012-07-30ARM: dma-mapping: add support for DMA_ATTR_NO_KERNEL_MAPPING attributeMarek Szyprowski1-5/+13
2012-07-30common: DMA-mapping: add DMA_ATTR_NO_KERNEL_MAPPING attributeMarek Szyprowski2-0/+19
2012-07-30common: dma-mapping: add support for generic dma_mmap_* callsMarek Szyprowski9-40/+95
2012-07-30ARM: dma-mapping: fix error path for memory allocation failureMarek Szyprowski1-1/+1
2012-07-30ARM: dma-mapping: add more sanity checks in arm_dma_mmap()Marek Szyprowski1-4/+10
2012-07-30ARM: dma-mapping: remove custom consistent dma regionMarek Szyprowski6-323/+181
2012-07-30mm: vmalloc: use const void * for caller argumentMarek Szyprowski2-13/+13
2012-07-30scatterlist: add sg_alloc_table_from_pages functionTomasz Stanislawski2-0/+68
2012-07-30mm: Fix build warning in kmem_cache_create()Shuah Khan1-0/+2
2012-07-30hwmon: struct x86_cpu_id arrays can be __initconstJan Beulich2-2/+2
2012-07-30selinux: fix selinux_inode_setxattr oopsAl Viro1-5/+10
2012-07-29Merge branch 'next' into for-linusDmitry Torokhov8-3/+1033
2012-07-30KEYS: linux/key-type.h needs linux/errno.hDavid Howells1-0/+1
2012-07-30smack: off by one errorAlan Cox1-4/+4
2012-07-30virtio-blk: return VIRTIO_BLK_F_FLUSH to header.Rusty Russell1-0/+5
2012-07-30virtio-blk: allow toggling host cache between writeback and writethroughPaolo Bonzini2-4/+91
2012-07-30virtio-blk: Use block layer provided spinlockAsias He1-6/+3
2012-07-30virtio-blk: Reset device after blk_cleanup_queue()Asias He1-11/+1
2012-07-30virtio-blk: Call del_gendisk() before disable guest kickAsias He1-2/+2
2012-07-30virtio: rng: s3/s4 supportAmit Shah1-0/+17
2012-07-30virtio: rng: split out common code in probe / remove for s3/s4 opsAmit Shah1-2/+12
2012-07-30virtio: rng: don't wait on host when module is going awayAmit Shah1-0/+1
2012-07-30virtio: rng: allow tasks to be killed that are waiting for rng inputAmit Shah1-1/+4
2012-07-30virtio ids: fix comment for virtio-rngAmit Shah1-1/+1
2012-07-29Merge branch 'devel'Mauro Carvalho Chehab48-2555/+3471
2012-07-29Merge tag 'v3.5'Mauro Carvalho Chehab1267-7160/+12942
2012-07-29xfs: wait for the write the superblock on unmountMark Tinguely2-0/+18
2012-07-29xfs: re-enable xfsaild idle mode and fix associated racesBrian Foster2-3/+33