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
2020-12-07
seq_buf: Avoid type mismatch for seq_buf_init
Arnd Bergmann
2
-3
/
+3
2020-12-07
clk: composite: add devm_clk_hw_register_composite_pdata()
Michael Walle
1
-0
/
+7
2020-12-07
Merge tag 'mlx5-next-2020-12-02' of git://git.kernel.org/pub/scm/linux/kernel...
Jason Gunthorpe
4
-17
/
+99
2020-12-07
mtd: spi-nor: Fix multiple typos
Jonathan Neuschäfer
1
-1
/
+1
2020-12-07
module: drop semicolon from version macro
Johan Hovold
1
-1
/
+1
2020-12-07
earlycon: drop semicolon from earlycon macro
Johan Hovold
1
-1
/
+1
2020-12-07
mei: bus: add vtag support
Alexander Usyskin
1
-0
/
+6
2020-12-07
Merge tag 'soundwire-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
2
-0
/
+15
2020-12-07
Merge 5.10-rc7 into usb-next
Greg Kroah-Hartman
7
-12
/
+48
2020-12-07
Merge 5.10-rc7 into tty-next
Greg Kroah-Hartman
11
-30
/
+81
2020-12-07
Merge 5.10-rc7 into char-misc-next
Greg Kroah-Hartman
7
-12
/
+48
2020-12-06
Merge tag 'tty-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-0
/
+4
2020-12-06
Merge tag 'irq-urgent-2020-12-06' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+10
2020-12-06
mm/zsmalloc.c: drop ZSMALLOC_PGTABLE_MAPPING
Minchan Kim
1
-1
/
+0
2020-12-06
net/mlx5: Simplify eswitch mode check
Leon Romanovsky
1
-2
/
+6
2020-12-06
net/mlx5: Delete custom device management logic
Leon Romanovsky
1
-22
/
+0
2020-12-05
PCI/ERR: Add pcie_link_rcec() to associate RCiEPs
Sean V Kelley
1
-0
/
+1
2020-12-05
Merge tag 'for-5.10/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-4
/
+6
2020-12-04
[SECURITY] fix namespaced fscaps when !CONFIG_SECURITY
Serge Hallyn
1
-1
/
+1
2020-12-04
PCI/PM: Rename pci_wakeup_bus() to pci_resume_bus()
Mika Westerberg
1
-1
/
+1
2020-12-04
block: fix incorrect branching in blk_max_size_offset()
Mike Snitzer
1
-4
/
+6
2020-12-04
net: Remove the err argument from sock_from_file
Florent Revest
1
-1
/
+1
2020-12-04
Merge tag 'for-5.10/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-5
/
+6
2020-12-04
PCI: Return u16 from pci_find_ext_capability() and similar
Bjorn Helgaas
1
-3
/
+3
2020-12-04
PCI: Return u8 from pci_find_capability() and similar
Puranjay Mohan
1
-6
/
+6
2020-12-04
Merge tag 'auxbus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Mark Brown
35
-1601
/
+280
2020-12-04
dm: fix IO splitting
Mike Snitzer
1
-5
/
+6
2020-12-04
Merge tag 'wireless-drivers-next-2020-12-03' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
1
-2
/
+0
2020-12-04
PCI/ERR: Cache RCEC EA Capability offset in pci_init_capabilities()
Sean V Kelley
1
-0
/
+4
2020-12-04
PCI/ERR: Bind RCEC devices to the Root Port driver
Qiuxu Zhuo
1
-0
/
+1
2020-12-04
block: remove the request_queue to argument request based tracepoints
Christoph Hellwig
1
-3
/
+2
2020-12-04
tty: Fix ->session locking
Jann Horn
1
-0
/
+4
2020-12-04
tty: Remove dead termiox code
Jann Horn
2
-10
/
+0
2020-12-04
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
10
-99
/
+312
2020-12-04
Merge tag 'mhi-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Greg Kroah-Hartman
1
-5
/
+13
2020-12-04
of: fix linker-section match-table corruption
Johan Hovold
1
-0
/
+1
2020-12-04
earlycon: simplify earlycon-table implementation
Johan Hovold
1
-13
/
+7
2020-12-04
net/mlx5: Register mlx5 devices to auxiliary virtual bus
Leon Romanovsky
1
-3
/
+23
2020-12-04
vdpa/mlx5: Make hardware definitions visible to all mlx5 devices
Leon Romanovsky
1
-0
/
+166
2020-12-04
net/mlx5_core: Clean driver version and name
Leon Romanovsky
1
-0
/
+2
2020-12-04
Merge tag 'auxbus-5.11-rc1' of https://git.kernel.org/pub/scm/linux/kernel/gi...
Leon Romanovsky
2
-0
/
+85
2020-12-04
Merge tag 'auxbus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
2
-0
/
+85
2020-12-04
driver core: auxiliary bus: minor coding style tweaks
Greg Kroah-Hartman
1
-3
/
+3
2020-12-04
driver core: auxiliary bus: make remove function return void
Greg Kroah-Hartman
1
-1
/
+1
2020-12-04
driver core: auxiliary bus: move slab.h from include file
Greg Kroah-Hartman
1
-1
/
+0
2020-12-04
mmc: tmio: set max_busy_timeout
Wolfram Sang
1
-1
/
+6
2020-12-04
Add auxiliary bus support
Dave Ertman
2
-0
/
+86
2020-12-04
Merge remote-tracking branch 'origin/kvm-arm64/misc-5.11' into kvmarm-master/...
Marc Zyngier
1
-0
/
+4
2020-12-04
psci: Add accessor for psci_0_1_function_ids
David Brazdil
1
-0
/
+9
2020-12-03
bpf: Allow to specify kernel module BTFs when attaching BPF programs
Andrii Nakryiko
1
-0
/
+1
[prev]
[next]