summaryrefslogtreecommitdiffstats
path: root/arch/sh
Commit message (Expand)AuthorAgeFilesLines
* Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-1/+0Star
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-131-3/+6
* mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Naoya Horiguchi2013-09-121-0/+5
* Merge tag 'mmc-updates-for-3.12-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-09-101-81/+8Star
|\
| * sh: ecovec24: Remove MMCIF and SDHI .set_pwr() callbacksLaurent Pinchart2013-08-251-41/+0Star
| * sh: ecovec24: Remove mmcif .down_pwr() callbackLaurent Pinchart2013-08-251-6/+0Star
| * sh: ecovec24: Use MMC/SDHI CD and RO GPIOLaurent Pinchart2013-08-251-34/+8Star
* | Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-09-064-72/+34Star
|\ \
| * \ Merge branch 'armsoc/for-3.12/soc' of git://github.com/broadcom/bcm11351 into...Olof Johansson2013-08-291-1/+1
| |\ \
| * \ \ Merge tag 'boards-3.12' of git://git.infradead.org/linux-mvebu into next/boardsOlof Johansson2013-08-1214-28/+28
| |\ \ \
| * | | | sh: kfr2r09: Use lv5207lp backlightLaurent Pinchart2013-07-173-55/+14Star
| * | | | sh: ecovec24: Use gpio-backlightLaurent Pinchart2013-07-171-17/+20
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-09-056-10/+11
|\ \ \ \
| * | | | SolutionEngine7724: fix typo in Ether platform dataSergei Shtylyov2013-08-221-1/+1
| * | | | SH7619: fix typo in Ether platform dataSergei Shtylyov2013-08-221-1/+1
| * | | | sh_eth: remove 'register_type' field from 'struct sh_eth_plat_data'Sergei Shtylyov2013-08-216-9/+0Star
| * | | | SolutionEngine7724: fix Ether supportSergei Shtylyov2013-08-211-1/+3
| * | | | SH7619: fix Ether supportSergei Shtylyov2013-08-211-2/+10
* | | | | Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-041-1/+0Star
|\ \ \ \ \
| * | | | | PCI: Delay enabling bridges until they're neededYinghai Lu2013-07-251-1/+0Star
| | |_|/ / | |/| | |
* | | | | Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-09-041-3/+1Star
|\ \ \ \ \
| * \ \ \ \ Merge branch 'pm-cpuidle'Rafael J. Wysocki2013-08-271-3/+1Star
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | SH: cpuidle: Add missing parameter for cpuidle_register()Geert Uytterhoeven2013-08-121-3/+1Star
| | | |_|/ | | |/| |
* | | | | Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-031-3/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Kconfig: Remove hotplug enable hints in CONFIG_KEXEC help textsGeert Uytterhoeven2013-08-221-3/+3
| | |/ / | |/| |
* | | | Fix TLB gather virtual address range invalidation corner casesLinus Torvalds2013-08-161-2/+4
| |/ / |/| |
* | | PCI: hotplug: Convert to be builtin only, not modularBjorn Helgaas2013-07-251-1/+1
|/ /
* / sh: delete __cpuinit usage from all sh filesPaul Gortmaker2013-07-1514-28/+28
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-109-18/+18
|\
| * sh_eth: get SH7724 support out of #ifdefSergei Shtylyov2013-06-083-5/+5
| * sh_eth: get SH7757 support out of #ifdefSergei Shtylyov2013-06-081-4/+4
| * sh_eth: get SH77{34|63} support out of #ifdefSergei Shtylyov2013-06-083-3/+3
| * sh_eth: get SH7619 support out of #ifdefSergei Shtylyov2013-06-081-2/+2
| * sh_eth: get SH771x support out of #ifdefSergei Shtylyov2013-06-081-4/+4
* | ptrace/sh: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"Oleg Nesterov2013-07-091-4/+0Star
* | mm/SH: prepare for killing free_all_bootmem_node()Jiang Liu2013-07-041-12/+4Star
* | mm/SH: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-041-21/+4Star
* | mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-041-1/+1
* | mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu2013-07-041-2/+2
* | mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-041-1/+1
* | Merge branch 'core-mutexes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-07-031-2/+2
|\ \
| * | arch: Make __mutex_fastpath_lock_retval return whether fastpath succeeded or notMaarten Lankhorst2013-06-261-2/+2
| |/
* | Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-021-1/+1
|\ \
| * | Finally eradicate CONFIG_HOTPLUGStephen Rothwell2013-06-031-1/+1
| |/
* / consolidate io_remap_pfn_range definitionsAl Viro2013-06-291-3/+0Star
|/
* Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-05-096-8/+5Star
|\
| * Remove GENERIC_GPIO config optionAlexandre Courbot2013-04-161-3/+0Star
| * sh: replace CONFIG_GENERIC_GPIO by CONFIG_GPIOLIBAlexandre Courbot2013-03-205-5/+5
* | Merge tag 'soc-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-05-071-0/+2
|\ \
| * | sh: sh7269: Fix compilation by adding missing includesLaurent Pinchart2013-04-021-0/+2