index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
LICENSES
/
exceptions
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-08-04
random32: move the pseudo-random 32-bit definitions to prandom.h
Linus Torvalds
2
-62
/
+82
2020-08-03
userfaultfd: simplify fault handling
Linus Torvalds
1
-38
/
+1
2020-08-03
list: add "list_del_init_careful()" to go with "list_empty_careful()"
Linus Torvalds
3
-8
/
+21
2020-08-03
mm: rewrite wait_on_page_bit_common() logic
Linus Torvalds
1
-47
/
+85
2020-08-02
Linux 5.8
v5.8
Linus Torvalds
1
-1
/
+1
2020-08-02
kbuild: remove redundant FORCE definition in scripts/Makefile.modpost
Masahiro Yamada
1
-3
/
+0
2020-08-02
kconfig: qconf: remove wrong ConfigList::firstChild()
Masahiro Yamada
2
-5
/
+1
2020-08-02
platform/x86: asus-nb-wmi: Drop duplicate DMI quirk structures
Andy Shevchenko
1
-14
/
+9
2020-08-01
vxlan: fix memleak of fdb
Taehee Yoo
1
-2
/
+4
2020-08-01
io_uring: flip if handling after io_setup_async_rw
Pavel Begunkov
1
-74
/
+72
2020-08-01
fs: optimise kiocb_set_rw_flags()
Pavel Begunkov
1
-5
/
+11
2020-08-01
Revert "kconfig: qconf: don't show goback button on splitMode"
Masahiro Yamada
1
-3
/
+2
2020-08-01
Revert "kconfig: qconf: Change title for the item window"
Masahiro Yamada
1
-9
/
+1
2020-08-01
kconfig: qconf: remove "goBack" debug message
Masahiro Yamada
1
-1
/
+0
2020-08-01
kconfig: qconf: use delete[] instead of delete to free array
Masahiro Yamada
1
-2
/
+2
2020-08-01
kconfig: qconf: compile moc object separately
Masahiro Yamada
3
-7
/
+7
2020-08-01
kconfig: qconf: use if_changed for qconf.moc rule
Masahiro Yamada
1
-2
/
+4
2020-08-01
platform/x86: thinkpad_acpi: Make some symbols static
Wei Yongjun
1
-2
/
+2
2020-08-01
sched/doc: Factorize bits between sched-energy.rst & sched-capacity.rst
Valentin Schneider
1
-10
/
+2
2020-08-01
sched/doc: Document capacity aware scheduling
Valentin Schneider
2
-0
/
+440
2020-08-01
sched: Document arch_scale_*_capacity()
Valentin Schneider
2
-0
/
+20
2020-08-01
lib/vsprintf: Force type of flags value for gfp_t
Andy Shevchenko
1
-1
/
+1
2020-08-01
lib/vsprintf: Replace custom spec to print decimals with generic one
Andy Shevchenko
1
-7
/
+1
2020-08-01
lib/vsprintf: Replace hidden BUILD_BUG_ON() with static_assert()
Andy Shevchenko
1
-1
/
+4
2020-08-01
rds: Prevent kernel-infoleak in rds_notify_queue_get()
Peilin Ye
1
-1
/
+2
2020-08-01
net/sched: The error lable position is corrected in ct_init_module
liujian
1
-2
/
+2
2020-08-01
block: blk-timeout: delete duplicated word
Randy Dunlap
1
-1
/
+1
2020-08-01
block: blk-mq-sched: delete duplicated word
Randy Dunlap
1
-1
/
+1
2020-08-01
block: blk-mq: delete duplicated word
Randy Dunlap
1
-1
/
+1
2020-08-01
block: genhd: delete duplicated words
Randy Dunlap
1
-3
/
+3
2020-08-01
block: elevator: delete duplicated word and fix typos
Randy Dunlap
1
-2
/
+2
2020-08-01
block: bio: delete duplicated words
Randy Dunlap
1
-2
/
+2
2020-08-01
block: bfq-iosched: fix duplicated word
Randy Dunlap
1
-1
/
+1
2020-07-31
arm64: use IRQ_STACK_SIZE instead of THREAD_SIZE for irq stack
Maninder Singh
1
-1
/
+1
2020-07-31
io_uring: don't touch 'ctx' after installing file descriptor
Jens Axboe
1
-3
/
+9
2020-07-31
libtraceevent: Fix build with binutils 2.35
Ben Hutchings
1
-1
/
+1
2020-07-31
perf tools: Fix record failure when mixed with ARM SPE event
Wei Li
1
-4
/
+4
2020-07-31
perf tests: Fix test 68 zstd compression for s390
Thomas Richter
1
-1
/
+2
2020-07-31
tools lib traceevent: Fix memory leak in process_dynamic_array_len
Philippe Duplessis-Guindon
1
-0
/
+1
2020-07-31
cpuidle: ACPI: fix 'return' with no value build warning
Neal Liu
1
-2
/
+2
2020-07-31
kcsan: Improve IRQ state trace reporting
Marco Elver
4
-0
/
+37
2020-07-31
lockdep: Refactor IRQ trace events fields into struct
Marco Elver
4
-48
/
+50
2020-07-31
Documentation: dontdiff: Add zstd compressed files
Nick Terrell
1
-0
/
+1
2020-07-31
.gitignore: Add ZSTD-compressed files
Adam Borowski
1
-0
/
+1
2020-07-31
x86: Add support for ZSTD compressed kernel
Nick Terrell
6
-13
/
+22
2020-07-31
x86: Bump ZO_z_extra_bytes margin for zstd
Nick Terrell
1
-1
/
+7
2020-07-31
usr: Add support for zstd compressed initramfs
Nick Terrell
2
-0
/
+21
2020-07-31
init: Add support for zstd compressed kernel
Nick Terrell
3
-2
/
+38
2020-07-31
lib: Add zstd support to decompress
Nick Terrell
5
-0
/
+366
2020-07-31
lib: Prepare zstd for preboot environment, improve performance
Nick Terrell
2
-10
/
+13
[next]