index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Documentation: Add details for pstore/blk
WeiXiong Liao
2020-05-30
3
-0
/
+232
*
pstore/zone,blk: Add ftrace frontend support
WeiXiong Liao
2020-05-30
4
-1
/
+136
*
pstore/zone,blk: Add console frontend support
WeiXiong Liao
2020-05-30
4
-10
/
+105
*
pstore/zone,blk: Add support for pmsg frontend
WeiXiong Liao
2020-05-30
4
-9
/
+282
*
pstore/blk: Introduce backend for block devices
WeiXiong Liao
2020-05-30
4
-0
/
+552
*
pstore/zone: Introduce common layer to manage storage zones
WeiXiong Liao
2020-05-30
4
-0
/
+1039
*
ramoops: Add "max-reason" optional field to ramoops DT node
Pavel Tatashin
2020-05-30
1
-2
/
+11
*
pstore/ram: Introduce max_reason and convert dump_oops
Kees Cook
2020-05-30
4
-25
/
+51
*
pstore/platform: Pass max_reason to kmesg dump
Pavel Tatashin
2020-05-30
2
-1
/
+10
*
printk: Introduce kmsg_dump_reason_str()
Kees Cook
2020-05-30
3
-17
/
+25
*
printk: honor the max_reason field in kmsg_dumper
Pavel Tatashin
2020-05-30
2
-4
/
+12
*
printk: Collapse shutdown types into a single dump reason
Kees Cook
2020-05-30
4
-15
/
+7
*
pstore/ftrace: Provide ftrace log merging routine
Kees Cook
2020-05-30
3
-54
/
+66
*
pstore/ram: Refactor ftrace buffer merging
Kees Cook
2020-05-30
1
-12
/
+17
*
pstore/ram: Refactor DT size parsing
Kees Cook
2020-05-30
1
-12
/
+19
*
pstore/ram: Adjust module param permissions to reflect reality
Kees Cook
2020-05-30
1
-3
/
+3
*
pstore/platform: Move module params after declarations
Kees Cook
2020-05-30
1
-6
/
+5
*
pstore/platform: Use backend name for console registration
Kees Cook
2020-05-30
2
-2
/
+4
*
pstore/platform: Switch pstore_info::name to const
Kees Cook
2020-05-30
2
-2
/
+3
*
pstore: Make sure console capturing will restart
Kees Cook
2020-05-30
1
-1
/
+5
*
pstore: Remove filesystem records when backend is unregistered
Kees Cook
2020-05-30
3
-0
/
+36
*
pstore: Do not leave timer disabled for next backend
Kees Cook
2020-05-30
1
-15
/
+19
*
pstore: Add locking around superblock changes
Kees Cook
2020-05-30
3
-26
/
+45
*
pstore: Refactor pstorefs record list removal
Kees Cook
2020-05-12
1
-6
/
+13
*
pstore: Add proper unregister lock checking
Kees Cook
2020-05-12
1
-4
/
+17
*
pstore: Convert "records_list" locking to mutex
Kees Cook
2020-05-12
1
-10
/
+7
*
pstore: Rename "allpstore" to "records_list"
Kees Cook
2020-05-12
1
-10
/
+10
*
pstore: Convert "psinfo" locking to mutex
Kees Cook
2020-05-12
1
-4
/
+4
*
pstore: Rename "pstore_lock" to "psinfo_lock"
Kees Cook
2020-05-12
1
-5
/
+5
*
pstore: Drop useless try_module_get() for backend
Kees Cook
2020-05-12
1
-8
/
+0
*
Linux 5.7-rc1
Linus Torvalds
2020-04-12
1
-2
/
+2
*
MAINTAINERS: sort field names for all entries
Linus Torvalds
2020-04-12
1
-1974
/
+1974
*
MAINTAINERS: sort entries by entry name
Linus Torvalds
2020-04-12
1
-820
/
+820
*
Merge tag 'x86-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-04-12
4
-9
/
+79
|
\
|
*
KVM: VMX: Extend VMXs #AC interceptor to handle split lock #AC in guest
Xiaoyao Li
2020-04-11
1
-3
/
+34
|
*
KVM: x86: Emulate split-lock access as a write in emulator
Xiaoyao Li
2020-04-11
1
-1
/
+11
|
*
x86/split_lock: Provide handle_guest_split_lock()
Thomas Gleixner
2020-04-11
2
-5
/
+34
*
|
Merge tag 'timers-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2020-04-12
3
-0
/
+10
|
\
\
|
*
|
ucount: Make sure ucounts in /proc/sys/user don't regress again
Jan Kara
2020-04-07
1
-0
/
+2
|
*
|
time/namespace: Add max_time_namespaces ucount
Dmitry Safonov
2020-04-07
2
-0
/
+7
|
*
|
time/namespace: Fix time_for_children symlink
Michael Kerrisk (man-pages)
2020-04-07
1
-0
/
+1
*
|
|
Merge tag 'sched-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-04-12
5
-62
/
+51
|
\
\
\
|
*
|
|
sched/debug: Add task uclamp values to SCHED_DEBUG procfs
Valentin Schneider
2020-04-08
1
-0
/
+6
|
*
|
|
sched/debug: Factor out printing formats into common macros
Valentin Schneider
2020-04-08
1
-14
/
+12
|
*
|
|
sched/debug: Remove redundant macro define
Valentin Schneider
2020-04-08
1
-12
/
+0
|
*
|
|
sched/core: Remove unused rq::last_load_update_tick
Vincent Donnefort
2020-04-08
2
-2
/
+0
|
*
|
|
workqueue: Remove the warning in wq_worker_sleeping()
Sebastian Andrzej Siewior
2020-04-08
2
-3
/
+6
|
*
|
|
sched/fair: Fix negative imbalance in imbalance calculation
Aubrey Li
2020-04-08
1
-0
/
+8
|
*
|
|
sched/fair: Fix race between runtime distribution and assignment
Huaixin Chang
2020-04-08
1
-20
/
+11
|
*
|
|
sched/fair: Align rq->avg_idle and rq->avg_scan_cost
Valentin Schneider
2020-04-08
3
-11
/
+8
[next]