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
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-11
tty: tty_buffer: make all offsets unsigned
Jiri Slaby (SUSE)
1
-5
/
+5
2023-08-11
tty: make char_buf_ptr()/flag_buf_ptr()'s offset unsigned
Jiri Slaby (SUSE)
1
-2
/
+2
2023-08-11
misc: ti-st: make st_recv() conforming to tty_ldisc_ops::receive_buf()
Jiri Slaby (SUSE)
1
-1
/
+1
2023-08-11
tty: use u8 for flags
Jiri Slaby (SUSE)
3
-13
/
+13
2023-08-11
tty: use u8 for chars
Jiri Slaby (SUSE)
3
-23
/
+21
2023-08-11
tty: make tty_ldisc_ops::*buf*() hooks operate on size_t
Jiri Slaby (SUSE)
1
-8
/
+8
2023-08-11
tty: switch count in tty_ldisc_receive_buf() to size_t
Jiri Slaby (SUSE)
1
-2
/
+2
2023-08-11
tty: make counts in tty_port_client_operations hooks size_t
Jiri Slaby (SUSE)
1
-3
/
+3
2023-08-11
tty: make tty_port_client_operations operate with u8
Jiri Slaby (SUSE)
1
-3
/
+4
2023-08-11
tty: ldisc: document that ldops are optional
Jiri Slaby (SUSE)
1
-5
/
+25
2023-08-04
serial: cpm_uart: Remove linux/fs_uart_pd.h
Christophe Leroy
1
-71
/
+0
2023-07-31
Merge 6.5-rc4 into tty-next
Greg Kroah-Hartman
7
-26
/
+63
2023-07-30
can: ems_pci: move ASIX AX99100 ids to pci_ids.h
Jiaqing Zhao
1
-0
/
+4
2023-07-29
Merge tag '6.5-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-1
/
+1
2023-07-29
Merge tag 'trace-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-4
/
+0
2023-07-28
Merge tag 'mm-hotfixes-stable-2023-07-28-15-52' of git://git.kernel.org/pub/s...
Linus Torvalds
3
-8
/
+59
2023-07-28
Merge tag 'thermal-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-3
/
+3
2023-07-28
ftrace: Remove unused extern declarations
YueHaibing
1
-4
/
+0
2023-07-27
mm: fix memory ordering for mm_lock_seq and vm_lock_seq
Jann Horn
3
-8
/
+59
2023-07-25
serial: make uart_insert_char() accept u8s
Jiri Slaby
1
-1
/
+1
2023-07-25
serial: convert uart sysrq handling to u8
Jiri Slaby
1
-8
/
+8
2023-07-25
tty: sysrq: switch the rest of keys to u8
Jiri Slaby
1
-8
/
+8
2023-07-25
tty: sysrq: switch sysrq handlers from int to u8
Jiri Slaby
1
-1
/
+1
2023-07-25
fs/nls: make load_nls() take a const parameter
Winston Wen
1
-1
/
+1
2023-07-24
PM: sleep: wakeirq: drop unused enable helpers
Johan Hovold
1
-10
/
+0
2023-07-24
thermal: core: constify params in thermal_zone_device_register
Ahmad Fatoum
1
-3
/
+3
2023-07-23
Merge tag 'ext4_for_linus-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-6
/
+1
2023-07-22
Merge tag 'block-6.5-2023-07-21' of git://git.kernel.dk/linux
Linus Torvalds
1
-2
/
+0
2023-07-20
Merge tag 'net-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-1
/
+1
2023-07-20
tcp: annotate data-races around fastopenq.max_qlen
Eric Dumazet
1
-1
/
+1
2023-07-20
blk-mq: delete dead struct blk_mq_hw_ctx->queued field
Chengming Zhou
1
-2
/
+0
2023-07-16
Merge tag 'sched_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-2
/
+6
2023-07-14
Merge tag 'block-6.5-2023-07-14' of git://git.kernel.dk/linux
Linus Torvalds
3
-4
/
+5
2023-07-14
Merge tag 'drm-fixes-2023-07-14-1' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-1
/
+1
2023-07-13
Merge tag 'net-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-6
/
+1
2023-07-13
Merge tag 'trace-v6.5-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+9
2023-07-13
Merge tag 'nvme-6.5-2023-07-13' of git://git.infradead.org/nvme into block-6.5
Jens Axboe
1
-1
/
+1
2023-07-12
Merge tag 'probes-fixes-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+1
2023-07-12
tracing: arm64: Avoid missing-prototype warnings
Arnd Bergmann
1
-0
/
+9
2023-07-11
Merge v6.5-rc1 into drm-misc-fixes
Maxime Ripard
312
-5372
/
+14965
2023-07-10
jbd2: fix a race when checking checkpoint buffer busy
Zhang Yi
1
-0
/
+1
2023-07-10
jbd2: remove t_checkpoint_io_list
Zhang Yi
1
-6
/
+0
2023-07-11
fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_...
Masami Hiramatsu (Google)
1
-0
/
+1
2023-07-10
block: remove dead struc request->completion_data field
Jens Axboe
1
-3
/
+3
2023-07-10
nvme: fix the NVME_ID_NS_NVM_STS_MASK definition
Ankit Kumar
1
-1
/
+1
2023-07-10
sched/psi: use kernfs polling functions for PSI trigger polling
Suren Baghdasaryan
2
-2
/
+6
2023-07-08
Merge tag 'mm-hotfixes-stable-2023-07-08-10-43' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-0
/
+2
2023-07-08
Merge tag 'bitmap-6.5-rc1' of https://github.com/norov/linux
Linus Torvalds
2
-6
/
+4
2023-07-08
bootmem: remove the vmemmap pages from kmemleak in free_bootmem_page
Liu Shixin
1
-0
/
+2
2023-07-08
s390/ism: Fix and simplify add()/remove() callback handling
Niklas Schnelle
1
-6
/
+0
[next]