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
2016-02-11
net: Store checksum result for offloaded GSO checksums
Alexander Duyck
1
-0
/
+15
2016-02-11
net: Move GSO csum into SKB_GSO_CB
Alexander Duyck
1
-7
/
+7
2016-02-11
ipv6: add option to drop unsolicited neighbor advertisements
Johannes Berg
1
-0
/
+1
2016-02-11
ipv6: add option to drop unicast encapsulated in L2 multicast
Johannes Berg
1
-0
/
+1
2016-02-11
tcp: __tcp_hdrlen() helper
Craig Gallek
1
-1
/
+6
2016-02-11
apple-gmux: Fix build breakage if !CONFIG_ACPI
Lukas Wunner
1
-1
/
+12
2016-02-11
Merge branch 'pm-opp' into pm-cpufreq
Rafael J. Wysocki
16
-43
/
+108
2016-02-10
Merge branch 'for-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+1
2016-02-10
Merge branch 'for-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-0
/
+12
2016-02-10
Merge branch 'for-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-4
/
+5
2016-02-10
efi: Make efivarfs entries immutable by default
Peter Jones
1
-0
/
+2
2016-02-10
efi: Make our variable validation list include the guid
Peter Jones
1
-1
/
+2
2016-02-10
lib/ucs2_string: Add ucs2 -> utf8 helper functions
Peter Jones
1
-0
/
+4
2016-02-09
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-9
/
+10
2016-02-10
PM / OPP: Add dev_pm_opp_set_rate()
Viresh Kumar
1
-0
/
+6
2016-02-10
PM / OPP: Introduce dev_pm_opp_get_max_transition_latency()
Viresh Kumar
1
-0
/
+6
2016-02-10
PM / OPP: Introduce dev_pm_opp_get_max_volt_latency()
Viresh Kumar
1
-0
/
+6
2016-02-10
PM / OPP: get/put regulators from OPP core
Viresh Kumar
1
-0
/
+9
2016-02-09
blk-mq: dynamic h/w context count
Keith Busch
1
-0
/
+2
2016-02-09
spi: introduce accelerated read support for spi flash devices
Vignesh R
1
-0
/
+41
2016-02-09
spi: core: add spi_split_transfers_maxsize
Martin Sperl
1
-0
/
+15
2016-02-09
spi: core: add spi_replace_transfers method
Martin Sperl
1
-0
/
+45
2016-02-09
spi: core: added spi_resource management
Martin Sperl
1
-0
/
+36
2016-02-09
spi: pxa2xx: Add support for both chip selects on Intel Braswell
Mika Westerberg
1
-0
/
+1
2016-02-09
spi: Let drivers translate ACPI DeviceSelection to suitable Linux chip select
Mika Westerberg
1
-0
/
+5
2016-02-09
KEYS: Add an alloc flag to convey the builtinness of a key
David Howells
1
-0
/
+1
2016-02-09
locking/atomics: Update comment about READ_ONCE() and structures
Konrad Rzeszutek Wilk
1
-2
/
+3
2016-02-09
quota_v2: Implement get_next_id() for V2 quota format
Jan Kara
1
-0
/
+2
2016-02-09
quota: Add support for ->get_nextdqblk() for VFS quota
Jan Kara
2
-0
/
+6
2016-02-09
locking/lockdep: Eliminate lockdep_init()
Andrey Ryabinin
1
-2
/
+0
2016-02-09
locking/lockdep: Convert hash tables to hlists
Andrew Morton
1
-2
/
+2
2016-02-09
sched/debug: Make schedstats a runtime tunable that is disabled by default
Mel Gorman
3
-0
/
+11
2016-02-09
apple-gmux: Add helper for presence detect
Lukas Wunner
1
-0
/
+39
2016-02-09
vga_switcheroo: Add support for switching only the DDC
Lukas Wunner
1
-0
/
+8
2016-02-09
vga_switcheroo: Add handler flags infrastructure
Lukas Wunner
1
-2
/
+26
2016-02-09
Merge branch 'xfs-get-next-dquot-4.6' of git://git.kernel.org/pub/scm/linux/k...
Jan Kara
1
-0
/
+2
2016-02-09
gpio: make the gpiochip a real device
Linus Walleij
1
-3
/
+4
2016-02-09
net:Add sysctl_max_skb_frags
Hans Westgaard Ry
1
-0
/
+1
2016-02-09
dma-buf: Remove range-based flush
Tiago Vignatti
1
-7
/
+5
2016-02-09
dmaengine: core: expose max burst capability to clients
Shawn Lin
1
-0
/
+4
2016-02-08
devm: add helper devm_add_action_or_reset()
Sudip Mukherjee
1
-0
/
+12
2016-02-08
nfs: fix nfs_size_to_loff_t
Christoph Hellwig
1
-3
/
+1
2016-02-08
iio: Fix documentation for iio_dev mlock
Daniel Baluta
1
-1
/
+1
2016-02-08
Kbuild: provide a __UNIQUE_ID for clang
Arnd Bergmann
1
-0
/
+5
2016-02-08
spi: Document max_transfer_size
Randy Dunlap
1
-0
/
+2
2016-02-08
memory: omap-gpmc: Add support for AAD timings
Neil Armstrong
1
-0
/
+5
2016-02-07
debugfs: Add stub function for debugfs_create_automount().
Jiaxing Wang
1
-0
/
+8
2016-02-07
coresight: implementing 'cpu_id()' API
Mathieu Poirier
1
-0
/
+3
2016-02-07
VMCI: Use 32bit atomics for queue headers on X86_32
Jorgen Hansen
1
-4
/
+39
2016-02-07
Drivers: hv: vmbus: Give control over how the ring access is serialized
K. Y. Srinivasan
1
-0
/
+16
[prev]
[next]