Age | Commit message (Expand) | Author | Files | Lines |
2016-04-07 | m68k: Wire up preadv2 and pwritev2 | Geert Uytterhoeven | 1 | -1/+1 |
2016-03-25 | 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-18 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg... | Linus Torvalds | 6 | -2055/+0 |
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-17 | 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 | 6 | -13/+13 |
2016-03-14 | 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 | 6 | -2055/+0 |
2016-02-29 | m68k: Fix misspellings in comments. | Adam Buchbinder | 6 | -13/+13 |
2016-02-26 | asm-generic: page.h: Remove useless get_user_page and free_user_page | Chen Gang | 2 | -6/+0 |
2016-02-01 | m68k: Wire up copy_file_range | Geert Uytterhoeven | 1 | -1/+1 |
2016-01-29 | serial: Fix ASYNC_* => UPF_* flags misuse | Peter Hurley | 1 | -4/+4 |
2016-01-21 | dma-mapping: always provide the dma_map_ops based implementation | Christoph Hellwig | 1 | -2/+0 |
2016-01-21 | m68k: convert to dma_map_ops | Christoph Hellwig | 1 | -108/+4 |
2016-01-13 | 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-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee... | Linus Torvalds | 2 | -1/+3 |
2016-01-10 | m68k: Provide __phys_to_pfn() and __pfn_to_phys() | Sudip Mukherjee | 1 | -0/+3 |
2016-01-04 | put the remnants of ..._user_ret() to rest | Al Viro | 1 | -4/+0 |
2015-11-23 | m68k/mac: Kill psc_present | Geert Uytterhoeven | 1 | -1/+0 |
2015-11-22 | m68k: Wire up mlock2 | Geert Uytterhoeven | 1 | -1/+1 |
2015-10-06 | Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new ... | Ingo Molnar | 2 | -1/+31 |
2015-09-28 | m68k: Define asmlinkage_protect | Andreas Schwab | 1 | -0/+30 |
2015-09-28 | m68k: Wire up membarrier | Geert Uytterhoeven | 1 | -1/+1 |
2015-09-28 | m68k: Wire up userfaultfd | Geert Uytterhoeven | 1 | -1/+1 |
2015-09-28 | m68k: Wire up direct socket calls | Geert Uytterhoeven | 1 | -1/+1 |
2015-09-23 | atomic, arch: Audit atomic_{read,set}() | Peter Zijlstra | 1 | -2/+2 |
2015-09-16 | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 2 | -3/+2 |
2015-09-04 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -10/+4 |
2015-08-25 | Merge tag 'v4.2-rc8' into x86/mm, before applying new changes | Ingo Molnar | 6 | -8/+5 |
2015-07-29 | arch/*/io.h: Add ioremap_uc() to all architectures | Luis R. Rodriguez | 1 | -0/+1 |
2015-07-27 | atomic: Collapse all atomic_{set,clear}_mask definitions | Peter Zijlstra | 1 | -10/+0 |
2015-07-27 | atomic: Provide atomic_{or,xor,and} | Peter Zijlstra | 1 | -2/+0 |
2015-07-27 | m68k: Provide atomic_{or,xor,and} | Peter Zijlstra | 1 | -4/+10 |
2015-07-18 | mm: clean up per architecture MM hook header files | Laurent Dufour | 2 | -15/+1 |
2015-07-13 | m68k: fix io functions for ColdFire/MMU/PCI case | Greg Ungerer | 1 | -1/+2 |
2015-07-13 | m68knommu: force setting of CONFIG_CLOCK_FREQ for ColdFire | Greg Ungerer | 1 | -1/+1 |
2015-06-27 | Merge tag 'tty-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -1/+1 |
2015-06-26 | Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+0 |
2015-06-25 | mm: new mm hook framework | Laurent Dufour | 1 | -0/+15 |
2015-06-23 | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -2/+6 |
2015-06-23 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -3/+0 |
2015-06-22 | Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/co... | Ingo Molnar | 3 | -3/+6 |
2015-06-07 | video/fbdev, asm/io.h: Remove ioremap_writethrough() | Toshi Kani | 2 | -9/+0 |
2015-06-07 | arch/*/io.h: Add ioremap_wt() to all architectures | Toshi Kani | 2 | -0/+13 |
2015-05-19 | remove scatterlist.h generation from arch Kbuild files | Christoph Hellwig | 1 | -1/+0 |
2015-05-19 | sched/preempt: Merge preempt_mask.h into preempt.h | Frederic Weisbecker | 1 | -3/+0 |
2015-05-13 | arch: Remove __ARCH_HAVE_CMPXCHG | Thomas Gleixner | 1 | -1/+0 |
2015-05-06 | serial: 8250: remove Kconfig indirection | Valentin Rothberg | 1 | -1/+1 |