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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-07
Input: MT - make slot cleanup callable outside mt_sync_frame()
Henrik Rydberg
1
-0
/
+1
2014-08-07
netlabel: fix the netlbl_catmap_setlong() dummy function
Paul Moore
1
-4
/
+4
2014-08-07
tracepoint: add generic tracepoint definitions for IPI tracing
Nicolas Pitre
1
-0
/
+89
2014-08-07
tracing: Do not do anything special with tracepoint_string when tracing is di...
Steven Rostedt
2
-34
/
+44
2014-08-07
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
15
-104
/
+730
2014-08-07
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...
Linus Torvalds
1
-2
/
+3
2014-08-07
Merge tag 'pinctrl-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+0
2014-08-07
Merge tag 'mfd-for-linus-3.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
17
-165
/
+1486
2014-08-08
Revert "drm: drop redundant drm_file->is_master"
Dave Airlie
1
-16
/
+3
2014-08-07
switch iov_iter_get_pages() to passing maximal number of pages
Al Viro
1
-1
/
+1
2014-08-07
dcache: d_obtain_alias callers don't all want DISCONNECTED
J. Bruce Fields
1
-0
/
+1
2014-08-07
death to mnt_pinned
Al Viro
1
-2
/
+2
2014-08-07
make fs/{namespace,super}.c forget about acct.h
Al Viro
1
-2
/
+0
2014-08-07
take fs_pin stuff to fs/*
Al Viro
2
-4
/
+19
2014-08-07
acct: get rid of acct_list
Al Viro
2
-3
/
+4
2014-08-07
acct: switch to __kernel_write()
Al Viro
1
-0
/
+1
2014-08-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
5
-48
/
+142
2014-08-07
Merge tag 'stable/for-linus-3.17-rc0-tag' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-29
/
+1
2014-08-07
Merge commit 'ccbf62d8a284cf181ac28c8e8407dd077d90dd4b' into for-next
Al Viro
12
-323
/
+516
2014-08-07
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2
-0
/
+57
2014-08-07
gpio: add missing includes in machine.h
Alexandre Courbot
1
-0
/
+3
2014-08-07
Merge tag 'drm/tegra/for-3.17-rc1' of git://anongit.freedesktop.org/tegra/lin...
Dave Airlie
2
-6
/
+55
2014-08-07
Merge tag 'drm/panel/for-3.17-rc1' of git://anongit.freedesktop.org/tegra/lin...
Dave Airlie
2
-6
/
+73
2014-08-06
Merge branch 'wacom' into next
Dmitry Torokhov
1
-0
/
+5
2014-08-06
Merge branch 'akpm' (patchbomb from Andrew Morton)
Linus Torvalds
32
-322
/
+371
2014-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-3
/
+5
2014-08-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-0
/
+1
2014-08-06
Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
19
-101
/
+389
2014-08-06
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
15
-349
/
+116
2014-08-06
Merge tag 'sound-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
17
-44
/
+199
2014-08-06
Merge tag 'for-v3.17' of git://git.infradead.org/battery-2.6
Linus Torvalds
1
-0
/
+4
2014-08-06
lib: bitmap: add missing mask in bitmap_andnot
Rasmus Villemoes
1
-1
/
+1
2014-08-06
lib: bitmap: add missing mask in bitmap_and
Rasmus Villemoes
1
-1
/
+1
2014-08-06
lib: bitmap: add missing mask in bitmap_shift_right
Rasmus Villemoes
1
-1
/
+1
2014-08-06
lib: bitmap: change parameter of bitmap_*_region to unsigned
Rasmus Villemoes
1
-3
/
+3
2014-08-06
lib: bitmap: make the start index of bitmap_clear unsigned
Rasmus Villemoes
1
-1
/
+1
2014-08-06
lib: bitmap: make the start index of bitmap_set unsigned
Rasmus Villemoes
1
-1
/
+1
2014-08-06
lib: bitmap: make nbits parameter of bitmap_weight unsigned
Rasmus Villemoes
1
-2
/
+2
2014-08-06
lib: bitmap: make nbits parameter of bitmap_subset unsigned
Rasmus Villemoes
1
-2
/
+2
2014-08-06
lib: bitmap: make nbits parameter of bitmap_intersects unsigned
Rasmus Villemoes
1
-2
/
+2
2014-08-06
lib: bitmap: make nbits parameter of bitmap_{and,or,xor,andnot} unsigned
Rasmus Villemoes
1
-8
/
+8
2014-08-06
lib: bitmap: remove unnecessary mask from bitmap_complement
Rasmus Villemoes
1
-1
/
+1
2014-08-06
lib: bitmap: make nbits parameter of bitmap_complement unsigned
Rasmus Villemoes
1
-3
/
+3
2014-08-06
lib: bitmap: make nbits parameter of bitmap_equal unsigned
Rasmus Villemoes
1
-1
/
+1
2014-08-06
lib: bitmap: make nbits parameter of bitmap_full unsigned
Rasmus Villemoes
1
-2
/
+2
2014-08-06
lib: bitmap: make nbits parameter of bitmap_empty unsigned
Rasmus Villemoes
1
-2
/
+2
2014-08-06
kernel.h: remove deprecated pack_hex_byte
Joe Perches
1
-5
/
+0
2014-08-06
lib: add lib/glob.c
George Spelvin
1
-0
/
+9
2014-08-06
zlib: clean up some dead code
Sergey Senozhatsky
1
-118
/
+0
2014-08-06
klist: use same naming scheme as hlist for klist_add_after()
Ken Helias
1
-1
/
+1
[prev]
[next]