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
2021-03-09
USB: serial: io_edgeport: fix memory leak in edge_startup
Pavel Skripkin
1
-10
/
+16
2021-03-09
USB: serial: ch341: add new Product ID
Niv Sardi
1
-0
/
+1
2021-03-09
USB: serial: xr: fix NULL-deref on disconnect
Johan Hovold
1
-25
/
+0
2021-03-09
USB: serial: cp210x: add some more GE USB IDs
Sebastian Reichel
1
-0
/
+2
2021-03-09
USB: serial: cp210x: add ID for Acuity Brands nLight Air Adapter
Karan Singhal
1
-0
/
+1
2021-03-09
ALSA: usb-audio: fix use after free in usb_audio_disconnect
Pavel Skripkin
1
-3
/
+3
2021-03-09
ALSA: usb-audio: fix NULL ptr dereference in usb_audio_probe
Pavel Skripkin
1
-1
/
+2
2021-03-09
ALSA: hda/ca0132: Add Sound BlasterX AE-5 Plus support
Simeon Simeonoff
1
-0
/
+1
2021-03-08
Merge git://git.kernel.org:/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
21
-647
/
+198
2021-03-08
cifs: do not send close in compound create+close requests
Paulo Alcantara
6
-21
/
+22
2021-03-08
cifs: return proper error code in statfs(2)
Paulo Alcantara
1
-1
/
+1
2021-03-08
cifs: change noisy error message to FYI
Paulo Alcantara
1
-1
/
+1
2021-03-08
cifs: print MIDs in decimal notation
Paulo Alcantara
3
-4
/
+4
2021-03-08
atm: idt77252: fix null-ptr-dereference
Tong Zhang
1
-2
/
+2
2021-03-08
atm: uPD98402: fix incorrect allocation
Tong Zhang
1
-1
/
+1
2021-03-08
atm: fix a typo in the struct description
Tong Zhang
1
-1
/
+1
2021-03-08
net: qrtr: fix error return code of qrtr_sendmsg()
Jia-Ju Bai
1
-1
/
+3
2021-03-08
mptcp: fix length of ADD_ADDR with port sub-option
Davide Caratti
1
-6
/
+8
2021-03-08
NFS: Fix open coded versions of nfs_set_cache_invalid() in NFSv4
Trond Myklebust
3
-21
/
+20
2021-03-08
NFS: Fix open coded versions of nfs_set_cache_invalid()
Trond Myklebust
4
-19
/
+19
2021-03-08
NFS: Clean up function nfs_mark_dir_for_revalidate()
Trond Myklebust
3
-5
/
+4
2021-03-08
NFS: Don't gratuitously clear the inode cache when lookup failed
Trond Myklebust
1
-12
/
+8
2021-03-08
NFS: Don't revalidate the directory permissions on a lookup failure
Trond Myklebust
1
-3
/
+17
2021-03-08
SUNRPC: Set memalloc_nofs_save() for sync tasks
Benjamin Coddington
1
-1
/
+4
2021-03-08
irqchip: Do not blindly select CONFIG_GENERIC_IRQ_MULTI_HANDLER
Marc Zyngier
1
-9
/
+0
2021-03-08
ARM: ep93xx: Select GENERIC_IRQ_MULTI_HANDLER directly
Marc Zyngier
1
-0
/
+1
2021-03-08
irqdomain: Remove debugfs_file from struct irq_domain
Greg Kroah-Hartman
2
-9
/
+4
2021-03-08
net: bonding: fix error return code of bond_neigh_init()
Jia-Ju Bai
1
-2
/
+6
2021-03-08
net: enetc: allow hardware timestamping on TX queues with tc-etf enabled
Vladimir Oltean
1
-0
/
+6
2021-03-08
net: enetc: set MAC RX FIFO to recommended value
Alex Marginean
2
-0
/
+8
2021-03-08
net: davicom: Use platform_get_irq_optional()
Paul Cercueil
1
-1
/
+1
2021-03-08
net: davicom: Fix regulator not turned off on driver removal
Paul Cercueil
1
-1
/
+8
2021-03-08
net: davicom: Fix regulator not turned off on failed probe
Paul Cercueil
1
-3
/
+9
2021-03-08
net: dsa: fix switchdev objects on bridge master mistakenly being applied on ...
Vladimir Oltean
2
-27
/
+57
2021-03-08
net: wan: fix error return code of uhdlc_init()
Jia-Ju Bai
1
-2
/
+6
2021-03-08
net: hisilicon: hns: fix error return code of hns_nic_clear_all_rx_fetch()
Jia-Ju Bai
1
-1
/
+3
2021-03-08
net: usb: log errors to dmesg/syslog
Grant Grundler
1
-1
/
+1
2021-03-08
net: usb: cdc_ncm: emit dev_err on error paths
Grant Grundler
1
-5
/
+5
2021-03-08
net: ethernet: chelsio: inline_crypto: Mundane typos fixed throughout the fil...
Bhaskar Chowdhury
1
-4
/
+4
2021-03-08
net: dsa: bcm_sf2: simplify optional reset handling
Philipp Zabel
1
-3
/
+3
2021-03-08
NFS: Correct size calculation for create reply length
Frank Sorenson
1
-1
/
+2
2021-03-08
arm64/mm: Reorganize pfn_valid()
Anshuman Khandual
1
-5
/
+16
2021-03-08
arm64/mm: Fix pfn_valid() for ZONE_DEVICE based memory
Anshuman Khandual
1
-0
/
+12
2021-03-08
MIPS: vmlinux.lds.S: align raw appended dtb to 8 bytes
Bjørn Mork
1
-1
/
+5
2021-03-08
nfs: fix PNFS_FLEXFILE_LAYOUT Kconfig default
Timo Rothenpieler
1
-1
/
+1
2021-03-08
Merge branch 'for-linus-5.12-rc1' into for-linus
Takashi Iwai
5
-18
/
+66
2021-03-08
ALSA: hda: Drop the BATCH workaround for AMD controllers
Takashi Iwai
1
-7
/
+0
2021-03-08
Merge branch 'cpufreq/arm/fixes' of git://git.kernel.org/pub/scm/linux/kernel...
Rafael J. Wysocki
2
-3
/
+5
2021-03-08
mount: fix mounting of detached mounts onto targets that reside on shared mounts
Christian Brauner
1
-1
/
+1
2021-03-08
x86/sev-es: Introduce ip_within_syscall_gap() helper
Joerg Roedel
4
-2
/
+19
[prev]
[next]