Age | Commit message (Expand) | Author | Files | Lines |
2016-04-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger... | Linus Torvalds | 1 | -7/+1 |
2016-04-11 | m68k/gpio: remove arch specific sysfs bus device | Greg Ungerer | 1 | -7/+1 |
2016-04-07 | m68k/defconfig: Update defconfigs for v4.6-rc2 | Geert Uytterhoeven | 12 | -84/+72 |
2016-04-07 | m68k: Wire up preadv2 and pwritev2 | Geert Uytterhoeven | 3 | -1/+5 |
2016-03-24 | Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -6/+0 |
2016-03-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -1/+1 |
2016-03-17 | Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -1/+1 |
2016-03-17 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg... | Linus Torvalds | 20 | -3692/+7 |
2016-03-17 | Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -4/+4 |
2016-03-16 | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+0 |
2016-03-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee... | Linus Torvalds | 9 | -20/+22 |
2016-03-13 | ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned short | Alexander Duyck | 1 | -1/+1 |
2016-03-07 | PCI: Move pci_dma_* helpers to common code | Christoph Hellwig | 1 | -1/+0 |
2016-03-07 | m68knommu: remove obsolete 68360 support | Greg Ungerer | 19 | -3690/+5 |
2016-03-07 | m68knommu: fix FEC platform device registration when driver is modular | Greg Ungerer | 1 | -2/+2 |
2016-02-29 | m68k: Fix misspellings in comments. | Adam Buchbinder | 7 | -14/+14 |
2016-02-29 | m68k: Use conventional function parameters for do_sigreturn | Greg Ungerer | 2 | -6/+8 |
2016-02-26 | asm-generic: page.h: Remove useless get_user_page and free_user_page | Chen Gang | 2 | -6/+0 |
2016-02-19 | m68k: gpio: switch to gpiochip_add_data() | Linus Walleij | 1 | -1/+1 |
2016-02-01 | m68k/defconfig: Update defconfigs for v4.5-rc1 | Geert Uytterhoeven | 12 | -0/+108 |
2016-02-01 | m68k: Wire up copy_file_range | Geert Uytterhoeven | 3 | -1/+3 |
2016-01-28 | serial: Fix ASYNC_* => UPF_* flags misuse | Peter Hurley | 1 | -4/+4 |
2016-01-20 | dma-mapping: always provide the dma_map_ops based implementation | Christoph Hellwig | 2 | -3/+0 |
2016-01-20 | m68k: convert to dma_map_ops | Christoph Hellwig | 3 | -142/+32 |
2016-01-12 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -4/+0 |
2016-01-12 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg... | Linus Torvalds | 1 | -1/+1 |
2016-01-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee... | Linus Torvalds | 18 | -11/+67 |
2016-01-10 | m68k: Provide __phys_to_pfn() and __pfn_to_phys() | Sudip Mukherjee | 1 | -0/+3 |
2016-01-10 | m68k/atari, m68k/sun3: Fix SCSI platform device registration when driver is m... | Finn Thain | 2 | -3/+3 |
2016-01-04 | put the remnants of ..._user_ret() to rest | Al Viro | 1 | -4/+0 |
2016-01-04 | m68k: coldfire/gpio: Be sure to clamp return value | Linus Walleij | 1 | -1/+1 |
2015-12-14 | m68k/defconfig: Update defconfigs for v4.4-rc1 | Geert Uytterhoeven | 12 | -0/+55 |
2015-11-23 | m68k/mac: Kill psc_present | Geert Uytterhoeven | 3 | -8/+6 |
2015-11-22 | m68k: Wire up mlock2 | Geert Uytterhoeven | 3 | -1/+3 |
2015-11-22 | m68knommu: Add missing initialization of max_pfn and {min,max}_low_pfn | Geert Uytterhoeven | 1 | -3/+6 |
2015-11-22 | m68k/mm: sun3 - Add missing initialization of max_pfn and {min,max}_low_pfn | Geert Uytterhoeven | 1 | -2/+2 |
2015-11-22 | m68k/mm: m54xx - Add missing initialization of max_pfn | Geert Uytterhoeven | 1 | -1/+1 |
2015-11-22 | m68k/mm: motorola - Add missing initialization of max_pfn | Geert Uytterhoeven | 1 | -1/+1 |
2015-11-07 | block: change ->make_request_fn() and users to return a queue cookie | Jens Axboe | 1 | -1/+2 |
2015-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+1 |
2015-11-03 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -2/+2 |
2015-11-03 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/geer... | Linus Torvalds | 1 | -4/+1 |
2015-10-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 16 | -14/+165 |
2015-10-06 | Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new ... | Ingo Molnar | 16 | -14/+165 |
2015-09-29 | m68k/mac: Export Peripheral System Controller (PSC) base address to modules | Geert Uytterhoeven | 1 | -0/+1 |
2015-09-28 | m68k/defconfig: Update defconfigs for v4.3-rc1 | Geert Uytterhoeven | 12 | -12/+96 |
2015-09-28 | m68k: Define asmlinkage_protect | Andreas Schwab | 1 | -0/+30 |
2015-09-28 | m68k: Wire up membarrier | Geert Uytterhoeven | 3 | -1/+3 |
2015-09-28 | m68k: Wire up userfaultfd | Geert Uytterhoeven | 3 | -1/+3 |
2015-09-28 | m68k: Wire up direct socket calls | Geert Uytterhoeven | 3 | -2/+35 |