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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-14
kconfig: remove P_ENV property type
Masahiro Yamada
3
-4
/
+0
2018-08-14
kconfig: remove unused sym_get_env_prop() function
Masahiro Yamada
2
-10
/
+0
2018-08-13
kconfig: fix the rule of mainmenu_stmt symbol
Masahiro Yamada
1
-2
/
+2
2018-08-09
init/Kconfig: Use short unix-style option instead of --longname
Rob Landley
1
-2
/
+2
2018-08-03
Kbuild: Makefile.modbuiltin: include auto.conf and tristate.conf mandatory
Dirk Gouders
1
-2
/
+2
2018-07-25
kbuild: remove auto.conf from prerequisite of phony targets
Masahiro Yamada
1
-10
/
+4
2018-07-25
kbuild: do not update config for 'make kernelrelease'
Masahiro Yamada
1
-1
/
+2
2018-07-25
kbuild: do not update config when running install targets
Masahiro Yamada
1
-7
/
+20
2018-07-25
kbuild: add .DELETE_ON_ERROR special target
Masahiro Yamada
1
-0
/
+3
2018-07-25
kbuild: use 'include' directive to load auto.conf from top Makefile
Masahiro Yamada
1
-1
/
+1
2018-07-25
kconfig: allow all config targets to write auto.conf if missing
Masahiro Yamada
7
-19
/
+30
2018-07-25
kconfig: make syncconfig update .config regardless of sym_change_count
Masahiro Yamada
1
-4
/
+6
2018-07-25
kconfig: create directories needed for syncconfig by itself
Masahiro Yamada
2
-9
/
+20
2018-07-25
kconfig: remove unneeded directory generation from local*config
Masahiro Yamada
1
-1
/
+0
2018-07-25
kconfig: split out useful helpers in confdata.c
Masahiro Yamada
1
-17
/
+64
2018-07-25
kconfig: rename file_write_dep and move it to confdata.c
Masahiro Yamada
3
-32
/
+30
2018-07-25
kconfig: fix typos in description of "choice" in kconfig-language.txt
Randy Dunlap
1
-2
/
+2
2018-07-25
kconfig: handle format string before calling conf_message_callback()
Masahiro Yamada
4
-18
/
+17
2018-07-18
kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITE
Dirk Gouders
6
-8
/
+8
2018-07-18
kconfig: check for pkg-config on make {menu,n,g,x}config
Randy Dunlap
3
-0
/
+17
2018-07-15
Linux 4.18-rc5
v4.18-rc5
Linus Torvalds
1
-1
/
+1
2018-07-15
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
4
-3
/
+49
2018-07-14
Merge tag 'rtc-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abell...
Linus Torvalds
2
-6
/
+6
2018-07-14
Merge tag 'omap-for-v4.18/fixes-rc4-signed' of git://git.kernel.org/pub/scm/l...
Olof Johansson
2
-0
/
+46
2018-07-14
Merge tag 'mvebu-fixes-4.18-1' of git://git.infradead.org/linux-mvebu into fixes
Olof Johansson
1
-1
/
+1
2018-07-14
Merge tag 'pxa-fixes-4.18' of https://github.com/rjarzmik/linux into fixes
Olof Johansson
1
-2
/
+2
2018-07-14
Merge tag 'for-linus-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-16
/
+13
2018-07-14
Merge tag 'for-linus-20180713' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+0
2018-07-14
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
12
-99
/
+133
2018-07-14
reiserfs: fix buffer overflow with long warning messages
Eric Biggers
1
-60
/
+81
2018-07-14
checkpatch: fix duplicate invalid vsprintf pointer extension '%p<foo>' messages
Joe Perches
1
-3
/
+3
2018-07-14
mm: do not bug_on on incorrect length in __mm_populate()
Michal Hocko
2
-19
/
+12
2018-07-14
mm/memblock.c: do not complain about top-down allocations for !MEMORY_HOTREMOVE
Michal Hocko
1
-1
/
+2
2018-07-14
fs, elf: make sure to page align bss in load_elf_library
Oscar Salvador
1
-3
/
+2
2018-07-14
x86/purgatory: add missing FORCE to Makefile target
Philipp Rudo
1
-1
/
+1
2018-07-14
net/9p/client.c: put refcount of trans_mod in error case in parse_opts()
piaojun
1
-1
/
+2
2018-07-14
mm: allow arch to supply p??_free_tlb functions
Nicholas Piggin
1
-0
/
+8
2018-07-14
autofs: fix slab out of bounds read in getname_kernel()
Tomas Bortoli
1
-9
/
+13
2018-07-14
fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps*
Vlastimil Babka
1
-1
/
+2
2018-07-14
mm: do not drop unused pages when userfaultd is running
Christian Borntraeger
1
-1
/
+7
2018-07-14
mm: zero unavailable pages before memmap init
Pavel Tatashin
1
-2
/
+2
2018-07-13
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-11
/
+19
2018-07-13
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-3
/
+2
2018-07-13
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
14
-81
/
+84
2018-07-13
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-9
/
+3
2018-07-13
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-117
/
+100
2018-07-13
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
8
-27
/
+39
2018-07-13
Merge tag 'vfio-v4.18-rc5' of git://github.com/awilliam/linux-vfio
Linus Torvalds
1
-1
/
+3
2018-07-13
Merge tag 'kbuild-fixes-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
15
-50
/
+63
2018-07-13
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2
-14
/
+11
[next]