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
2015-11-05
mm/kmemleak.c: remove unneeded initialization of object to NULL
Alexey Klimov
1
-1
/
+1
2015-11-05
mm: slab: only move management objects off-slab for sizes larger than KMALLOC...
Catalin Marinas
1
-2
/
+3
2015-11-05
mm/slub: calculate start order with reserved in consideration
Wei Yang
1
-5
/
+1
2015-11-05
mm/slub: use get_order() instead of fls()
Wei Yang
1
-2
/
+1
2015-11-05
mm/slub: correct the comment in calculate_order()
Wei Yang
1
-1
/
+1
2015-11-05
mm/slab_common.c: initialize kmem_cache pointer to NULL
Alexandru Moise
1
-2
/
+1
2015-11-05
Doc/slub: document slabinfo-gnuplot.sh script
Sergey Senozhatsky
1
-0
/
+59
2015-11-05
tools/vm/slabinfo: gnuplot slabifo extended stat
Sergey Senozhatsky
1
-0
/
+275
2015-11-05
tools/vm/slabinfo: cosmetic globals cleanup
Sergey Senozhatsky
1
-27
/
+27
2015-11-05
tools/vm/slabinfo: output sizes in bytes
Sergey Senozhatsky
1
-37
/
+51
2015-11-05
tools/vm/slabinfo: introduce extended totals mode
Sergey Senozhatsky
1
-10
/
+44
2015-11-05
tools/vm/slabinfo: fix alternate opts names
Sergey Senozhatsky
1
-3
/
+5
2015-11-05
tools/vm/slabinfo: sort slabs by loss
Sergey Senozhatsky
1
-4
/
+21
2015-11-05
tools/vm/slabinfo: limit the number of reported slabs
Sergey Senozhatsky
1
-3
/
+15
2015-11-05
tools/vm/slabinfo: use getopt no_argument/optional_argument
Sergey Senozhatsky
1
-17
/
+17
2015-11-05
mm/slab_common.c: do not warn that cache is busy on destroy more than once
Vladimir Davydov
1
-6
/
+7
2015-11-05
mm/slab_common.c: clear pointers to per memcg caches on destroy
Vladimir Davydov
2
-21
/
+78
2015-11-05
mm/slab_common.c: rename cache create/destroy helpers
Vladimir Davydov
1
-19
/
+18
2015-11-05
include/linux/compiler-gcc.h: hide assume_aligned attribute from sparse
Rasmus Villemoes
1
-1
/
+1
2015-11-05
compiler.h: add support for function attribute assume_aligned
Rasmus Villemoes
2
-0
/
+25
2015-11-05
slab: convert slab_is_available() to boolean
Denis Kirjanov
2
-2
/
+2
2015-11-05
kernel/watchdog.c: fix race between proc_watchdog_thresh() and watchdog_timer...
Ulrich Obergfell
1
-1
/
+1
2015-11-05
kernel/watchdog.c: remove {get|put}_online_cpus() from watchdog_{park|unpark}...
Ulrich Obergfell
1
-4
/
+6
2015-11-05
kernel/watchdog.c: avoid races between /proc handlers and CPU hotplug
Ulrich Obergfell
1
-0
/
+6
2015-11-05
kernel/watchdog.c: avoid race between lockup detector suspend/resume and CPU ...
Ulrich Obergfell
1
-0
/
+2
2015-11-05
kernel/watchdog.c: add sysctl knob hardlockup_panic
Don Zickus
4
-3
/
+16
2015-11-05
kernel/watchdog.c: perform all-CPU backtrace in case of hard lockup
Jiri Kosina
5
-5
/
+55
2015-11-05
watchdog: do not unpark threads in watchdog_park_threads() on error
Ulrich Obergfell
1
-4
/
+6
2015-11-05
watchdog: implement error handling in lockup_detector_suspend()
Ulrich Obergfell
1
-0
/
+5
2015-11-05
watchdog: implement error handling in update_watchdog_all_cpus() and callers
Ulrich Obergfell
1
-7
/
+23
2015-11-05
watchdog: move watchdog_disable_all_cpus() outside of ifdef
Ulrich Obergfell
1
-3
/
+5
2015-11-05
watchdog: fix error handling in proc_watchdog_thresh()
Ulrich Obergfell
1
-3
/
+4
2015-11-05
kernel/watchdog.c: is_hardlockup can be boolean
Yaowei Bai
1
-3
/
+3
2015-11-05
9p: do not overwrite return code when locking fails
Dominique Martinet
1
-1
/
+2
2015-11-05
rcu: force alignment on struct callback_head/rcu_head
Kirill A. Shutemov
1
-1
/
+15
2015-11-05
ocfs2: clean up unused variable in ocfs2_duplicate_clusters_by_page()
Joseph Qi
1
-4
/
+1
2015-11-05
ocfs2: add uuid to ocfs2 thread name for problem analysis
Joseph Qi
5
-6
/
+10
2015-11-05
ocfs2: should reclaim the inode if '__ocfs2_mknod_locked' returns an error
alex chen
1
-1
/
+10
2015-11-05
ocfs2: fix race between mount and delete node/cluster
Joseph Qi
1
-3
/
+16
2015-11-05
ocfs2: only take lock if dio entry when recover orphans
Joseph Qi
2
-39
/
+49
2015-11-05
ocfs2: do not include dio entry in case of orphan scan
Joseph Qi
3
-5
/
+15
2015-11-05
ocfs2: improve performance for localalloc
Joseph Qi
1
-1
/
+4
2015-11-05
ocfs2: fill in the unused portion of the block with zeros by dio_zero_block()
jiangyiwen
1
-0
/
+1
2015-11-05
ocfs2_direct_IO_write() misses ocfs2_is_overwrite() error code
Norton.Zhu
1
-0
/
+1
2015-11-05
logfs: fix build warning
Sudip Mukherjee
1
-2
/
+2
2015-11-05
inotify: actually check for invalid bits in sys_inotify_add_watch()
Dave Hansen
1
-1
/
+13
2015-11-05
inotify: hide internal kernel bits from fdinfo
Dave Hansen
1
-1
/
+8
2015-11-04
Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
204
-2645
/
+21697
2015-11-04
Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
46
-193
/
+302
2015-11-04
Merge tag 'staging-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
990
-57687
/
+38362
[prev]
[next]