index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
init
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-02
init: Support mounting root file systems over SMB
Paulo Alcantara (SUSE)
1
-0
/
+49
2019-09-28
Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-0
/
+6
2019-09-27
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+5
2019-09-24
mm: use CPU_BITS_NONE to initialize init_mm.cpu_bitmask
Mike Rapoport
1
-1
/
+0
2019-09-24
mm: consolidate pgtable_cache_init() and pgd_cache_init()
Mike Rapoport
1
-2
/
+1
2019-09-24
mm: kmemleak: use the memory pool for early allocations
Catalin Marinas
1
-1
/
+1
2019-09-22
Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+30
2019-09-21
Merge tag 'for-linus-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+0
2019-09-21
Merge tag 'compiler-attributes-for-linus-v5.4' of git://github.com/ojeda/linux
Linus Torvalds
1
-0
/
+3
2019-09-20
Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
2
-8
/
+23
2019-09-19
Merge branch 'work.mount2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-7
/
+4
2019-09-17
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+0
2019-09-16
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-2
/
+24
2019-09-16
Merge branch 'sched/rt' into sched/core, to pick up -rt changes
Ingo Molnar
2
-2
/
+2
2019-09-15
um: Enable CONFIG_CONSTRUCTORS
Johannes Berg
1
-1
/
+0
2019-09-15
compiler-types.h: add asm_inline definition
Rasmus Villemoes
1
-0
/
+3
2019-09-12
vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount API
David Howells
1
-5
/
+4
2019-09-11
module: move CONFIG_UNUSED_SYMBOLS to the sub-menu of MODULES
Masahiro Yamada
1
-0
/
+16
2019-09-11
module: remove redundant 'depends on MODULES'
Masahiro Yamada
1
-3
/
+1
2019-09-10
module: add config option MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS
Matthias Maennich
1
-0
/
+13
2019-09-05
make shmem_fill_super() static
Al Viro
1
-1
/
+1
2019-09-05
make ramfs_fill_super() static
Al Viro
1
-4
/
+2
2019-09-04
kbuild,arc: add CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3 for ARC
Masahiro Yamada
1
-2
/
+10
2019-09-03
sched/uclamp: Extend CPU's cgroup controller
Patrick Bellasi
1
-0
/
+22
2019-08-29
init/Kconfig: rework help of CONFIG_CC_OPTIMIZE_FOR_SIZE
Masahiro Yamada
1
-4
/
+2
2019-08-28
posix-cpu-timers: Move state tracking to struct posix_cputimers
Thomas Gleixner
1
-2
/
+0
2019-08-22
kbuild: add CONFIG_ASM_MODVERSIONS
Masahiro Yamada
1
-0
/
+8
2019-08-20
Revert "init/Kconfig: Fix infinite Kconfig recursion on PPC"
Will Deacon
1
-1
/
+1
2019-08-19
lockdown: Enforce module signatures if the kernel is locked down
David Howells
1
-0
/
+5
2019-08-19
security: Support early LSMs
Matthew Garrett
1
-0
/
+1
2019-08-14
Kbuild: Handle PREEMPT_RT for version string and magic
Thomas Gleixner
1
-2
/
+3
2019-08-07
init/Kconfig: Fix infinite Kconfig recursion on PPC
Will Deacon
1
-1
/
+1
2019-08-05
MODSIGN: Export module signature definitions
Thiago Jung Bauermann
1
-1
/
+5
2019-08-05
arm64: Add support for relocating the kernel with RELR relocations
Peter Collingbourne
1
-0
/
+3
2019-07-31
sched/preempt: Use CONFIG_PREEMPTION where appropriate
Thomas Gleixner
2
-2
/
+2
2019-07-19
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2
-22
/
+3
2019-07-17
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+2
2019-07-16
init/Kconfig: fix neighboring typos
Kees Cook
1
-2
/
+2
2019-07-15
docs: cgroup-v1: add it to the admin-guide book
Mauro Carvalho Chehab
1
-2
/
+2
2019-07-15
docs: accounting: convert to ReST
Mauro Carvalho Chehab
1
-1
/
+1
2019-07-12
Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-0
/
+33
2019-07-12
mm: init: report memory auto-initialization features at boot time
Alexander Potapenko
1
-0
/
+24
2019-07-09
Merge tag 'docs-5.3' of git://git.lwn.net/linux
Linus Torvalds
1
-3
/
+3
2019-07-09
Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-8
/
+0
2019-07-09
kbuild: compile-test kernel headers to ensure they are self-contained
Masahiro Yamada
1
-0
/
+11
2019-07-08
Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-1
/
+1
2019-07-08
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-1
/
+55
2019-07-08
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+2
2019-07-08
kbuild: compile-test exported headers to ensure they are self-contained
Masahiro Yamada
1
-0
/
+10
2019-07-08
init/Kconfig: add CONFIG_CC_CAN_LINK
Masahiro Yamada
1
-0
/
+3
[next]