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
2015-06-01
serial: 8250_uniphier: add UniPhier serial driver
Masahiro Yamada
3
-0
/
+265
2015-06-01
serial: 8250_dw: support ACPI platforms with integrated DMA engine
Heikki Krogerus
1
-1
/
+18
2015-06-01
serial: of_serial: check the return value of clk_prepare_enable()
Masahiro Yamada
1
-1
/
+4
2015-06-01
serial: of_serial: use devm_clk_get() instead of clk_get()
Masahiro Yamada
1
-1
/
+1
2015-06-01
serial: earlycon: Add support for big-endian MMIO accesses
Noam Camus
3
-9
/
+16
2015-06-01
serial: sirf: use hrtimer for data rx
Qipan Li
2
-226
/
+135
2015-06-01
serial: sirf: correct the fifo empty_bit
Qipan Li
1
-1
/
+1
2015-06-01
serial: sirf: fix system hung on console log output
Qipan Li
1
-1
/
+1
2015-06-01
serial: 8250: remove return statements from void function
Masahiro Yamada
1
-2
/
+3
2015-06-01
sc16is7xx: use kworker for RS-485 configuration
Jakub Kicinski
1
-12
/
+29
2015-06-01
sc16is7xx: use kworker to update ier bits
Jakub Kicinski
1
-10
/
+19
2015-06-01
sc16is7xx: use kworker for md_proc
Jakub Kicinski
1
-16
/
+31
2015-06-01
sc16is7xx: move RTS delay to workqueue
Jakub Kicinski
1
-8
/
+6
2015-06-01
sc16is7xx: use kthread_worker for tx_work and irq
Jakub Kicinski
1
-23
/
+43
2015-06-01
sc16is7xx: use LSR_TEMT_BIT in .tx_empty()
Jakub Kicinski
1
-3
/
+2
2015-06-01
sc16is7xx: add missing compatible strings
Jakub Kicinski
1
-0
/
+4
2015-06-01
sc16is7xx: remove RS-485 delay RTS handling
Jakub Kicinski
1
-15
/
+8
2015-06-01
sc16is7xx: spi interface documentation
Rama Kiran Kumar Indrakanti
1
-0
/
+37
2015-06-01
sc16is7xx: spi interface is added
Rama Kiran Kumar Indrakanti
3
-10
/
+140
2015-05-31
Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
3
-15
/
+18
2015-05-31
Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/ralf...
Linus Torvalds
7
-15
/
+30
2015-05-31
Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...
Linus Torvalds
2
-40
/
+185
2015-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Linus Torvalds
24
-287
/
+180
2015-05-31
Merge tag 'hwmon-for-linus-v4.1-rc6' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
5
-2
/
+15
2015-05-31
ALSA: hda - Fix jack detection at resume with VT codecs
Takashi Iwai
1
-0
/
+10
2015-05-31
serial: 8250: include <linux/serial_reg.h> from serial_8250.h
Masahiro Yamada
1
-0
/
+1
2015-05-30
Merge branch 'bna-fixes'
David S. Miller
3
-6
/
+9
2015-05-30
bna: fix soft lock-up during firmware initialization failure
Ivan Vecera
1
-2
/
+2
2015-05-30
bna: remove unreasonable iocpf timer start
Ivan Vecera
1
-4
/
+0
2015-05-30
bna: fix firmware loading on big-endian machines
Ivan Vecera
1
-0
/
+7
2015-05-30
Merge tag 'mac80211-for-davem-2015-05-28' of git://git.kernel.org/pub/scm/lin...
David S. Miller
1
-3
/
+4
2015-05-30
bridge: fix br_multicast_query_expired() bug
Eric Dumazet
1
-1
/
+1
2015-05-30
iser-target: Fix error path in isert_create_pi_ctx()
Roland Dreier
1
-3
/
+3
2015-05-30
target: Use a PASSTHROUGH flag instead of transport_types
Andy Grover
11
-22
/
+17
2015-05-30
target: Move passthrough CDB parsing into a common function
Andy Grover
4
-94
/
+78
2015-05-30
target/user: Only support full command pass-through
Andy Grover
2
-70
/
+75
2015-05-30
target/user: Update example code for new ABI requirements
Andy Grover
1
-2
/
+6
2015-05-31
staging: rtl8712: fix stack dump
Sudip Mukherjee
5
-78
/
+78
2015-05-30
target/pscsi: Don't leak scsi_host if hba is VIRTUAL_HOST
Andy Grover
2
-0
/
+4
2015-05-30
target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystem
Christoph Hellwig
8
-64
/
+34
2015-05-30
ozwpan: unchecked signed subtraction leads to DoS
Jason A. Donenfeld
1
-3
/
+4
2015-05-30
ozwpan: divide-by-zero leading to panic
Jason A. Donenfeld
1
-1
/
+4
2015-05-30
ozwpan: Use unsigned ints to prevent heap overflow
Jason A. Donenfeld
2
-6
/
+6
2015-05-30
ozwpan: Use proper check to prevent heap overflow
Jason A. Donenfeld
1
-4
/
+9
2015-05-30
ALSA: usb-audio: don't try to get Outlaw RR2150 sample rate
Eric Wong
1
-0
/
+1
2015-05-30
x86/asm/entry/32, selftests: Add a selftest for kernel entries from VM86 mode
Andy Lutomirski
2
-2
/
+118
2015-05-29
hwmon: (nct6683) Add missing sysfs attribute initialization
Guenter Roeck
1
-0
/
+2
2015-05-29
hwmon: (nct6775) Add missing sysfs attribute initialization
Guenter Roeck
1
-0
/
+2
2015-05-29
Merge tag 'acpi-pci-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-6
/
+20
2015-05-29
Merge tag 'xfs-for-linus-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
10
-83
/
+127
[prev]
[next]