summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* get_maintainer: Fix --help warningJoe Perches2012-06-201-1/+2
* mm/memory.c: fix kernel-doc warningsRandy Dunlap2012-06-201-1/+1
* mm: fix kernel-doc warningsWanpeng Li2012-06-206-13/+11
* mm: correctly synchronize rss-counters at exit/execKonstantin Khlebnikov2012-06-202-1/+2
* mm, thp: print useful information when mmap_sem is unlocked in zap_pmd_rangeDavid Rientjes2012-06-201-1/+9
* h8300: use the declarations provided by <asm/sections.h>Geert Uytterhoeven2012-06-202-22/+18
* h8300: fix use of extinct _sbss and _ebssGeert Uytterhoeven2012-06-202-5/+5
* xtensa: use the declarations provided by <asm/sections.h>Geert Uytterhoeven2012-06-201-11/+7
* xtensa: use "test -e" instead of bashism "test -a"Geert Uytterhoeven2012-06-201-2/+2
* xtensa: replace xtensa-specific _f{data,text} by _s{data,text}Geert Uytterhoeven2012-06-202-5/+4
* memcg: fix use_hierarchy css_is_ancestor oops regressionHugh Dickins2012-06-201-1/+1
* mm, oom: fix and cleanup oom score calculationsDavid Rientjes2012-06-201-8/+7
* nilfs2: ensure proper cache clearing for gc-inodesRyusuke Konishi2012-06-202-0/+4
* thp: avoid atomic64_read in pmd_read_atomic for 32bit PAEAndrea Arcangeli2012-06-202-13/+27
* mm: fix slab->page _count corruption when using slubPravin B Shelar2012-06-201-0/+10
* Linux 3.5-rc3v3.5-rc3Linus Torvalds2012-06-161-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-06-162-2/+3
|\
| * Btrfs: cast devid to unsigned long long for printk %lluChris Mason2012-06-151-1/+2
| * Btrfs: init old_generation in get_old_rootChris Mason2012-06-151-1/+1
* | Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2012-06-161-1/+1
|\ \
| * | tile: fix bug in get_user() for 4-byte valuesChris Metcalf2012-06-161-1/+1
* | | Merge tag 'fbdev-fixes-for-3.5-1' of git://github.com/schandinat/linux-2.6Linus Torvalds2012-06-168-16/+34
|\ \ \
| * | | video: s3c-fb: fix possible division by zero in s3c_fb_calc_pixclkJingoo Han2012-06-131-1/+1
| * | | video: s3c-fb: clear SHADOWCON register when clearing hardware window registersJingoo Han2012-06-131-2/+8
| * | | drivers/tosa: driver needs I2C and SPI to compileArnd Bergmann2012-06-091-1/+1
| * | | drivers/savagefb: use mdelay instead of udelayArnd Bergmann2012-06-091-5/+5
| * | | video/console: automatically select a fontArnd Bergmann2012-06-091-0/+14
| * | | video/ili9320: do not mark exported functions __devexitArnd Bergmann2012-06-091-1/+1
| * | | drivers/video: use correct __devexit_p annotationArnd Bergmann2012-06-092-2/+2
| * | | video: bfin_adv7393fb: Convert to kstrtouint_from_userEmil Goode2012-06-051-4/+2
| * | | Merge tag 'omapdss-for-3.5-rc2' of git://gitorious.org/linux-omap-dss2/linux ...Florian Tobias Schandinat2012-06-055-7/+6
| |\ \ \
* | | | | swap: fix shmem swapping when more than 8 areasHugh Dickins2012-06-152-11/+9
* | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2012-06-152-4/+2
|\ \ \ \ \
| * | | | | [SCSI] Fix sd_probe_domain config problemJames Bottomley2012-06-071-3/+1
| * | | | | [SCSI] mpt2sas: Fix unsafe using smp_processor_id() in preemptiblenagalakshmi.nandigama@lsi.com2012-06-061-1/+1
* | | | | | Merge tag 'nfs-for-3.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-06-1514-46/+85
|\ \ \ \ \ \
| * | | | | | NFS: add an endian notation for sparseDan Carpenter2012-06-121-1/+1
| * | | | | | NFSv4.1: integer overflow in decode_cb_sequence_args()Dan Carpenter2012-06-121-3/+3
| * | | | | | rpc_pipefs: allow rpc_purge_list to take a NULL waitq pointerJeff Layton2012-06-111-6/+6
| * | | | | | NFSv4 do not send an empty SETATTR compoundAndy Adamson2012-06-111-4/+8
| * | | | | | NFSv2: EOF incorrectly set on short readSachin Prabhu2012-06-111-1/+1
| * | | | | | NFS: Use the NFS_DEFAULT_VERSION for v2 and v3 mountsBryan Schumaker2012-06-091-0/+1
| * | | | | | NFS: fix directio refcount bug on commitFred Isaman2012-06-091-2/+2
| * | | | | | NFSv4: Fix unnecessary delegation returns in nfs4_do_openTrond Myklebust2012-06-081-0/+1
| * | | | | | NFSv4.1: Convert another trivial printk into a dprintkTrond Myklebust2012-06-071-1/+1
| * | | | | | NFS4: Fix open bug when pnfs module blacklistedFred Isaman2012-06-071-1/+1
| * | | | | | NFS: Remove incorrect BUG_ON in nfs_found_clientTrond Myklebust2012-06-071-2/+0
| * | | | | | NFS: Map minor mismatch error to protocol not support error.Steve Dickson2012-06-061-0/+2
| * | | | | | NFS: Fix a commit bugTrond Myklebust2012-06-053-5/+8
| * | | | | | NFS4: Set parsed mount data version to 4Bryan Schumaker2012-06-051-0/+2
OpenPOWER on IntegriCloud