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
2020-06-11
x86/idt: Keep spurious entries unset in system_vectors
Vitaly Kuznetsov
1
-1
/
+5
2020-06-11
x86/idt: Annotate alloc_intr_gate() with __init
Vitaly Kuznetsov
1
-3
/
+13
2020-06-11
x86/xen: Split HVM vector callback setup and interrupt gate allocation
Vitaly Kuznetsov
3
-13
/
+19
2020-06-11
x86/idt: Remove address operator on function machine_check()
Lai Jiangshan
1
-2
/
+2
2020-06-11
x86/entry/64: Remove unneeded kernel CR3 switching
Lai Jiangshan
1
-1
/
+0
2020-06-11
x86/entry/64: Remove an unused label
Lai Jiangshan
1
-1
/
+0
2020-06-11
arm64: warn on incorrect placement of the kernel by the bootloader
Ard Biesheuvel
2
-1
/
+6
2020-06-11
kbuild: fix broken builds because of GZIP,BZIP2,LZOP variables
Denis Efremov
8
-34
/
+20
2020-06-11
samples: binderfs: really compile this sample and fix build issues
Masahiro Yamada
4
-8
/
+6
2020-06-11
i2c: Drop stray comma in MODULE_AUTHOR statements
Jean Delvare
2
-3
/
+3
2020-06-11
i2c: npcm7xx: npcm_i2caddr[] can be static
kernel test robot
1
-1
/
+1
2020-06-11
Merge tag 'drm-misc-next-fixes-2020-06-11' of git://anongit.freedesktop.org/d...
Dave Airlie
5
-5
/
+8
2020-06-11
drm/ast: fix missing break in switch statement for format->cpp[0] case 4
Colin Ian King
1
-0
/
+1
2020-06-11
printk/kdb: Redirect printk messages into kdb in any context
Petr Mladek
2
-13
/
+8
2020-06-11
locking/atomics: Flip fallbacks and instrumentation
Peter Zijlstra
28
-82
/
+2403
2020-06-11
asm-generic/atomic: Use __always_inline for fallback wrappers
Marco Elver
21
-188
/
+192
2020-06-10
mailbox: qcom: Add ipq6018 apcs compatible
Sivaprakash Murugesan
1
-0
/
+5
2020-06-10
mailbox: qcom: Add clock driver name in apcs mailbox driver data
Sivaprakash Murugesan
1
-18
/
+38
2020-06-10
riscv: set the permission of vdso_data to read-only
Vincent Chen
1
-2
/
+14
2020-06-10
riscv: use vDSO common flow to reduce the latency of the time-related functions
Vincent Chen
16
-69
/
+199
2020-06-10
kernel: set USER_DS in kthread_use_mm
Christoph Hellwig
5
-17
/
+8
2020-06-10
kernel: better document the use_mm/unuse_mm API contract
Christoph Hellwig
12
-41
/
+40
2020-06-10
kernel: move use_mm/unuse_mm to kthread.c
Christoph Hellwig
1
-1
/
+1
2020-06-10
kernel: move use_mm/unuse_mm to kthread.c
Christoph Hellwig
18
-85
/
+66
2020-06-10
stacktrace: cleanup inconsistent variable type
Walter Wu
1
-1
/
+1
2020-06-10
lib: test get_count_order/long in test_bitops.c
Wei Yang
2
-7
/
+56
2020-06-10
mm: add comments on pglist_data zones
Ben Widawsky
1
-1
/
+13
2020-06-10
ocfs2: fix spelling mistake and grammar
Keyur Patel
1
-1
/
+1
2020-06-10
mm/debug_vm_pgtable: fix kernel crash by checking for THP support
Aneesh Kumar K.V
1
-0
/
+6
2020-06-10
lib: fix bitmap_parse() on 64-bit big endian archs
Alexander Gordeev
1
-2
/
+7
2020-06-10
checkpatch: correct check for kernel parameters doc
Tim Froidcoeur
1
-2
/
+2
2020-06-10
nilfs2: fix null pointer dereference at nilfs_segctor_do_construct()
Ryusuke Konishi
1
-0
/
+2
2020-06-10
lib/lz4/lz4_decompress.c: document deliberate use of `&'
Joe Perches
1
-0
/
+3
2020-06-10
kcov: check kcov_softirq in kcov_remote_stop()
Andrey Konovalov
1
-8
/
+18
2020-06-10
scripts/spelling: add a few more typos
SeongJae Park
1
-0
/
+9
2020-06-10
khugepaged: selftests: fix timeout condition in wait_for_scan()
Dan Carpenter
1
-1
/
+1
2020-06-11
Merge tag 'drm-intel-next-fixes-2020-06-10' of git://anongit.freedesktop.org/...
Dave Airlie
3
-9
/
+52
2020-06-10
Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-26
/
+38
2020-06-10
docs: networkng: convert sja1105's devlink info to RTS
Jakub Kicinski
3
-27
/
+50
2020-06-10
io_uring: check file O_NONBLOCK state for accept
Jiufei Xue
1
-0
/
+3
2020-06-10
Merge branch 'chcr-Fixing-issues-in-dma-mapping-and-driver-removal'
David S. Miller
1
-22
/
+59
2020-06-10
Crypto/chcr: Checking cra_refcnt before unregistering the algorithms
Ayush Sawal
1
-4
/
+14
2020-06-10
Crypto/chcr: Calculate src and dst sg lengths separately for dma map
Ayush Sawal
1
-18
/
+45
2020-06-10
io_uring: avoid unnecessary io_wq_work copy for fast poll feature
Xiaoguang Wang
1
-4
/
+9
2020-06-10
io_uring: avoid whole io_wq_work copy for requests completed inline
Xiaoguang Wang
2
-9
/
+36
2020-06-10
docs: networkng: fix lists and table in sja1105
Jakub Kicinski
1
-2
/
+4
2020-06-10
docs: networking: fix extra spaces in ethtool-netlink
Jakub Kicinski
1
-6
/
+6
2020-06-10
net: cadence: macb: disable NAPI on error
Corentin Labbe
1
-1
/
+4
2020-06-10
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-5
/
+2
2020-06-10
mptcp: don't leak msk in token container
Paolo Abeni
1
-0
/
+1
[prev]
[next]