Age | Commit message (Expand) | Author | Files | Lines |
2019-01-07 | Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -7/+0 |
2019-01-07 | Fix 'acccess_ok()' on alpha and SH | Linus Torvalds | 1 | -3/+5 |
2019-01-06 | arch: remove redundant UAPI generic-y defines | Masahiro Yamada | 1 | -6/+0 |
2019-01-06 | arch: remove stale comments "UAPI Header export list" | Masahiro Yamada | 1 | -1/+0 |
2019-01-05 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -5/+5 |
2019-01-05 | mm: treewide: remove unused address argument from pte_alloc functions | Joel Fernandes (Google) | 1 | -3/+3 |
2019-01-05 | fls: change parameter to unsigned int | Matthew Wilcox | 1 | -2/+2 |
2019-01-04 | Remove 'type' argument from access_ok() function | Linus Torvalds | 4 | -9/+9 |
2018-12-31 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat... | Linus Torvalds | 14 | -1043/+609 |
2018-12-30 | Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -28/+12 |
2018-12-29 | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 3 | -13/+7 |
2018-12-22 | alpha: Remove some unused variables | Matt Turner | 1 | -2/+1 |
2018-12-21 | alpha: rtc: simplify alpha_rtc_init | Alexandre Belloni | 1 | -12/+10 |
2018-12-21 | alpha: Fix a typo on ptrace.h | Daniel Bristot de Oliveira | 1 | -1/+1 |
2018-12-21 | alpha: fix spelling mistake QSD_PORT_ACTUVE -> QSD_PORT_ACTIVE | Colin Ian King | 1 | -1/+1 |
2018-12-21 | alpha: generate uapi header and syscall table header files | Firoz Khan | 5 | -1001/+9 |
2018-12-21 | alpha: add system call table generation support | Firoz Khan | 4 | -0/+559 |
2018-12-21 | alpha: add __NR_syscalls along with NR_SYSCALLS | Firoz Khan | 2 | -1/+5 |
2018-12-21 | alpha: remove CONFIG_OSF4_COMPAT flag from syscall table | Firoz Khan | 2 | -8/+6 |
2018-12-21 | alpha: move __IGNORE* entries to non uapi header | Firoz Khan | 2 | -21/+21 |
2018-12-20 | dma-mapping: zero memory returned from dma_alloc_* | Christoph Hellwig | 1 | -1/+1 |
2018-12-15 | alpha: fix hang caused by the bootmem removal | Mike Rapoport | 2 | -3/+4 |
2018-12-13 | dma-mapping: bypass indirect calls for dma-direct | Christoph Hellwig | 1 | -1/+1 |
2018-12-13 | dma-mapping: always build the direct mapping code | Christoph Hellwig | 1 | -1/+0 |
2018-12-06 | arch: switch the default on ARCH_HAS_SG_CHAIN | Christoph Hellwig | 1 | -0/+1 |
2018-12-06 | alpha: remove the mapping_error dma_map_ops method | Christoph Hellwig | 1 | -10/+4 |
2018-11-23 | eisa: consolidate EISA Kconfig entry in drivers/eisa | Christoph Hellwig | 1 | -7/+8 |
2018-11-23 | pcmcia: allow PCMCIA support independent of the architecture | Christoph Hellwig | 1 | -2/+0 |
2018-11-23 | PCI: consolidate the PCI_SYSCALL symbol | Christoph Hellwig | 1 | -3/+1 |
2018-11-23 | PCI: consolidate the PCI_DOMAINS and PCI_DOMAINS_GENERIC config options | Christoph Hellwig | 1 | -4/+1 |
2018-11-23 | PCI: consolidate PCI config entry in drivers/pci | Christoph Hellwig | 1 | -12/+2 |
2018-11-10 | Merge tag 'tty-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 3 | -1/+29 |
2018-11-08 | arch/alpha, termios: implement BOTHER, IBSHIFT and termios2 | H. Peter Anvin (Intel) | 3 | -1/+29 |
2018-10-31 | memblock: stop using implicit alignment to SMP_CACHE_BYTES | Mike Rapoport | 11 | -19/+29 |
2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport | 12 | -12/+9 |
2018-10-31 | memblock: rename free_all_bootmem to memblock_free_all | Mike Rapoport | 1 | -1/+1 |
2018-10-31 | memblock: replace free_bootmem{_node} with memblock_free | Mike Rapoport | 1 | -2/+1 |
2018-10-31 | memblock: replace alloc_bootmem with memblock_alloc | Mike Rapoport | 4 | -8/+8 |
2018-10-31 | memblock: replace __alloc_bootmem with memblock_alloc_from | Mike Rapoport | 3 | -4/+4 |
2018-10-31 | memblock: replace alloc_bootmem_node with memblock_alloc_node | Mike Rapoport | 1 | -2/+2 |
2018-10-31 | mm: remove CONFIG_HAVE_MEMBLOCK | Mike Rapoport | 1 | -1/+0 |
2018-10-31 | mm: remove CONFIG_NO_BOOTMEM | Mike Rapoport | 1 | -1/+0 |
2018-10-31 | treewide: remove current_text_addr | Nick Desaulniers | 1 | -6/+0 |
2018-10-29 | Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -0/+2 |
2018-10-27 | alpha: switch to NO_BOOTMEM | Mike Rapoport | 4 | -188/+29 |
2018-10-25 | Merge branch 'work.alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2 | -188/+183 |
2018-10-25 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+2 |
2018-10-03 | signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZE | Eric W. Biederman | 1 | -1/+0 |
2018-10-02 | tty/serial_core: add ISO7816 infrastructure | Nicolas Ferre | 1 | -0/+2 |
2018-08-29 | y2038: Compile utimes()/futimesat() conditionally | Arnd Bergmann | 1 | -0/+1 |