| 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 | 2 | -23/+2 |
|\ |
|
| * | sh/PCI: Use generic pci_mmap_resource_range() | David Woodhouse | 2017-04-20 | 2 | -22/+1 |
| * | PCI: Add BAR index argument to pci_mmap_page_range() | David Woodhouse | 2017-04-20 | 1 | -1/+2 |
| * | PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h> | David Woodhouse | 2017-04-18 | 1 | -2/+1 |
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2017-05-02 | 1 | -2/+2 |
|\ \ |
|
| * | | debug: Add _ONCE() logic to report_bug() | Peter Zijlstra | 2017-03-30 | 1 | -2/+2 |
* | | | CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional now | Al Viro | 2017-04-26 | 1 | -1/+0 |
| | | | |
| \ \ | |
| \ \ | |
| \ \ | |
*---. \ \ | Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'... | Al Viro | 2017-04-26 | 6 | -61/+18 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| | | * | | sh: switch to RAW_COPY_USER | Al Viro | 2017-03-29 | 2 | -32/+5 |
| | | * | | sh: switch to extable.h | Al Viro | 2017-03-29 | 2 | -22/+11 |
| | |/ /
| |/| | |
|
| | * | | Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Al Viro | 2017-04-02 | 3 | -2/+2 |
| |/| |
| | |/ |
|
| | * | Merge branch 'prep-for-5level' | Linus Torvalds | 2017-03-10 | 2 | -0/+2 |
| | |\ |
|
| | | * | arch, mm: convert all architectures to use 5level-fixup.h | Kirill A. Shutemov | 2017-03-09 | 2 | -0/+2 |
| |_|/
|/| | |
|
| | * | sh: cayman: IDE support fix | Bartlomiej Zolnierkiewicz | 2017-03-10 | 1 | -2/+0 |
| |/
|/| |
|
| * | uaccess: drop duplicate includes from asm/uaccess.h | Al Viro | 2017-03-06 | 1 | -2/+0 |
| * | uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h | Al Viro | 2017-03-06 | 1 | -3/+0 |
|/ |
|
* | sched/headers: Remove <asm/ptrace.h> from <linux/sched.h> | Ingo Molnar | 2017-03-03 | 2 | -0/+4 |
* | sched/headers: Move task_struct::signal and task_struct::sighand types and ac... | Ingo Molnar | 2017-03-03 | 1 | -2/+1 |
* | sched/headers: Move task->mm handling methods to <linux/sched/mm.h> | Ingo Molnar | 2017-03-03 | 1 | -1/+1 |
* | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu... | Ingo Molnar | 2017-03-02 | 1 | -0/+2 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 12 | -0/+14 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 4 | -0/+4 |
* | 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 | 7 | -0/+7 |
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 2017-03-02 | 3 | -2/+4 |
* | sched/headers: Prepare for the removal of <asm/ptrace.h> from <linux/sched.h> | Ingo Molnar | 2017-03-02 | 2 | -0/+2 |
* | sched/headers: Prepare for new header dependencies before moving more code to... | 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 | 6 | -2/+8 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | mm: add new mmget() helper | Vegard Nossum | 2017-02-28 | 1 | -1/+1 |
* | mm: add new mmgrab() helper | Vegard Nossum | 2017-02-28 | 1 | -1/+1 |
* | scripts/spelling.txt: add "swith" pattern and fix typo instances | Masahiro Yamada | 2017-02-28 | 1 | -1/+1 |
* | kprobes: move kprobe declarations to asm-generic/kprobes.h | Luis R. Rodriguez | 2017-02-28 | 1 | -1/+4 |
* | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-02-25 | 3 | -4/+4 |
|\ |
|
| * | treewide: Consolidate get_dma_ops() implementations | Bart Van Assche | 2017-01-24 | 1 | -1/+1 |
| * | treewide: Constify most dma_map_ops structures | Bart Van Assche | 2017-01-24 | 3 | -4/+4 |
* | | treewide: Remove remaining executable attributes from source files | Joe Perches | 2017-02-25 | 1 | -0/+0 |
* | | Merge tag 'tty-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2017-02-22 | 28 | -269/+108 |
|\ \ |
|
| * | | serial: sh-sci: Compute the regshift value for SCI ports | Laurent Pinchart | 2017-01-19 | 3 | -5/+9 |
| * | | serial: sh-sci: Fix register offsets for the IRDA serial port | Laurent Pinchart | 2017-01-19 | 1 | -1/+0 |
| * | | sh: Don't set the sh-sci platform data REIE bit when not implemented | Laurent Pinchart | 2017-01-19 | 2 | -4/+0 |
| * | | sh: Don't set the sh-sci platform data scscr CKE0 bit | Laurent Pinchart | 2017-01-19 | 2 | -3/+3 |
| * | | sh: Don't set sh-sci port_reg | Laurent Pinchart | 2017-01-19 | 5 | -16/+0 |
| * | | sh: Don't set the sh-sci pdata UPF_BOOT_AUTOCONF flags | Laurent Pinchart | 2017-01-19 | 28 | -112/+1 |
| * | | sh: sh726[49]: Don't set sh-sci pdata scscr TOIE bit | Laurent Pinchart | 2017-01-19 | 2 | -16/+16 |
| * | | sh: Don't set sh-sci pdata scscr TIE and RIE bits | Laurent Pinchart | 2017-01-19 | 4 | -22/+21 |
| * | | sh: Don't set sh-sci pdata scscr TE and RE bits | Laurent Pinchart | 2017-01-19 | 28 | -135/+103 |
| |/ |
|
* | | Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-02-21 | 5 | -5/+5 |
|\ \ |
|
| * | | sh: migrate exception table users off module.h and onto extable.h | Paul Gortmaker | 2017-01-24 | 5 | -5/+5 |
| |/ |
|
* | | Merge tag 'mmc-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc | Linus Torvalds | 2017-02-21 | 1 | -5/+11 |
|\ \ |
|