Age | Commit message (Expand) | Author | Files | Lines |
2016-11-06 | openrisc: Define __ro_after_init to avoid crash | Guenter Roeck | 1 | -0/+2 |
2016-10-12 | Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -4/+0 |
2016-10-08 | nmi_backtrace: generate one-line reports for idle cpus | Chris Metcalf | 1 | -0/+1 |
2016-09-28 | exceptions: detritus removal | Al Viro | 1 | -4/+0 |
2016-09-18 | openrisc: fix the fix of copy_from_user() | Guenter Roeck | 1 | -1/+1 |
2016-09-14 | openrisc: fix copy_from_user() | Al Viro | 1 | -24/+11 |
2016-08-04 | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 1 | -11/+10 |
2016-08-03 | treewide: replace obsolete _refok by __ref | Fabian Frederick | 1 | -2/+2 |
2016-07-27 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
2016-07-27 | Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -1/+1 |
2016-07-27 | mm: do not pass mm_struct into handle_mm_fault | Kirill A. Shutemov | 1 | -1/+1 |
2016-06-25 | tree wide: get rid of __GFP_REPEAT for order-0 allocations part I | Michal Hocko | 2 | -2/+2 |
2016-06-08 | openrisc: do away with ARCH_REQUIRE_GPIOLIB | Linus Walleij | 1 | -1/+1 |
2016-05-25 | Merge tag 'asm-generic-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+1 |
2016-05-21 | lib/GCD.c: use binary GCD algorithm instead of Euclidean | Zhaoxiu Zeng | 1 | -0/+1 |
2016-05-21 | exit_thread: remove empty bodies | Jiri Slaby | 1 | -9/+0 |
2016-05-05 | asm-generic: Drop renameat syscall from default list | James Hogan | 1 | -0/+1 |
2016-04-22 | openrisc: drop wrongly typed definition of page_to_virt() | Ard Biesheuvel | 1 | -2/+0 |
2016-03-26 | arch, ftrace: for KASAN put hard/soft IRQ entries into separate sections | Alexander Potapenko | 1 | -0/+1 |
2016-03-25 | Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -3/+0 |
2016-02-26 | asm-generic: page.h: Remove useless get_user_page and free_user_page | Chen Gang | 1 | -3/+0 |
2016-02-16 | gpio: Remove unused asm/gpio.h files | Bjorn Helgaas | 1 | -4/+0 |
2016-01-21 | dma-mapping: always provide the dma_map_ops based implementation | Christoph Hellwig | 2 | -5/+0 |
2015-09-10 | dma-mapping: consolidate dma_set_mask | Christoph Hellwig | 1 | -9/+0 |
2015-09-10 | dma-mapping: consolidate dma_supported | Christoph Hellwig | 1 | -2/+3 |
2015-09-10 | dma-mapping: cosolidate dma_mapping_error | Christoph Hellwig | 1 | -5/+0 |
2015-09-10 | dma-mapping: consolidate dma_{alloc,free}_noncoherent | Christoph Hellwig | 1 | -20/+0 |
2015-09-10 | dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent} | Christoph Hellwig | 1 | -30/+0 |
2015-08-10 | openrisc/time: Migrate to new 'set-state' interface | Viresh Kumar | 1 | -24/+0 |
2015-07-18 | mm: clean up per architecture MM hook header files | Laurent Dufour | 2 | -15/+1 |
2015-07-18 | openrisc: fix CONFIG_UID16 setting | Andrew Morton | 1 | -3/+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-05-19 | remove scatterlist.h generation from arch Kbuild files | Christoph Hellwig | 1 | -1/+0 |
2015-04-16 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -24/+26 |
2015-04-16 | openrisc: remove use of seq_printf return value | Joe Perches | 1 | -24/+26 |
2015-04-15 | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -4/+0 |
2015-04-12 | arch: Remove exec_domain from remaining archs | Richard Weinberger | 2 | -4/+0 |
2015-04-12 | whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread() | Al Viro | 1 | -1/+0 |
2015-02-18 | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+2 |
2015-02-13 | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski | 2 | -5/+1 |
2015-02-12 | mm: make FIRST_USER_ADDRESS unsigned long on all archs | Kirill A. Shutemov | 1 | -1/+1 |
2015-02-11 | openrisc: drop _PAGE_FILE and pte_file()-related helpers | Kirill A. Shutemov | 2 | -13/+0 |
2015-01-29 | vm: add VM_FAULT_SIGSEGV handling support | Linus Torvalds | 1 | -0/+2 |
2015-01-13 | openrisc/uaccess: fix sparse errors | Michael S. Tsirkin | 1 | -2/+2 |
2014-12-10 | net, lib: kill arch_fast_hash library bits | Daniel Borkmann | 1 | -1/+0 |
2014-10-20 | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds | 3 | -4/+7 |
2014-10-09 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -13/+1 |
2014-09-26 | next: openrisc: Fix build | Guenter Roeck | 1 | -2/+1 |
2014-09-24 | ARCH: AUDIT: audit_syscall_entry() should not require the arch | Eric Paris | 1 | -2/+1 |