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
2012-05-21
avr32: don't mask signals in the error path
Matt Fleming
1
-13
/
+12
2012-05-21
m32r: use set_current_blocked() and block_sigmask()
Matt Fleming
1
-10
/
+2
2012-05-21
mn10300: use set_current_blocked() and block_sigmask()
Matt Fleming
1
-17
/
+4
2012-05-21
cris: use set_current_blocked() and block_sigmask()
Matt Fleming
2
-38
/
+9
2012-05-21
ia64: use set_current_blocked() and block_sigmask()
Matt Fleming
1
-13
/
+2
2012-05-21
microblaze: use set_current_blocked() and block_sigmask()
Matt Fleming
1
-10
/
+2
2012-05-21
microblaze: fix signal masking
Matt Fleming
1
-13
/
+18
2012-05-21
microblaze: no need to reset handler if SA_ONESHOT
Matt Fleming
1
-3
/
+0
2012-05-21
microblaze: don't reimplement force_sigsegv()
Matt Fleming
1
-3
/
+1
2012-05-21
score: use set_current_blocked() and block_sigmask()
Matt Fleming
1
-12
/
+3
2012-05-21
score: don't mask signals if we fail to setup signal stack
Matt Fleming
1
-6
/
+8
2012-05-21
h8300: use set_current_blocked() and block_sigmask()
Matt Fleming
1
-24
/
+9
2012-05-21
unicore32: use block_sigmask()
Matt Fleming
1
-4
/
+1
2012-05-21
blackfin: use set_current_blocked() and block_sigmask()
Matt Fleming
1
-13
/
+4
2012-05-21
frv: use set_current_blocked() and block_sigmask()
Matt Fleming
1
-17
/
+4
2012-05-21
parisc: use set_current_blocked() and block_sigmask()
Matt Fleming
1
-10
/
+2
2012-05-21
new helper: sigsuspend()
Al Viro
21
-223
/
+50
2012-05-21
libceph: fix pg_temp updates
Sage Weil
1
-1
/
+5
2012-05-21
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
7
-25
/
+51
2012-05-21
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
102
-1230
/
+3678
2012-05-21
Merge tag 'virtio-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
9
-120
/
+1314
2012-05-22
virtio: fix typo in comment
Chen Baozi
1
-10
/
+1
2012-05-22
virtio-mmio: Devices parameter parsing
Pawel Moll
3
-0
/
+191
2012-05-22
virtio_blk: Drop unused request tracking list
Asias He
1
-10
/
+0
2012-05-22
virtio-blk: Fix hot-unplug race in remove method
Asias He
1
-0
/
+11
2012-05-22
virtio: Use ida to allocate virtio index
Asias He
1
-2
/
+9
2012-05-22
virtio: balloon: separate out common code between remove and freeze functions
Amit Shah
1
-14
/
+12
2012-05-22
virtio: balloon: drop restore_common()
Amit Shah
1
-6
/
+1
2012-05-22
9p: disconnect channel when PCI device is removed
Sasha Levin
1
-1
/
+2
2012-05-22
virtio: update documentation to v0.9.5 of spec
Rusty Russell
1
-77
/
+1087
2012-05-21
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
157
-1934
/
+415
2012-05-21
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
23
-353
/
+1358
2012-05-21
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-84
/
+71
2012-05-21
Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
12
-451
/
+731
2012-05-21
Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-6
/
+5
2012-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw
Linus Torvalds
23
-499
/
+588
2012-05-21
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...
Linus Torvalds
51
-4555
/
+1807
2012-05-21
Revert "vfs: remove unnecessary d_unhashed() check from __d_lookup_rcu"
Linus Torvalds
1
-0
/
+2
2012-05-22
Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next
James Morris
33
-350
/
+422
2012-05-22
Merge tag 'asoc-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Takashi Iwai
10
-67
/
+529
2012-05-21
Merge tag 'rdma-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
80
-447
/
+10546
2012-05-21
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
99
-4257
/
+6500
2012-05-21
Merge branch 'usb-target-merge' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-0
/
+2638
2012-05-21
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
41
-2304
/
+1315
2012-05-21
Merge tag 'for-3.5' of git://openrisc.net/jonas/linux
Linus Torvalds
9
-202
/
+199
2012-05-21
Merge tag 'pinctrl-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
42
-246
/
+13534
2012-05-21
Merge tag 'regulator-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/br...
Linus Torvalds
74
-3274
/
+4348
2012-05-21
Merge tag 'regmap-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...
Linus Torvalds
21
-190
/
+3872
2012-05-21
Merge tag 'pci-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/helg...
Linus Torvalds
20
-305
/
+442
2012-05-21
timekeeping: Fix a few minor newline issues.
Richard Cochran
1
-3
/
+1
[prev]
[next]