| Commit message (Expand) | Author | Age | Files | Lines |
* | cris/arch-v32: cryptocop: print a hex number after a 0x prefix | Uwe Kleine-König | 2016-10-27 | 1 | -1/+1 |
* | mm: replace access_process_vm() write parameter with gup_flags | Lorenzo Stoakes | 2016-10-19 | 1 | -2/+2 |
* | mm: replace get_user_pages() write/force parameters with gup_flags | Lorenzo Stoakes | 2016-10-19 | 1 | -3/+1 |
* | Merge tag 'cris-for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jes... | Linus Torvalds | 2016-10-10 | 22 | -217/+83 |
|\ |
|
| * | cris: return of class_create should be considered | yizhouzhou@ict.ac.cn | 2016-09-23 | 1 | -0/+6 |
| * | CRIS: defconfig: remove MTDRAM_ABS_POS | Fabian Frederick | 2016-09-23 | 4 | -4/+0 |
| * | CRIS v32: remove some double unlocks | Dan Carpenter | 2016-09-23 | 2 | -2/+0 |
| * | Fix typo | Andrea Gelmini | 2016-09-23 | 1 | -1/+1 |
| * | Fix typo | Andrea Gelmini | 2016-09-23 | 1 | -1/+1 |
| * | Fix typo | Andrea Gelmini | 2016-09-23 | 1 | -1/+1 |
| * | Fix typo | Andrea Gelmini | 2016-09-23 | 1 | -1/+1 |
| * | Fix typo | Andrea Gelmini | 2016-09-23 | 1 | -1/+1 |
| * | Fix typo | Andrea Gelmini | 2016-09-23 | 1 | -1/+1 |
| * | Fix typo | Andrea Gelmini | 2016-09-23 | 1 | -1/+1 |
| * | cris: migrate exception table users off module.h and onto extable.h | Paul Gortmaker | 2016-09-23 | 1 | -1/+1 |
| * | cris: v10: axisflashmap: remove unused ifdefs | Niklas Cassel | 2016-09-23 | 1 | -19/+0 |
| * | cris: use generic io.h | Niklas Cassel | 2016-09-22 | 1 | -170/+1 |
| * | cris: fix Kconfig mismatch when building with CONFIG_PCI | Niklas Cassel | 2016-09-22 | 1 | -1/+1 |
| * | cris: cardbus: fix header include path | Niklas Cassel | 2016-09-22 | 1 | -1/+1 |
| * | cris: add dev88_defconfig | Niklas Cassel | 2016-09-22 | 1 | -0/+49 |
| * | cris: irq: stop loop from accessing array out of bounds | Niklas Cassel | 2016-09-22 | 1 | -2/+1 |
| * | cris: fasttimer: fix mixed declarations and code compile warning | Niklas Cassel | 2016-09-22 | 1 | -8/+7 |
| * | cris: intmem: fix pointer comparison compile warning | Niklas Cassel | 2016-09-22 | 1 | -2/+2 |
| * | cris: intmem: fix device_initcall compile warning | Jesper Nilsson | 2016-09-22 | 1 | -1/+8 |
* | | nmi_backtrace: generate one-line reports for idle cpus | Chris Metcalf | 2016-10-07 | 1 | -0/+1 |
|/ |
|
* | cris: buggered copy_from_user/copy_to_user/clear_user | Al Viro | 2016-09-13 | 1 | -39/+32 |
* | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 2016-08-04 | 1 | -5/+4 |
* | Merge tag 'for-linus-20160801' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2016-08-02 | 2 | -2/+2 |
|\ |
|
| * | mtd: Remove unused symbol CONFIG_MTDRAM_ABS_POS | Ben Hutchings | 2016-07-09 | 2 | -2/+2 |
* | | Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-07-30 | 1 | -8/+0 |
|\ \ |
|
| * | | cris: Remove unnecessary of_platform_populate with default match table | Kefeng Wang | 2016-06-23 | 1 | -8/+0 |
| |/ |
|
* | | mm: do not pass mm_struct into handle_mm_fault | Kirill A. Shutemov | 2016-07-26 | 1 | -1/+1 |
* | | tree wide: get rid of __GFP_REPEAT for order-0 allocations part I | Michal Hocko | 2016-06-24 | 1 | -2/+2 |
|/ |
|
* | Merge tag 'for-linus-20160523' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2016-05-24 | 2 | -0/+2 |
|\ |
|
| * | CRIS v32: nand: set ECC algorithm explicitly | Rafał Miłecki | 2016-05-05 | 2 | -0/+2 |
* | | printk/nmi: generic solution for safe printk in NMI | Petr Mladek | 2016-05-20 | 1 | -0/+1 |
* | | exit_thread: accept a task parameter to be exited | Jiri Slaby | 2016-05-20 | 1 | -2/+2 |
* | | exit_thread: remove empty bodies | Jiri Slaby | 2016-05-20 | 2 | -9/+1 |
* | | Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 2016-05-17 | 1 | -1/+1 |
|\ \ |
|
| * | | cris: do away with ARCH_REQUIRE_GPIOLIB | Linus Walleij | 2016-04-26 | 1 | -1/+1 |
| |/ |
|
* | | cris: Fix misspellings in comments. | Adam Buchbinder | 2016-04-18 | 5 | -5/+5 |
|/ |
|
* | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-03-20 | 1 | -6/+2 |
|\ |
|
| * | mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm | Dave Hansen | 2016-02-16 | 1 | -6/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2016-03-19 | 3 | -6/+5 |
|\ \ |
|
| * | | ipv4: Update parameters for csum_tcpudp_magic to their original types | Alexander Duyck | 2016-03-13 | 3 | -6/+5 |
| |/ |
|
* | | PCI: Move pci_dma_* helpers to common code | Christoph Hellwig | 2016-03-07 | 1 | -3/+0 |
|/ |
|
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-01-21 | 2 | -166/+49 |
|\ |
|
| * | dma-mapping: always provide the dma_map_ops based implementation | Christoph Hellwig | 2016-01-20 | 2 | -3/+0 |
| * | cris: convert to dma_map_ops | Christoph Hellwig | 2016-01-20 | 3 | -165/+51 |
* | | Merge tag 'cris-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jes... | Linus Torvalds | 2016-01-21 | 4 | -15/+20 |
|\ \
| |/
|/| |
|