Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | powerpc/ftrace: Trace function graph entry before updating index | Steven Rostedt | 2012-07-27 | 1 | -6/+5 | |
| * | | | | | | powerpc: Lack of firmware flash support is not an error | Anton Blanchard | 2012-07-27 | 1 | -1/+1 | |
| * | | | | | | powerpc: Enable pseries hardware RNG and crypto modules | Anton Blanchard | 2012-07-27 | 2 | -4/+8 | |
| * | | | | | | powerpc: Update g5_defconfig | Benjamin Herrenschmidt | 2012-07-27 | 1 | -73/+30 | |
| * | | | | | | powerpc/kvm/bookehv: Fix build regression | Alexander Graf | 2012-07-27 | 1 | -38/+39 | |
| * | | | | | | powerpc: Set stack limit properly in crit_transfer_to_handler | Stuart Yoder | 2012-07-27 | 1 | -2/+10 | |
* | | | | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-07-26 | 12 | -46/+89 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | ARM: mxs: fix compile error caused by prom_update_property change | Shawn Guo | 2012-07-25 | 1 | -6/+2 | |
| * | | | | | | | ARM: dt: tegra trimslice: enable USB2 port | Stephen Warren | 2012-07-25 | 1 | -0/+1 | |
| * | | | | | | | ARM: dt: tegra trimslice: add vbus-gpio property | Stephen Warren | 2012-07-25 | 1 | -0/+1 | |
| * | | | | | | | Merge branch 'v3.5-rc7-fixes' of git://github.com/lunn/linux into fixes | Arnd Bergmann | 2012-07-25 | 8 | -25/+65 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | ARM: Kirkwood: Replace mrvl with marvell | Andrew Lunn | 2012-07-25 | 6 | -8/+8 | |
| | * | | | | | | | ARM: Dove: Fixup ge00 initialisation | Hannes Reinecke | 2012-07-25 | 1 | -2/+2 | |
| | * | | | | | | | ARM: Kirkwood: Fix PHY disable clk problems | Simon Baatz | 2012-07-25 | 1 | -15/+50 | |
| | * | | | | | | | ARM: Kirkwood: Ensure runit clock always ticks. | Andrew Lunn | 2012-07-25 | 1 | -0/+5 | |
| * | | | | | | | | ARM: versatile: Don't use platform clock for Integrator & VE | Pawel Moll | 2012-07-25 | 1 | -2/+0 | |
| * | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Arnd Bergmann | 2012-07-25 | 602 | -8601/+20624 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | ARM: tegra: harmony: add regulator supply name and its input supply | Laxman Dewangan | 2012-07-24 | 1 | -13/+20 | |
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2012-07-26 | 22 | -522/+331 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | sparc32, copy_thread: Clear TIF_USEDFPU flag of created task instead of current | Tkhai Kirill | 2012-07-26 | 1 | -3/+1 | |
| * | | | | | | | | | | sparc32: delete dead code in show_mem() | Sam Ravnborg | 2012-07-26 | 1 | -7/+0 | |
| * | | | | | | | | | | sparc32: move kmap_init() to highmem.c | Sam Ravnborg | 2012-07-26 | 3 | -14/+17 | |
| * | | | | | | | | | | sparc32: move probe_memory() to srmmu.c | Sam Ravnborg | 2012-07-26 | 2 | -13/+11 | |
| * | | | | | | | | | | sparc32: drop unused BAD_PAGE stuff | Sam Ravnborg | 2012-07-26 | 1 | -7/+0 | |
| * | | | | | | | | | | sparc32: centralize all mmu context handling in srmmu.c | Sam Ravnborg | 2012-07-26 | 6 | -71/+63 | |
| * | | | | | | | | | | sparc32: drop quicklist | Sam Ravnborg | 2012-07-26 | 2 | -15/+0 | |
| * | | | | | | | | | | sparc32: drop sparc model check in paging_init | Sam Ravnborg | 2012-07-26 | 1 | -13/+1 | |
| * | | | | | | | | | | sparc32: drop sparc_unmapped_base | Sam Ravnborg | 2012-07-26 | 2 | -4/+1 | |
| * | | | | | | | | | | sparc32,leon: drop leon_init() | Sam Ravnborg | 2012-07-26 | 3 | -19/+0 | |
| * | | | | | | | | | | sparc32: drop fixmap.h | Sam Ravnborg | 2012-07-26 | 4 | -30/+26 | |
| * | | | | | | | | | | sparc32: fixmap.h cleanup | Sam Ravnborg | 2012-07-26 | 1 | -89/+5 | |
| * | | | | | | | | | | sparc32: drop unused kmap_atomic_to_page | Sam Ravnborg | 2012-07-26 | 2 | -19/+0 | |
| * | | | | | | | | | | sparc32: drop swapper_pg_dir | Sam Ravnborg | 2012-07-26 | 2 | -4/+3 | |
| * | | | | | | | | | | sparc32: beautify srmmu_inherit_prom_mappings() | Sam Ravnborg | 2012-07-26 | 1 | -10/+16 | |
| * | | | | | | | | | | sparc32: use void * in nocache get/free | Sam Ravnborg | 2012-07-26 | 2 | -35/+42 | |
| * | | | | | | | | | | sparc32: fix coding-style in srmmu.c | Sam Ravnborg | 2012-07-26 | 1 | -68/+64 | |
| * | | | | | | | | | | sparc32: sort includes in srmmu.c | Sam Ravnborg | 2012-07-26 | 1 | -21/+21 | |
| * | | | | | | | | | | sparc32: define a few srmmu functions __init | Sam Ravnborg | 2012-07-26 | 1 | -2/+2 | |
| * | | | | | | | | | | sparc64: remove unused function straddles_64bit_va_hole() | Kirill Tkhai | 2012-07-09 | 1 | -17/+0 | |
| * | | | | | | | | | | sparc32: Remove superfluous extern declarations for prom_*() functions | Geert Uytterhoeven | 2012-06-27 | 1 | -3/+0 | |
| * | | | | | | | | | | sparc: Correct comments about prom_init() return values | Geert Uytterhoeven | 2012-06-27 | 2 | -4/+4 | |
| * | | | | | | | | | | sparc/PCI: remove unused pcibios_assign_resource() definition | Bjorn Helgaas | 2012-06-27 | 1 | -5/+0 | |
| * | | | | | | | | | | sparc64: Consistently use fsrc2 rather than fmovd in optimized asm. | David S. Miller | 2012-06-27 | 3 | -66/+66 | |
* | | | | | | | | | | | Merge tag 'gpio-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/li... | Linus Torvalds | 2012-07-26 | 6 | -47/+46 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | gpio/mxc: use the edge_sel feature if available | Benoît Thébaudeau | 2012-07-17 | 6 | -47/+46 | |
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca... | Linus Torvalds | 2012-07-26 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | tilepro pci: fix pci_bus.subordinate bad bombing from b918c62e | Chris Metcalf | 2012-07-25 | 1 | -1/+1 | |
| * | | | | | | | | | | | tilegx pci: fix semantic merge conflict with 3527ed81c | Chris Metcalf | 2012-07-25 | 1 | -1/+1 | |
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | posix_types.h: Cleanup stale __NFDBITS and related definitions | Josh Boyer | 2012-07-26 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-07-26 | 23 | -359/+541 | |
|\ \ \ \ \ \ \ \ \ \ \ |