| Commit message (Expand) | Author | Age | Files | Lines |
* | arch: remove redundant UAPI generic-y defines | Masahiro Yamada | 2019-01-06 | 1 | -23/+0 |
* | arch: remove stale comments "UAPI Header export list" | Masahiro Yamada | 2019-01-06 | 1 | -1/+0 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2019-01-05 | 2 | -5/+3 |
|\ |
|
| * | mm: treewide: remove unused address argument from pte_alloc functions | Joel Fernandes (Google) | 2019-01-04 | 1 | -4/+2 |
| * | fls: change parameter to unsigned int | Matthew Wilcox | 2019-01-04 | 1 | -1/+1 |
* | | Remove 'type' argument from access_ok() function | Linus Torvalds | 2019-01-03 | 4 | -7/+4 |
|/ |
|
* | Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da... | Linus Torvalds | 2019-01-01 | 1 | -33/+1 |
|\ |
|
| * | kgdb/treewide: constify struct kgdb_arch arch_kgdb_ops | Christophe Leroy | 2018-12-30 | 1 | -1/+1 |
| * | kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function() | Douglas Anderson | 2018-12-30 | 1 | -27/+0 |
| * | kgdb: Remove irq flags from roundup | Douglas Anderson | 2018-12-30 | 1 | -7/+2 |
* | | Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2018-12-29 | 1 | -3/+0 |
|\ \ |
|
| * | | PCI: consolidate PCI config entry in drivers/pci | Christoph Hellwig | 2018-11-23 | 1 | -3/+0 |
| |/ |
|
* / | dma-mapping: always build the direct mapping code | Christoph Hellwig | 2018-12-13 | 1 | -1/+0 |
|/ |
|
* | mm: remove include/linux/bootmem.h | Mike Rapoport | 2018-10-31 | 3 | -3/+2 |
* | memblock: rename free_all_bootmem to memblock_free_all | Mike Rapoport | 2018-10-31 | 1 | -1/+1 |
* | mm: remove CONFIG_HAVE_MEMBLOCK | Mike Rapoport | 2018-10-31 | 1 | -1/+0 |
* | mm: remove CONFIG_NO_BOOTMEM | Mike Rapoport | 2018-10-31 | 1 | -1/+0 |
* | treewide: remove current_text_addr | Nick Desaulniers | 2018-10-31 | 1 | -3/+0 |
* | hexagon: switch to NO_BOOTMEM | Mike Rapoport | 2018-10-26 | 2 | -12/+11 |
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2018-10-25 | 1 | -0/+1 |
|\ |
|
| * | y2038: Remove stat64 family from default syscall set | Arnd Bergmann | 2018-08-29 | 1 | -0/+1 |
* | | Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2018-10-22 | 4 | -175/+11 |
|\ \ |
|
| * | | dma-mapping: merge direct and noncoherent ops | Christoph Hellwig | 2018-09-20 | 1 | -1/+1 |
| * | | hexagon: use generic dma_noncoherent_ops | Christoph Hellwig | 2018-09-08 | 4 | -180/+11 |
| * | | hexagon: implement the sync_sg_for_device DMA operation | Christoph Hellwig | 2018-09-08 | 1 | -0/+13 |
| * | | hexagon: remove the sync_single_for_cpu DMA operation | Christoph Hellwig | 2018-09-08 | 1 | -8/+0 |
| |/ |
|
* | | hexagon: modify ffs() and fls() to return int | Randy Dunlap | 2018-09-10 | 1 | -2/+2 |
* | | arch/hexagon: fix kernel/dma.c build warning | Randy Dunlap | 2018-09-10 | 1 | -1/+1 |
|/ |
|
* | kbuild: rename LDFLAGS to KBUILD_LDFLAGS | Masahiro Yamada | 2018-08-24 | 1 | -3/+1 |
* | mm: convert return type of handle_mm_fault() caller to vm_fault_t | Souptick Joarder | 2018-08-17 | 1 | -1/+1 |
* | Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2018-08-15 | 2 | -20/+2 |
|\ |
|
| * | kconfig: include kernel/Kconfig.preempt from init/Kconfig | Christoph Hellwig | 2018-08-02 | 1 | -0/+1 |
| * | Kconfig: consolidate the "Kernel hacking" menu | Christoph Hellwig | 2018-08-02 | 2 | -4/+1 |
| * | kconfig: include common Kconfig files from top-level Kconfig | Christoph Hellwig | 2018-08-02 | 1 | -16/+0 |
* | | atomics/treewide: Make unconditional inc/dec ops optional | Mark Rutland | 2018-06-21 | 1 | -6/+0 |
* | | atomics/treewide: Make test ops optional | Mark Rutland | 2018-06-21 | 1 | -5/+0 |
* | | atomics/treewide: Make atomic_fetch_add_unless() optional | Mark Rutland | 2018-06-21 | 1 | -0/+1 |
* | | atomics/treewide: Remove redundant atomic_inc_not_zero() definitions | Mark Rutland | 2018-06-21 | 1 | -2/+0 |
* | | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() | Mark Rutland | 2018-06-21 | 1 | -2/+2 |
|/ |
|
* | hexagon: drop the unused variable zero_page_mask | Anshuman Khandual | 2018-06-15 | 2 | -4/+0 |
* | hexagon: fix printk format warning in setup.c | Randy Dunlap | 2018-06-15 | 1 | -1/+1 |
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2018-06-04 | 1 | -0/+1 |
|\ |
|
| * | time: Add an asm-generic/compat.h file | Arnd Bergmann | 2018-04-19 | 1 | -0/+1 |
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2018-06-04 | 2 | -20/+9 |
|\ \ |
|
| * | | signal/hexagon: Use force_sig_fault as appropriate | Eric W. Biederman | 2018-04-25 | 2 | -22/+9 |
| * | | signal: Ensure every siginfo we send has all bits initialized | Eric W. Biederman | 2018-04-25 | 2 | -0/+2 |
| |/ |
|
* | | scatterlist: move the NEED_SG_DMA_LENGTH config symbol to lib/Kconfig | Christoph Hellwig | 2018-05-09 | 1 | -3/+1 |
* | | PCI: remove PCI_DMA_BUS_IS_PHYS | Christoph Hellwig | 2018-05-07 | 1 | -1/+0 |
* | | hexagon: export csum_partial_copy_nocheck | Arnd Bergmann | 2018-05-01 | 1 | -0/+1 |
* | | hexagon: add memset_io() helper | Arnd Bergmann | 2018-05-01 | 1 | -0/+6 |
|/ |
|