summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ixp2000 (unfollow)
Commit message (Expand)AuthorFilesLines
2010-11-26ARM: pgtable: use phys_addr_t for physical addressesRussell King3-7/+10
2010-11-26ARM: pgtable: use pXd_none_or_clear_bad() in pgd_free()Russell King1-13/+14
2010-11-26ARM: pgtable: get rid of get_pgd_slow()/free_pgd_slow()Russell King2-7/+4
2010-11-26ARM: pgtable: directly pass pgd/pmd/pte to their error functionsRussell King2-12/+12
2010-11-26ARM: pgtable: group pte functions togetherRussell King1-59/+51
2010-11-26ARM: pgtable: group pgd functions and data togetherRussell King1-21/+23
2010-11-26ARM: pgtable: move pgprot functions to one placeRussell King1-22/+21
2010-11-21ARM: improve compiler's ability to optimize page tablesRussell King1-0/+3
2010-11-19MAINTAINERS: update documentation entriesRandy Dunlap1-0/+2
2010-11-19Documentation/development-process: more staging infoAndres Salomon1-6/+19
2010-11-19Documentation/development-process: use -next trees instead of stagingAndres Salomon1-4/+4
2010-11-19Documentation: change email address for Hans KochHans J. Koch3-5/+5
2010-11-19Documentation/gpio.txt: explain poll/select usageBernhard Walle1-0/+10
2010-11-19Documentation: make configfs example code simpler, clearerDan Carpenter1-1/+1
2010-11-19kernel-doc: escape xml for structsRandy Dunlap1-3/+9
2010-11-18Fix build failure at cx25821-video driverYouquan Song1-0/+1
2010-11-18hardirq.h: needs sched.h if using BKLLinus Torvalds1-0/+1
2010-11-18powerpc: Update a BKL related commentAlessio Igor Bogani1-3/+2
2010-11-18powerpc/mm: Fix module instruction tlb fault handling on Book-E 64Kumar Gala1-1/+4
2010-11-18powerpc: Fix call to subpage_protection()Michael Neuling1-1/+1
2010-11-18powerpc: Set CONFIG_32BIT on ppc32kerstin jonsson1-0/+4
2010-11-18powerpc/mm: Fix build error in setup_initial_memory_limitKumar Gala1-1/+1
2010-11-18powerpc/pseries: Don't override CONFIG_PPC_PSERIES_DEBUGNishanth Aravamudan3-4/+6
2010-11-18powerpc: Fix div64 in bootloaderBenjamin Herrenschmidt1-1/+2
2010-11-18hardirq.h: remove now-empty #ifdef/#endif pairLinus Torvalds1-2/+0
2010-11-17Fix build failure due to hwirq.h needing smp_lock.hLinus Torvalds2-4/+1
2010-11-17KVM: VMX: Fix host userspace gsbase corruptionAvi Kivity1-8/+7
2010-11-17KVM: Correct ordering of ldt reload wrt fs/gs reloadAvi Kivity2-3/+3
2010-11-17kgdb,ppc: Fix regression in evr register handlingDongdong Deng1-2/+2
2010-11-17kgdb,x86: fix regression in detach handlingJason Wessel1-4/+8
2010-11-17kdb: fix crash when KDB_BASE_CMD_MAX is exceededJovi Zhang1-4/+4
2010-11-17kdb: fix memory leak in kdb_main.cJovi Zhang1-6/+7
2010-11-17[libata] remove SCSI host lock and serial number usage from ata_scsi_queuecmdJeff Garzik1-12/+9
2010-11-17BKL: remove references to lock_kernel from commentsArnd Bergmann1-4/+4
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann137-137/+0
2010-11-17staging/stradis: mark as "depends on BKL"Arnd Bergmann1-1/+1
2010-11-17kernel: make /proc/kallsyms mode 400 to reduce ease of attackingMarcus Meissner1-1/+1
2010-11-16SCSI host lock push-downJeff Garzik115-199/+347
2010-11-16PCI: fix offset check for sysfs mmapped filesDarrick J. Wong1-1/+1
2010-11-16nfs: Ignore kmemleak false positive in nfs_readdir_make_qstrCatalin Marinas1-0/+6
2010-11-16SUNRPC: Simplify rpc_alloc_iostats by removing pointless local variableJesper Juhl1-3/+1
2010-11-16nfs: trivial: remove unused nfs_wait_event macroJeff Layton1-6/+0
2010-11-16kernel/sysctl.c: Fix build failure with !CONFIG_PRINTKJoe Perches1-1/+1
2010-11-16Linux 2.6.37-rc2v2.6.37-rc2Linus Torvalds1-1/+1
2010-11-16NFS: readdir shouldn't read beyond the reply returned by the serverTrond Myklebust5-7/+11
2010-11-16NFS: Fix a couple of regressions in readdir.Trond Myklebust1-34/+56
2010-11-16Revert "NFSv4: Fall back to ordinary lookup if nfs4_atomic_open() returns EIS...Trond Myklebust1-1/+1
2010-11-16Regression: fix mounting NFS when NFSv3 support is not compiledPaulius Zaleckas1-1/+7
2010-11-16NLM: Fix a regression in lockdTrond Myklebust2-7/+5
2010-11-16capabilities/syslog: open code cap_syslog logic to fix build failureEric Paris7-40/+28