aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-28sh: Optimized flush_icache_range() implementation.Chris Smith1-1/+0
2008-07-28sh: Stub in silicon cut in CPU info.Stuart Menefy1-0/+1
2008-07-28sh: Clean up code of Solution Engine 770xNobuhiro Iwamatsu1-0/+2
2008-07-28sh: Solution Enginge 7710/7712 SH-Ether supportNobuhiro Iwamatsu1-0/+15
2008-07-28sh/kernel/ cleanupsAdrian Bunk3-12/+0
2008-07-28maple: tidy maple_driver code by removing redundant connect/disconnectAdrian McMenamin1-2/+0
2008-07-28sh: Renesas Solutions SH7763RDP board supportNobuhiro Iwamatsu1-0/+54
2008-07-28sh: Initial consolidation of the _32/_64 uaccess split.Paul Mundt3-416/+270
2008-07-28sh: Consolidate addr/access_ok across mmu/nommu on 32bit.Paul Mundt1-36/+3
2008-07-28sh: Use the common segment definitions for the _64 uaccess routines.Paul Mundt1-19/+0
2008-07-28sh: Add support for 16kB PAGE_SIZE.Paul Mundt3-1/+7
2008-07-28sh: Consolidate segment modifiers across mmu/nommu systems.Paul Mundt5-39/+33
2008-07-28sh: Initial ELF FDPIC support.Paul Mundt3-1/+61
2008-07-28sh: Prevent leaking of CONFIG_SUPERH32 to userspace in asm/unistd.h.Khem Raj1-3/+11
2008-07-27Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds9-60/+67
2008-07-27task IO accounting: move all IO statistics in struct task_io_accountingAndrea Righi3-45/+32
2008-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds1-0/+1
2008-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds6-3/+202
2008-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6Linus Torvalds1-1/+9
2008-07-27Merge branch 'kvm-updates-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvmLinus Torvalds3-3/+5
2008-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds2-3/+6
2008-07-27task IO accounting: improve code readabilityAndrea Righi3-26/+76
2008-07-27missing bits of net-namespace / sysctlAl Viro2-2/+2
2008-07-27[SCSI] extend the last_sector_bug flag to cover more sectorsAlan Jenkins1-1/+2
2008-07-27Merge commit 'upstream/master'Haavard Skinnemoen1284-39523/+39523
2008-07-27[ARM] fix VIPT/VIVT macro optimisations, add commentsRussell King1-4/+13
2008-07-27KVM: ppc: fix invalidation of large guest pagesHollis Blanchard1-1/+2
2008-07-27[ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_*Dmitry Baryshkov5-54/+37
2008-07-27KVM: s390: Fix instruction naming for lctlgChristian Borntraeger1-1/+1
2008-07-27KVM: s390: Change guestaddr type in gaccessMartin Schwidefsky1-1/+1
2008-07-27KVM: SVM: allow enabling/disabling NPT by reloading only the architecture moduleJoerg Roedel1-0/+1
2008-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-1/+3
2008-07-26Merge git://git.infradead.org/mtd-2.6Linus Torvalds28-95/+21
2008-07-26Merge branch 'tracehook' of git://git.kernel.org/pub/scm/linux/kernel/git/frob/linux-2.6-utraceLinus Torvalds1-11/+12
2008-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds2-0/+4
2008-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds39-437/+81
2008-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/ISDN-2.6Linus Torvalds5-1/+753
2008-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-9/+4
2008-07-26hugetlb: remove unused variable warningAndrea Righi1-1/+4
2008-07-26gpiolib: fix typo in commentMichael Buesch1-1/+1
2008-07-26[PATCH] remove remaining namei_{32,64}.h crapAl Viro2-26/+0
2008-07-26[PATCH] get rid of indirect users of namei.hAl Viro2-2/+1
2008-07-26[PATCH] get rid of __user_path_lookup_openAl Viro1-1/+0
2008-07-26[PATCH] f_count may wrap aroundAl Viro2-4/+4
2008-07-26[PATCH] sanitize __user_walk_fd() et.al.Al Viro1-6/+7
2008-07-26[PATCH] kill nameidata passing to permission(), rename to inode_permission()Al Viro1-1/+1
2008-07-26[patch 1/4] vfs: utimes: move owner check into inode_change_ok()Miklos Szeredi1-16/+17
2008-07-26[PATCH] vfs: use kstrdup() and check failing allocationLi Zefan1-1/+1
2008-07-26[PATCH] pass MAY_OPEN to vfs_permission() explicitlyAl Viro1-4/+3
2008-07-26[PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS messAl Viro2-3/+1