index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-04
mqueue: move compat syscalls to native ones
Al Viro
3
-228
/
+262
2017-06-29
usbdevfs: get rid of field-by-field copyin
Al Viro
1
-29
/
+19
2017-06-29
compat_hdio_ioctl: get rid of set_fs()
Al Viro
1
-9
/
+6
2017-06-29
take floppy compat ioctls to sodding floppy.c
Al Viro
2
-340
/
+328
2017-06-26
ipmi: get rid of field-by-field __get_user()
Al Viro
1
-50
/
+37
2017-06-26
ipmi: get COMPAT_IPMICTL_RECEIVE_MSG in sync with the native one
Al Viro
1
-133
/
+115
2017-06-09
rt_sigtimedwait(): move compat to native
Al Viro
3
-35
/
+35
2017-06-09
select: switch compat_{get,put}_fd_set() to compat_{get,put}_bitmap()
Al Viro
1
-39
/
+5
2017-06-09
put_compat_rusage(): switch to copy_to_user()
Al Viro
1
-19
/
+21
2017-06-09
sigpending(): move compat to native
Al Viro
2
-23
/
+12
2017-06-09
getrlimit()/setrlimit(): move compat to native
Al Viro
2
-38
/
+48
2017-06-09
times(2): move compat to native
Al Viro
3
-28
/
+27
2017-06-09
compat_{get,put}_bitmap(): use unsafe_{get,put}_user()
Al Viro
2
-55
/
+29
2017-06-09
fb_get_fscreeninfo(): don't bother with do_fb_ioctl()
Al Viro
1
-14
/
+5
2017-05-27
do_sigaltstack(): lift copying to/from userland into callers
Al Viro
1
-61
/
+46
2017-05-27
take compat_sys_old_getrlimit() to native syscall
Al Viro
6
-33
/
+25
2017-05-27
trim __ARCH_WANT_SYS_OLD_GETRLIMIT
Al Viro
4
-4
/
+0
2017-05-13
Linux 4.12-rc1
Linus Torvalds
1
-2
/
+2
2017-05-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
5
-7
/
+445
2017-05-13
Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
9
-18
/
+195
2017-05-13
Merge branch 'for-linus-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
7
-19
/
+17
2017-05-13
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
23
-126
/
+145
2017-05-12
mm, docs: update memory.stat description with workingset* entries
Roman Gushchin
1
-0
/
+12
2017-05-12
mm: vmscan: scan until it finds eligible pages
Minchan Kim
1
-6
/
+15
2017-05-12
mm, thp: copying user pages must schedule on collapse
David Rientjes
1
-4
/
+3
2017-05-12
dax: fix PMD data corruption when fault races with write
Ross Zwisler
1
-14
/
+14
2017-05-12
dax: fix data corruption when fault races with write
Jan Kara
1
-16
/
+16
2017-05-12
ext4: return to starting transaction in ext4_dax_huge_fault()
Jan Kara
1
-4
/
+17
2017-05-12
mm: fix data corruption due to stale mmap reads
Jan Kara
2
-2
/
+12
2017-05-12
dax: prevent invalidation of mapped DAX entries
Ross Zwisler
3
-36
/
+3
2017-05-12
Tigran has moved
Andrew Morton
6
-7
/
+7
2017-05-12
mm, vmalloc: fix vmalloc users tracking properly
Michal Hocko
3
-17
/
+26
2017-05-12
mm/khugepaged: add missed tracepoint for collapse_huge_page_swapin
SeongJae Park
1
-1
/
+3
2017-05-12
gcov: support GCC 7.1
Martin Liska
2
-1
/
+9
2017-05-12
mm, vmstat: Remove spurious WARN() during zoneinfo print
Reza Arbab
1
-2
/
+0
2017-05-12
time: delete current_fs_time()
Deepa Dinamani
2
-15
/
+0
2017-05-12
hwpoison, memcg: forcibly uncharge LRU pages
Michal Hocko
2
-1
/
+8
2017-05-12
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
19
-136
/
+208
2017-05-12
Merge tag 'sound-fix-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-1
/
+8
2017-05-12
Merge tag 'for-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...
Linus Torvalds
18
-173
/
+975
2017-05-12
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...
Linus Torvalds
25
-266
/
+1305
2017-05-12
Merge tag 'drm-fixes-for-v4.12-rc1' of git://people.freedesktop.org/~airlied/...
Linus Torvalds
108
-2120
/
+2431
2017-05-12
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
23
-269
/
+859
2017-05-12
Merge branch 'work.sane_pwd' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-21
/
+55
2017-05-12
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
48
-167
/
+252
2017-05-12
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2017-05-12
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2017-05-12
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
16
-28
/
+64
2017-05-12
Merge tag 'for-linus-4.12b-rc0c-tag' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-32
/
+24
2017-05-12
Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
30
-54
/
+1546
[next]