summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | microblaze: Use MICROBLAZE_TLB_SIZE in asm codeMichal Simek2010-04-012-3/+3
| * | | | | microblaze: Kconfig Fix - pciMichal Simek2010-04-011-3/+0
| * | | | | microblaze: Adding likely macrosMichal Simek2010-04-016-26/+28
| * | | | | microblaze: Add .type and .size to ASM functionsMichal Simek2010-04-013-1/+22
| * | | | | microblaze: Fix TLB macrosMichal Simek2010-04-011-1/+2
| * | | | | microblaze: Use instruction with delay slotMichal Simek2010-04-011-8/+5
| * | | | | microblaze: Remove additional resr and rear loadingMichal Simek2010-04-011-15/+3
| * | | | | microblaze: Change register usage for ESR and EARMichal Simek2010-04-011-35/+35
| * | | | | microblaze: Prepare work for optimization in exception codeMichal Simek2010-04-011-6/+3
| * | | | | microblaze: Add DEBUG optionMichal Simek2010-04-011-0/+2
| * | | | | microblaze: Support systems without lmb bramMichal Simek2010-04-011-0/+6
| * | | | | microblaze: uaccess: Sync strlen, strnlen, copy_to/from_userMichal Simek2010-04-011-56/+32
| * | | | | microblaze: uaccess: Unify __copy_tofrom_userMichal Simek2010-04-012-39/+22
| * | | | | microblaze: uaccess: Move functions to generic locationMichal Simek2010-04-013-200/+61
| * | | | | microblaze: uaccess: Fix put_user for noMMUMichal Simek2010-04-011-22/+56
| * | | | | microblaze: uaccess: Fix get_user macro for noMMUMichal Simek2010-04-011-23/+66
| * | | | | microblaze: uaccess: fix clear_user for noMMU kernelMichal Simek2010-04-011-45/+36
| * | | | | microblaze: uaccess: Fix strncpy_from_user functionMichal Simek2010-04-011-3/+11
| * | | | | microblaze: uaccess: fix copy_from_user macroMichal Simek2010-04-011-9/+14
| * | | | | microblaze: uaccess: copy_to_user unificationMichal Simek2010-04-011-9/+16
| * | | | | microblaze: uaccess: sync put/get/clear_user macrosMichal Simek2010-04-011-37/+69
| * | | | | microblaze: uaccess: fix put_user and get_user macrosMichal Simek2010-04-011-51/+49
| * | | | | microblaze: uaccess: fix __get_user_asm macroMichal Simek2010-04-011-16/+17
| * | | | | microblaze: uaccess: fix clean user macroMichal Simek2010-04-011-34/+55
| * | | | | microblaze: move noMMU __range_ok function to uaccess.hMichal Simek2010-04-012-9/+6
| * | | | | microblaze: Move exception_table_entry upwardMichal Simek2010-04-011-16/+15
| * | | | | microblaze: Remove segment.hMichal Simek2010-04-015-52/+34
| * | | | | microblaze: Remove memset in free_init_pagesMichal Simek2010-04-011-1/+0
| * | | | | microblaze: Makefile cleanupsArun Bhanu2010-04-011-4/+0
| * | | | | microblaze: Fix Makefile to delete build generated filesArun Bhanu2010-04-012-1/+3
| * | | | | microblaze: Add a missing single quote to make 'make help' happyArun Bhanu2010-04-011-1/+1
| * | | | | microblaze: Fix "kstack=" parsingSteven J. Magnani2010-04-011-4/+2
| * | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-03-305-13/+38
| |\ \ \ \ \
| | * | | | | x86: Make sure free_init_pages() frees pages on page boundaryYinghai Lu2010-03-294-12/+37
| | * | | | | x86: Make smp_locks end with page alignmentYinghai Lu2010-03-291-1/+1
| | | |_|/ / | | |/| | |
* | | | | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30541-190/+400
* | | | | | x86: don't include slab.h from arch/x86/include/asm/pgtable_32.hTejun Heo2010-03-301-1/+0
|/ / / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-03-295-13/+13
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | sparc64: Properly truncate pt_regs framepointer in perf callback.David S. Miller2010-03-291-1/+1
| * | | | arch/sparc/kernel: Use set_cpus_allowed_ptrJulia Lawall2010-03-273-10/+10
| * | | | sparc: Fix use of uid16_t and gid16_t in asm/stat.hRob Landley2010-03-271-2/+2
* | | | | frv/chris: fix lines with a missing semicolonsDavid Howells2010-03-292-2/+2
| |/ / / |/| | |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2010-03-263-12/+19
|\ \ \ \
| * | | | x86/PCI: truncate _CRS windows with _LEN > _MAX - _MIN + 1Bjorn Helgaas2010-03-251-1/+12
| * | | | x86/PCI: for host bridge address space collisions, show conflicting resourceBjorn Helgaas2010-03-251-3/+6
| * | | | frv/PCI: remove redundant warningsBjorn Helgaas2010-03-251-3/+1
| * | | | x86/PCI: remove redundant warningsBjorn Helgaas2010-03-251-5/+0
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-03-267-12/+61
|\ \ \ \ \
| * | | | | x86, amd: Restrict usage of c1e_idle()Andreas Herrmann2010-03-192-8/+26
| * | | | | x86: Fix placement of FIX_OHCI1394_BASEJan Beulich2010-03-161-3/+3
OpenPOWER on IntegriCloud