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-12-17
arm/tegra: don't export clk_measure_input_freq
Peter De Schrijver
3
-6
/
+9
2011-12-17
arm/tegra: prepare clock code for multiple tegra variants
Peter De Schrijver
4
-32
/
+10
2011-12-17
arm/tegra: cleanup tegra20 support
Peter De Schrijver
2
-2
/
+9
2011-12-17
arm/tegra: clk_get should not be fatal
Peter De Schrijver
1
-4
/
+8
2011-12-17
Merge remote-tracking branch 'rmk/devel-stable' into for-3.3/soc
Olof Johansson
402
-3593
/
+3094
2011-12-17
arm/tegra: initial device tree for tegra30
Peter De Schrijver
2
-0
/
+141
2011-12-12
ARM: kexec: use soft_restart for branching to the reboot buffer
Will Deacon
1
-12
/
+3
2011-12-12
ARM: stop: execute platform callback from cpu_stop code
Will Deacon
2
-1
/
+5
2011-12-12
ARM: reset: implement soft_restart for jumping to a physical address
Will Deacon
1
-10
/
+40
2011-12-12
ARM: lib: add call_with_stack function for safely changing stack
Will Deacon
2
-1
/
+46
2011-12-11
ARM: 7183/1: vic: register the VIC for ST-modified VIC's
Jamie Iles
1
-2
/
+3
2011-12-08
Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/cmari...
Russell King
32
-322
/
+1199
2011-12-08
ARM: LPAE: Add the Kconfig entries
Catalin Marinas
2
-1
/
+18
2011-12-08
ARM: LPAE: mark memory banks with start > ULONG_MAX as highmem
Will Deacon
1
-1
/
+15
2011-12-08
ARM: LPAE: Add identity mapping support for the 3-level page table format
Catalin Marinas
1
-1
/
+27
2011-12-08
ARM: LPAE: Add context switching support
Catalin Marinas
1
-2
/
+17
2011-12-08
ARM: LPAE: Add fault handling support
Catalin Marinas
6
-5
/
+104
2011-12-08
ARM: LPAE: Invalidate the TLB before freeing the PMD
Catalin Marinas
1
-1
/
+10
2011-12-08
ARM: LPAE: MMU setup for the 3-level page table format
Catalin Marinas
5
-12
/
+243
2011-12-08
ARM: LPAE: Page table maintenance for the 3-level format
Catalin Marinas
5
-7
/
+150
2011-12-08
ARM: LPAE: Introduce the 3-level page table format definitions
Catalin Marinas
6
-0
/
+261
2011-12-08
ARM: LPAE: add ISBs around MMU enabling code
Will Deacon
4
-0
/
+16
2011-12-08
ARM: LPAE: Factor out classic-MMU specific code into proc-v7-2level.S
Catalin Marinas
2
-149
/
+174
2011-12-08
ARM: LPAE: Move the FSR definitions to separate files
Catalin Marinas
3
-93
/
+100
2011-12-08
ARM: LPAE: Move page table maintenance macros to pgtable-2level.h
Catalin Marinas
2
-38
/
+41
2011-12-08
ARM: pgtable: switch to use pgtable-nopud.h
Russell King
3
-11
/
+15
2011-12-08
ARM: pgtable: Fix compiler warning in ioremap.c introduced by nopud
Catalin Marinas
1
-12
/
+19
2011-12-07
arm/tegra: convert tegra20 to GIC devicetree binding
pdeschrijver@nvidia.com
4
-36
/
+49
2011-12-07
arm/dt: tegra: Fix SDHCI nodes to match board files
Stephen Warren
4
-0
/
+36
2011-12-07
arm/dt: tegra: Fix serial nodes to match board files
Stephen Warren
4
-0
/
+64
2011-12-07
arm/dt: tegra: Fix I2C nodes to match board files
Stephen Warren
3
-0
/
+36
2011-12-07
arm/dt: tegra: Remove /chosen node
Stephen Warren
5
-20
/
+0
2011-12-07
arm/dt: tegra: Remove /memreserve/ from device-tree files
Stephen Warren
5
-5
/
+0
2011-12-07
arm/tegra: board-dt: Enable audio-related clocks
Stephen Warren
1
-0
/
+5
2011-12-07
arm/tegra: board-dt: Fix AUXDATA typo
Stephen Warren
1
-1
/
+1
2011-12-07
arm/dt: tegra: add dts file for paz00
Marc Dietrich
4
-0
/
+87
2011-12-07
arm/tegra: Add device-tree support for TrimSlice board
Stephen Warren
4
-0
/
+43
2011-12-07
arm/dt: tegra: Clean up I2S and DAS nodes
Stephen Warren
1
-6
/
+0
2011-12-07
USB: ehci-tegra: add probing through device tree
Olof Johansson
2
-0
/
+80
2011-12-07
arm/dt: add basic usb nodes to tegra device trees
Olof Johansson
3
-0
/
+38
2011-12-07
arm/tegra: fix variable formatting in makefile
Olof Johansson
1
-13
/
+13
2011-12-06
Merge branch 'kexec/idmap' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Russell King
32
-89
/
+140
2011-12-06
ARM: 7194/1: OMAP: Fix build after a merge between v3.2-rc4 and ARM restart c...
Tony Lindgren
1
-1
/
+2
2011-12-06
ARM: SMP: use idmap_pgd for mapping MMU enable during secondary booting
Will Deacon
4
-66
/
+6
2011-12-06
ARM: head.S: only include __turn_mmu_on in the initial identity mapping
Will Deacon
1
-7
/
+7
2011-12-06
ARM: idmap: use idmap_pgd when setting up mm for reboot
Will Deacon
1
-9
/
+10
2011-12-06
ARM: proc-*.S: place cpu_reset functions into .idmap.text section
Will Deacon
24
-0
/
+72
2011-12-06
ARM: suspend: use idmap_pgd instead of suspend_pgd
Will Deacon
2
-15
/
+5
2011-12-06
ARM: idmap: populate identity map pgd at init time using .init.text
Will Deacon
5
-3
/
+51
2011-12-06
ARM: 7192/1: OMAP: Fix build error for omap1_defconfig
Tony Lindgren
1
-0
/
+1
[next]