index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-15
ARM: 6671/1: LPAE: use phys_addr_t instead of unsigned long in outercache fun...
Will Deacon
1
-6
/
+8
2011-02-15
ARM: 6674/1: LPAE: use long long format when printing physical addresses and ...
Will Deacon
4
-21
/
+23
2011-02-14
ARM: 6667/1: Fix early_pte_alloc() assumption about the Linux PTE
Catalin Marinas
1
-1
/
+1
2010-12-22
ARM: pgtable: provide RDONLY page table bit rather than WRITE bit
Russell King
5
-42
/
+41
2010-12-22
ARM: pgtable: invert L_PTE_EXEC to L_PTE_XN
Russell King
4
-35
/
+34
2010-12-22
ARM: pgtable: remove FIRST_USER_PGD_NR
Russell King
2
-7
/
+4
2010-12-22
ARM: pgtable: use conventional page table code for identity mappings
Russell King
1
-15
/
+31
2010-12-22
ARM: pgtable: collect up identity mapping functions
Russell King
5
-71
/
+56
2010-12-22
ARM: pgtable: remove L2 cache flushes for SMP page table bring-up
Russell King
1
-2
/
+0
2010-12-22
ARM: pgtable: switch order of Linux vs hardware page tables
Russell King
5
-49
/
+41
2010-11-26
ARM: pgtable: introduce pteval_t to represent a pte value
Russell King
5
-25
/
+28
2010-11-26
ARM: pgtable: use phys_addr_t for physical addresses
Russell King
3
-7
/
+10
2010-11-26
ARM: pgtable: use pXd_none_or_clear_bad() in pgd_free()
Russell King
1
-13
/
+14
2010-11-26
ARM: pgtable: get rid of get_pgd_slow()/free_pgd_slow()
Russell King
2
-7
/
+4
2010-11-26
ARM: pgtable: directly pass pgd/pmd/pte to their error functions
Russell King
2
-12
/
+12
2010-11-26
ARM: pgtable: group pte functions together
Russell King
1
-59
/
+51
2010-11-26
ARM: pgtable: group pgd functions and data together
Russell King
1
-21
/
+23
2010-11-26
ARM: pgtable: move pgprot functions to one place
Russell King
1
-22
/
+21
2010-11-21
ARM: improve compiler's ability to optimize page tables
Russell King
1
-0
/
+3
2010-11-18
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-12
/
+9
2010-11-18
MAINTAINERS: update documentation entries
Randy Dunlap
1
-0
/
+2
2010-11-18
Documentation/development-process: more staging info
Andres Salomon
1
-6
/
+19
2010-11-18
Documentation/development-process: use -next trees instead of staging
Andres Salomon
1
-4
/
+4
2010-11-18
Documentation: change email address for Hans Koch
Hans J. Koch
3
-5
/
+5
2010-11-18
Documentation/gpio.txt: explain poll/select usage
Bernhard Walle
1
-0
/
+10
2010-11-18
Documentation: make configfs example code simpler, clearer
Dan Carpenter
1
-1
/
+1
2010-11-18
kernel-doc: escape xml for structs
Randy Dunlap
1
-3
/
+9
2010-11-18
Fix build failure at cx25821-video driver
Youquan Song
1
-0
/
+1
2010-11-18
hardirq.h: needs sched.h if using BKL
Linus Torvalds
1
-0
/
+1
2010-11-18
Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-11
/
+10
2010-11-18
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...
Linus Torvalds
3
-16
/
+21
2010-11-18
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
9
-11
/
+20
2010-11-18
powerpc: Update a BKL related comment
Alessio Igor Bogani
1
-3
/
+2
2010-11-18
powerpc/mm: Fix module instruction tlb fault handling on Book-E 64
Kumar Gala
1
-1
/
+4
2010-11-18
powerpc: Fix call to subpage_protection()
Michael Neuling
1
-1
/
+1
2010-11-18
powerpc: Set CONFIG_32BIT on ppc32
kerstin jonsson
1
-0
/
+4
2010-11-18
powerpc/mm: Fix build error in setup_initial_memory_limit
Kumar Gala
1
-1
/
+1
2010-11-18
powerpc/pseries: Don't override CONFIG_PPC_PSERIES_DEBUG
Nishanth Aravamudan
3
-4
/
+6
2010-11-18
powerpc: Fix div64 in bootloader
Benjamin Herrenschmidt
1
-1
/
+2
2010-11-17
hardirq.h: remove now-empty #ifdef/#endif pair
Linus Torvalds
1
-2
/
+0
2010-11-17
Fix build failure due to hwirq.h needing smp_lock.h
Linus Torvalds
2
-4
/
+1
2010-11-17
KVM: VMX: Fix host userspace gsbase corruption
Avi Kivity
1
-8
/
+7
2010-11-17
KVM: Correct ordering of ldt reload wrt fs/gs reload
Avi Kivity
2
-3
/
+3
2010-11-17
kgdb,ppc: Fix regression in evr register handling
Dongdong Deng
1
-2
/
+2
2010-11-17
kgdb,x86: fix regression in detach handling
Jason Wessel
1
-4
/
+8
2010-11-17
kdb: fix crash when KDB_BASE_CMD_MAX is exceeded
Jovi Zhang
1
-4
/
+4
2010-11-17
kdb: fix memory leak in kdb_main.c
Jovi Zhang
1
-6
/
+7
2010-11-17
[libata] remove SCSI host lock and serial number usage from ata_scsi_queuecmd
Jeff Garzik
1
-12
/
+9
2010-11-17
BKL: remove references to lock_kernel from comments
Arnd Bergmann
1
-4
/
+4
2010-11-17
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
137
-137
/
+0
[next]