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-02-13
serial: max310x: Add support for RS-485 mode
Alexander Shiyan
1
-49
/
+0
2014-02-13
serial: max310x: Always use dynamic GPIO ID assignment
Alexander Shiyan
1
-3
/
+0
2014-02-13
serial: max310x: Migrate to CLK API
Alexander Shiyan
1
-7
/
+0
2014-02-13
serial: max310x: Add the loopback mode support
Alexander Shiyan
1
-1
/
+0
2014-02-13
serial: max310x: Remove init() and exit() callbacks
Alexander Shiyan
1
-4
/
+0
2014-02-13
gpio: adp5588 - use "unsigned" for the setup and teardown callbacks
Jean-Francois Dagenais
1
-2
/
+2
2014-02-13
cgroup: remove cgroup_taskset_cur_css() and cgroup_taskset_size()
Tejun Heo
1
-3
/
+0
2014-02-13
cgroup: drop @skip_css from cgroup_taskset_for_each()
Tejun Heo
1
-6
/
+2
2014-02-13
cgroup: remove css_scan_tasks()
Tejun Heo
1
-6
/
+0
2014-02-13
cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count()
Tejun Heo
1
-2
/
+6
2014-02-13
cgroup: drop CGRP_ROOT_SUBSYS_BOUND
Tejun Heo
1
-2
/
+0
2014-02-13
cgroup: disallow xattr, release_agent and name if sane_behavior
Tejun Heo
1
-3
/
+3
2014-02-13
compiler/gcc4: Make quirk for asm_volatile_goto() unconditional
Steven Noonan
1
-5
/
+1
2014-02-13
irqchip: support cascaded VICs
Linus Walleij
1
-2
/
+4
2014-02-13
ARM: integrator: switch to fetch clocks from device tree
Linus Walleij
1
-1
/
+0
2014-02-13
dma-buf: update debugfs output
Sumit Semwal
1
-1
/
+1
2014-02-12
net: phy: add "has_fixups" boolean property
Florian Fainelli
1
-0
/
+1
2014-02-12
net: phy: re-design phy_modes to be self-contained
Florian Fainelli
1
-0
/
+42
2014-02-12
net: phy: allow driver to implement their own aneg_done
Florian Fainelli
1
-0
/
+3
2014-02-12
net: phy: add genphy_aneg_done()
Florian Fainelli
1
-0
/
+1
2014-02-12
Input: uinput - add UI_GET_SYSNAME ioctl to retrieve the sysfs path
Benjamin Tissoires
1
-0
/
+2
2014-02-12
ethtool: Document the general convention for VLAs in kernel space
Ben Hutchings
1
-0
/
+3
2014-02-12
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
1
-66
/
+133
2014-02-12
ASoC: atmel_ssc_dai: make option to choose clock
Bo Shen
1
-0
/
+1
2014-02-12
Merge tag 'gpio-v3.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
1
-2
/
+2
2014-02-12
Merge tag 'spi-v3.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/br...
Linus Torvalds
1
-2
/
+5
2014-02-12
gpiolib: add gpiochip_get_desc() driver function
Alexandre Courbot
2
-8
/
+18
2014-02-12
of: add functions to count number of elements in a property
Heiko Stuebner
1
-0
/
+76
2014-02-12
cgroup: remove cgroupfs_root->refcnt
Tejun Heo
1
-3
/
+1
2014-02-12
cgroup: rename cgroupfs_root->number_of_cgroups to ->nr_cgrps and make it ato...
Tejun Heo
1
-2
/
+2
2014-02-12
cgroup: remove cgroup->name
Tejun Heo
1
-27
/
+36
2014-02-12
cgroup: remove cftype_set
Tejun Heo
1
-17
/
+9
2014-02-12
cgroup: warn if "xattr" is specified with "sane_behavior"
Tejun Heo
1
-0
/
+2
2014-02-12
Merge back earlier 'acpi-pci-hotplug' material.
Rafael J. Wysocki
1
-2
/
+2
2014-02-12
skbuff: Introduce skb_to_sgvec_nomark to map skb without mark new end
Fan Du
1
-0
/
+2
2014-02-11
PCI: Add pci_dev_flag for ACS enable quirks
Alex Williamson
1
-0
/
+2
2014-02-11
PCI: Add device-specific PCI ACS enable
Alex Williamson
1
-0
/
+2
2014-02-11
Merge tag 'dt-fixes-for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-70
/
+87
2014-02-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-0
/
+38
2014-02-11
NFS: Be more aggressive in using readdirplus for 'ls -l' situations
Trond Myklebust
1
-0
/
+1
2014-02-11
SUNRPC: RPC callbacks may be split across several TCP segments
Trond Myklebust
1
-1
/
+2
2014-02-11
acpi-dma: convert to return error code when asked for channel
Andy Shevchenko
1
-2
/
+3
2014-02-11
cgroup: convert to kernfs
Tejun Heo
1
-32
/
+20
2014-02-11
cgroup: misc preps for kernfs conversion
Tejun Heo
1
-6
/
+2
2014-02-11
cgroup: introduce cgroup_ino()
Tejun Heo
1
-0
/
+9
2014-02-11
cgroup: update the meaning of cftype->max_write_len
Tejun Heo
1
-2
/
+3
2014-02-11
cgroup: make cgroup_subsys->base_cftypes use cgroup_add_cftypes()
Tejun Heo
1
-2
/
+1
2014-02-11
cgroup: improve css_from_dir() into css_tryget_from_dir()
Tejun Heo
1
-2
/
+2
2014-02-11
devres: introduce API "devm_kstrdup"
Manish Badarkhe
1
-0
/
+1
2014-02-11
Merge branch 'cgroup/for-3.14-fixes' into cgroup/for-3.15
Tejun Heo
1
-0
/
+2
[prev]
[next]