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
2023-11-05
riscv: kprobes: allow writing to x0
Nam Cao
1
-1
/
+1
2023-11-05
riscv: provide riscv-specific is_trap_insn()
Nam Cao
1
-0
/
+6
2023-11-05
s390/mm: make pte_free_tlb() similar to pXd_free_tlb()
Alexander Gordeev
3
-13
/
+3
2023-11-05
s390/mm: use compound page order to distinguish page tables
Alexander Gordeev
1
-9
/
+4
2023-11-05
s390/mm: use full 4KB page for 2KB PTE
Alexander Gordeev
4
-262
/
+31
2023-11-05
s390/cmma: rework no-dat handling
Heiko Carstens
5
-131
/
+21
2023-11-05
s390/cmma: move arch_set_page_dat() to header file
Heiko Carstens
6
-16
/
+28
2023-11-05
s390/cmma: move set_page_stable() and friends to header file
Heiko Carstens
2
-42
/
+43
2023-11-05
s390/cmma: move parsing of cmma kernel parameter to early boot code
Heiko Carstens
7
-42
/
+58
2023-11-05
s390/cmma: cleanup inline assemblies
Heiko Carstens
1
-22
/
+26
2023-11-05
s390/ap: fix vanishing crypto cards in SE environment
Harald Freudenberger
1
-23
/
+20
2023-11-05
s390/zcrypt: don't report online if card or queue is in check-stop state
Ingo Franzki
2
-4
/
+5
2023-11-05
s390: add USER_STACKTRACE support
Heiko Carstens
2
-0
/
+44
2023-11-05
s390/perf: implement perf_callchain_user()
Heiko Carstens
2
-0
/
+48
2023-11-05
s390/ap: fix AP bus crash on early config change callback invocation
Harald Freudenberger
1
-0
/
+4
2023-11-05
s390/ap: re-enable interrupt for AP queues
Harald Freudenberger
1
-2
/
+12
2023-11-05
s390/ap: rework to use irq info from ap queue status
Harald Freudenberger
2
-11
/
+12
2023-11-05
s390/mm: add missing conversion to use ptdescs
Alexander Gordeev
2
-3
/
+3
2023-11-05
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
22
-184
/
+544
2023-11-05
Merge tag 'firewire-updates-6.7' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2023-11-05
Merge tag 'i2c-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
34
-426
/
+595
2023-11-05
Merge tag 'ubifs-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
15
-116
/
+179
2023-11-05
bcachefs: Improve stripe checksum error message
Kent Overstreet
1
-8
/
+13
2023-11-05
bcachefs: Simplify, fix bch2_backpointer_get_key()
Kent Overstreet
1
-44
/
+33
2023-11-05
bcachefs: kill thing_it_points_to arg to backpointer_not_found()
Kent Overstreet
1
-7
/
+6
2023-11-05
bcachefs: bch2_ec_read_extent() now takes btree_trans
Kent Overstreet
3
-9
/
+5
2023-11-05
bcachefs: bch2_stripe_to_text() now prints ptr gens
Kent Overstreet
1
-0
/
+1
2023-11-05
bcachefs: Don't iterate over journal entries just for btree roots
Kent Overstreet
4
-40
/
+29
2023-11-05
bcachefs: Break up bch2_journal_write()
Kent Overstreet
1
-71
/
+92
2023-11-05
bcachefs: Replace ERANGE with private error codes
Kent Overstreet
2
-2
/
+4
2023-11-05
bcachefs: bkey_copy() is no longer a macro
Kent Overstreet
4
-19
/
+15
2023-11-05
bcachefs: x-macro-ify inode flags enum
Kent Overstreet
9
-83
/
+89
2023-11-05
bcachefs: Convert bch2_fs_open() to darray
Kent Overstreet
2
-32
/
+34
2023-11-05
bcachefs: Move __bch2_members_v2_get_mut to sb-members.h
Kent Overstreet
2
-14
/
+14
2023-11-05
bcachefs: bch2_prt_datetime()
Kent Overstreet
5
-26
/
+22
2023-11-05
Merge patch series "Improve PTDUMP and introduce new fields"
Palmer Dabbelt
2
-21
/
+36
2023-11-05
riscv: Introduce NAPOT field to PTDUMP
Yu Chien Peter Lin
1
-0
/
+4
2023-11-05
riscv: Introduce PBMT field to PTDUMP
Yu Chien Peter Lin
1
-0
/
+16
2023-11-05
riscv: Improve PTDUMP to show RSW with non-zero value
Yu Chien Peter Lin
2
-22
/
+17
2023-11-05
RISC-V: capitalise CMO op macros
Conor Dooley
5
-29
/
+29
2023-11-05
riscv: don't probe unaligned access speed if already done
Jisheng Zhang
1
-0
/
+4
2023-11-05
riscv: defconfig : add CONFIG_MMC_DW for starfive
Jinyu Tang
1
-0
/
+2
2023-11-05
riscv: signal: handle syscall restart before get_signal
Haorong Lu
1
-39
/
+46
2023-11-05
Merge patch series "Add support to handle misaligned accesses in S-mode"
Palmer Dabbelt
11
-59
/
+524
2023-11-05
firewire: Annotate struct fw_node with __counted_by
Kees Cook
1
-1
/
+1
2023-11-04
Merge tag 'i3c/for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...
Linus Torvalds
13
-45
/
+134
2023-11-04
Merge tag 'cxl-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
28
-654
/
+1375
2023-11-04
bcachefs: CONFIG_BCACHEFS_DEBUG_TRANSACTIONS no longer defaults to y
Kent Overstreet
1
-1
/
+0
2023-11-04
bcachefs: Add a comment for BTREE_INSERT_NOJOURNAL usage
Kent Overstreet
4
-4
/
+14
2023-11-04
bcachefs: rebalance_work btree is not a snapshots btree
Kent Overstreet
5
-12
/
+31
[prev]
[next]