index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
atm
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-09-22
tty: synclink_gt: remove MGSL_MAGIC
наб
5
-12
/
+0
2022-09-22
tty: n_hdlc: remove HDLC_MAGIC
наб
5
-31
/
+0
2022-09-22
tty: remove TTY_DRIVER_MAGIC
наб
6
-10
/
+0
2022-09-22
tty: remove TTY_MAGIC
наб
7
-24
/
+0
2022-09-22
drivers: serial: jsm: fix some leaks in probe
Dan Carpenter
1
-1
/
+2
2022-09-22
dt-bindings: serial: rockchip: add rockchip,rk3128-uart
Johan Jonker
1
-0
/
+1
2022-09-22
serial: omap: Disallow RS-485 if rts-gpio is not specified
Lukas Wunner
1
-14
/
+13
2022-09-22
tty: serial: cpm_uart: remove unused cpm_uart_nr declaration
Gaosheng Cui
1
-1
/
+0
2022-09-22
tty: n_gsm: add debug bit for user payload
Daniel Starke
1
-0
/
+5
2022-09-22
tty: n_gsm: name the debug bits
Daniel Starke
1
-12
/
+19
2022-09-22
tty: n_gsm: introduce gsm_control_command() function
Daniel Starke
1
-7
/
+26
2022-09-22
tty: n_gsm: replace use of gsm_read_ea() with gsm_read_ea_val()
Daniel Starke
1
-48
/
+47
2022-09-22
tty: n_gsm: name gsm tty device minors
Daniel Starke
1
-1
/
+4
2022-09-22
tty: n_gsm: add enumeration for gsm encodings
Daniel Starke
1
-13
/
+17
2022-09-09
termios: kill uapi termios.h that are identical to generic one
Al Viro
3
-145
/
+0
2022-09-09
termios: get rid of non-UAPI asm/termios.h
Al Viro
13
-85
/
+5
2022-09-09
termios: convert the last (sparc) INIT_C_CC to array
Al Viro
2
-11
/
+8
2022-09-09
make generic INIT_C_CC a bit more generic
Al Viro
4
-21
/
+14
2022-09-09
termios: consolidate values for VDISCARD in INIT_C_CC
Al Viro
5
-8
/
+8
2022-09-09
termios: start unifying non-UAPI parts of asm/termios.h
Al Viro
16
-117
/
+39
2022-09-09
termios: uninline conversion helpers
Al Viro
12
-501
/
+294
2022-09-08
tty: serial: qcom-geni-serial: Replace hardcoded icc flags with macros.
Vijaya Krishna Nivarthi
1
-2
/
+3
2022-09-04
Linux 6.0-rc4
v6.0-rc4
Linus Torvalds
1
-1
/
+1
2022-09-04
Makefile.extrawarn: re-enable -Wformat for clang; take 2
Nick Desaulniers
1
-0
/
+12
2022-09-03
gpio: ws16c48: Make irq_chip immutable
William Breathitt Gray
1
-3
/
+7
2022-09-03
gpio: 104-idio-16: Make irq_chip immutable
William Breathitt Gray
1
-7
/
+11
2022-09-03
gpio: 104-idi-48: Make irq_chip immutable
William Breathitt Gray
1
-3
/
+7
2022-09-03
gpio: 104-dio-48e: Make irq_chip immutable
William Breathitt Gray
1
-3
/
+7
2022-09-03
mm: pagewalk: Fix race between unmap and page walker
Steven Price
3
-13
/
+16
2022-09-03
LoongArch: mm: Remove the unneeded result variable
ye xingchen
1
-4
/
+1
2022-09-03
LoongArch: Fix arch_remove_memory() undefined build error
Yupeng Li
1
-12
/
+10
2022-09-03
LoongArch: Fix section mismatch due to acpi_os_ioremap()
Huacai Chen
3
-2
/
+3
2022-09-03
LoongArch: Improve dump_tlb() output messages
Huacai Chen
1
-13
/
+13
2022-09-03
LoongArch: Adjust arch_do_signal_or_restart() to adapt generic entry
Huacai Chen
1
-2
/
+2
2022-09-03
LoongArch: Avoid orphan input sections
Ard Biesheuvel
2
-0
/
+3
2022-09-02
Documentation: document ublk
Ming Lei
3
-0
/
+255
2022-09-02
landlock: Fix file reparenting without explicit LANDLOCK_ACCESS_FS_REFER
Mickaël Salaün
2
-33
/
+170
2022-09-02
xen/grants: prevent integer overflow in gnttab_dma_alloc_pages()
Dan Carpenter
1
-0
/
+3
2022-09-02
xen-blkfront: Cache feature_persistent value before advertisement
SeongJae Park
1
-7
/
+7
2022-09-02
xen-blkfront: Advertise feature-persistent as user requested
SeongJae Park
1
-2
/
+6
2022-09-02
xen-blkback: Advertise feature-persistent as user requested
SeongJae Park
2
-2
/
+7
2022-09-02
powerpc/papr_scm: Ensure rc is always initialized in papr_scm_pmu_register()
Nathan Chancellor
1
-1
/
+3
2022-09-02
Revert "powerpc/irq: Don't open code irq_soft_mask helpers"
Michael Ellerman
1
-7
/
+36
2022-09-02
Revert "usb: gadget: udc-xilinx: replace memcpy with memcpy_toio"
Greg Kroah-Hartman
1
-8
/
+8
2022-09-02
KVM: x86: check validity of argument to KVM_SET_MP_STATE
Paolo Bonzini
1
-3
/
+17
2022-09-02
perf/x86/core: Completely disable guest PEBS via guest's global_ctrl
Like Xu
1
-1
/
+2
2022-09-02
KVM: x86: fix memoryleak in kvm_arch_vcpu_create()
Miaohe Lin
1
-2
/
+1
2022-09-02
KVM: x86: Mask off unsupported and unknown bits of IA32_ARCH_CAPABILITIES
Jim Mattson
1
-4
/
+21
2022-09-01
tty: mxser: remove redundant assignment to hwid
Colin Ian King
1
-1
/
+1
2022-09-01
platform/x86: p2sb: Fix UAF when caller uses resource name
Andy Shevchenko
1
-2
/
+16
[next]