| Commit message (Expand) | Author | Age | Files | Lines |
* | m68k/macboing: Fix missed timer callback assignment | Kees Cook | 2017-11-24 | 1 | -2/+2 |
* | treewide: Switch DEFINE_TIMER callbacks to struct timer_list * | Kees Cook | 2017-11-21 | 2 | -4/+4 |
* | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2017-11-14 | 1 | -6/+0 |
|\ |
|
| * | dma-mapping: turn dma_cache_sync into a dma_map_ops method | Christoph Hellwig | 2017-10-19 | 1 | -6/+0 |
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-11-13 | 2 | -2/+2 |
|\ \ |
|
| * | | timer: Remove expires and data arguments from DEFINE_TIMER | Kees Cook | 2017-10-05 | 2 | -2/+2 |
| |/ |
|
* | | Merge tag 'm68k-for-v4.15-tag1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-11-13 | 19 | -76/+89 |
|\ \ |
|
| * | | m68k/defconfig: Update defconfigs for v4.14-rc7 | Geert Uytterhoeven | 2017-11-09 | 12 | -24/+48 |
| * | | m68k/mac: Add mutual exclusion for IOP interrupt polling | Finn Thain | 2017-11-09 | 2 | -0/+10 |
| * | | m68k/mac: Disentangle VIA/RBV and NuBus initialization | Finn Thain | 2017-11-09 | 2 | -9/+4 |
| * | | m68k/mac: Disentangle VIA and OSS initialization | Finn Thain | 2017-11-09 | 3 | -24/+18 |
| * | | m68k/mac: More printk modernization | Finn Thain | 2017-11-09 | 4 | -20/+10 |
| |/ |
|
* | | m68k: add Sysam stmark2 open board support | Angelo Dureghello | 2017-11-07 | 4 | -1/+219 |
* | | m68k: coldfire: add dspi0 module support | Angelo Dureghello | 2017-11-07 | 2 | -1/+8 |
* | | m68k: pull mach_beep in setup.c | Alexandre Belloni | 2017-11-06 | 2 | -4/+5 |
* | | m68k: allow ColdFire m5441x parts to run with MMU enabled | Greg Ungerer | 2017-11-06 | 1 | -1/+1 |
* | | m68k: fix ColdFire node shift size calculation | Greg Ungerer | 2017-11-06 | 1 | -1/+1 |
* | | m68k: move coldfire MMU initialization code | Greg Ungerer | 2017-11-06 | 5 | -6/+4 |
* | | License cleanup: add SPDX license identifier to uapi header files with a license | Greg Kroah-Hartman | 2017-11-02 | 2 | -0/+2 |
* | | License cleanup: add SPDX license identifier to uapi header files with no lic... | Greg Kroah-Hartman | 2017-11-02 | 21 | -0/+21 |
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 234 | -0/+234 |
|/ |
|
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg... | Linus Torvalds | 2017-09-10 | 2 | -37/+3 |
|\ |
|
| * | m68knommu: remove dead code | Alexandre Belloni | 2017-08-28 | 1 | -37/+0 |
| * | m68k: allow NULL clock for clk_get_rate | Jonas Gorski | 2017-08-28 | 1 | -0/+3 |
* | | m68k: Add braces to __pmd(x) initializer to kill compiler warning | Geert Uytterhoeven | 2017-09-10 | 1 | -1/+1 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-09-09 | 1 | -0/+3 |
|\ \ |
|
| * | | arch: define CPU_BIG_ENDIAN for all fixed big endian archs | Babu Moger | 2017-09-08 | 1 | -0/+3 |
* | | | Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-09-08 | 1 | -4/+32 |
|\ \ \
| |/ /
|/| | |
|
| * | | m68k/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooks | Lorenzo Pieralisi | 2017-08-03 | 1 | -4/+32 |
| |/ |
|
* | | Merge tag 'm68k-for-v4.14-tag1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-09-05 | 14 | -26/+80 |
|\ \
| |/
|/| |
|
| * | m68k/mac: Avoid soft-lockup warning after mach_power_off | Finn Thain | 2017-08-21 | 1 | -2/+3 |
| * | m68k/mac: Don't hang waiting for Cuda power-down command | Finn Thain | 2017-08-21 | 1 | -0/+11 |
| * | m68k: Restore symbol versions for symbols exported from assembly | Ben Hutchings | 2017-08-21 | 1 | -0/+5 |
| * | m68k/defconfig: Update defconfigs for v4.13-rc1 | Geert Uytterhoeven | 2017-08-21 | 12 | -24/+61 |
* | | blackfin, m68k: Fix flat_set_persistent() for unsigned long to u32 changes | Geert Uytterhoeven | 2017-07-16 | 1 | -2/+1 |
|/ |
|
* | Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-07-15 | 2 | -10/+20 |
|\ |
|
| * | kill {__,}{get,put}_user_unaligned() | Al Viro | 2017-07-03 | 1 | -7/+0 |
| * | binfmt_flat: flat_{get,put}_addr_from_rp() should be able to fail | Al Viro | 2017-07-03 | 1 | -3/+20 |
* | | Merge tag 'kbuild-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 2017-07-13 | 2 | -12/+11 |
|\ \ |
|
| * | | m68k: move generic-y of exported headers to uapi/asm/Kbuild | Masahiro Yamada | 2017-07-10 | 2 | -12/+11 |
* | | | m68k: coldfire: move inline before return type | Joe Perches | 2017-07-12 | 1 | -2/+2 |
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg... | Linus Torvalds | 2017-07-11 | 6 | -6/+0 |
|\ \ \
| |/ /
|/| | |
|
| * | | m68k: defconfig: Cleanup from old Kconfig options | Krzysztof Kozlowski | 2017-06-26 | 6 | -6/+0 |
| |/ |
|
* | | Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-07-06 | 2 | -3/+0 |
|\ \ |
|
| * | | kill strlen_user() | Al Viro | 2017-05-15 | 2 | -3/+0 |
| |/ |
|
* | | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2017-07-06 | 1 | -0/+1 |
|\ \ |
|
| * | | drivers: dma-mapping: allow dma_common_mmap() for NOMMU | Vladimir Murzin | 2017-06-30 | 1 | -0/+1 |
| |/ |
|
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-07-03 | 2 | -1/+1 |
|\ \ |
|
| * | | signal: Remove non-uapi <asm/siginfo.h> | Christoph Hellwig | 2017-06-04 | 2 | -1/+1 |
| |/ |
|
* | | Merge tag 'm68k-for-v4.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-07-03 | 14 | -33/+84 |
|\ \ |
|