index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
sh
/
Kconfig
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched/rt, sh: Use CONFIG_PREEMPTION
Thomas Gleixner
2019-12-08
1
-1
/
+1
*
dma-mapping: remove CONFIG_ARCH_NO_COHERENT_DMA_MMAP
Christoph Hellwig
2019-09-04
1
-1
/
+0
*
docs: admin-guide: add a series of orphaned documents
Mauro Carvalho Chehab
2019-07-15
1
-1
/
+1
*
docs: admin-guide: add kdump documentation into it
Mauro Carvalho Chehab
2019-07-15
1
-1
/
+1
*
mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUP
Christoph Hellwig
2019-07-12
1
-1
/
+1
*
sh: use the generic get_user_pages_fast code
Christoph Hellwig
2019-07-12
1
-0
/
+2
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...
Linus Torvalds
2019-07-10
1
-0
/
+1
|
\
|
*
binfmt_flat: add a ARCH_HAS_BINFMT_FLAT option
Christoph Hellwig
2019-06-24
1
-0
/
+1
*
|
docs: kdump: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
2019-06-14
1
-1
/
+1
|
/
*
mm: memblock: make keeping memblock memory opt-in rather than opt-out
Mike Rapoport
2019-05-14
1
-1
/
+0
*
hugetlb: allow to free gigantic pages regardless of the configuration
Alexandre Ghiti
2019-05-14
1
-1
/
+1
*
mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOC
Alexandre Ghiti
2019-05-14
1
-1
/
+1
*
sh: advertise gigantic page support
Alexandre Ghiti
2019-05-14
1
-0
/
+1
*
locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archs
Waiman Long
2019-04-03
1
-6
/
+0
*
Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2019-03-10
1
-1
/
+1
|
\
|
*
dma-mapping: improve selection of dma_declare_coherent availability
Christoph Hellwig
2019-02-20
1
-1
/
+1
*
|
32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config option
Yury Norov
2019-02-19
1
-0
/
+1
|
/
*
Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-12-29
1
-21
/
+3
|
\
|
*
pcmcia: allow PCMCIA support independent of the architecture
Christoph Hellwig
2018-11-23
1
-2
/
+0
|
*
PCI: consolidate the PCI_DOMAINS and PCI_DOMAINS_GENERIC config options
Christoph Hellwig
2018-11-23
1
-3
/
+0
|
*
PCI: consolidate PCI config entry in drivers/pci
Christoph Hellwig
2018-11-23
1
-16
/
+3
*
|
Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
2018-12-29
1
-1
/
+1
|
\
\
|
*
|
treewide: surround Kconfig file paths with double quotes
Masahiro Yamada
2018-12-22
1
-1
/
+1
|
|
/
*
/
dma-mapping: always build the direct mapping code
Christoph Hellwig
2018-12-13
1
-1
/
+0
|
/
*
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
*
dma-mapping: merge direct and noncoherent ops
Christoph Hellwig
2018-09-20
1
-2
/
+1
*
Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-08-15
1
-26
/
+0
|
\
|
*
kconfig: include kernel/Kconfig.preempt from init/Kconfig
Christoph Hellwig
2018-08-02
1
-2
/
+0
|
*
Kconfig: consolidate the "Kernel hacking" menu
Christoph Hellwig
2018-08-02
1
-2
/
+0
|
*
kconfig: include common Kconfig files from top-level Kconfig
Christoph Hellwig
2018-08-02
1
-22
/
+0
*
|
sh: use generic dma_noncoherent_ops
Christoph Hellwig
2018-08-02
1
-1
/
+2
*
|
sh: use dma_direct_ops for the CONFIG_DMA_COHERENT case
Christoph Hellwig
2018-08-02
1
-0
/
+1
|
/
*
arch/*: Kconfig: fix documentation for NMI watchdog
Mauro Carvalho Chehab
2018-06-15
1
-1
/
+1
*
Kbuild: rename HAVE_CC_STACKPROTECTOR config variable
Masahiro Yamada
2018-06-15
1
-1
/
+1
*
mm: introduce ARCH_HAS_PTE_SPECIAL
Laurent Dufour
2018-06-07
1
-0
/
+1
*
Merge tag 'kconfig-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
2018-06-06
1
-2
/
+2
|
\
|
*
kconfig: reference environment variables directly and remove 'option env='
Masahiro Yamada
2018-05-29
1
-2
/
+2
*
|
Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2018-06-04
1
-7
/
+3
|
\
\
|
|
/
|
/
|
|
*
dma-mapping: move the NEED_DMA_MAP_STATE config symbol to lib/Kconfig
Christoph Hellwig
2018-05-09
1
-3
/
+1
|
*
scatterlist: move the NEED_SG_DMA_LENGTH config symbol to lib/Kconfig
Christoph Hellwig
2018-05-09
1
-3
/
+2
|
*
dma-debug: remove CONFIG_HAVE_DMA_API_DEBUG
Christoph Hellwig
2018-05-08
1
-1
/
+0
*
|
sh: switch to NO_BOOTMEM
Rob Herring
2018-05-11
1
-0
/
+1
|
/
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
drivers: dma-mapping: allow dma_common_mmap() for NOMMU
Vladimir Murzin
2017-06-30
1
-0
/
+1
*
sh: add SMP support for J2
Rich Felker
2016-08-05
1
-0
/
+2
*
sh: add support for J-Core J2 processor
Rich Felker
2016-08-05
1
-0
/
+10
*
sh: allow clocksource drivers to register sched_clock backends
Rich Felker
2016-07-31
1
-0
/
+1
*
sh: fix futex/robust_list on nommu models
Rich Felker
2016-07-31
1
-0
/
+1
*
sh: add support for linking a builtin device tree blob in the kernel
Rich Felker
2016-07-31
1
-0
/
+20
[next]