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
2014-09-24
mmc: core: Add new power_mode MMC_POWER_UNDEFINED
Roger Tseng
1
-0
/
+1
2014-09-24
gpiolib: add irq_not_threaded flag to gpio_chip
Octavian Purdila
1
-0
/
+3
2014-09-23
devres: Improve devm_kasprintf()/kvasprintf() support
Geert Uytterhoeven
1
-2
/
+2
2014-09-24
crypto: ccp - Check for CCP before registering crypto algs
Tom Lendacky
1
-0
/
+12
2014-09-23
misc: st_kim: Increase size of dev_name buffer to incorporate termination
Lee Jones
1
-1
/
+1
2014-09-23
ipack: save carrier owner to allow device to get it
Federico Vaga
1
-1
/
+23
2014-09-23
device coredump: add new device coredump class
Johannes Berg
1
-0
/
+35
2014-09-23
USB: quirks.h: use BIT()
Greg Kroah-Hartman
1
-10
/
+10
2014-09-23
USB: Add device quirk for ASUS T100 Base Station keyboard
Lu Baolu
1
-0
/
+3
2014-09-23
uas: Add no-report-opcodes quirk
Hans de Goede
1
-0
/
+2
2014-09-23
uas: Add a quirk for rejecting ATA_12 and ATA_16 commands
Hans de Goede
1
-0
/
+2
2014-09-23
usb: chipidea: add TPL support for targeted hosts
Peter Chen
1
-0
/
+1
2014-09-23
usb: common: add API to get if the platform supports TPL
Peter Chen
1
-0
/
+5
2014-09-23
usb: hcd: add TPL support flag
Peter Chen
1
-0
/
+1
2014-09-23
tty: Workaround Alpha non-atomic byte storage in tty_struct
Peter Hurley
1
-2
/
+3
2014-09-23
tty: Move and rename send_prio_char() as tty_send_xchar()
Peter Hurley
1
-2
/
+1
2014-09-23
tty: Serialize tcflow() with other tty flow control changes
Peter Hurley
1
-2
/
+3
2014-09-23
tty: Serialize tty flow control changes with flow_lock
Peter Hurley
2
-1
/
+8
2014-09-23
tty: Convert tty_struct bitfield to ints
Peter Hurley
1
-1
/
+4
2014-09-23
serial: core: Privatize tty->hw_stopped
Peter Hurley
1
-1
/
+2
2014-09-23
serial: core: Privatize modem status enable flags
Peter Hurley
1
-0
/
+12
2014-09-23
USB: core: add device-qualifier quirk
Johan Hovold
1
-0
/
+3
2014-09-23
locking: Add WARN_ON_ONCE lock assertion
Peter Hurley
1
-0
/
+5
2014-09-23
audit: use union for audit_field values since they are mutually exclusive
Richard Guy Briggs
1
-5
/
+9
2014-09-23
audit: x86: drop arch from __audit_syscall_entry() interface
Richard Guy Briggs
1
-3
/
+2
2014-09-23
audit: fix build error when asm/syscall.h does not exist
Eric Paris
1
-1
/
+2
2014-09-23
ARCH: AUDIT: audit_syscall_entry() should not require the arch
Eric Paris
1
-3
/
+4
2014-09-23
f2fs: support large sector size
Chao Yu
1
-2
/
+3
2014-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
10
-18
/
+28
2014-09-23
Merge branch 'pci/hotplug' into next
Bjorn Helgaas
1
-2
/
+0
2014-09-23
GPIO: gpio-dwapb: Enable platform driver binding to MFD driver
Weike Chen
1
-0
/
+32
2014-09-23
gpio: gpiolib: set gpiochip_remove retval to void
abdoulaye berthe
1
-1
/
+1
2014-09-23
dmaengine: Mark the struct dma_slave_config direction field deprecated
Laurent Pinchart
1
-1
/
+3
2014-09-23
libata: change ata_<foo>_printk routines to return void
Joe Perches
1
-6
/
+6
2014-09-23
mmc: Consolidate emmc tuning blocks
Stephen Boyd
1
-0
/
+5
2014-09-23
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...
Ingo Molnar
7
-62
/
+105
2014-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-2
/
+11
2014-09-22
PCI: Remove unused pci_get_dma_source()
Alex Williamson
1
-5
/
+0
2014-09-22
PCI: Remove unused pci_find_upstream_pcie_bridge()
Alex Williamson
1
-11
/
+0
2014-09-22
nand: omap2: Remove horrible ifdefs to fix module probe
Ezequiel GarcĂa
1
-0
/
+16
2014-09-22
Merge branches 'pci/enumeration', 'pci/misc' and 'pci/virtualization' into next
Bjorn Helgaas
1
-2
/
+15
2014-09-22
mtd: nand: support ONFI timing mode retrieval for non-ONFI NANDs
Boris BREZILLON
1
-0
/
+11
2014-09-22
blk-mq: pass a reserved argument to the timeout handler
Christoph Hellwig
1
-1
/
+2
2014-09-22
blk-mq: fix and simplify tag iteration for the timeout handler
Christoph Hellwig
1
-1
/
+5
2014-09-22
blk-mq: rename blk_mq_end_io to blk_mq_end_request
Christoph Hellwig
1
-2
/
+2
2014-09-22
blk-mq: call blk_mq_start_request from ->queue_rq
Christoph Hellwig
1
-0
/
+1
2014-09-22
blk-mq: remove REQ_END
Christoph Hellwig
2
-3
/
+1
2014-09-22
Merge branch 'for-linus' into for-3.18/core
Jens Axboe
14
-73
/
+94
2014-09-22
Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2014-09-22
ACPI / PM: Convert acpi_dev_pm_detach() into a static function
Ulf Hansson
1
-2
/
+0
[prev]
[next]