| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-05-09 | 1 | -28/+0 |
|\ |
|
| * | parisc: Use generic pci_mmap_resource_range() | David Woodhouse | 2017-04-20 | 1 | -29/+0 |
| * | PCI: Add BAR index argument to pci_mmap_page_range() | David Woodhouse | 2017-04-20 | 1 | -1/+2 |
* | | scripts/spelling.txt: add regsiter -> register spelling mistake | Stephen Boyd | 2017-05-09 | 1 | -1/+1 |
* | | mm, vmalloc: use __GFP_HIGHMEM implicitly | Michal Hocko | 2017-05-09 | 1 | -1/+1 |
* | | parisc: Avoid stalled CPU warnings after system shutdown | Helge Deller | 2017-03-29 | 1 | -0/+2 |
* | | parisc: Clean up fixup routines for get_user()/put_user() | Helge Deller | 2017-03-29 | 1 | -10/+0 |
* | | parisc: Fix system shutdown halt | Helge Deller | 2017-03-18 | 1 | -0/+2 |
* | | parisc: perf: Fix potential NULL pointer dereference | Arvind Yadav | 2017-03-18 | 1 | -45/+49 |
* | | parisc: Wire up statx system call | Helge Deller | 2017-03-15 | 1 | -0/+1 |
* | | parisc: Optimize flush_kernel_vmap_range and invalidate_kernel_vmap_range | John David Anglin | 2017-03-15 | 1 | -0/+22 |
* | | parisc: support R_PARISC_SECREL32 relocation in modules | Mikulas Patocka | 2017-03-15 | 1 | -0/+8 |
|/ |
|
* | Merge branch 'parisc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-03-04 | 2 | -24/+7 |
|\ |
|
| * | parisc: Remove flush_user_dcache_range and flush_user_icache_range | John David Anglin | 2017-02-25 | 2 | -24/+7 |
* | | sched/headers: Move task->mm handling methods to <linux/sched/mm.h> | Ingo Molnar | 2017-03-03 | 1 | -1/+1 |
* | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 5 | -0/+5 |
* | | sched/headers: Prepare for new header dependencies before moving more code to... | Ingo Molnar | 2017-03-02 | 2 | -0/+2 |
* | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 2 | -1/+2 |
* | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 2 | -0/+2 |
* | | mm: add new mmgrab() helper | Vegard Nossum | 2017-02-28 | 1 | -1/+1 |
* | | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-02-25 | 2 | -3/+3 |
|\ \
| |/
|/| |
|
| * | treewide: Constify most dma_map_ops structures | Bart Van Assche | 2017-01-24 | 2 | -3/+3 |
* | | fs/binfmt: Convert obsolete cputime type to nsecs | Frederic Weisbecker | 2017-02-01 | 1 | -9/+2 |
* | | sched/clock: Fix hotplug crash | Peter Zijlstra | 2017-01-20 | 1 | -0/+2 |
|/ |
|
* | parisc: Mark cr16 clocksource unstable on SMP systems | Helge Deller | 2016-12-29 | 1 | -3/+20 |
* | clocksource: Use a plain u64 instead of cycle_t | Thomas Gleixner | 2016-12-25 | 1 | -1/+1 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 11 | -11/+11 |
* | Merge branch 'parisc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-12-21 | 8 | -131/+61 |
|\ |
|
| * | parisc: Optimize timer interrupt function | Helge Deller | 2016-12-20 | 2 | -88/+29 |
| * | parisc: perf: return -EFAULT on error | Dan Carpenter | 2016-12-12 | 1 | -3/+2 |
| * | parisc: Enhance CPU detection code on PAT machines | Helge Deller | 2016-12-12 | 3 | -16/+18 |
| * | parisc: Re-enable interrupts early | Helge Deller | 2016-12-12 | 1 | -9/+3 |
| * | parisc: Enable KASLR | Helge Deller | 2016-12-12 | 2 | -15/+9 |
* | | arch/parisc: add option to skip DMA sync as a part of map and unmap | Alexander Duyck | 2016-12-15 | 1 | -5/+15 |
|/ |
|
* | parisc: Fix TLB related boot crash on SMP machines | Helge Deller | 2016-12-08 | 1 | -0/+11 |
* | parisc: Remove unnecessary TLB purges from flush_dcache_page_asm and flush_ic... | John David Anglin | 2016-12-07 | 1 | -21/+1 |
* | parisc: Also flush data TLB in flush_icache_page_asm | John David Anglin | 2016-11-25 | 1 | -15/+22 |
* | parisc: Fix race in pci-dma.c | John David Anglin | 2016-11-25 | 1 | -1/+1 |
* | parisc: Switch to generic sched_clock implementation | Helge Deller | 2016-11-25 | 1 | -46/+11 |
* | parisc: Fix races in parisc_setup_cache_timing() | John David Anglin | 2016-11-25 | 2 | -19/+16 |
* | parisc: Fix printk continuations in system detection | Helge Deller | 2016-11-22 | 1 | -4/+4 |
* | parisc: Use LINUX_GATEWAY_ADDR define instead of hardcoded value | Helge Deller | 2016-11-02 | 1 | -1/+1 |
* | parisc: Ensure consistent state when switching to kernel stack at syscall entry | John David Anglin | 2016-11-02 | 1 | -2/+9 |
* | parisc: Avoid trashing sr2 and sr3 in LWS code | John David Anglin | 2016-11-02 | 1 | -29/+24 |
* | parisc: use KERN_CONT when printing device inventory | Helge Deller | 2016-11-02 | 1 | -3/+3 |
* | Merge branch 'parisc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2016-10-12 | 2 | -7/+11 |
|\ |
|
| * | parisc: Show trap name in kernel crash | Helge Deller | 2016-10-11 | 1 | -2/+2 |
| * | parisc: Move exception table into read-only section | Helge Deller | 2016-10-09 | 1 | -3/+4 |