| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | CRIS: Wire up missing syscalls | Chen Gang | 2015-09-05 | 4 | -1/+25 |
* | | CRISv32: allow CONFIG_DEBUG_BUGVERBOSE | Rabin Vincent | 2015-09-05 | 1 | -0/+1 |
* | | CRISv32: add unreachable() to BUG() | Rabin Vincent | 2015-09-05 | 1 | -2/+9 |
* | | cris: arch-v32: gpio: Use kzalloc instead of kmalloc/memset | Christophe Jaillet | 2015-09-05 | 1 | -2/+1 |
* | | cris/time: Migrate to new 'set-state' interface | Viresh Kumar | 2015-08-10 | 1 | -3/+5 |
* | | mm: clean up per architecture MM hook header files | Laurent Dufour | 2015-07-18 | 2 | -15/+1 |
* | | cris: Replace do_posix_clock_monotonic_gettime() | Thomas Gleixner | 2015-07-09 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'module_init-device_initcall-v4.1-rc8' of git://git.kernel.org/pub/... | Linus Torvalds | 2015-07-02 | 2 | -4/+2 |
|\ |
|
| * | cris: don't use module_init for non-modular core eeprom.c code | Paul Gortmaker | 2015-06-16 | 1 | -2/+1 |
| * | cris: don't use module_init for non-modular core intmem.c code | Paul Gortmaker | 2015-06-16 | 1 | -2/+1 |
* | | Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-06-26 | 3 | -3/+2 |
|\ \ |
|
| * | | remove scatterlist.h generation from arch Kbuild files | Christoph Hellwig | 2015-05-19 | 1 | -1/+0 |
| * | | remove <asm/scatterlist.h> | Christoph Hellwig | 2015-05-05 | 2 | -2/+2 |
| |/ |
|
* | | mm: new mm hook framework | Laurent Dufour | 2015-06-25 | 1 | -0/+15 |
* | | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t... | David Hildenbrand | 2015-05-19 | 1 | -3/+3 |
|/ |
|
* | Merge tag 'cris-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jes... | Linus Torvalds | 2015-04-26 | 47 | -1145/+285 |
|\ |
|
| * | cris: fix integer overflow in ELF_ET_DYN_BASE | Andrey Ryabinin | 2015-03-25 | 1 | -1/+1 |
| * | CRISv32: use GENERIC_SCHED_CLOCK | Rabin Vincent | 2015-03-25 | 3 | -0/+12 |
| * | CRISv32: use MMIO clocksource | Rabin Vincent | 2015-03-25 | 2 | -21/+5 |
| * | CRISv32: use generic clockevents | Rabin Vincent | 2015-03-25 | 2 | -60/+86 |
| * | CRIS: use generic headers via Kbuild | Rabin Vincent | 2015-03-25 | 13 | -53/+12 |
| * | CRIS: use generic cmpxchg.h | Rabin Vincent | 2015-03-25 | 2 | -51/+1 |
| * | CRIS: use generic atomic.h | Rabin Vincent | 2015-03-25 | 4 | -165/+1 |
| * | CRIS: use generic atomic bitops | Rabin Vincent | 2015-03-25 | 1 | -110/+1 |
| * | CRISv10: remove redundant macros from system.h | Rabin Vincent | 2015-03-25 | 1 | -8/+0 |
| * | CRIS: remove SMP code | Rabin Vincent | 2015-03-25 | 17 | -638/+1 |
| * | CRISv32: don't enable irqs in INIT_THREAD | Rabin Vincent | 2015-03-25 | 1 | -2/+1 |
| * | CRISv32: handle multiple signals | Rabin Vincent | 2015-03-25 | 2 | -32/+26 |
| * | CRISv32: prevent bogus restarts on sigreturn | Rabin Vincent | 2015-03-25 | 2 | -2/+8 |
| * | CRISv32: don't attempt syscall restart on irq exit | Rabin Vincent | 2015-03-25 | 1 | -0/+2 |
| * | CRIS: add Axis 88 board device tree | Rabin Vincent | 2015-03-25 | 2 | -0/+56 |
| * | CRISv32: add device tree support | Rabin Vincent | 2015-03-25 | 6 | -0/+46 |
| * | CRISv32: add irq domains support | Rabin Vincent | 2015-03-25 | 2 | -3/+26 |
| * | CRIS: enable GPIOLIB | Rabin Vincent | 2015-03-25 | 1 | -0/+1 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-04-16 | 4 | -150/+140 |
|\ \ |
|
| * | | cris fasttimer: remove use of seq_printf return value | Joe Perches | 2015-04-16 | 2 | -92/+78 |
| * | | cris: remove use of seq_printf return value | Joe Perches | 2015-04-16 | 2 | -58/+62 |
| |/ |
|
* / | arch: Remove exec_domain from remaining archs | Richard Weinberger | 2015-04-12 | 3 | -6/+0 |
|/ |
|
* | Merge tag 'cris-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/je... | Linus Torvalds | 2015-02-16 | 6 | -76/+111 |
|\ |
|
| * | CRIS: Whitespace cleanup | Jesper Nilsson | 2015-02-14 | 1 | -31/+52 |
| * | CRIS: macro whitespace fixes in uaccess.h | Michael S. Tsirkin | 2015-02-14 | 1 | -55/+58 |
| * | CRIS: uaccess: fix sparse errors | Michael S. Tsirkin | 2015-02-14 | 1 | -2/+2 |
| * | CRISv32: Remove unnecessary KERN_INFO from sync_serial | Masanari Iida | 2015-02-14 | 1 | -2/+2 |
| * | CRIS: Fix missing NR_CPUS in menuconfig | Jesper Nilsson | 2015-01-29 | 1 | -0/+4 |
| * | CRISv32: Avoid warning of unused variable | Jesper Nilsson | 2015-01-29 | 1 | -0/+4 |
| * | CRIS: Avoid warning in cris mm/fault.c | Jesper Nilsson | 2015-01-29 | 1 | -1/+3 |
| * | CRIS: Export csum_partial_copy_nocheck | Jesper Nilsson | 2015-01-29 | 1 | -0/+1 |
* | | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski | 2015-02-13 | 3 | -6/+2 |
* | | mm: make FIRST_USER_ADDRESS unsigned long on all archs | Kirill A. Shutemov | 2015-02-12 | 1 | -1/+1 |
* | | cris: drop _PAGE_FILE and pte_file()-related helpers | Kirill A. Shutemov | 2015-02-10 | 3 | -10/+0 |