summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: S3C24XX: integrate s3c2440 irqs into common initHeiko Stuebner2013-03-051-33/+13
* ARM: S3C24XX: move s3c2440 irqs to common irq codeHeiko Stuebner2013-03-053-129/+89
* ARM: S3C24XX: create dedicated irq init functions for s3c2440 and s3c2442Heiko Stuebner2013-03-0511-36/+34
* ARM: S3C24XX: move s3c244x irq init to common irq codeHeiko Stuebner2013-03-053-143/+106
* ARM: SAMSUNG: Remove unused plat-samsung/time.cRomain Naour2013-03-053-292/+0
* ARM: S5PC100: Add samsung-time support for s5pc100Romain Naour2013-03-054-3/+8
* ARM: S3C64XX: Add samsung-time support for s3c64xxRomain Naour2013-03-0513-11/+34
* ARM: S3C24XX: Add samsung-time support for s3c24xxRomain Naour2013-03-0528-35/+100
* ARM: SAMSUNG: Rename s5p-time to samsung-timeRomain Naour2013-03-0516-135/+137
* ARM: S3C24XX: cleanup the included soc init functions in common.hHeiko Stuebner2013-03-051-42/+5
* ARM: S3C24XX: move plat-samsung/s3c24XX headers to local common.hHeiko Stuebner2013-03-0528-210/+130
* ARM: S3C24XX: remove plat/irq.h in plat-samsungHeiko Stuebner2013-03-054-124/+9
* ARM: S3C24XX: plat/common-smdk.h localKukjin Kim2013-03-058-11/+9
* mmc: s3cmci: moved mach/regs-sdi.h into s3cmci device driverKukjin Kim2013-03-056-133/+81
* Linux 3.9-rc1v3.9-rc1Linus Torvalds2013-03-031-2/+2
* Merge tag 'disintegrate-fbdev-20121220' of git://git.infradead.org/users/dhow...Linus Torvalds2013-03-038-254/+284
|\
| * UAPI: (Scripted) Disintegrate include/videoDavid Howells2012-12-208-254/+284
* | Merge tag 'stable/for-linus-3.9-rc1-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-03-035-49/+57
|\ \
| * | xenbus: fix compile failure on ARM with Xen enabledSteven Noonan2013-03-011-0/+1
| * | xen/pci: We don't do multiple MSI's.Konrad Rzeszutek Wilk2013-03-011-0/+9
| * | xen/pat: Disable PAT using pat_enabled value.Konrad Rzeszutek Wilk2013-02-281-1/+9
| * | xen/acpi: xen cpu hotplug minor updatesLiu Jinsong2013-02-251-22/+12
| * | xen/acpi: xen memory hotplug minor updatesLiu Jinsong2013-02-251-26/+26
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-0326-171/+108
|\ \ \
| * | | constify path_get/path_put and fs_struct.c stuffAl Viro2013-03-015-10/+10
| * | | fix nommu breakage in shmem.cAl Viro2013-03-011-3/+2
| * | | cache the value of file_inode() in struct fileAl Viro2013-03-013-2/+6
| * | | 9p: if v9fs_fid_lookup() gets to asking server, it'd better have hashed dentryAl Viro2013-02-281-3/+17
| * | | 9p: make sure ->lookup() adds fid to the right dentryAl Viro2013-02-281-2/+5
| * | | 9p: untangle ->lookup() a bitAl Viro2013-02-281-18/+9
| * | | 9p: double iput() in ->lookup() if d_materialise_unique() failsAl Viro2013-02-281-1/+0
| * | | 9p: v9fs_fid_add() can't fail nowAl Viro2013-02-284-22/+11
| * | | v9fs: get rid of v9fs_dentryAl Viro2013-02-283-51/+9
| * | | 9p: turn fid->dlist into hlistAl Viro2013-02-274-11/+9
| * | | 9p: don't bother with private lock in ->d_fsdata; dentry->d_lock will do just...Al Viro2013-02-272-7/+6
| * | | more file_inode() open-coded instancesAl Viro2013-02-2710-45/+38
| * | | selinux: opened file can't have NULL or negative ->f_path.dentryAl Viro2013-02-271-9/+0
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-03-031-0/+1
|\ \ \ \
| * | | | btrfs/raid56: Add missing #include <linux/vmalloc.h>Geert Uytterhoeven2013-03-031-0/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-03-0317-144/+172
|\ \ \ \ \
| * | | | | s390/module: fix compile warningHeiko Carstens2013-02-281-1/+1
| * | | | | qdio: remove unused parametersStefan Raspl2013-02-283-7/+7
| * | | | | s390/uaccess: fix kernel ds access for page table walkHeiko Carstens2013-02-281-28/+77
| * | | | | s390/uaccess: fix strncpy_from_user string length checkHeiko Carstens2013-02-282-46/+34
| * | | | | input: disable i8042 PC Keyboard controller for s390Heiko Carstens2013-02-281-1/+1
| * | | | | s390/dis: Fix invalid array sizeSyam Sidhardhan2013-02-281-2/+2
| * | | | | s390/uaccess: remove pointless access_ok() checksHeiko Carstens2013-02-284-46/+5
| * | | | | s390/uaccess: fix strncpy_from_user/strnlen_user zero maxlen caseHeiko Carstens2013-02-283-0/+8
| * | | | | s390/uaccess: shorten strncpy_from_user/strnlen_userHeiko Carstens2013-02-281-12/+12
| * | | | | s390/dasd: fix unresponsive device after all channel paths were lostStefan Haberland2013-02-281-2/+8
OpenPOWER on IntegriCloud