index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-08
Merge branch 'for-4.18/multitouch' into for-linus
Jiri Kosina
7
-134
/
+281
2018-06-08
Merge branch 'for-4.18/i2c-hid' into for-linus
Jiri Kosina
1
-8
/
+25
2018-06-08
Merge branch 'for-4.18/hid-steam' into for-linus
Jiri Kosina
961
-5217
/
+10338
2018-06-08
Merge branch 'for-4.18/hid-redragon' into for-linus
Jiri Kosina
4
-0
/
+95
2018-06-08
Merge branch 'for-4.18/alps' into for-linus
Jiri Kosina
4603
-104485
/
+178005
2018-06-08
Merge tag 'drm-misc-next-fixes-2018-05-31' of git://anongit.freedesktop.org/d...
Dave Airlie
2
-0
/
+2
2018-06-08
Merge tag 'drm-msm-next-2018-06-04' of git://people.freedesktop.org/~robclark...
Dave Airlie
13
-352
/
+177
2018-06-08
fix proc_fill_cache() in case of d_alloc_parallel() failure
Al Viro
1
-3
/
+3
2018-06-08
cifs: fix a buffer leak in smb2_query_symlink
Ronnie Sahlberg
6
-29
/
+39
2018-06-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
147
-2066
/
+2945
2018-06-08
autofs: small cleanup in autofs_getpath()
Dan Carpenter
1
-3
/
+3
2018-06-08
autofs: clean up includes
Ian Kent
6
-30
/
+2
2018-06-08
autofs: comment on selinux changes needed for module autoload
Ian Kent
1
-0
/
+6
2018-06-08
autofs: update MAINTAINERS entry for autofs
Ian Kent
1
-2
/
+2
2018-06-08
autofs: use autofs instead of autofs4 in documentation
Ian Kent
5
-13
/
+13
2018-06-08
autofs: rename autofs documentation files
Ian Kent
2
-1
/
+0
2018-06-08
autofs: create autofs Kconfig and Makefile
Ian Kent
5
-0
/
+37
2018-06-08
autofs: delete fs/autofs4 source files
Ian Kent
8
-3619
/
+0
2018-06-08
autofs: update fs/autofs4/Makefile
Ian Kent
1
-1
/
+3
2018-06-08
autofs: update fs/autofs4/Kconfig
Ian Kent
1
-10
/
+22
2018-06-08
autofs: copy autofs4 to autofs
Ian Kent
8
-0
/
+3618
2018-06-08
autofs4: use autofs instead of autofs4 everywhere
Ian Kent
8
-319
/
+319
2018-06-08
autofs4: merge auto_fs.h and auto_fs4.h
Ian Kent
4
-164
/
+161
2018-06-08
fs/binfmt_misc.c: do not allow offset overflow
Thadeu Lima de Souza Cascardo
1
-3
/
+9
2018-06-08
checkpatch: improve patch recognition
Joe Perches
1
-0
/
+8
2018-06-08
lib/ucs2_string.c: add MODULE_LICENSE()
Randy Dunlap
1
-0
/
+2
2018-06-08
lib/mpi: headers cleanup
Vasily Averin
2
-131
/
+5
2018-06-08
lib/percpu_ida.c: use _irqsave() instead of local_irq_save() + spin_lock
Sebastian Andrzej Siewior
1
-42
/
+21
2018-06-08
lib/idr.c: remove simple_ida_lock
Matthew Wilcox
1
-5
/
+5
2018-06-08
lib/bitmap.c: micro-optimization for __bitmap_complement()
Yury Norov
1
-4
/
+1
2018-06-08
get_maintainer: improve patch recognition
Joe Perches
1
-1
/
+12
2018-06-08
kernel/hung_task.c: show all hung tasks before panic
Tetsuo Handa
1
-4
/
+7
2018-06-08
include/linux/types.h: use fixed width types without double-underscore prefix
Masahiro Yamada
1
-14
/
+14
2018-06-08
include/linux/types.h: define aligned_ types based on uapi header
Masahiro Yamada
1
-3
/
+3
2018-06-08
int-ll64.h: define u{8,16,32,64} and s{8,16,32,64} based on uapi header
Masahiro Yamada
1
-11
/
+8
2018-06-08
tools/testing/selftests/proc: test /proc/*/fd a bit (+ PF_KTHREAD is ABI!)
Alexey Dobriyan
8
-32
/
+451
2018-06-08
proc: use "unsigned int" for /proc/*/stack
Alexey Dobriyan
1
-1
/
+2
2018-06-08
proc: use "unsigned int" for sigqueue length
Alexey Dobriyan
1
-1
/
+1
2018-06-08
proc: use "unsigned int" in proc_fill_cache()
Alexey Dobriyan
3
-5
/
+5
2018-06-08
proc: smaller RCU section in ->getattr()
Alexey Dobriyan
1
-1
/
+1
2018-06-08
proc: deduplicate /proc/*/cmdline implementation
Alexey Dobriyan
1
-33
/
+20
2018-06-08
proc: simpler iterations for /proc/*/cmdline
Alexey Dobriyan
1
-19
/
+14
2018-06-08
proc: somewhat simpler code for /proc/*/cmdline
Alexey Dobriyan
1
-15
/
+9
2018-06-08
proc: more "unsigned int" in /proc/*/cmdline
Alexey Dobriyan
1
-17
/
+12
2018-06-08
mm: remove page_is_poisoned() from linux/mm.h
Sahara
1
-2
/
+0
2018-06-08
mem_cgroup: make sure moving_account, move_lock_task and stat_cpu in the same...
Aaron Lu
1
-4
/
+19
2018-06-08
mm: kvmalloc does not fallback to vmalloc for incompatible gfp flags
Michal Hocko
2
-6
/
+5
2018-06-08
include/linux/gfp.h: fix the annotation of GFP_ZONE_TABLE
Huaisheng Ye
1
-2
/
+2
2018-06-08
mm/shmem.c: zero out unused vma fields in shmem_pseudo_vma_init()
Kirill A. Shutemov
1
-2
/
+1
2018-06-08
mm, page_alloc: do not break __GFP_THISNODE by zonelist reset
Vlastimil Babka
1
-1
/
+0
[prev]
[next]